Select Git revision
changelog.txt
-
Sebastian Pisula authoredSebastian Pisula authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
changelog.txt 2.43 KiB
# Changelog
## [3.1.0] - 2022-08-30
### Added
- de_DE translations
## [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
## [2.4.11] - 2021-12-03
### Added
- Added date input field
## [2.4.10] - 2021-10-01
### Changed
- Render form data without using echo
## [2.4.9] - 2021-09-28
### Fixed
- Prevent form fields from being deleted by escaping functions
## [2.4.8] - 2021-09-27
### Fixed
- Add escaping functions to all templates
## [2.4.7] - 2021-09-20
### Fixed
- Add missing escaping functions in templates
## [2.4.6] - 2021-08-23
### Fixed
- Get attribute now returns attribute instead of bool value
## [2.4.5] - 2021-06-02
### Fixed
- Added text multiple field
- Added image input field
## [2.4.4] - 2021-04-26
### Fixed
- Added description_tip to Renderer
## [2.4.2] - 2021-03-10
### Fixed
- When no value is provided use default in validation
## [2.4.1] - 2021-02-01
### Fixed
- Invalid namespaces
## [2.4.0] - 2021-01-20
### Added
- Support for persistence ^3
## [2.3.2] - 2020-11-30
### Fixed