This repository has been archived by the owner on May 1, 2020. It is now read-only.
Releases: ionic-team/ionic-app-scripts
Releases · ionic-team/ionic-app-scripts
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
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
1.1.3
1.1.2
1.1.1
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)