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

3.1.0

Compare
Choose a tag to compare
@danbucholtz danbucholtz released this 08 Nov 15:40
· 65 commits to master since this release

Features

Supports Angular 5

Bug Fixes

  • aot: pass genDir to ng4 (7506764)
  • config: only read ionic-angular package json for version info in apps, not in the Ionic repo itself (700ca04)
  • deep-linking: use .ts file extension for lazy loading in dev mode, and .js in AoT mode since the AoT compiler no longer emits an ngfactory.ts file (dd99f14)
  • live-server: content.toString() crash (#1288) (07e7e05)
  • templates: escape strings in template (484d90d)

Performance Improvements

  • uglifyjs: remove unused readFileAsync during uglify (#1305) (e9217c2)