Releases: qonto/ember-phone-input
Releases · qonto/ember-phone-input
Release 10.0.0
Release 10.0.0-beta.0
💥 Breaking Change
🚀 Enhancement
- #818 feat: use
Sinon.JS
in integration tests (@vscav) - #789 refactor: migrate test-app package to TypeScript (@vscav)
- #749 refactor: migrate addon package to TypeScript (@m-jovan)
- #745 feat: migrate phone-input component to glimmer (@m-jovan)
📝 Documentation
- #791 chore: replace documentation application by markdown file (@vscav)
- #754 chore: replace broken Travis CI badge (@nicolasgasco)
- #640 fix: resolve PR link in changelog (@vscav)
🏠 Internal
- #813 chore(ci): remove unnecessary release script (@vscav)
- #796 chore: install and use @qonto/eslint-config-typescript@1.0.0-rc.0 (@vscav)
- #777 feat(ts-lint): allow use of private and protected syntax for classes in .ts files (@vscav)
- #747 feat: setup typescript configuration (@m-jovan)
- #645 fix: remove double pnpm installation (@vscav)
- #644 fix: remove double node installation on CI (@vscav)
Committers: 3
- Jovan Milosevic (@m-jovan)
- Nicolas Gasco (@nicolasgasco)
- Vincent Scavinner (@vscav)
v9.0.1
v9.0.0
💥 Breaking Change
-
#602 Drop node v14 support (@anas7asia)
-
#590 Update dependency intl-tel-input to v18 (@renovate[bot])
-
#588 Remove support for Ember 3.16 and 3.20 (@anas7asia)
🚀 Enhancement
-
#589 Add ability to pass a custom placeholder argument (@vscav)
-
#586 Convert to v2 addon format (@JMilosevic810, @anas7asia)
Release notes
In the v1 addon flags image and CSS file were loaded globally in index.js
thanks to app.import
. After converting to the v2 addon format, it is not the case anymore: images and styles are loaded only on demand when the <PhoneInput>
is used.
Committers: 3
- Vincent Scavinner (@vscav)
- Anastasia (@anas7asia)
- Jovan Milosevic (@JMilosevic810)
v8.0.0
💥 Breaking Change
- #492 Update dependency ember-cli-htmlbars to v6 (@renovate[bot])
🚀 Enhancement
🏠 Internal
- #473 Configure Renovate (@renovate[bot])
- #470 Update lockfile (@Turbo87)
Committers: 1
- Tobias Bieniek (@Turbo87)
v7.1.1
v7.1.0
v7.0.1
v7.0.0
v7.0.0 (2022-02-14)
💥 Breaking Change
- #357 Bump ember-auto-import from 1.10.1 to 2.2.0 (@dependabot[bot])
- #371 Remove Node 10 & 11 from the package.json file (@dcyriller)
🐛 Bug Fix
- #415 Add resilience for when scripts fail to load (@zeppelin)
- #371 Remove Node 10 & 11 from the package.json file (@dcyriller)
📝 Documentation
Committers: 3
- Camille TJHOA (@ctjhoa)
- Cyrille (@dcyriller)
- Gabor Babicz (@zeppelin)
v6.0.0
v.6.0.0 (2021-09-10)
💥 Breaking Change
- #362 Drop support for ember@3.12 (@dcyriller)
- #351 drop support for node 10 (@mansona)
- #348 move to github ci and drop support for Ember 3.4 and 3.8 (@mansona)
📝 Documentation
- #367 fix(documentation): Set application-template-wrapper to true (@dcyriller)
🐛 Bug Fix
Committers: 4
- Chris Manson (@mansona)
- Cyrille David (@dcyriller)
- Philip Dudley (@pdud)
- Jacob (@jfdnc)