@ethlete/core 4.29.0 → 4.29.1
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 -0
- package/fesm2022/ethlete-core.mjs +149 -142
- package/fesm2022/ethlete-core.mjs.map +1 -1
- package/index.d.ts +6 -8
- package/package.json +8 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @ethlete/core
|
|
2
2
|
|
|
3
|
+
## 4.29.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`25546d0`](https://github.com/ethlete-io/ethdk/commit/25546d09c1f996393db7b979e8c996bd36db39b1) Thanks [@TomTomB](https://github.com/TomTomB)! - Try to read the control passed to `controlValueSignal` synchronous for using its value as initial value instead of always using `null`.
|
|
8
|
+
|
|
3
9
|
## 4.29.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|