Releases: ember-animation/ember-animated
Releases Β· ember-animation/ember-animated
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.0
to 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.0
in test-app (@SergeAstapov) - #624 Add 4.8 and 4.12 ember-try scenarios (@SergeAstapov)
- #620
npx ember-cli-update --to=v5.3.0
in docs (@SergeAstapov) - #608 replace publish-unstable workflow with push-dist (@SergeAstapov)
Committers: 4
- Jan Werkhoven 岩 (@janwerkhoven)
- Sergey Astapov (@SergeAstapov)
- Tom Carter (@tcjr)
- @NullVoxPopuli
v1.0.4
This is re-release of v1.0.3 due to npm publishing hiccup.
Release 1.0.3
π Enhancement
- #457 Replace use of RSVP with native Promise (@SergeAstapov)
π Bug Fix
- #458 Allow multiple beacons with the same name (@mattmarcum)
π Documentation
- #464 Replace faker with @faker-js/faker (@muziejus)
- #461 Improve contributing docs (@SergeAstapov)
- #459 Use angle bracket syntax for
<DocsLink>
(@SergeAstapov)
π Internal
- #462 Publish to npm from CI (@SergeAstapov)
- #460 run
npx ember-cli-update --to=4.3.0
to align with blueprint (@SergeAstapov) - #446 Simplify type checking workflow (@SergeAstapov)
Committers: 3
- Moacir P. de SΓ‘ Pereira (@muziejus)
- Sergey Astapov (@SergeAstapov)
- strangelooper (@mattmarcum)