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)