Skip to content

Latest commit

 

History

History
115 lines (43 loc) · 3.96 KB

CHANGELOG.md

File metadata and controls

115 lines (43 loc) · 3.96 KB

0.2.11 (2020-08-04)

Bug Fixes

  • clear style cache when .tss file changes (ac58d56)

0.2.10 (2020-07-23)

Bug Fixes

  • check for new ui session feature (168e7cd)
  • compare paths using correct platform separator (#21) (a18322a)

0.2.9 (2020-06-03)

Bug Fixes

  • strip dot from controller requires (310a686)

0.2.8 (2020-05-30)

Bug Fixes

  • order internals before components loader (9f8dab1)
  • sort loader regex by most used (f889ded)
  • store i18n files between compilations (f43179a)

0.2.7 (2020-05-28)

Bug Fixes

  • only merge and emit when i18n files changed (#14) (39397b0)

0.2.6 (2020-05-25)

Bug Fixes

  • use xml parsing from alloy-utils (5bd1bdc)

0.2.5 (2020-05-14)

Bug Fixes

  • allow .ts extension for entry file (095429b)
  • replace entire template string with constant (b22dd38)

0.2.4 (2020-03-03)

Bug Fixes

  • pass controller content to avoid unnecessary i/o (ba947c6)

0.2.3 (2020-02-21)

Bug Fixes

  • modify widget.js requires (e43c04c)

0.2.2 (2020-02-20)

Bug Fixes

  • trim leading slash in controller require (f1d972a)

0.2.1 (2020-02-04)

Bug Fixes

  • handle widgets from node_modules (c4b7e39)
  • use xmldom instead of alloy-utils xml functions (4ed9467)

0.2.0 (2020-01-31)

Features

0.1.0 (2020-01-24)

Initial release