@ethlete/core 4.29.8 → 4.30.0
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 +12 -0
- package/fesm2022/ethlete-core.mjs +151 -152
- package/fesm2022/ethlete-core.mjs.map +1 -1
- package/index.d.ts +2 -6
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @ethlete/core
|
|
2
2
|
|
|
3
|
+
## 4.30.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`0f5452d`](https://github.com/ethlete-io/ethdk/commit/0f5452d559063458aa83aa4dea2eb15b59117b4e) Thanks [@TomTomB](https://github.com/TomTomB)! - Add `et-animation-enter-done` and `et-animation-leave-done` classes to animated lifecycle directive to allow styling of elements after enter/leave animations complete.
|
|
8
|
+
|
|
9
|
+
## 4.29.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`808f15c`](https://github.com/ethlete-io/ethdk/commit/808f15ceefce740464c7cd91bd4dc7d8771c2e13) Thanks [@TomTomB](https://github.com/TomTomB)! - Fix initial value not being correct inside injectUrl
|
|
14
|
+
|
|
3
15
|
## 4.29.8
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|