Skip to content

Releases: CoCreate-app/CoCreate-elements

v1.36.1

09 Jul 17:02

Choose a tag to compare

1.36.1 (2024-07-09)

Bug Fixes

  • handleing of key="{}" where value is an array (c86ffd9)
  • objectId() habndleing to add _id to element (b2bb7b4)
  • removed testing log (1b4f38e)
  • set flag rendered to prevent loop caused by fireListeners and sync (3dd1267)
  • use continue in for loop and continue if !data$storage (32020f1)

v1.36.0

30 Jun 03:12

Choose a tag to compare

1.36.0 (2024-06-30)

Bug Fixes

Features

  • form.setValue() will set value in elements if value is object else it if string will fallback elementPrototype setVlaue() (e76df88)

v1.35.8

23 Jun 21:19

Choose a tag to compare

1.35.8 (2024-06-23)

Bug Fixes

v1.35.7

23 Jun 20:49

Choose a tag to compare

1.35.7 (2024-06-23)

Bug Fixes

v1.35.6

19 Jun 01:49

Choose a tag to compare

1.35.6 (2024-06-19)

Bug Fixes

  • add method update.object if upsert and filter (3730438)
  • handle isFIlter false in read function and improved handling of filter and render data (85b6d00)
  • skip-attribute to prevent form attributes from applying to an element (72f18b3)

v1.35.5

12 Jun 23:35

Choose a tag to compare

1.35.5 (2024-06-12)

Bug Fixes

v1.35.4

19 May 23:19

Choose a tag to compare

1.35.4 (2024-05-19)

Bug Fixes

  • handle if item is already read (2407f9b)

v1.35.3

08 May 20:10

Choose a tag to compare

1.35.3 (2024-05-08)

Bug Fixes

  • handling of data upsert (9884f90)
  • replace form object attribute with id if pending (33838fb)
  • typo with for loop index j (8872c9f)

v1.35.2

29 Apr 14:56

Choose a tag to compare

1.35.2 (2024-04-29)

Bug Fixes

  • bump cocreate dependencies (d8bdb33)

v1.35.1

26 Apr 04:09

Choose a tag to compare

1.35.1 (2024-04-26)

Bug Fixes

  • convert base64 segments to to arrayBuffer (710c55e)
  • export setValueType (bcc717c)