@ethlete/core 4.29.9 → 4.31.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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @ethlete/core
2
2
 
3
+ ## 4.31.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`76d9819`](https://github.com/ethlete-io/ethdk/commit/76d98196e2ad33b3c0eeb19c8864ef94f9a2c994) Thanks [@TomTomB](https://github.com/TomTomB)! - Add `requireSync` option to `injectQueryParam` util to explicitly tell the function to read its initial value from the url instead of waiting for the router
8
+
9
+ ## 4.30.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`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.
14
+
3
15
  ## 4.29.9
4
16
 
5
17
  ### Patch Changes