Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Jun 4, 2020
1 parent 946686b commit 30921cb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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/).

## [1.4.0](https://github.com/sonata-project/form-extensions/compare/1.3.0...1.4.0) - 2020-06-04
### Added
- add `Sonata\Form\Bridge\Symfony\Bundle\SonataFormBundle`

### Deprecated
- deprecated `Sonata\Form\Bridge\Symfony\Bundle\SonataFormBundle`. Use
`Sonata\Form\Bridge\Symfony\Bundle\SonataFormBundle` instead.

### Removed
- return type hints in `Sonata\Form\Serializer\BaseSerializerHandler::serializeObjectToId()`
- return type hints in `Sonata\Form\Serializer\SerializerHandlerIntertface::getType()`
- return type hints in `Sonata\Form\Type\BaseStatusType::configureOptions()`
- color translations and templates

## [1.3.0](https://github.com/sonata-project/form-extensions/compare/1.2.0...1.3.0) - 2020-04-10
### Added
- Added `Sonata\Form\Serializer\BaseSerializerHandler`
Expand Down
2 changes: 1 addition & 1 deletion src/Bridge/Symfony/Bundle/SonataFormBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use Symfony\Component\HttpKernel\Bundle\Bundle;

/**
* @deprecated Since version 1.x, to be removed in 2.0. Use Sonata\Form\Bridge\Symfony\SonataFormBundle instead.
* @deprecated Since version 1.4, to be removed in 2.0. Use Sonata\Form\Bridge\Symfony\SonataFormBundle instead.
*/
final class SonataFormBundle extends Bundle
{
Expand Down

0 comments on commit 30921cb

Please sign in to comment.