Releases: ember-animation/ember-animated
Releases Β· ember-animation/ember-animated
Release list
v2.3.0
Release (2026-07-04)
- ember-animated 2.3.0 (minor)
π Enhancement
ember-animated- #800 Fix barrel-import and inject deprecations (@backspace)
- #793 Convert handlebar templates into template tags (@mogstad)
π Bug Fix
ember-animated- #792 Get ember service in way that avoids deprecation (@evoactivity)
π Documentation
π Internal
ember-animated- #802 Replace release-it with release-plan (@SergeAstapov)
- Other
- #797 Remove ember-cli-fastboot from test-app (@NullVoxPopuli-ai-agent)
- #798 Modify ember try command to skip cleanup (@NullVoxPopuli)
- #795 Setup type-checking project (@NullVoxPopuli)
Committers: 7
- @NullVoxPopuli's reduced-access machine account for AI usage (@NullVoxPopuli-ai-agent)
- Alex Matchneer (@machty)
- Bjarne Mogstad (@mogstad)
- Buck Doyle (@backspace)
- Liam (@evoactivity)
- Sergey Astapov (@SergeAstapov)
- @NullVoxPopuli
Release 2.2.0
π Enhancement
- #750 Add components re-export from top-level module and document imports for Template Tag support (@SergeAstapov)
π Bug Fix
- #779 Removed unneeded peer declaration (@NullVoxPopuli)
π Documentation
- #690 fix: Make it so that code examples render correctly v2.x/master (@MichalBryxi)
π Internal
- #772 run
npx ember-cli-updateto align with addon blueprint (@SergeAstapov) - #774 Fix ember-data:deprecate-store-extends-ember-object deprecation (@SergeAstapov)
- #768 Use Node.js v22 in CI (@SergeAstapov)
- #745 Widen test matrix to include TS 5.4-5.7 and 5.8-5.12 LTS (@SergeAstapov)
- #780 Fix release process (@SergeAstapov)
Committers: 3
- Michal BryxΓ (@MichalBryxi)
- Sergey Astapov (@SergeAstapov)
- @NullVoxPopuli
Release 2.1.0
π Enhancement
- #716 Widen peer range for peer, @ember/test-helpers (@NullVoxPopuli)
π Documentation
- #715 [docs] Update description for motion argument on AnimatedContainer (@SergeAstapov)
π Internal
- #703 Add parentheses for decorators to prevent TS1497 error. (@SergeAstapov)
Committers: 2
- Sergey Astapov (@SergeAstapov)
- @NullVoxPopuli
Release 2.0.1
π Bug Fix
- #694 Fix test-support exports (@simonihmig)
π Documentation
- #668 Fix documentation code blocks (@backspace)
π Internal
- #683 Sync with embroider-addon blueprint (@SergeAstapov)
- #682 Bump pnpm/action-setup to v3 (@SergeAstapov)
- #429 Enable embroider scenarios in CI (@SergeAstapov)
Committers: 3
- Buck Doyle (@backspace)
- Sergey Astapov (@SergeAstapov)
- Simon Ihmig (@simonihmig)
Release 1.1.4
Re-publish of v1.1.3 with fixed declarations folder
Release 2.0.0
π₯ Breaking Change
- #672 Drop support for ember-element-helper 0.6.0 and below (@SergeAstapov)
- #659 Drop support for TypeScript 4.8 and below (@SergeAstapov)
- #660 Drop support for Ember.js 4.4 and below (@SergeAstapov)
π Enhancement
- #671 Sync with embroider-addon blueprint and use decorator-transforms (@SergeAstapov)
π Internal
- #673 run
npx ember-cli-update --to=5.5.0to align with blueprint (@SergeAstapov) - #670 Fix publish workflow name (@SergeAstapov)
Committers: 1
- Sergey Astapov (@SergeAstapov)
Release 1.1.3
π Bug Fix
- #669 Bring back ensure-safe-component to make Embroider build pass (@SergeAstapov)
Committers: 1
- Sergey Astapov (@SergeAstapov)
Release 1.1.2
π Bug Fix
- #661 Glint: make predicate Positional in animated-if and animated-value signatures (@SergeAstapov)
- #644 Glint ember-animated/template-registry not found (@deathaz)
π Documentation
Committers: 3
- Dev Chong (@deathaz)
- Sergey Astapov (@SergeAstapov)
- @johanrd
Release 1.1.1
π Documentation
- #636 Include .md files in tarball (@SergeAstapov)
Committers: 1
- Sergey Astapov (@SergeAstapov)
Release 1.1.0
π Enhancement
- #625 add support for @ember/test-helpers v3 (@SergeAstapov)
- #613 Introduce Glint types (@SergeAstapov)
- #615 Widen range of ember-element-helper versions (@SergeAstapov)
- #607 remove engines.node from addon's package.json (@SergeAstapov)
π Bug Fix
- #606 Fix types for modern TS (@NullVoxPopuli)
π Documentation
- #619 Update docs to use and recommend inline-block (@tcjr)
- #466 move *.md files to repo root and copy via release-it hook (@SergeAstapov)
π Internal
- #617
npx ember-cli-update --to=v5.3.0in test-app (@SergeAstapov) - #624 Add 4.8 and 4.12 ember-try scenarios (@SergeAstapov)
- #620
npx ember-cli-update --to=v5.3.0in docs (@SergeAstapov) - #608 replace publish-unstable workflow with push-dist (@SergeAstapov)
Committers: 4
- Jan Werkhoven 岩 (@janwerkhoven)
- Sergey Astapov (@SergeAstapov)
- Tom Carter (@tcjr)
- @NullVoxPopuli