Skip to content
Snippets Groups Projects

release: 3.0.0

Merged Krzysztof Dyszczyk requested to merge devel into master
1 file
+ 13
13
Compare changes
  • Side-by-side
  • Inline
+ 13
13
# 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
### Fixed
- Fixed image input JS
@@ -20,19 +33,6 @@
### Fixed
- 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
### Fixed
- Add missing escaping functions in templates
Loading