@ethlete/core 4.29.3 → 4.29.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 +6 -2
- package/fesm2022/ethlete-core.mjs +169 -164
- package/fesm2022/ethlete-core.mjs.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @ethlete/core
|
|
2
2
|
|
|
3
|
+
## 4.29.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`183ca54`](https://github.com/ethlete-io/ethdk/commit/183ca540f7d4bd3a760a2f37fc28fac80b937d34) Thanks [@TomTomB](https://github.com/TomTomB)! - Fix initial values of router signals
|
|
8
|
+
|
|
3
9
|
## 4.29.3
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -961,7 +967,6 @@
|
|
|
961
967
|
- [#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
968
|
|
|
963
969
|
- [#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
970
|
- Feat: Add resize & content observer directives & services
|
|
966
971
|
- Fix: Append less decimals to breakpoints created by the viewport service
|
|
967
972
|
- Fix: Use all available args to create a cache id by the @Memo default resolver
|
|
@@ -981,7 +986,6 @@
|
|
|
981
986
|
- [#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
987
|
|
|
983
988
|
- [#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
989
|
- Add let & repeat directives
|
|
986
990
|
- Add toArray pipe
|
|
987
991
|
- Add focus visible service
|