This repository was archived by the owner on May 1, 2020. It is now read-only.
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)