You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Make ember-cli work with classic ember apps (non-module-unification).
- Still works for non-Ember Glimmer apps.
- Added BEM_UNIQUE output mode where BEM classes are guaranteed unique within the same process.
- Analyzer.analyze method accepts working directory instead of constructor. Allows Broccoli to pass working directory at runtime without creating the analyzer instance.
- Abstract stylesheet resolver from Broccoli plugin to support both Glimmer and Ember with minimal code forks. Depend on experimental fork of glimmer-analyzer for now.
- Transport objects are now backed by a proper Class interface instead of a POJO.
- Abstract the addon's env configuration with getEnv and getOptions methods.
- Use sync fs methods in broccoli and ember-cli for better build perf.
- Glimmer helpers re-named to sensible private values.
- Build @css-blocks/glimmer to CJS *and* AMD so Ember can import the runtime.
- Helper runtimes are automagically injected by ember-cli addon.
- Abstract helper names out of runtime tests for maintainability.
- Ember-CLI Template Discovery Test suite for addons, engines (eager and lazy), and apps (real and dummy). Lazy engines and some app features are failing and skipped.
- Bump ember-cli and associated packages to 3.3.0.
- Have Travis test with node versions 8 and 10.
- Add global disable option.
- Auto-discover common preprocessor extensions for Ember's `app.css` output file.
- Add failing test case for node modules resolution use case.
0 commit comments