Skip to content

Releases: CoCreate-app/CoCreate-file

v1.7.0

07 Sep 23:36
Compare
Choose a tag to compare

1.7.0 (2023-09-07)

Features

  • support match param. An array of files to match with config. if match found upload or save source (30e6d57)

v1.6.3

21 Aug 17:43
Compare
Choose a tag to compare

1.6.3 (2023-08-21)

Bug Fixes

  • remove unused console.log (610fc0b)

v1.6.2

21 Aug 04:10
Compare
Choose a tag to compare

1.6.2 (2023-08-21)

Bug Fixes

v1.6.1

21 Aug 04:05
Compare
Choose a tag to compare

1.6.1 (2023-08-21)

Bug Fixes

  • if directories or source is undefined (daa2a3a)

v1.6.0

21 Aug 03:50
Compare
Choose a tag to compare

1.6.0 (2023-08-21)

Features

  • Update cocreate dependencies for the latest features and bug fixes (2aab571)

v1.5.3

21 Aug 03:36
Compare
Choose a tag to compare

1.5.3 (2023-08-21)

Bug Fixes

v1.5.2

18 Aug 01:04
Compare
Choose a tag to compare

1.5.2 (2023-08-18)

Bug Fixes

  • typo "@cocreate/Actions" to "@cocreate/actions" (48d98cd)

v1.5.1

17 Aug 19:51
Compare
Choose a tag to compare

1.5.1 (2023-08-17)

Bug Fixes

  • typo @cocreate/observer (211cb9a)

v1.5.0

17 Aug 00:12
Compare
Choose a tag to compare

1.5.0 (2023-08-17)

Features

  • bump cocreate dependencies for the latest updates and features (746d491)

v1.4.0

16 Aug 23:35
Compare
Choose a tag to compare

1.4.0 (2023-08-16)

Bug Fixes

  • add conditional for newConfig.repositiories (3fae340)
  • crud attributes renamed (a379ef5)
  • refactor(client.js): Simplify file selection event listener (eeb34cc)
  • render-array and render-object attributes renamed to render (1b2301f)
  • replace -target -selector (ceb96a7)
  • replaced @cocreate/crud-client with @cocreate/elements (1e012b3)
  • startIndex renamed to index (0f174c9)
  • updated actions callback data object (edeef71)
  • updated fetch-limit to filter-limit (d40bbf7)
  • webpack.config and package.json make use of mode=production instead of process.env (a563c53)

Features

  • actions support finding elements and data using form, selctors, and crud (c5fd048)
  • Add support for multiple files and directories in file input field, ender and edit file data (5c06442)
  • name attribute and variable renamed to key (7c70ed2)
  • Refactor file form actions and add new 'download' action (d593476)
  • Refactor file rendering (47945de)
  • Refactor Import function to import files into the system. (99f48a7)
  • Refactored code to handle duplicate files when selected from multiple input[type="file"] elements. (c965cae)
  • update template_id to render-selector attribute. update filter attributes to filter selector-attributes (897d910)