Skip to content

Releases: jelhan/ember-style-modifier

Release 4.3.1

10 Mar 21:30
Compare
Choose a tag to compare

πŸ› Bug Fix

Committers: 1

Release 4.3.0

13 Feb 13:53
Compare
Choose a tag to compare

πŸš€ Enhancement

Committers: 1

Release 4.2.0

05 Feb 21:59
Compare
Choose a tag to compare

πŸš€ Enhancement

πŸ› Bug Fix

Committers: 3

Release 4.1.0

11 Jan 20:56
Compare
Choose a tag to compare

πŸš€ Enhancement

  • #216 improve typing of CSS styles using csstype package (@jelhan)

Committers: 1

Release 4.0.0

10 Jan 22:05
Compare
Choose a tag to compare

πŸ’₯ Breaking Change

πŸš€ Enhancement

  • #213 document Ember compatibility adding a peer dep on ember-source (@jelhan)
  • #211 better import path for apps using template tag (@jelhan)
  • #210 Convert to TypeScript and publish types (including Glint) (@jelhan)

🏠 Internal

Committers: 1

Release 3.1.0

10 Jan 21:47
Compare
Choose a tag to compare

πŸ’₯ Breaking Change

πŸš€ Enhancement

  • #213 document Ember compatibility adding a peer dep on ember-source (@jelhan)
  • #211 better import path for apps using template tag (@jelhan)
  • #210 Convert to TypeScript and publish types (including Glint) (@jelhan)

🏠 Internal

Committers: 1

Release 3.0.1

15 Feb 21:25
Compare
Choose a tag to compare

πŸ› Bug Fix

🏠 Internal

Committers: 2

Release 3.0.0

16 Jan 12:06
Compare
Choose a tag to compare

πŸ’₯ Breaking Change

Committers: 1

Release 2.1.0

13 Jan 21:29
Compare
Choose a tag to compare

🏠 Internal

  • #143 upgrade files created by Ember CLI blueprints to 4.9 (@jelhan)
  • #142 refactor pure method to pure function for readability (@jelhan)
  • #141 use Array.flat() instead of complex workaround (@jelhan)
  • #140 only loop once over styles (@jelhan)

Committers: 1

Release 2.0.0

22 Dec 22:13
Compare
Choose a tag to compare

ember-style-modifier v2 requires consuming application to have an explicit dependency on ember-auto-import@v2. This is the only breaking change introduced.

Addon authors are encouraged to support both v1 and v2 of ember-style-modifier in parallel. Instead of replacing ember-style-modifier@^1.0.0 dependency with a dependency on ember-style-modifier@^2.0.0 widening the version range to ^1.0.0 || ^2.0.0 is recommended. Widening the version range is not a change. Doing so allows applications to upgrade to ember-style-modifer@^2.0.0 as soon as all their direct and indirect addons support both.

πŸ’₯ Breaking Change

  • #133 Widen ember-modifier versions to support v4 (and add ember-auto-import v2 dependency) (@SergeAstapov)

πŸš€ Enhancement

  • #133 Widen ember-modifier versions to support v4 (and add ember-auto-import v2 dependency) (@SergeAstapov)

Committers: 1