@ember-eui/core 1.2.3 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,16 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
### Master
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
### 1.3.0
|
|
5
|
+
### 1.2.4
|
|
7
6
|
🏠 Internal
|
|
8
|
-
`@ember-eui/
|
|
9
|
-
-
|
|
7
|
+
`@ember-eui/changeset-form`,`@ember-eui/validated-form`
|
|
8
|
+
- Pass down isCleareable to wrapped component
|
|
10
9
|
|
|
11
|
-
### 1.3
|
|
10
|
+
### 1.2.3
|
|
12
11
|
🚀 Enhancements
|
|
13
12
|
`@ember-eui/core`
|
|
14
13
|
- add errorMessage for validatable-control for i18n or so
|
|
14
|
+
🏠 Internal
|
|
15
|
+
`@ember-eui/core`
|
|
16
|
+
- update ember-power-select in order to be able to pass attributes to trigger
|
|
15
17
|
|
|
16
18
|
### 1.2.2
|
|
17
19
|
🐛 Bug / Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-eui/core",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "Ember Components for Elastic UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon",
|
|
@@ -141,5 +141,5 @@
|
|
|
141
141
|
"volta": {
|
|
142
142
|
"node": "12.22.1"
|
|
143
143
|
},
|
|
144
|
-
"gitHead": "
|
|
144
|
+
"gitHead": "592f96d628da79922566ffe9c9f62bc74cf7aec7"
|
|
145
145
|
}
|