Skip to content

Releases: roadiz/core-bundle-dev-app

v2.3.19

13 Jul 11:55
v2.3.19
07f23fb

Choose a tag to compare

Bug Fixes

  • Fixed RequestDataCollector - (4aa997a)
  • Fixed CacheController twig template - (1d9d203)
  • Use constructor promotion for all final classes when possible - (0513183)
  • Fixed simple.html.twig Twig template with rz-accent-color for login and custom-form - (2fa84b6)
  • Get rid of cssAction route and use CSS vars for node, tag, attribute, custom-form, folder accent colors - (06548e2)
  • Use NodeSourceXlsxSerializer in Export and Search node controllers - (00b96e4)
  • Fixed unit tests namespaces, moved to tests folder and use autoload-dev composer directive - (f8092dc)

Features

  • Export custom-form answers into CSV file instead of Xlsx - (5da1a44)
  • Added deprecation notices about RZ\Roadiz\CoreBundle\Xlsx services - (a9af918)

v2.3.18

13 Jul 11:55
v2.3.18
5ffc745

Choose a tag to compare

Bug Fixes

  • (Document) Remove Documents used by CustomFormAnswer from unused repository method - (f5289b8)
  • (EmailManager) Removed EmailManager and ContactFormManager direct usage. Use their *Factory service to avoid sharing service data between async requests. - (80e25e5)

v2.3.17

13 Jul 11:56
v2.3.17
2689065

Choose a tag to compare

Bug Fixes

  • (Serialization) Always falls back on default translation if no translation for Tag, Folder and Document entities - (0f0ceed)

v2.2.28

13 Jul 11:56
v2.2.28
ca42607

Choose a tag to compare

Bug Fixes

  • (EmailManager) Removed EmailManager and ContactFormManager direct usage. Use their *Factory service to avoid sharing service data between async requests. - (4eb4102)
  • Fixed StringHandler::variablize method since symfony/string broke snake method - (370d622)

v2.2.27

13 Jul 11:56
v2.2.27
c802ce1

Choose a tag to compare

Bug Fixes

  • (Serialization) Always falls back on default translation if no translation for Tag, Folder and Document entities - (dcaa1b3)

v2.1.68

13 Jul 11:57
v2.1.68
3c0cc5b

Choose a tag to compare

Bug Fixes

  • Serialization: Always falls back on default translation if no translation for Tag, Folder and Document entities (3370dc8)

v2.3.16

13 Jul 11:57
v2.3.16
0c6dbc1

Choose a tag to compare

Bug Fixes

  • Missing RealmRepository::findByNodeWithSerializationGroup method - (aac6e4e)
  • Missing NodesTagsRepository - (b80548d)
  • StringHandler::variablize method with non-alphanum characters - (6db4486)

Features

  • Added required column in custom-form field listing view - (f184d4e)
  • Transform CustomFormField groupName to DataList to improve user experience - (676a016)
  • Added CustomFormField autocomplete field to provide HTML autocomplete hint - (6b8c3e7)
  • Upgrade rezozero/tree-walker package - (d90c04a)