Releases: qonto/ember-amount-input
Releases · qonto/ember-amount-input
Release 7.3.0
Release 7.2.0
Release 7.1.0
7.1.0 (2024-01-22)
Bug Fixes
- bump lockfile post release and use semantic commit message (9119d44)
- ci: remove wrong GH token used in release-it config (cbe1462)
- ci: set infile property in release-it config (8f74536)
- replace v7-beta0 with v7 in changelog (6d66e42)
Features
- ci: add manual release workflow (78b5d84)
Release 7.0.0
v7.0.0 Release 7.0.0
Release 7.0.0-beta.0
💥 Breaking Change
🚀 Enhancement
- #589 refactor: migrate test-app package to TypeScript (@vscav)
- #610 refactor: migrate addon package to TypeScript (@vscav)
- #587 fix(peer-deps): explicitly set ember-source versions range (@vscav)
📝 Documentation
- #647 docs: add TypeScript usage section (@vscav)
- #611 chore: replace documentation application by markdown file (@vscav)
- #585 chore: replace Travis-CI build status badge with GitHub CI workflow badge (@vscav)
🏠 Internal
- #658 feat: setup
release-it
(@vscav) - #639 chore(ember-cli-addon-docs): remove unused declarations from configuration files (@vscav)
- #631 chore: install and use @qonto/[email protected] (@dannycalleri)
- #614 feat(ts-lint): allow use of private and protected syntax for classes in .ts files (@vscav)
- #588 ci: add LTS ember-try scenarios for v4.8.0 and v4.12.0 (@vscav)
- #586 refactor: rewrite test descriptions in component integration tests (@vscav)
- #543 feat: add TypeScript configuration (@vscav)
- #547 chore(ci): update action to setup pnpm in release script (@vscav)
- #546 chore(ci): update action to setup pnpm in CI script (@vscav)
Committers: 2
- Danny Calleri (@dannycalleri)
- Vincent Scavinner (@vscav)
Release 6.0.2
🚀 Enhancement
- #512 Prevent event propagation on invalid key presses (@nicolasgasco)
🏠 Internal
- #513 Auto update lock file with dependabot PRs (@poulet42)
- #493 Use packageManager to set pnpm version (@poulet42)
- #492 Remove double pnpm installation on CI (@poulet42)
- #491 Remove double node installation on CI (@poulet42)
Committers: 2
- Corentin (@poulet42)
- Nicolas Gasco (@nicolasgasco)
Release 6.0.1
🏠 Internal
-
#453 Add ember-amount-input working-directory details in release script (@alexis-falaise)
Committers: 2
- Alexis Falaise (@alexis-falaise)
- Vincent Scavinner (@vscav)
Release 6.0.0
v6.0.0 (2023-04-26)
💥 Breaking Change
- #431 Remove support for Node v14 (@alexis-falaise)
🚀 Enhancement
-
#409 Added readonly attribute (@gianlucatomasino)
-
#429 Expose min and max attributes (@rasha-essam)
-
#431 Convert to v2 addon (@alexis-falaise)
🐛 Bug Fix
-
#410 use already parsed e.target.valueAsNumber value instead of e.target.value (@poulet42)
-
#418 fix issue where 0 would not trigger an update call on blur (@poulet42)
Committers: 3
- Corentin (@poulet42)
- Gianluca Tomasino (@gianlucatomasino)
- Rasha Essam (@rasha-essam)
- Alexis Falaise (@alexis-falaise)