@ethlete/core 4.29.3 → 4.29.5
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 -2
- package/fesm2022/ethlete-core.mjs +172 -167
- package/fesm2022/ethlete-core.mjs.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @ethlete/core
|
|
2
2
|
|
|
3
|
+
## 4.29.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`0ffe4f9`](https://github.com/ethlete-io/ethdk/commit/0ffe4f9b629ab47e0632fa1fdb8eb99a6552ca4b) Thanks [@TomTomB](https://github.com/TomTomB)! - Fix router state not getting updated on initial load once the router is ready
|
|
8
|
+
|
|
9
|
+
## 4.29.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`183ca54`](https://github.com/ethlete-io/ethdk/commit/183ca540f7d4bd3a760a2f37fc28fac80b937d34) Thanks [@TomTomB](https://github.com/TomTomB)! - Fix initial values of router signals
|
|
14
|
+
|
|
3
15
|
## 4.29.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -961,7 +973,6 @@
|
|
|
961
973
|
- [#475](https://github.com/ethlete-io/ethdk/pull/475) [`834dab4`](https://github.com/ethlete-io/ethdk/commit/834dab4317f6bafd7919263c56bd6638a0a9ad09) Thanks [@TomTomB](https://github.com/TomTomB)! - Remove destroy directive in favor of destroy service
|
|
962
974
|
|
|
963
975
|
- [#475](https://github.com/ethlete-io/ethdk/pull/475) [`210e892`](https://github.com/ethlete-io/ethdk/commit/210e892bcb20003f7d3d3535a65aaa2ac9d41602) Thanks [@TomTomB](https://github.com/TomTomB)! - - Feat: Add `currentViewport# @ethlete/core and `currentViewport` to get the current viewport string to the viewport service
|
|
964
|
-
|
|
965
976
|
- Feat: Add resize & content observer directives & services
|
|
966
977
|
- Fix: Append less decimals to breakpoints created by the viewport service
|
|
967
978
|
- Fix: Use all available args to create a cache id by the @Memo default resolver
|
|
@@ -981,7 +992,6 @@
|
|
|
981
992
|
- [#475](https://github.com/ethlete-io/ethdk/pull/475) [`2ffd101`](https://github.com/ethlete-io/ethdk/commit/2ffd1014a15812d31c07f0e55c12b34727f03d9a) Thanks [@TomTomB](https://github.com/TomTomB)! - Add click observer service
|
|
982
993
|
|
|
983
994
|
- [#49](https://github.com/ethlete-io/ethdk/pull/49) [`5c95058`](https://github.com/ethlete-io/ethdk/commit/5c9505837ee3e5f2457169591acd01c79eade565) Thanks [@TomTomB](https://github.com/TomTomB)! - - Add memo decorator
|
|
984
|
-
|
|
985
995
|
- Add let & repeat directives
|
|
986
996
|
- Add toArray pipe
|
|
987
997
|
- Add focus visible service
|