Skip to content

Releases: salsify/ember-css-modules

rollup-plugin-preprocess-css-modules/v1.0.0

25 Feb 13:55
53509cc

Choose a tag to compare

What's Changed

💥 Breaking Changes

Other Changes

  • Fix classNames runtime helper for undefined and unmapped classes by @deanmarano in #335

New Contributors

Full Changelog: ember-css-modules/v2.1.1...rollup-plugin-preprocess-css-modules/v1.0.0

glimmer-local-class-transform/v1.0.0

25 Feb 13:54
53509cc

Choose a tag to compare

What's Changed

💥 Breaking Changes

Other Changes

  • Fix classNames runtime helper for undefined and unmapped classes by @deanmarano in #335

New Contributors

Full Changelog: ember-css-modules/v2.1.1...glimmer-local-class-transform/v1.0.0

ember-local-class/v1.0.0

25 Feb 13:54
53509cc

Choose a tag to compare

What's Changed

💥 Breaking Changes

Other Changes

  • Fix classNames runtime helper for undefined and unmapped classes by @deanmarano in #335

New Contributors

Full Changelog: ember-css-modules/v2.1.1...ember-local-class/v1.0.0

ember-css-modules/v3.0.0

25 Feb 13:54
53509cc

Choose a tag to compare

What's Changed

💥 Breaking Changes

Other Changes

  • Fix classNames runtime helper for undefined and unmapped classes by @deanmarano in #335

New Contributors

Full Changelog: ember-css-modules/v2.1.1...ember-css-modules/v3.0.0

ember-css-modules/v2.1.1

24 Apr 18:30
d0b8742

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: ember-css-modules/v2.1.0...ember-css-modules/v2.1.1

ember-css-modules/v2.1.0

02 Apr 16:27
52b11e4

Choose a tag to compare

What's Changed

New Contributors

  • @ef4 made their first contribution in #277

Full Changelog: v2.0.1...ember-css-modules/v2.1.0

v2.0.1

23 Mar 14:30
c33a8f7

Choose a tag to compare

Fixed

Avoid triggering ember.js#19392 when we produce synthetic class AttrNodes.

v1.6.2

23 Mar 15:18
b85fad1

Choose a tag to compare

No changes noted.

v2.0.0

22 Nov 13:56
df2cc17

Choose a tag to compare

This major release of Ember CSS Modules primarily removes support for deprecated patterns and updates our minimum support for other elements of the ecosystem.

Compatibility

Ember CSS Modules is now tested against the following as minimum supported versions:

  • Ember 3.24
  • Ember CLI 3.24
  • Node 12

Older Ember and Node versions may incidentally work, but are no longer officially supported.

Removed

While ECM will still work for templates backed by Ember.Component classes, all special handling for such components' implicit root element has been removed, in line with the broader ecosystem shift to template-only and @glimmer/component components. This includes the following removals:

  • the @localClassNames and @localClassName decorators
  • support for localClassNames and localClassNameBindings properties
  • the patchClassicComponent configuration flag

Special support for Ember.Component was deprecated in v1.5.0 of ember-css-modules; see the changelog for that release for further advice on migrating to newer Octane-based component APIs.

v1.6.0

19 Nov 13:44
794ffbe

Choose a tag to compare

Added

  • You can now pass patchClassicComponent: false in your ECM config to opt out of the deprecated monkeypatching of Ember.Component that will be removed entirely in 2.0 (thanks @SergeAstapov!)

Fixed

  • Modules whose path includes the name of the package they're in no longer cause issues when resolving @value and composes: directives (thanks @Eric162 and @maxfierke!)