Skip to content

Releases: universal-ember/ember-primitives

v0.11.2-ember-primitives: Merge pull request #253 from universal-ember/release-preview

05 Feb 19:03
2cec868
Compare
Choose a tag to compare

Release (2024-02-05)

ember-primitives 0.11.2 (patch)

🐛 Bug Fix

  • ember-primitives, test-app

Committers: 1

v0.11.1-ember-primitives: Merge pull request #245 from universal-ember/release-preview

04 Feb 02:39
8676958
Compare
Choose a tag to compare

Release (2024-02-04)

ember-primitives 0.11.1 (patch)

🐛 Bug Fix

  • ember-primitives

📝 Documentation

🏠 Internal

  • ember-primitives, test-app
    • #246 Unify with the v2 addon blueprint, using extensions in the imports and stuch (@NullVoxPopuli)

Committers: 2

v0.11.0-ember-primitives: Merge pull request #238 from universal-ember/release-preview

03 Feb 21:49
32e1843
Compare
Choose a tag to compare

Release (2024-02-03)

ember-primitives 0.11.0 (minor)

🚀 Enhancement

  • ember-primitives
  • ember-primitives, test-app
    • #239 [OTP]: add better correction behavior when using both mouse and keyboard (@NullVoxPopuli)

🐛 Bug Fix

  • ember-primitives, test-app
    • #243 [OTP]: Fix issue with backspace repeating faster than the otp input logic could keep up with (by keeping up with it) (@NullVoxPopuli)
    • #240 [OTP]: Resolve pasting and focus state issues (@NullVoxPopuli)
    • #239 [OTP]: add better correction behavior when using both mouse and keyboard (@NullVoxPopuli)

🏠 Internal

Committers: 1

v0.10.4-ember-primitives: Merge pull request #236 from universal-ember/release-preview

02 Feb 17:18
041e884
Compare
Choose a tag to compare

Release (2024-02-02)

ember-primitives 0.10.4 (patch)

🐛 Bug Fix

Committers: 1

v0.10.3-ember-primitives: Merge pull request #215 from universal-ember/release-preview

02 Feb 17:12
f6df160
Compare
Choose a tag to compare

Release (2024-02-02)

ember-primitives 0.10.3 (patch)

🏠 Internal

  • @nullvoxpopuli/dev, docs-api, docs-app, ember-primitives, test-app
  • @nullvoxpopuli/dev, docs-app, ember-primitives, test-app

Committers: 1

v0.10.2-ember-primitives: Merge pull request #214 from universal-ember/release-preview

19 Jan 16:21
53cb318
Compare
Choose a tag to compare

Release (2024-01-19)

ember-primitives 0.10.2 (patch)

🐛 Bug Fix

  • ember-primitives
    • #202 Fix issue where the progress component had an internal glint ignore (@NullVoxPopuli)

🏠 Internal

Committers: 1

ember-primitives@0.10.1

20 Nov 02:07
e293183
Compare
Choose a tag to compare

Patch Changes

  • 40981d8: it turns out that colorScheme's onUpdate wasn't possible to have as a don't-worry-about-cleanup thing because the GarbageCollector over-eagerly cleaned up the function, and the callback wouldn't get executed. So now, onUpdate is removed, and the colorScheme object has on.update and off.update.

ember-primitives@0.10.0

19 Nov 23:53
68168c3
Compare
Choose a tag to compare

Minor Changes

  • 3515f4d: Improvements to ember-primitives/color-scheme

    • fix a bug with setColorScheme
    • new method, onUpdate, which can be used to synchronize external systems,
      like graphics or charting systems that need to sync with the broader site theme.

ember-primitives@0.9.0

16 Nov 00:23
0456362
Compare
Choose a tag to compare

Minor Changes

  • 155f0bc: New component: Accordion -- see docs for more information

Patch Changes

  • c8baa6e: Extract common utils to another library which will be reactive utility focused
  • 3cfc238: Switch to reactive-primitives to reactiveweb (same library)

ember-primitives@0.8.1

23 Oct 20:02
78e3f6e
Compare
Choose a tag to compare

Patch Changes

  • 535b4be: Declare css imports as side-effects