Skip to content

Commit

Permalink
prepared 3.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Jan 9, 2024
1 parent 24b0c32 commit 0a061a0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.




## [3.0.0] - TBD
This version is a complete reworked version of utils bundle.
The goal was to have a non-inversive bundle of useful helpers for contao.
Expand All @@ -12,12 +14,17 @@ The main changes are:
- All classic util classes and aliases are removed. Only the ones accessible via the `Utils` service are available.
- All deprecated services and functions are removed.
- Nearly all twig filters were dropped.
- No more bundled assets. You install the asset component still as yarn dependency.
- No more bundled assets. You can install the asset component still as yarn dependency.

More specific changes, but not limited to:
- Changed: bundle class name is now `HeimrichHannotUtilsBundle`
- Changed: DcaUtil::getDcaFields() array options now throw error if not of type array
- Changed: RoutingUtil::generateBackendRoute() route argument moved to options array
- Removed: ContainerUtil::isBundleActive()
- Removed: UrlUtil::removeQueryStringParameterToUrl()
- Removed: a lot of not used dependencies
- Removed: a lot of not used dependencies

## [3.0.0-beta2] - 2024-01-09
Merge changes from 2.234.0:
- Added: find*ByInserttag methods to EntityFinderHelper
- Changed: find articles by inserttags for html modules and content element in EntityFinder command

0 comments on commit 0a061a0

Please sign in to comment.