@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -5
  2. 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/core`
9
- - update ember-power-select in order to be able to pass attributes to trigger
7
+ `@ember-eui/changeset-form`,`@ember-eui/validated-form`
8
+ - Pass down isCleareable to wrapped component
10
9
 
11
- ### 1.3.0
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",
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": "237b2b1b7e237ad49d035e4b72c590e3c43bd611"
144
+ "gitHead": "592f96d628da79922566ffe9c9f62bc74cf7aec7"
145
145
  }