Skip to content

Commit 4876ceb

Browse files
committed
v9.0.0
1 parent d737c0e commit 4876ceb

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-3
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

3+
## v9.0.0 (2023-05-10)
4+
5+
#### :boom: Breaking Change
6+
7+
- [#602](https://github.com/qonto/ember-phone-input/pull/602) Drop node v14 support ([@anas7asia](https://github.com/anas7asia))
8+
9+
- [#590](https://github.com/qonto/ember-phone-input/pull/590) Update dependency intl-tel-input to v18 ([@renovate[bot]](https://github.com/apps/renovate))
10+
11+
- [#588](https://github.com/qonto/ember-phone-input/pull/602) Remove support for Ember 3.16 and 3.20 ([@anas7asia](https://github.com/anas7asia))
12+
13+
#### :rocket: Enhancement
14+
15+
- [#589](https://github.com/qonto/ember-phone-input/pull/589) Add ability to pass a custom placeholder argument ([@vscav](https://github.com/vscav))
16+
17+
- [#586](https://github.com/qonto/ember-phone-input/pull/586) Convert to v2 addon format ([@anas7asia](https://github.com/anas7asia))
18+
19+
#### Release notes
20+
21+
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.
22+
23+
24+
#### Committers: 2
25+
26+
- Vincent Scavinner ([@vscav](https://github.com/vscav))
27+
- Anastasia ([@anas7asia](https://github.com/anas7asia))
28+
29+
30+
## v9.0.0-alpha.2 (2023-05-10)
31+
32+
#### :bug: Bug Fix
33+
* [#604](https://github.com/qonto/ember-phone-input/pull/604) Display autoPlaceholder when customPlaceholder is not provided ([@anas7asia](https://github.com/anas7asia))
34+
35+
#### Committers: 2
36+
- Anastasia ([@anas7asia](https://github.com/anas7asia))
37+
- Vincent Scavinner ([@vscav](https://github.com/vscav))
38+
339
## v8.0.0 (2022-11-29)
440

541
#### :boom: Breaking Change

ember-phone-input/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-phone-input",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"description": "A component to input / validate / submit phone numbers",
55
"keywords": [
66
"ember-addon",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-phone-input",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-app",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"private": true,
55
"description": "Test app for ember-phone-input addon",
66
"repository": "",

0 commit comments

Comments
 (0)