pawajs 1.4.41 → 1.4.42
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 +2 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -16,4 +16,5 @@ CHANGELOG.md
|
|
|
16
16
|
+ version 1.4.28 - fixed pawaElement checkStaticsContext
|
|
17
17
|
+ version 1.4.30 - removed console warn from useContext
|
|
18
18
|
+ version 1.4.31- 1.4.32 - tried updating key to add element when server key is different
|
|
19
|
-
+ version 1.4.33 - added registerComponent.lazy
|
|
19
|
+
+ version 1.4.33 - added registerComponent.lazy
|
|
20
|
+
+ version 1.4.33 -1.4.42 fixing lazy registration component
|
package/index.js
CHANGED