Skip to content

v1.58.0

Compare
Choose a tag to compare
@frankpagan frankpagan released this 21 Aug 04:29
· 140 commits to master since this release

1.58.0 (2023-08-21)

Bug Fixes

Features

  • @cocreate/file to handle files. (8b6ed2f)
  • Refactor CoCreate.config.js, remove CoCreate-fetch dependency as it has been replaced with element, filter and render (f7f8b5d)
  • Remove unnecessary CoCreate-form and CoCreate-render-json dependencies and update lazyLoad calls in components.js. The functions were relocated to @cocreate/element and @cocreate/render. (c778508)
  • renamed CRUD attributes and params (e65b88e)
  • replace attributes "collection", "document" and "name" with "array", "object" and "key". (4d79ed9)
  • Update cocreate dependencies for the latest features and bug fixes (0cc95e7)
  • Update CoCreate.config.js with new array and object field names (368d18c)
  • Upgrade "@cocreate" package dependencies to their latest versions. (fb1286f)