From 63d4d86f2198ef59687dfd8c526eb58e0a5168d4 Mon Sep 17 00:00:00 2001 From: "Neos Project (Jenkins)" Date: Fri, 18 Mar 2016 12:35:31 +0100 Subject: [PATCH] [TASK] Add changelog for 2.0.9 See https://jenkins.neos.io/job/Neos%20-%20Release/123/ --- .../Appendixes/ChangeLogs/209.rst | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 TYPO3.Neos/Documentation/Appendixes/ChangeLogs/209.rst diff --git a/TYPO3.Neos/Documentation/Appendixes/ChangeLogs/209.rst b/TYPO3.Neos/Documentation/Appendixes/ChangeLogs/209.rst new file mode 100644 index 00000000000..6d058f5fb01 --- /dev/null +++ b/TYPO3.Neos/Documentation/Appendixes/ChangeLogs/209.rst @@ -0,0 +1,42 @@ +`2.0.9 (2016-03-18) `_ +============================================================================================== + +Overview of merged pull requests +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +`BUGFIX: Correct syntax for parameters in translation labels `_ +----------------------------------------------------------------------------------------------------------------------------- + +* Packages: ``Neos`` + +`BUGFIX: Node constraints for auto created node types in structure tree `_ +---------------------------------------------------------------------------------------------------------------------------------------- + +The node type was not updated when a new page was loaded, leading to +incorrect constraints being applied to auto created child nodes. + +NEOS-1728 #close + +* Packages: ``Neos`` + +`BUGFIX: Image crop selection incorrect on small screens `_ +------------------------------------------------------------------------------------------------------------------------- + +When the cropping area in the secondary inspector isn't wide enough, +the coordinates of the cropping area are miscalculated. To solve this +the cropping area now has a minimum width and scroll is added, when +the area is too small. + +NEOS-1787 #close + +* Packages: ``Neos`` + +`BUGFIX: Missing styling in backend modules `_ +------------------------------------------------------------------------------------------------------------ + +When using minified resources. + +* Packages: ``Neos`` + +`Detailed log `_ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~