You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [1.42.0](v1.41.1...v1.42.0) (2025-04-11)
### Bug Fixes
* $relativePath handeling ([e9d41df](e9d41df))
* handeling onRest ([ba102ce](ba102ce))
* update observer obseve param to type and and attributeName to attributeFilter ([3ce1a06](3ce1a06))
* update to how action is handled ([25f2654](25f2654))
### Features
* value-selectors to get value from target element ([e3ae15b](e3ae15b))
* update observer obseve param to type and and attributeName to attributeFilter ([3ce1a06](https://github.com/CoCreate-app/CoCreate-elements/commit/3ce1a0615fd16eeacc24b89c722593d7a470a566))
9
+
* update to how action is handled ([25f2654](https://github.com/CoCreate-app/CoCreate-elements/commit/25f26548618397c3cbae0469ff284ca1be5a8a7b))
10
+
11
+
12
+
### Features
13
+
14
+
* value-selectors to get value from target element ([e3ae15b](https://github.com/CoCreate-app/CoCreate-elements/commit/e3ae15b5e0d2d953399bd45dc82ea44aa7aa6cde))
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@cocreate/elements",
3
-
"version": "1.41.1",
3
+
"version": "1.42.0",
4
4
"description": "Fetch content into any html element by using html5 attributes to query data stored in CoCreate headless CMS. If data is changed it will instantly reflect in html tags as changes are broadcasted in realtime",
0 commit comments