Releases: qonto/ember-lottie
Releases · qonto/ember-lottie
Release 1.1.3
Release 1.1.2
Release v1.1.1
1.1.1 (2023-12-29)
Release 1.1.0
1.1.0 (2023-12-28)
This release mirrors what we have in 1.0.1
Release 1.0.1
Release 1.0.0
💥 Breaking Change
🚀 Enhancement
- #274 fix(lottie.ts): passing credentials include param to fetch request (@mrloop)
- #238 feat: use official ember-source TypeScript types public preview in addon package (@vscav)
- #237 feat: use official ember-source TypeScript types public preview in test-app (@nicolasgasco)
🐛 Bug Fix
- #273 Add backward compatibility with MediaQueryList.addEventListener in older browsers (@nicolasgasco)
📝 Documentation
- #252 fix(docs): remove unused columns in API reference table (@vscav)
- #204 fix: typo in README (@vscav)
🏠 Internal
- #260 chore: install and use @qonto/[email protected] (@vscav)
- #241 feat(ts): setup and use Glint in test-app package (@vscav)
- #240 chore(lint): add specific set of rules for TypeScript linting and run lint with --fix option (@vscav)
- #203 fix: use correct syntax for no-lockfile option (@nicolasgasco)
- #202 chore: update action-setup-pnpm to v3 (@nicolasgasco)
Committers: 3
- Ewan McDougall (@mrloop)
- Nicolas Gasco (@nicolasgasco)
- Vincent Scavinner (@vscav)
Release 0.6.1
v0.6.1 Release 0.6.1
Release 0.6.1-1
v0.6.1-1 Release 0.6.1-1
Release 0.6.1-0
v0.6.1-0 Release 0.6.1-0
Release 0.6.0
🚀 Enhancement
- #195 Add option to pass an onError function to handle any lottie fetch err… (@SkoebaSteve)
- #194 Expose template registry and drop rollup-plugin-ts (@vscav)
🏠 Internal
Committers: 5
- Anastasia (@anas7asia)
- Ewan McDougall (@mrloop)
- Steef Janssen (@SkoebaSteve)
- Vincent Scavinner (@vscav)
- @CYriuk