1.32.0 (2026-07-11)
- bump package versions (1512280)
- removed post install and add add packages to apprved list (d658bca)
- semantic version handling (b38cdb1)
- Add getValue and setValue support for SVG elements; Update dashboard and health journal components with new structure and CoCreateJS integration. (d2c6263)
- Enhance handleDateTime function to support 'now' attribute and add timeTo functionality for detailed time calculations (0613076)
1.31.4 (2026-03-01)
- update import paths to use @cocreate/utils and remove unused operators module (b408215)
1.31.3 (2026-02-28)
- removed plugin attribute check from setValue function (f391aad)
1.31.2 (2026-02-25)
- Update logo image source in menu component (8c95f34)
1.31.1 (2026-01-18)
1.31.0 (2025-11-16)
- enhance date handling in getValue and add custom operators for number formatting and UID generation (280a469)
1.30.0 (2025-10-11)
- add async support for getAttribute and enhance processOperators with async handling (88cfe33)
1.29.3 (2025-07-13)
- improve handling of radio inputs and select elements in setValue function (8fb0fba)
1.29.2 (2025-05-01)
1.29.1 (2025-04-30)
- $relativePath (c8293d1)
- added css-loader (240afa0)
- export (47db21a)
- getValue.js: resolve attribute handling issues and enhance value processing (d7fd518)
- handling of tagName switch case (3521dd2)
- renamed from utility to operators.js (60e1599)
- revert to previous version (e91c567)
- typo remove value = from getAttribute as its a set only method (c3042db)
- update query attributes (a3f71d3)
- updated cocreate modules versions (9047924)
- webpack.config and devdependencies (7240cdf)
1.29.0 (2025-04-11)
- default to string if value is falsy and not 0 (b8eadb1)
- format dat and time to correct format to set on inputs (35dd407)
- if value-type condition before switch case (066da57)
- setAttribute value (afcc695)
- update exports (19eb2ae)
- utility import (1f3337a)
- $scrollWidth , $relativPath and $path operators (08844ba)
- add @cocreate utils (d82ee9b)
- added queryElements() to element prototype. wiil automatically use attibutes if found on element as well as options could be passed (70114a1)
- improved operators to target element poperties and methods (2734187)
- utility for operator handling (d76a0f6)
1.28.1 (2025-01-18)
- comment new regex and reinstate previous regex (dfe7354)
- range input returns a single number if if min not defiened (07afdc4)
1.28.0 (2024-12-14)
- comment test regex (bde8534)
- dat yype inputs set to empty string if value does not exist (14069f9)
- dynamically generate regex (afb8c89)
- handling type="checkbox" (e567ff5)
- if dispatchEvent dispatch if value empty or oldValue = newValue (66cc576)
- removed redundant prtotype, HTMLElement can handle all elements (876d2c0)
- attribute value-bubbles to define whether input event bubbles on element value is set on (93a9d0e)
- utility to handle operators accross all prototypes (7eb7a5e)
1.27.0 (2024-11-04)
- add prettier.config.js and format files (0acda3c)
- loop through regex improved value handling (3ac5f8d)
- value-dispatch attribute to dispatch event even if value is null or undefined (7f2ca4b)
1.26.0 (2024-09-21)
- if value-type object and parse fails snitizze to remove any string outside of object and attempt parse again (9344106)
- value-type array.$keys array.$value and array.$entries will return an array from object (25df40d)
1.25.0 (2024-08-24)
- init getAttribute before getValue and setValue (e0cc56a)
- removed element.value as already exist (280b1c6)
- use hasOwnProperty to avoid prototype (b7736db)
- Add support for various regex operations in getValue function (b87b1a2)
- encode and decode value (4550990)
- support toLocaleString and locale atttribute (8ebfbd6)
- supports regex parsing of value (b2e1a81)
1.24.1 (2024-06-19)
- type file uses storage (6b0a434)
1.24.0 (2024-06-12)
- improved handling of valueType outerHtml (de39d50)
1.23.0 (2024-05-08)
- removed utils (71a5003)
- update attibutes using keyObperators on storage change or event updateAttributes (5a33bbd)
- valueType boolean (7f6777f)
1.22.3 (2024-04-29)
- bump cocreate dependencies (a2bc71e)
1.22.2 (2024-04-27)
- try catch block for script insert (eff2887)
1.22.1 (2024-03-18)
1.22.0 (2024-02-20)
- $innerWidth and $innerHeight operators (c731aab)
1.21.0 (2024-02-13)
- getAttribute crdt (bea2bfb)
- getAttribute prototype to handle operator values (fa3c83f)
1.20.1 (2024-02-05)
- insert select options from src file (7b644e1)
- Removed https://cdn.cocreate.app/latest/CoCreate.min.css (144d3e0)
1.20.0 (2024-02-03)
- value-types to handle date and time (3a72fbc)
1.19.0 (2024-01-30)
- improved input true and false value (b788abb)
- value must be a string to test for url operators (de1ed9d)
1.18.0 (2024-01-17)
- if value matches operators $user_id, $organization_id, $clientId will return from localStorage (e4bb41a)
1.17.0 (2023-12-18)
- password value or empty string (acd9f55)
- skip param to dispatch event with sip false (c5816b1)
1.16.0 (2023-11-25)
- update licensing details (4aeb6f8)
- upgrade dependencies for latest features and fixes (0a04fc1)
1.15.0 (2023-11-25)
- pass attributes renamed to state (66fa12e)
- upgrade dependencies for latest features and fixes (0ddf814)
1.14.1 (2023-11-22)
- if prefix, suffix value.toString() (a4d1cf1)
1.14.0 (2023-11-19)
- update dependecies for th latest features and bug fixes (0fecc37)
1.13.2 (2023-11-16)
1.13.1 (2023-11-12)
- bump dependencies for latest features (2a02917)
1.13.0 (2023-11-09)
- input date types are automatically converted to ISO format with UTC timezone Z and rendered in inputs in users local time (c628140)
1.12.0 (2023-11-03)
- converts input type date to systems local date timezone (4235ceb)
1.11.8 (2023-10-25)
- bump dependencies (8a370f2)
1.11.7 (2023-10-22)
- initial getting of value was missing (1c549fd)
1.11.6 (2023-10-14)
- bump dependencies (9e37ae4)
1.11.5 (2023-10-09)
- bump dependencies (07d50ff)
1.11.4 (2023-10-09)
- bump dependencies (1182708)
1.11.3 (2023-10-09)
- bump cocreate dependency versions (546fa28)
1.11.2 (2023-09-18)
1.11.1 (2023-08-21)
- bump dependencies (0be98eb)
1.11.0 (2023-08-21)
- Update cocreate dependencies for the latest features and bug fixes (96ddbda)
1.10.1 (2023-08-21)
- /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js (dd090e1)
- replace cdn with /dist (40da3e2)
- update file uploader (3a1b9f9)
1.10.0 (2023-08-17)
- bump cocreate dependencies for the latest updates and features (8ace910)
1.9.0 (2023-08-16)
- crud attributes renamed (a8e28ab)
- getValue function to correctly retrieve the value from the element and handle different value types. (ab8ba18)
- replace -target -selector (b9ba7ad)
- webpack.config and package.json make use of mode=production instead of process.env (1a54257)
- Add storage map (22d303a)
- name attribute and variable renamed to key (912fd6b)
- Refactor set value function and add temporary data storage for components and plugins (a99984c)
- Update setValue.js to handle object values type and improved overall performance. (dd04a49)
1.8.30 (2023-06-14)
1.8.29 (2023-06-11)
1.8.28 (2023-06-11)
1.8.27 (2023-06-11)
- testing workflow (e77beb5)
1.8.26 (2023-06-11)
- testing workflow (7b0174a)
1.8.25 (2023-06-11)
1.8.24 (2023-06-11)
- testing workflow (9fe236a)
1.8.23 (2023-06-11)
1.8.22 (2023-06-11)
- postintall error (264a33f)
1.8.21 (2023-06-11)
- @cocreate/cli moved to dependencies (c89ccf8)
1.8.20 (2023-06-11)
1.8.19 (2023-06-11)
- renamed hosts to host. the value can be a string or an array of strings (672d250)
1.8.18 (2023-06-10)
1.8.17 (2023-06-10)
1.8.16 (2023-06-04)
- Refactor CoCreate.config.js to remove hard-coded credentials (ad2a988)
1.8.15 (2023-06-04)
- replaced secert GITHUB_TOKEN with GITHUB (14c48bd)
- Update dependencies versions for @cocreate libraries (7eb5795)
1.8.14 (2023-06-04)
- semantic-release: worklow error solved by running node version 14 (ab65db0)
1.8.13 (2023-06-02)
- format demo html (af550ca)
1.8.12 (2023-05-21)
1.8.11 (2023-05-19)
- update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. (c32fa5d)
1.8.10 (2023-05-18)
- apikey renamed to key (5cdfd7a)
- apikey renamed to key (4d7173c)
- refactor: Format
setValue.jsand refactor setValue function (41814a6)
1.8.9 (2023-05-10)
- removed __encryptPassword (115c4b4)
1.8.8 (2023-05-06)
1.8.7 (2023-05-01)
- update manifest.json to manifest.webmanifest (ed79f5f)
1.8.6 (2023-05-01)
- replace fontawesome with svg (cb05213)
1.8.5 (2023-04-30)
- fullscreen target updated to fullscreen fullscreen-target (b9a90ab)
- package-lock.json and pnpm-lock.yaml added to .gitignore (6ed1998)
- removed toogle fullscreen icons. now using css content (29a976f)
1.8.4 (2023-04-24)
- updated worrkflows to v3 and node version 16 (c86ec78)
1.8.3 (2023-04-24)
- workflow node version updated 16 (bc9b4bf)
1.8.2 (2023-04-24)
1.8.1 (2023-04-24)
- removed uglifyjs-webpack-plugin (806b1f6)
1.8.0 (2023-04-24)
- added pwa manifest (56f9312)
1.7.0 (2023-04-13)
- setValue checks for prefix and suffix and removes them from value prior to setting value (41cd87d)
- support value-type array (05715a3)
1.6.6 (2023-04-11)
- bump dependencies (01ccfc5)
1.6.5 (2023-04-11)
1.6.4 (2023-04-11)
- renamed domains to hosts (a177214)
1.6.3 (2023-03-30)
1.6.2 (2023-03-16)
- bump dependencies' (52f70e3)
1.6.1 (2023-03-16)
1.6.0 (2023-03-16)
- replaced get-value and set-value with a super charged version of CoCreate-events (05f9c1e)
1.5.0 (2023-03-15)
- ability to use one checkbox as a boolean (9dc3e5a)
1.4.11 (2023-02-01)
- bump dependencies (3387cb7)
1.4.10 (2023-02-01)
- bump utils (09b288f)
1.4.9 (2023-01-31)
- bump dependencies (3a09e2d)
1.4.8 (2023-01-30)
- bump dependencies (bac7b2d)
1.4.7 (2023-01-29)
- bump dependencies (ecb129a)
1.4.6 (2023-01-27)
- bump dependencies (164448e)
1.4.5 (2023-01-27)
- bump utils (287b981)
1.4.4 (2023-01-13)
- bump dependencies (5f92b02)
1.4.3 (2023-01-13)
- bump dependencies (1492c1a)
1.4.2 (2023-01-10)
- div element return condtions (c7039a6)
1.4.1 (2023-01-10)
- bump dependencies (daea982)
1.4.0 (2023-01-10)
- run CoCReate,pass on elementsprior t inserting. merge domEditor and alements together (d39f8ff)
1.3.0 (2023-01-09)
- improved handling of checkbox and radio (b7444f2)
1.2.28 (2023-01-09)
- bump dependnecies (8d58472)
1.2.27 (2023-01-09)
- bump dependnecies (978bb9a)
1.2.26 (2023-01-06)
1.2.25 (2023-01-06)
1.2.24 (2023-01-05)
- bump dependencies (d1fa1fa)
1.2.23 (2023-01-05)
1.2.22 (2023-01-01)
- docs sanbox overflow (6eee50a)
1.2.21 (2022-12-31)
- bump dependencies (4dbfc49)
1.2.20 (2022-12-31)
- bump dependencies (536b30e)
1.2.19 (2022-12-30)
- update config sources to use template braces with entry on src (bd17115)
1.2.18 (2022-12-29)
- bump dependencies (190cbaa)
1.2.17 (2022-12-29)
- bump dependencies (1b65cd4)
1.2.16 (2022-12-27)
- bump dependecies (5c790a1)
1.2.15 (2022-12-27)
- bump dependencies (d84d87b)
1.2.14 (2022-12-27)
- bump dependencies (134f6d2)
1.2.13 (2022-12-25)
- bump dependencies (e0524e0)
1.2.12 (2022-12-25)
1.2.11 (2022-12-23)
- bump dependnecies (3c1b327)
1.2.10 (2022-12-22)
1.2.9 (2022-12-22)
- update demos and bump dependencies (57a35e9)
1.2.8 (2022-12-21)
- bump dependencies (6dc72f1)
1.2.7 (2022-12-21)
- bump dependencies (a1d1090)
1.2.6 (2022-12-20)
- bump dependencies (692e246)
1.2.5 (2022-12-15)
- add missing dev dependency style-loader (dd3d228)
1.2.4 (2022-12-13)
- removed un used devDependencies (29dd890)
1.2.3 (2022-12-13)
- bump dependencies (aff3ccf)
1.2.2 (2022-12-13)
- bump dependencies (429a09c)
1.2.1 (2022-12-12)
- bump dependencies (046f2e0)
1.2.0 (2022-12-12)
- add @cocreate/utils for getAttributes (dc888aa)
1.1.24 (2022-12-11)
- bump dependencies (f53a956)
1.1.23 (2022-12-11)
- bump dependencies (7c67239)
1.1.22 (2022-12-09)
- bump dependencies (ec89995)
1.1.21 (2022-12-08)
- bump dependencies (6c17a05)
1.1.20 (2022-12-08)
- bump @cocreate/crud-client (387dc6d)
1.1.19 (2022-12-07)
- bump dependencies (f8b0da6)
1.1.18 (2022-12-07)
- bump @cocreate/crud=client (71ac42a)
1.1.17 (2022-12-04)
- bump dependencies (584eb3d)
1.1.16 (2022-12-02)
1.1.15 (2022-12-02)
- bump @cocreate/crud-client (e150b5d)
1.1.14 (2022-11-28)
- bump crud-client (82ada5f)
1.1.13 (2022-11-28)
- bump dependencies (bf58930)
1.1.12 (2022-11-28)
- bump @cocreate/crud-client (9e9bc2b)
1.1.11 (2022-11-28)
- bump @cocreate/crud-client (98af524)
1.1.10 (2022-11-27)
- bump dependencies (9807308)
1.1.9 (2022-11-26)
- bump dependencies (34c181d)
1.1.8 (2022-11-25)
1.1.7 (2022-11-24)
- bump depenedencies (bc9492e)
1.1.6 (2022-11-23)
1.1.5 (2022-11-22)
1.1.4 (2022-11-21)
- @cocreate/docs bug fix (84bf470)
1.1.3 (2022-11-21)
- replaced document_id with document._id (7943260)
1.1.2 (2022-11-21)
1.1.1 (2022-11-21)
- bump d@cocreate ependencies (623cf67)
1.1.0 (2022-11-21)
- textarea attribute value support (ce13d5a)
- Initial Relase (1fcdec3)