From c4fb2c0034760dfa40347356586ca3ab96dea19e Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Mon, 8 Jan 2018 10:52:01 +0100 Subject: [PATCH] 3.1.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ UPGRADE-3.x.md | 3 +++ 2 files changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6805c6a9..d1cf853d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). + +## [3.1.0](https://github.com/sonata-project/SonataBlockBundle/compare/3.0.0...3.1.0) - 2018-01-08 +### Added +- Added php 7.0 support +- Added twig dependency + +### Changed +- Changed internal folder structure to `src`, `tests` and `docs` +- Add support for FQCNs form types +- Switched to templates from SonataAdminBundle +- Replace twig paths with new naming conventions + +### Deprecated +- Association templates + +### Fixed +- call of render function now Sf3 compatible +- Fix `FormContractor::getDefaultOptions` not checking against form types FQCNs +- Throw an exception if property name is not found in field mappings +- A list field with `actions` type will get all the required field options just like the `_action` field. +- `_action` field will get a proper `actions` type. +- Patched collection form handling script to maintain File input state when new items are added to collections +- Typo in javascript in `edit_mongo_one_association_script.html.twig` +- Check for filter Value in StringFilter +- Missing explicit Symfony dependencies + +### Removed +- internal test classes are now excluded from the autoloader +- Support for old versions of Symfony. diff --git a/UPGRADE-3.x.md b/UPGRADE-3.x.md index 0ee874bb..fac2634f 100644 --- a/UPGRADE-3.x.md +++ b/UPGRADE-3.x.md @@ -1,6 +1,9 @@ UPGRADE 3.x =========== +UPGRADE FROM 3.0 to 3.1 +======================= + ### Tests All files under the ``Tests`` directory are now correctly handled as internal test classes.