@cocreate/users 1.38.1 → 1.38.3
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 +18 -0
- package/docs/index.html +330 -325
- package/package.json +10 -14
- package/src/client.js +481 -465
- package/webpack.config.js +65 -90
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## [1.38.3](https://github.com/CoCreate-app/CoCreate-users/compare/v1.38.2...v1.38.3) (2025-04-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* added css-loader ([b6e5bf6](https://github.com/CoCreate-app/CoCreate-users/commit/b6e5bf6cd7cffd6254c66b088d0380da9d4eaeb3))
|
|
7
|
+
* update query attributes ([1056fe2](https://github.com/CoCreate-app/CoCreate-users/commit/1056fe2f121baa75f448dfeaeffeef1ae8e76745))
|
|
8
|
+
* updated cocreate modules versions ([7e3b317](https://github.com/CoCreate-app/CoCreate-users/commit/7e3b31752e5cbbee1ece3a22853f7d4d0d4a6dfb))
|
|
9
|
+
* webpack.config and devdependencies ([d43be51](https://github.com/CoCreate-app/CoCreate-users/commit/d43be515840e33cf6d0d86ff3fc7afe8550460eb))
|
|
10
|
+
|
|
11
|
+
## [1.38.2](https://github.com/CoCreate-app/CoCreate-users/compare/v1.38.1...v1.38.2) (2025-04-11)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* dispatch end event on action element rather than document ([3acfb0f](https://github.com/CoCreate-app/CoCreate-users/commit/3acfb0f6f8678e345709c17ea63c3cfeeecde25e))
|
|
17
|
+
* update observer observe param to type and and attributeName to attributeFilter ([a876921](https://github.com/CoCreate-app/CoCreate-users/commit/a876921e8f965dc1c25946a8055af420797fbb1e))
|
|
18
|
+
|
|
1
19
|
## [1.38.1](https://github.com/CoCreate-app/CoCreate-users/compare/v1.38.0...v1.38.1) (2024-12-09)
|
|
2
20
|
|
|
3
21
|
|