Releases: FriendsOfSymfony/FOSCKEditorBundle
Releases · FriendsOfSymfony/FOSCKEditorBundle
2.0.0-RC1
First 2.0.0 release candidate
CHANGELOG
Added
- Typehints and return types
Changed
- Minimum Symfony version is 3.4
- Minimum PHP version is 7.1
- Classes are now final
- Marker exception is now an interface that implements throwable
- Twig is now a required dependency and only templating engine this library supports
- CKEditorType Form Type now accepts only 1 argument of type
FOS\CKEditorBundle\Config\CKEditorConfigurationInterface
Removed
- Nullable constructor arguments on most services
- All Model Managers and their Exception classes
- Getters and setters from the CKEditorType Form Type
- Symfony/templating along with PHP templates
- Composer Script Class
Fixed
- Zip archive download behind proxy
1.2.0
Added
- Added option to silence progress bar during installation
Changed
- symfony/asset is now a required dependency
Fixed
- wrong count in download progress bar
Deprecated
- symfony/templating and every helper service around it (twig will be the only templating engine in 2.0.0)
- composer script class
- resource compiler pass (will be handled by symfony recipe in 2.0.0)
- all model managers and their exception
- all getters and setters in form type
- exception class (exception marker will be an interface in 2.0.0)
1.1.0
Added
- Deprecation message for IvoryCKEditorBundle
Changed
- The command is now lazy loaded in Symfony 3.4+
Fixed
ckeditor:installcommand not working with--no-interaction
1.0.0
First stable release in FOS namespace
Added:
- Symfony 4 support
- Jsonbuilder
Changed:
- Namespaces
- parameter and service keys
-> Be aware of the migration guide
1.0.0-RC3
Remove more references to ivory.
Clean composer.json.
1.0.0-RC2
next rlease for wait
1.0.0-RC1
Release first candidate