Skip to content

Commit

Permalink
Release 5.0.0-alpha-1 (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored Jun 3, 2023
1 parent f58ea63 commit e60992f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [5.0.0-alpha-1](https://github.com/sonata-project/SonataBlockBundle/compare/4.x...5.0.0-alpha-1) - 2023-06-03
### Added
- [[#1159](https://github.com/sonata-project/SonataBlockBundle/pull/1159)] Add return types to `FormMapper`. ([@jordisala1991](https://github.com/jordisala1991))

### Changed
- [[#1054](https://github.com/sonata-project/SonataBlockBundle/pull/1054)] Block services tagged with `sonata.block` are not made public anymore ([@dmaicher](https://github.com/dmaicher))

### Removed
- [[#1158](https://github.com/sonata-project/SonataBlockBundle/pull/1158)] Remove block serializer configuration ([@jordisala1991](https://github.com/jordisala1991))
- [[#1060](https://github.com/sonata-project/SonataBlockBundle/pull/1060)] Remove support for Symfony ^4.4 ([@jordisala1991](https://github.com/jordisala1991))
- [[#1060](https://github.com/sonata-project/SonataBlockBundle/pull/1060)] Remove support for Twig ^2 ([@jordisala1991](https://github.com/jordisala1991))
- [[#1060](https://github.com/sonata-project/SonataBlockBundle/pull/1060)] Remove support for `doctrine/common` ^2 ([@jordisala1991](https://github.com/jordisala1991))
- [[#1056](https://github.com/sonata-project/SonataBlockBundle/pull/1056)] Remove `BlockManagerInterface` deprecated class. ([@jordisala1991](https://github.com/jordisala1991))

## [4.21.0](https://github.com/sonata-project/SonataBlockBundle/compare/4.20.0...4.21.0) - 2023-05-13
### Added
- [[#1172](https://github.com/sonata-project/SonataBlockBundle/pull/1172)] Support for `sonata-project/form-extensions` 2.0 ([@jordisala1991](https://github.com/jordisala1991))
Expand Down

0 comments on commit e60992f

Please sign in to comment.