Skip to content

Latest commit

 

History

History
199 lines (107 loc) · 7.85 KB

CHANGELOG.md

File metadata and controls

199 lines (107 loc) · 7.85 KB

2.1 and newer

Since v2.1 all changelog entries are merged into Roadiz monorepo

2.0.18 (2023-01-27)

Bug Fixes

  • Fixed DocumentPreviewListItem.vue with Twig filters inside (8de6fd0)

2.0.17 (2023-01-02)

Bug Fixes

  • Send preview JWT after nodeSource AJAX edition (a9adee9)

2.0.16 (2022-11-29)

Bug Fixes

  • Do not use Solr Search Engine if service is NULL (3bb599f)

2.0.15 (2022-10-17)

Features

  • Allow document creation date edition if security allows it (Role: ROLE_ACCESS_DOCUMENTS_CREATION_DATE) (8b056d7)

2.0.14 (2022-10-07)

Bug Fixes

  • Allow dev-develop dependencies (7ccf628)

2.0.13 (2022-10-03)

Features

  • Rebuilt all styles (0b7a97c)
  • Switched to CSS grid layout for each admin panels (66aad20)

2.0.12 (2022-09-30)

Features

  • Translations: Let the user choose source and destination translations (9ceacf5)
  • Translations: Moved TranslateNodeType and TranslateController to RozierBundle (399e028)

2.0.11 (2022-09-28)

Features

  • Documents: Dispatch DocumentFileUpdated event after DB flush (92a341f)

2.0.10 (2022-09-28)

Bug Fixes

  • Drawer: Fixed drawer description not included in NodeSource edition tabs (9f0a563)

2.0.9 (2022-09-16)

Bug Fixes

  • Remove dead-code and moved most of the constraints out of Forms in favor of Entity annotations (CoreBundle) (fa49e53)

2.0.8 (2022-09-16)

Bug Fixes

  • Added empty_data on non-nullable string fields, set nodeName on AddNodeType (bb027df)

2.0.7 (2022-09-01)

Bug Fixes

  • Trans-typing SHOULD be executed in one single SQL transaction (9901f6b)

2.0.6 (2022-09-01)

Bug Fixes

  • Deletions buttons must be hidden for locked tags and folders (5702bd1)

2.0.5 (2022-09-01)

  • Translations updates

Bug Fixes

  • Fixed cssAction queries for tags and folders (49679bf)

2.0.4 (2022-09-01)

Features

  • Added Folder locked and color form type fields and tree layout changes (27beea1)
  • New ConfigurableExplorerItem to refactor entity explorer with custom doctrine entities (64ef927)

2.0.3 (2022-07-05)

Bug Fixes

  • Allow dev-develop versions for Roadiz bundles (0badd5e)

2.0.2 (2022-07-01)

Bug Fixes

  • Misuse of InputBag filter args (73469a1)

2.0.1 (2022-07-01)

Bug Fixes

  • InputBag query all and filter on array (e7a3ece)

2.0.0 (2022-06-30)

⚠ BREAKING CHANGES

  • Theme requires Roadiz v2
  • Changed Rozier twig namespace to RoadizRozier

Features

  • Added post flush event dispatches in AbstractAdminController (97934f7)
  • Allow multiple events to be dispatched from AbstractAdminController (6fa425e)
  • Prefix all abstractAdminController template folder (516e4db)
  • Prefix all form themes templates (16b8960)
  • Prefix all templates to be overrideable (c6fcfeb)
  • Remove dead code for Roadiz v2: routings, overriden classes and Pimple services (d23eb52)
  • Template namespace (0372aa9)
  • Use PersistableInterface instead of AbstractEntity (568f387)

Bug Fixes

  • Check if search result is NodesSources (99e1fe2)
  • Export document with their folder to avoid overriding same filename documents (97ce14c)
  • Missing template namespace (ba27c5f)
  • Missing translations (d53d60b)
  • NodeSourceJoinType MUST always be multiple as data is submitted as array (bc5282b)
  • Use Request Query all method instead of get for arrays (2414911)

1.7.16 (2022-06-22)

Bug Fixes

  • Display always all translations for backend users, not only available ones (fd4f44d)

1.7.14 (2022-06-02)

Features

  • Allow multiple email comma-separated in CustomFormType (a98fa8e)

1.7.13 (2022-06-02)

Bug Fixes

  • Fixed input[type=datetime-local] style (b04d426)

1.7.12 (2022-05-25)

Bug Fixes

  • Non required CustomForm closeDate form (5a58ee8)

1.7.11 (2022-04-12)

Bug Fixes

  • Use :not(:placeholder-shown):invalid instead of :invalid (7f8bace)

1.7.10 (2022-04-07)

Bug Fixes

  • Fixed nodetree style when nodes has tags (badddb1)

1.7.9 (2022-03-29)

Features

  • Styled invalid state for inputs (956d12a)

1.7.8 (2022-03-29)

Bug Fixes

  • Remove user group form was not handled (efc55aa)

1.7.7 (2022-03-24)

Features

  • Dispatch UserJoinedGroupEvent and UserLeavedGroupEvent (e895e3c)