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.39.0](v1.38.1...v1.39.0) (2024-12-14)
### Bug Fixes
* allow empty strings and array values ([03ccb89](03ccb89))
* delete element[i].hasRead in remove function ([e549c3d](e549c3d))
* filter.init('el') ([571b179](571b179))
* getValueFromObject inorder to get values using dotNotation ([a101064](a101064))
* handling crud updates when render element used ([88c5781](88c5781))
* moved observer out of loop as only needs to be declared once. ([4f9c63c](4f9c63c))
### Features
* attribute observer organization_id and host ([28a9175](28a9175))
* Attribute refrence to define whether the crud refrence data will be excluded ([fb1c35d](fb1c35d))
* allow empty strings and array values ([03ccb89](https://github.com/CoCreate-app/CoCreate-elements/commit/03ccb89cc10262a981c3e66ee279be8a49a58b4b))
7
+
* delete element[i].hasRead in remove function ([e549c3d](https://github.com/CoCreate-app/CoCreate-elements/commit/e549c3d70b7b1701e425e1eadb828df681b619c4))
* getValueFromObject inorder to get values using dotNotation ([a101064](https://github.com/CoCreate-app/CoCreate-elements/commit/a101064413587e0a95b6423211f3084ad713e76f))
10
+
* handling crud updates when render element used ([88c5781](https://github.com/CoCreate-app/CoCreate-elements/commit/88c5781e7ce02a672e84bed1bf993bbfcd29f83e))
11
+
* moved observer out of loop as only needs to be declared once. ([4f9c63c](https://github.com/CoCreate-app/CoCreate-elements/commit/4f9c63cfdd3d4c6f065e9604535945420ab32b09))
12
+
13
+
14
+
### Features
15
+
16
+
* attribute observer organization_id and host ([28a9175](https://github.com/CoCreate-app/CoCreate-elements/commit/28a9175aa27f5c66205b350e6a4c14b19f014960))
17
+
* Attribute refrence to define whether the crud refrence data will be excluded ([fb1c35d](https://github.com/CoCreate-app/CoCreate-elements/commit/fb1c35de0ebb2cc484d02f367f6d542266f4b8ed))
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.38.1",
3
+
"version": "1.39.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