Skip to content

Latest commit

 

History

History
570 lines (267 loc) · 25.5 KB

CHANGELOG.md

File metadata and controls

570 lines (267 loc) · 25.5 KB

1.17.5 (2024-06-19)

Bug Fixes

  • getFileId uses pathname as id (be330a5)
  • observer target selector (50dc031)
  • replace selected file if multiple false (d419dc3)

1.17.4 (2024-06-12)

Bug Fixes

1.17.3 (2024-05-08)

Bug Fixes

  • description length less than 350 characters (c2a9a7a)

1.17.2 (2024-04-29)

Bug Fixes

  • bump cocreate dependencies (6034fc5)

1.17.1 (2024-04-26)

Bug Fixes

  • condition to check input.ProcessFIle exists (478d652)
  • getFiles returns files as is without conversion (ad57ce3)
  • method set to static object.update (27dbf8e)
  • replaced keyword spaces with hyphens and lowercase letters only (77f9d89)

1.17.0 (2024-03-18)

Bug Fixes

Features

  • handle mediaSegmentation, define path (4c8e478)

1.16.0 (2024-02-16)

Features

  • if realtime save on file selection (de3c32c)

1.15.2 (2024-02-14)

Bug Fixes

  • realtime defaults to false (c6fb16c)

1.15.1 (2024-02-13)

Bug Fixes

  • add file.size and add missing object param (32f8508)

1.15.0 (2024-02-05)

Bug Fixes

Features

1.14.2 (2024-01-17)

Bug Fixes

  • await getFilter() (339a343)
  • support defining storage and database in config (bc992c1)
  • update to support new query system (d3d43dc)

1.14.1 (2023-12-28)

Bug Fixes

1.14.0 (2023-11-25)

Bug Fixes

  • update licensing details (8c40ebb)

Features

  • upgrade dependencies for latest features and fixes (d30415b)

1.13.0 (2023-11-25)

Bug Fixes

  • update nav, edit button and css path (b88261d)

Features

  • upgrade dependencies for latest features and fixes (4fb4643)

1.12.0 (2023-11-19)

Features

  • update dependecies for th latest features and bug fixes (309a71a)

1.11.0 (2023-11-12)

Bug Fixes

  • bump dependencies for latest features (c268d0f)

Features

  • symlinks will find realpath to upload (0984755)

1.10.0 (2023-11-09)

Bug Fixes

Features

  • support webmanifest file type (aca211d)

1.9.10 (2023-11-03)

Bug Fixes

  • favicon.ico path (d624243)
  • update dependencies to the lates versions (109bee3)
  • update method to use object.update etc (d412fe0)

1.9.9 (2023-10-25)

Bug Fixes

1.9.8 (2023-10-22)

Bug Fixes

  • base64 conditions (55ef6e3)
  • support watch upload of deeply nested files (db8b460)

1.9.7 (2023-10-19)

Bug Fixes

  • declartion of render functions using object spread (acb3fc5)

1.9.6 (2023-10-17)

Bug Fixes

1.9.5 (2023-10-14)

Bug Fixes

1.9.4 (2023-10-09)

Bug Fixes

1.9.3 (2023-10-09)

Bug Fixes

1.9.2 (2023-10-09)

Bug Fixes

  • bump cocreate dependency versions (1ff6a15)
  • bump dependencies (2ce5dc3)

1.9.1 (2023-10-09)

Bug Fixes

1.9.0 (2023-09-19)

Features

  • Update CoCreate dependencies to their latest versions (90ea9c8)

1.8.0 (2023-09-19)

Features

  • bump dependencies for there latest features (3944081)

1.7.3 (2023-09-19)

Bug Fixes

  • directory, path, pathname (9fdad2d)
  • removed crud.socket.create() as it is handeled automatically duing socket.send (ca012d0)

1.7.2 (2023-09-18)

Bug Fixes

  • Add path and pathname (8dda8ed)
  • Update CoCreate depndencies to latest versions (955f3b2)

1.7.1 (2023-09-17)

Bug Fixes

  • renamed filter to $filter (c8e8390)
  • update broadcast to broadcastSender false (b93ca93)
  • update data.filter to data.$filter, supports data.object.$filter to ad filters per object (7ccb455)

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)

1.6.3 (2023-08-21)

Bug Fixes

  • remove unused console.log (610fc0b)

1.6.2 (2023-08-21)

Bug Fixes

1.6.1 (2023-08-21)

Bug Fixes

  • if directories or source is undefined (daa2a3a)

1.6.0 (2023-08-21)

Features

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

1.5.3 (2023-08-21)

Bug Fixes

1.5.2 (2023-08-18)

Bug Fixes

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

1.5.1 (2023-08-17)

Bug Fixes

  • typo @cocreate/observer (211cb9a)

1.5.0 (2023-08-17)

Features

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

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)

1.3.11 (2023-06-16)

Bug Fixes

1.3.10 (2023-06-16)

Bug Fixes

  • Refactor repositories object in newConfig to only include necessary keys (9cc2559)

1.3.9 (2023-06-15)

Bug Fixes

1.3.8 (2023-06-15)

Bug Fixes

1.3.7 (2023-06-14)

Bug Fixes

1.3.6 (2023-06-14)

Bug Fixes

1.3.5 (2023-06-14)

Bug Fixes

1.3.4 (2023-06-14)

Bug Fixes

  • add @cocreate/config package (6ae4a9f)

1.3.3 (2023-06-11)

Bug Fixes

1.3.2 (2023-06-11)

Bug Fixes

  • removed mime-types dependency (ad199e8)

1.3.1 (2023-06-11)

Bug Fixes

1.3.0 (2023-06-11)

Features

1.2.13 (2023-06-11)

Bug Fixes

1.2.12 (2023-06-11)

Bug Fixes

1.2.11 (2023-06-11)

Bug Fixes

1.2.10 (2023-06-11)

Bug Fixes

1.2.9 (2023-06-11)

Bug Fixes

1.2.8 (2023-06-11)

Bug Fixes

1.2.7 (2023-06-11)

Bug Fixes

  • @cocreate/cli moved to dependencies (0ff1ff6)

1.2.6 (2023-06-11)

Bug Fixes

1.2.5 (2023-06-11)

Bug Fixes

  • renamed hosts to host. the value can be a string or an array of strings (a427463)

1.2.4 (2023-06-10)

Bug Fixes

1.2.3 (2023-06-10)

Bug Fixes

1.2.2 (2023-06-10)

Bug Fixes

1.2.1 (2023-06-10)

Bug Fixes

  • Refactor authentication & update config file output format (27da6f0)

1.2.0 (2023-06-09)

Bug Fixes

Features

  • client and server functions (af50769)

1.1.0 (2023-06-08)

Features

  • add template_id to fileInput and render selected files using template and placeholders (ca29280)

1.0.0 (2023-06-06)

Features