Skip to content

Releases: CoCreate-app/CoCreate-element-prototype

v1.27.0

04 Nov 13:19
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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)

v1.24.1

19 Jun 01:49
Compare
Choose a tag to compare

1.24.1 (2024-06-19)

Bug Fixes

v1.24.0

12 Jun 23:35
Compare
Choose a tag to compare

1.24.0 (2024-06-12)

Bug Fixes

Features

  • improved handling of valueType outerHtml (de39d50)

v1.23.0

08 May 20:10
Compare
Choose a tag to compare

1.23.0 (2024-05-08)

Bug Fixes

Features

  • update attibutes using keyObperators on storage change or event updateAttributes (5a33bbd)
  • valueType boolean (7f6777f)

v1.22.3

29 Apr 14:55
Compare
Choose a tag to compare

1.22.3 (2024-04-29)

Bug Fixes

  • bump cocreate dependencies (a2bc71e)

v1.22.2

27 Apr 02:20
Compare
Choose a tag to compare

1.22.2 (2024-04-27)

Bug Fixes

  • try catch block for script insert (eff2887)

v1.22.1

18 Mar 04:46
Compare
Choose a tag to compare

1.22.1 (2024-03-18)

Bug Fixes

v1.22.0

20 Feb 01:22
Compare
Choose a tag to compare

1.22.0 (2024-02-20)

Features

  • $innerWidth and $innerHeight operators (c731aab)