Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dhis2/app-platform Loading
base: v1.5.10
Choose a base ref
...
head repository: dhis2/app-platform Loading
compare: v2.0.0
Choose a head ref
  • 2 commits
  • 40 files changed
  • 2 contributors

Commits on Nov 28, 2019

  1. feat: remove rollup application compiler, delegate compilation to the…

    … shell (#187)
    
    * Support named imports
    * Support ES modules treeshaking
    * Support static file imports
    * Support static files in a public directory.
    * **Significantly** improve compilation performance
    * Avoid out-of-memory issues when compiling large applications
    * Automatically update cached shell when `@dhis2/cli-app-scripts` is upgraded
    
    BREAKING CHANGE: This may break some applications which use the former named import workaround, but removing that workaround should make treeshaking work!!
    amcgee committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    cae7a07 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 2.0.0 [skip ci]

    # [2.0.0](v1.5.10...v2.0.0) (2019-11-28)
    
    ### Features
    
    * remove rollup application compiler, delegate compilation to the shell ([#187](#187)) ([cae7a07](cae7a07))
    
    ### BREAKING CHANGES
    
    * This may break some applications which use the former named import workaround, but removing that workaround should make treeshaking work!!
    dhis2-bot committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    ebe1260 View commit details
    Browse the repository at this point in the history
Loading