Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Releases: ionic-team/ionic-app-scripts

1.2.5

31 Mar 02:36
Compare
Choose a tag to compare

Bug Fixes

  • webpack: fixes bugs where some third party libs didn't load correctly (e7559e5)

1.2.4

30 Mar 14:37
Compare
Choose a tag to compare

Refactor

  • deep-linking: set default segment value to filename without extension(5a97ba5)

1.2.3

29 Mar 20:44
Compare
Choose a tag to compare

Bug Fixes

  • deep-linking: Deep linking fixes for Windows and non-unix paths

  • script: linux only accepts one argument after shebang, so revert giving app-scripts more memory by default (0999f23), closes #838

1.2.2

27 Mar 17:57
Compare
Choose a tag to compare

Bug Fixes

  • generators: use correct path and handle providers correctly (e82d5ff)
  • rollup: pass all config options to generate (3502360)

1.2.1

26 Mar 04:24
Compare
Choose a tag to compare

Bug Fixes

  • deep-linking: only attempt to inject deep-link config if there isn't an existing config and the (507f1a8)
  • rollup: fix bug with not generating source-map correctly (3b1fd16)

1.2.0

24 Mar 20:50
Compare
Choose a tag to compare

The release supports Ionic 3 and the @IonicPage() decorator.

Bug Fixes

  • deep-linking: Fix issue with deep-linking when attempting to update a template and failing, resulting in a full build but not processing deep links (6b158d3)
  • optimization: fix out of memory errors by providing more memory by default (b4c287a)
  • optimizations: only store ionic and src files in memory (f51314f)
  • uglify: check for correct file extension (d17f2e1)
  • uglify: verify source maps are generated correctly for all bundles, tests (fc44ca6)
  • utils: assign correct type (3c3666c)
  • watch: fixed bug where options.ignore was being ignored if it's an array (7f1e54c)
  • watch: queue builds (06e4971)
  • watch: queue buildUpdates events to avoid race conditions when bundling/building (43caefa)
  • webpack: don't overwrite css files when outputting webpack files (a32649f)

Features

  • serve: change http-server to use request hostname instead of the configured hostname. (8e1e81a)
  • deep-linking: generate default NgModule when missing by default (90138fa)
  • deep-linking: parsing deeplink decorator is now enabled by default, no longer experimental (e097d4e)
  • deep-linking: upgrade script to generate NgModules for pages with @DeepLink decorator (2943188)
  • generators: generators for page, component, directive, pipe, provider (e2a45e4)
  • minification: code-split bundles will be minified (#814) (d8d9a4e)

1.1.4

23 Feb 18:02
Compare
Choose a tag to compare

1.1.4 (2017-02-23)

Bug Fixes

  • optimizations: comment out code instead of purge it so source-maps don't error out in some edge (1dedc53)
  • watch: make default watch fail-to-start timeout configurable so it works more reliably on slow (2e2a647), closes #772

1.1.3

17 Feb 23:04
Compare
Choose a tag to compare

1.1.3 (2017-02-17)

Bug Fixes

  • config: Setting readConfigJson constant wrong (#761) (64bc17f)
  • source-maps: source map must correspond to .js file name with a .map at the end (debd88b)

1.1.2

16 Feb 15:05
Compare
Choose a tag to compare

Bug Fixes

  • deep-links: handle configs with internal arrays (a7df816)
  • deep-links: only provide deep links to webpack that contain the import used in code and the abs (fae4862)
  • optimizations: remove the js file created by the optimizations bundling pass (c0bb3f4)

1.1.1

15 Feb 20:36
Compare
Choose a tag to compare

1.1.1 (2017-02-15)

Bug Fixes

  • config: node_modules directory should not be configurable (users were finding it confusing) (1f58aaa)
  • copy: support overriding config entries with empty objects (5879a8b)
  • deeplinks: make deep link config parsing support 2.x and 3.x deep link config (1ac7116)
  • deeplinks: provide deep-links config to webpack as needed vs via the constructor (a735e96)
  • http-server: drive reading ionic.config.json based on config value (e2d0d83)
  • optimizations: throw error when ionic-angular index file isn't found (6437005)
  • transpile: get tsconfig.json location from config value (79b0eeb)