Skip to content

Commit 7fed2eb

Browse files
Merge pull request #452 from alexis-falaise/changelog-6.0.0
v6.0.0
2 parents 97764fb + 418d998 commit 7fed2eb

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## v6.0.0 (2023-04-26)
2+
3+
#### :boom: Breaking Change
4+
5+
- [#431](https://github.com/qonto/ember-amount-input/pull/431) Remove support for Node v14 ([@alexis-falaise](https://github.com/alexis-falaise))
6+
7+
#### :rocket: Enhancement
8+
9+
- [#409](https://github.com/qonto/ember-amount-input/pull/409) Added readonly attribute ([@gianlucatomasino](https://github.com/gianlucatomasino))
10+
11+
- [#429](https://github.com/qonto/ember-amount-input/pull/429) Expose min and max attributes ([@rasha-essam](https://github.com/rasha-essam))
12+
13+
- [#431](https://github.com/qonto/ember-amount-input/pull/431) Convert to v2 addon ([@alexis-falaise](https://github.com/alexis-falaise))
14+
15+
#### :bug: Bug Fix
16+
17+
- [#410](https://github.com/qonto/ember-amount-input/pull/410) use already parsed e.target.valueAsNumber value instead of e.target.value ([@poulet42](https://github.com/poulet42))
18+
19+
- [#418](https://github.com/qonto/ember-amount-input/pull/418) fix issue where 0 would not trigger an update call on blur ([@poulet42](https://github.com/poulet42))
20+
21+
#### Committers: 3
22+
23+
- Corentin ([@poulet42](https://github.com/poulet42))
24+
- Gianluca Tomasino ([@gianlucatomasino](https://github.com/gianlucatomasino))
25+
- Rasha Essam ([@rasha-essam](https://github.com/rasha-essam))
26+
- Alexis Falaise ([@alexis-falaise](https://github.com/alexis-falaise))
27+
128
## v5.0.0 (2022-09-13)
229

330
#### :boom: Breaking Change

ember-amount-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-amount-input",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "The default blueprint for ember-cli addons.",
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-amount-input",
3-
"version": "5.0.0",
3+
"version": "6.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": "0.0.0",
3+
"version": "6.0.0",
44
"private": true,
55
"description": "Test app for ember-amount-input addon",
66
"repository": "",

0 commit comments

Comments
 (0)