Releases: CoCreate-app/CoCreate-element-prototype
Releases · CoCreate-app/CoCreate-element-prototype
v1.30.0
11 Oct 12:30
Compare
Sorry, something went wrong.
No results found
1.30.0 (2025-10-11)
Features
add async support for getAttribute and enhance processOperators with async handling (88cfe33 )
v1.29.3
13 Jul 01:20
Compare
Sorry, something went wrong.
No results found
1.29.3 (2025-07-13)
Bug Fixes
improve handling of radio inputs and select elements in setValue function (8fb0fba )
v1.29.2
01 May 00:59
Compare
Sorry, something went wrong.
No results found
v1.29.1
30 Apr 23:37
Compare
Sorry, something went wrong.
No results found
1.29.1 (2025-04-30)
Bug Fixes
$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 )
v1.29.0
11 Apr 22:24
Compare
Sorry, something went wrong.
No results found
1.29.0 (2025-04-11)
Bug Fixes
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 )
Features
$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 )
v1.28.1
18 Jan 21:20
Compare
Sorry, something went wrong.
No results found
1.28.1 (2025-01-18)
Bug Fixes
comment new regex and reinstate previous regex (dfe7354 )
range input returns a single number if if min not defiened (07afdc4 )
v1.28.0
14 Dec 22:51
Compare
Sorry, something went wrong.
No results found
1.28.0 (2024-12-14)
Bug Fixes
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 )
Features
attribute value-bubbles to define whether input event bubbles on element value is set on (93a9d0e )
utility to handle operators accross all prototypes (7eb7a5e )
v1.27.0
04 Nov 13:19
Compare
Sorry, something went wrong.
No results found
1.27.0 (2024-11-04)
Bug Fixes
pretier.config.js and file formating (1428fd9 )
removed exec returning null (240543b )
Features
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 )
v1.26.0
21 Sep 21:08
Compare
Sorry, something went wrong.
No results found
1.26.0 (2024-09-21)
Bug Fixes
removed commented code (67b9cb4 )
valueType default empty string to support startsWith (4515bc2 )
Features
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 )
v1.25.0
24 Aug 20:05
Compare
Sorry, something went wrong.
No results found
1.25.0 (2024-08-24)
Bug Fixes
init getAttribute before getValue and setValue (e0cc56a )
removed element.value as already exist (280b1c6 )
use hasOwnProperty to avoid prototype (b7736db )
Features
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 )