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.3.9

28 Jun 14:54
Compare
Choose a tag to compare
Merge pull request #1063 from ionic-team/wip-lab-sdlc

Wip lab sdlc

1.3.8

21 Jun 16:23
Compare
Choose a tag to compare

Bug Fixes

  • sass: fixes issue with Node 8 and node-sass
  • bonjour: updates dependency + better error handling (#1040) (e2f73c7)
  • core: use lower case attrs and not dash case (0154791)
  • diagnostics: change direction to always be ltr (#1004) (6d5ef3c)
  • lab: allow params to be passed to iframes (dabfdd1)
  • sass: fix .sass files not being watched (#957) (0803eca)
  • serve: if a build error occurs, return config if non-fatal (e5a4134)

1.3.7

04 May 19:38
Compare
Choose a tag to compare

Bug Fixes

  • config: create new file cache if not defined, even on existing context object (4359b3d)
  • generators: import paths correct on windows (d778857)
  • optimizations: don't ever remove menu-types since it's not a side-effect in menu, it is used just for types (d7a4d1e)
  • optimizations: fix multiple bugs (components not being purged, overlays not working from providers, etc) for manual tree shaking (4b538c7)
  • webpack: fix issue where bundles output to build dir sub directo… (#938) (aaa9d3c)

Features

  • bonjour: adds service auto-discovery (c17e6df)

1.3.6

27 Apr 19:07
Compare
Choose a tag to compare

Bug Fixes

  • webpack: fix issue PR introduced with lazy loaded modules and webpack throwing an invalid error (fb8b69a)

Features

  • optimization: enable manual tree shaking by default (1c57ee6)

1.3.5

26 Apr 16:53
Compare
Choose a tag to compare

1.3.5 (2017-04-26)

Bug Fixes

  • build: fix extends in ts-config.json (#910) (0f01603)
  • deep-linking: fix issue where deep link config ends up being null when full build is triggered via a change to a template file with the identical content (68fc463)
  • serve: Fix for browser not opening on linux, fixes #425 (#909) (77edbc6)

Features

  • sass: add option to pass addition postcss plugins (#369) (be30a40)

1.3.4

18 Apr 16:12
Compare
Choose a tag to compare

Bug Fixes

  • webpack: make ionic-angular/util dir dynamic and use the environment variable of ionic angular (d3346b3)

1.3.3

14 Apr 20:19
Compare
Choose a tag to compare

Bug Fixes

  • optimizations: temporarily do not purge ctor params from any of angular (212146c)

1.3.2

13 Apr 02:58
Compare
Choose a tag to compare

Bug Fixes

  • deep-linking: fix bug with null deep link config when modifying the main NgModule file (app.module.ts) (759bb4f)
  • optimization: don't purge ctorParams for angular core or angular platform browser (9562181)
  • uglifyjs: only minify files processed by webpack or rollup (30ecdd8)

1.3.1

06 Apr 20:31
Compare
Choose a tag to compare
v1.3.1

fix(decorators): don't remove third party transpiled (not static) dec…

1.3.0

05 Apr 14:15
Compare
Choose a tag to compare
v1.3.0

feature(optimization): purge ctor parameters static field from all no…