Skip to content
Snippets Groups Projects
Verified Commit aef962c8 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

chore: update changelog

parent d18dd7fc
No related branches found
No related tags found
2 merge requests!28release: 3.0.0,!19Add strong typing for 3.0 version
Pipeline #6864 passed with stages
in 2 minutes and 16 seconds
# Changelog # Changelog
## [3.0.0] - 2022-07-19
### Added
- Added strong typing to all the interfaces
- Added fields sorting by priority field
- Normalized string escaping in all template files
- Added InputEmailField and EmailSerializer classes
### Changed
- All getters and setter in BasicField are now declared final
- FormWithFields accepts only ContainerInterface in ::set_data() method. Prepare data before passing it
### Removed
- Removed deprecated classes
- Removed NoSerialize class
## [2.4.12] - 2021-12-22 ## [2.4.12] - 2021-12-22
### Fixed ### Fixed
- Fixed image input JS - Fixed image input JS
...@@ -20,19 +33,6 @@ ...@@ -20,19 +33,6 @@
### Fixed ### Fixed
- Add escaping functions to all templates - Add escaping functions to all templates
## [3.0.0]
### Added
- Added strong typing to all of the interfaces
- Added fields sorting by priority field
- Normalized string escaping in all template files
- Added InputEmailField and EmailSerializer classes
### Changed
- All getters and setter in BasicField are now declared final
- FormWithFields accepts only ContainerInterface in ::set_data() method. Prepare data before passing it
### Removed
- Removed deprecated classes
- Removed NoSerialize class
## [2.4.7] - 2021-09-20 ## [2.4.7] - 2021-09-20
### Fixed ### Fixed
- Add missing escaping functions in templates - Add missing escaping functions in templates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment