Skip to content

Latest commit

 

History

History
75 lines (56 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

75 lines (56 loc) · 3.6 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

1.6.1 - 2021-07-17

Changed

  • [#280] JS will now use the delete field to mark a fragment as deleted instead of not sending the value (@srascar)

Fixed

  • [#284] Back Office Title is correctly submitted as empty string when empty in form request (@srascar)

1.6.0 - 2021-02-15

Added

Changed

  • [#171] SonataEasyExtendsBundle is now optional, using SonataDoctrineBundle is preferred (@jordisala1991)

Deprecated

  • [#171] Using SonataEasyExtendsBundle to add Doctrine mapping information (@jordisala1991)

1.5.0 - 2020-07-16

Removed

1.4.1 - 2020-03-19

Fixed

  • article fragments reset order bug

1.4.0 - 2020-01-06

Added

  • new Twig blocks in edit_collection_fragment.html.twig

1.3.0 - 2019-12-14

Added

  • Added to fragmentList.jquery.js moveSelectedFragmentOutsideOfForm() to move selected fragment in tmp dom
  • Added to fragmentList.jquery.js cancelFragmentDeletion() to cancel the fragment deletion

Changed

The 'removed' fragments are not removed completely just moved in another dom, which allows the cancellation.

1.2.2 - 2019-11-14

Fixed

  • special chars handling in the "type" field

1.2.1 - 2019-10-14

Fixed

  • Syntax error in template

1.2.0 - 2019-05-28

Added

  • Add |trans() in the follow twig files: edit_collection_fragment.html.twig and form.html.twig to translate the fragment name.
  • Add Hungarian translations

Changed

  • Changed ArticleInterface, FragmentInterface and ArticleFragmentInterface to allow null return types.

Fixed

  • Fix deprecation for symfony/config 4.2+

1.1.0 - 2018-12-11

Added

  • Added Article::isValidated() method

Fixed

  • Fixed Article::getValidatedAt() to be able to return null

Changed

  • In AbstractArticle, getValidatedAt(): \DateTimeInterface becomes getValidatedAt(): ?\DateTimeInterface, this is technically a BC-break