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

1.1.0

Compare
Choose a tag to compare
@danbucholtz danbucholtz released this 11 Feb 04:02
· 469 commits to master since this release

Optimizations

We are starting to introduce optimizations to improve the size of the bundle generated by the build process.

The first set of optimizations are behind flags:

ionic_experimental_manual_treeshaking will remove Ionic components and code that are not being used from the bundle.
ionic_experimental_purge_decorators helps tree shaking by removing unnecessary decorator metadata from AoT code.

Since these are experimental, we are looking for feedback on how the work. Please test them out and let us know how it goes. See the instructions here.

Features

  • fonts: remove used fonts for cordova builds (967f784)

Bug Fixes

  • build: fix test if linting should trigger on file change (#719) (e13b857)
  • lint: capture results of all linted files (eb4314e), closes #725
  • optimizations: make optimizations work on windows and mac (5fe21f3)
  • serve: assign all ports dynamically (#727) (6b4115c)
  • webpack: fix bug with using [name] for output file name (1128c9c)