mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-25 11:36:13 +00:00
26 lines
621 B
Markdown
26 lines
621 B
Markdown
|
|
Version 1.5.1
|
|
=============
|
|
|
|
- adding .gitlab-ci to upgrade automatically packagist
|
|
- adding fixtures for ACL and DocumentCategory
|
|
|
|
Version 1.5.2
|
|
=============
|
|
|
|
- fix some missing translations on update / create document and "any document" in list
|
|
- use dropzone to upload a document with a better UI
|
|
|
|
You must add `"dropzone": "^5.5.1"` to your dependencies in `packages.json` at the root project.
|
|
|
|
Master branch
|
|
=============
|
|
|
|
- the javascript for uploading a file now works within collections, listening to collection events.
|
|
|
|
PrivacyEvent branch
|
|
===================
|
|
|
|
- add privacy events to document index / show
|
|
|