Skip to content

Latest commit

 

History

History
87 lines (65 loc) · 7.46 KB

CHANGELOG.md

File metadata and controls

87 lines (65 loc) · 7.46 KB

0.2.0 (2020-04-16)

Bug Fixes

  • app-min: skip test on no-unit-tests (85bc12a)
  • app-with-router: set .goto-active as global css class when using css-module (cd0375f), closes aurelia/aurelia#828
  • dumber: cleanup tests, fix css-module tests (986cc26)
  • tape: fix tape version (5eb122a)
  • tape: fix typescript import (a0d0fef)
  • test: fix outdated test code for shadow-dom and css-modules (f111b54)
  • test: fix setup js/ts code (5273d3f)
  • test: scheduler has been moved (78770e2), closes aurelia/aurelia#831
  • typescript: add missing module def for less and scss files (9947f33)
  • webpack: allow shared style import in main file for setup with shadowDom (fcc8a5c)
  • webpack: bypass tsc for test setup (b24d71f)
  • webpack: cleanup duplicated loader (5b2f88a)
  • webpack: fix css setup on resources (4463813), closes #18
  • webpack: fix missing analyze (b22389c)
  • webpack: fix shared shadow-dom styles (cdd50fd)
  • bypass style-loader when shadow-dom is in use (160eb61)
  • CustomElement.behaviorFor has been changed to CustomElement.for (bd2b16a)
  • fix dumber gulp file (071e5e3)
  • fix dumber gulpfile on test build (f30163b)
  • fix sass-lint version (5466b50)
  • fix sass-loader options (1f030d1)
  • fix shadowRoot typing in TS (b55a327)
  • fix sourcemap of dumber browser test (61b7393)
  • fix tape usage on fs (10c0dbd)
  • fix ts typing in unit tests (1051588)
  • fix tslint error (07f52d2)
  • fix webpack test setup (9c63cbd)
  • fix webpack watch mode unit test (3bc28aa)
  • should reject error in test mode (022b6bb)
  • should use absolute src path in webpack resolve.modules (1e1f80a)
  • use to-string-loader to support shadow-dom css (28a8136)
  • webpack: missing path import in webpack config (e23ebdc)

Features

  • use sass rather than node-sass (#16) (51ffd74)
  • all: add option for app-with-router (327f67d)
  • test: proper test setup (a5896af), closes #11
  • webpack: support --analyze (2b3a9a1)
  • add options of less/sass (8277f4e)
  • add sass/less linter (1df677a)
  • support dynamic import in babel (97ada26)
  • webpack: switch webpack config to use env string (82bd63f)

BREAKING CHANGES

  • webpack: webpack env is now controlled by --env production or NODE_ENV.

0.1.0 (2019-10-02)

Bug Fixes

Features

  • basic cypress e2e tests (55d1d2b)
  • basic dumber ts/js apps (09e6b83)
  • basic FuseBox ts/js apps (73cbadb)
  • basic parcel ts/js apps (9f3aa86)
  • basic webpack ts/js apps (2dc0821)
  • css-module and scoped css in shadow dom (0ae52bb)
  • css-module in dumber (097242e)
  • only use ShadomDOM closed mode in production mode (b656b55)
  • switch to latest simplified "aurelia" package (7056629)
  • use shadowOptions in bundler plugins. (8f5ce5a)
  • dumber: use @aurelia/plugin-gulp to support Aurelia conventions (5e460f8)
  • webpack: use @aurelia/webpack-loader to support Aurelia conventions (6de403a)