Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 3.19 KB

10.1.0.md

File metadata and controls

41 lines (35 loc) · 3.19 KB

Release: 10.1.0 (2024/12/09 14:27:03)

  • 2024-12-04 [BUGFIX] Prevent TYPO3v11 controllerContext deprecation notice (Commit b0573baf by Christian Weiske)
  • 2024-12-09 [BUGFIX] Fix support for controller arguments and redirection (Commit 8610fcdf by Claus Due)
  • 2024-10-28 [BUGFIX] Add legacy method for registering data transformers (#2192) (Commit a1678401 by Claus Due)
  • 2024-10-28 [BUGFIX] Detach colPos list items provider from BackendLayoutView (#2191) (Commit 83fe4e3a by Claus Due)
  • 2024-10-28 [FEATURE] Introduce ContentObjectFetcher (#2190) (Commit e863026e by Claus Due)
  • 2024-10-25 [BUGFIX] Correct doctrine proxy when used with non-SELECT statements (#2189) (Commit e64c8979 by Claus Due)
  • 2024-10-24 [BUGFIX] Decouple implementations from parent classes (#2187) (Commit baf6013d by Claus Due)
  • 2024-10-24 [BUGFIX] Add default value for Node implementation constructors (#2186) (Commit d8cb50b7 by Claus Due)
  • 2024-10-24 [FEATURE] Introduce Doctrine proxy (#2185) (Commit 8a9d9a13 by Claus Due)
  • 2024-10-24 [BUGFIX] Switch from PDO to Connection constants (#2184) (Commit 022da096 by Claus Due)
  • 2024-10-16 [BUGFIX] Cast placeholder to string (#2182) (Commit ffa2dce6 by Lina Wolf)
  • 2024-09-23 [FEATURE] Add "forField" as view variable when extracting form (Commit 1fa77157 by Claus Due)
  • 2024-09-16 [FEATURE] Add custom page layout selector (Commit 150b42c6 by Claus Due)
  • 2024-09-16 [BUGFIX] Make sure to have correct pid (#2176) (Commit 86b44231 by Franz Kugelmann)
  • 2024-09-09 [BUGFIX] Cast potentially int value to string (Commit 7e5da31c by Claus Due)
  • 2024-08-09 [BUGFIX] Add type casts in AbstractMultiValueFieldViewHelper.php (#2173) (Commit 555e8080 by eyeworkers-gmbh)
  • 2024-07-14 [BUGFIX] Jump through ridiculous hoops imposed by inconsistent TYPO3 behavior (Commit fad88af7 by Claus Due)
  • 2024-07-14 [BUGFIX] Fix file field transformation in preview view (Commit 041898f0 by Claus Due)
  • 2024-07-13 [FEATURE] Add extension config to produce unique file field names (Commit c99218e5 by Claus Due)
  • 2024-07-13 [FEATURE] Add ability to protect values from changing when inherited (Commit 303a231c by Claus Due)
  • 2024-07-12 [BUGFIX] Prevent visible errors if Flux is asked to parse a malformed FlexForm identifier (Commit f8b11d66 by Claus Due)
  • 2024-07-12 [BUGFIX] Render "unused" content area only for page-level grid (Commit d2f658ee by Claus Due)
  • 2024-07-12 [BUGFIX] Allow transient caching of dynamic forms (Commit a4fc91e4 by Claus Due)
  • 2024-07-08 [BUGFIX] Avoid FileRepository for reading FAL relations (Commit 98843497 by Claus Due)
  • 2024-07-07 [BUGFIX] Add check for the existence of the aspect frontend.preview (#2166) (Commit d4bfef58 by idp001)
  • 2024-07-07 [FEATURE] Wrap form data transformation in proper API (Commit ebc14650 by Claus Due)

Generated by:

git log --since="2024/05/10 13:15:05" --until="2024/12/09 14:27:03" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
    --date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`

Full list of changes: https://github.com/FluidTYPO3/flux/compare/10.0.0...10.1.0

Please note: the change list above does not contain any TASK commits since they are considered infrastructure-only and not relevant to end users. The full list includes these!