@ember-eui/core 4.0.5 → 4.0.8
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 +15 -0
- package/package.json +4 -4
- package/app/styles/ember-eui.scss +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
### Master
|
|
4
4
|
|
|
5
|
+
### 4.0.8
|
|
6
|
+
🐛 Bug / Fixes
|
|
7
|
+
`@ember-eui/pikaday`
|
|
8
|
+
- Make component much more flexible for easier extending or composition
|
|
9
|
+
|
|
10
|
+
### 4.0.7
|
|
11
|
+
🐛 Bug / Fixes
|
|
12
|
+
`@ember-eui/core`
|
|
13
|
+
- Since we are no longer exposing sass files, there's no use for this file anymore
|
|
14
|
+
|
|
15
|
+
### 4.0.6
|
|
16
|
+
🐛 Bug / Fixes
|
|
17
|
+
`@ember-eui/core`
|
|
18
|
+
- Fix named blocks version
|
|
19
|
+
|
|
5
20
|
### 4.0.5
|
|
6
21
|
🐛 Bug / Fixes
|
|
7
22
|
`@ember-eui/core`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-eui/core",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.8",
|
|
4
4
|
"description": "Ember Components for Elastic UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@types/lodash-es": "^4.17.4",
|
|
58
58
|
"chroma-js": "^2.1.0",
|
|
59
59
|
"ember-auto-import": "^2.2.4",
|
|
60
|
-
"ember-cached-decorator-polyfill": "^0.1.
|
|
60
|
+
"ember-cached-decorator-polyfill": "^0.1.4",
|
|
61
61
|
"ember-cli-babel": "^7.26.11",
|
|
62
62
|
"ember-cli-htmlbars": "^6.0.1",
|
|
63
63
|
"ember-cli-typescript": "4.2.1",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"ember-keyboard": "^7.0.1",
|
|
67
67
|
"ember-math-helpers": "^2.15.0",
|
|
68
68
|
"ember-modifier": "^3.1.0",
|
|
69
|
-
"ember-named-blocks-polyfill": "0.2.
|
|
69
|
+
"ember-named-blocks-polyfill": "^0.2.3",
|
|
70
70
|
"ember-power-select": "^5.0.2",
|
|
71
71
|
"ember-set-body-class": "^1.0.2",
|
|
72
72
|
"ember-set-helper": "^2.0.1",
|
|
@@ -175,5 +175,5 @@
|
|
|
175
175
|
"volta": {
|
|
176
176
|
"extends": "../../package.json"
|
|
177
177
|
},
|
|
178
|
-
"gitHead": "
|
|
178
|
+
"gitHead": "8d3168806e7d31812a2a67a0ced8ce2e811dd15d"
|
|
179
179
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import 'ember-eui-components';
|