Skip to content

Releases: salsify/ember-css-modules

Contain Your Excitement

14 Apr 21:58
Compare
Choose a tag to compare

Fixed

  • Classes named container can be used once again (#15)

Location, Location, Location

01 Apr 00:45
Compare
Choose a tag to compare

Changed

  • Modules are now more intelligently ordered in the final output by default, according to composition and value dependencies. See the README for further details.

Added

  • Ability to override scoped name generation (#3)
  • Greater (explicit) control over module ordering in final output (#7)

Fixed

  • Handle component lookup changes in Ember 2.5+ without crashing
  • Pass through non-CSS files in the styles tree (#13)
  • Don't rely on custom registry options set up in an initializer (#14)