Skip to content

Releases: qonto/ember-amount-input

Release 7.3.0

23 Jul 08:13
Compare
Choose a tag to compare

7.3.0 (2024-07-23)

Bug Fixes

  • hbs render format in component tests (2c99bcb)
  • prevent default pasting event (2acb692)

Features

  • use KeyboardEvent.key instead of KeyboardEvent.keyCode (6ff26f6)

Release 7.2.0

08 Mar 08:50
Compare
Choose a tag to compare

7.2.0 (2024-03-08)

Features

Release 7.1.0

22 Jan 09:16
Compare
Choose a tag to compare

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

09 Jan 15:33
0655358
Compare
Choose a tag to compare
v7.0.0

Release 7.0.0

Release 7.0.0-beta.0

17 Nov 13:03
Compare
Choose a tag to compare
Release 7.0.0-beta.0 Pre-release
Pre-release

💥 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/eslint-config-typescript@1.0.0-rc.0 (@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

Release 6.0.2

13 Jul 15:52
cee26aa
Compare
Choose a tag to compare

🚀 Enhancement

🏠 Internal

Committers: 2

Release 6.0.1

02 Jun 14:39
205d06c
Compare
Choose a tag to compare

🏠 Internal

Committers: 2

Release 6.0.0

26 Apr 11:05
dea3768
Compare
Choose a tag to compare

v6.0.0 (2023-04-26)

💥 Breaking Change

🚀 Enhancement

🐛 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

Release 5.0.0

13 Sep 08:27
Compare
Choose a tag to compare

💥 Breaking Change

  • #379 Update LTS support only support ember 3.24 or above (@mrloop)

🐛 Bug Fix

  • #383 Add ember-cli-addon-docs dependency so does not error (@mrloop)

📝 Documentation

  • #383 Add ember-cli-addon-docs dependency so does not error (@mrloop)

Committers: 1

Release 4.1.0

19 Aug 15:53
Compare
Choose a tag to compare

🚀 Enhancement

  • #375 Add named argument @inputId to allow setting the input id (@mrloop)

📝 Documentation

  • #371 Update release instructions and link to docs (@mrloop)

Committers: 1