Skip to content
Snippets Groups Projects
  • Released date
  • Created date

Evidence collection

Collected 2 years ago

Release notes

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

Evidence collection

Collected 2 years ago

Release notes

## [2.4.11] - 2021-12-03
### Added
- Added date input field

Evidence collection

Collected 2 years ago

Release notes

Fixed

  • Get attribute now returns attribute instead of bool value

Evidence collection

Collected 2 years ago

Release notes

[2.4.4] - 2021-04-26

Fixed

  • Added description_tip to Renderer

Evidence collection

Collected 2 years ago

Release notes

[2.4.2] - 2021-03-10

Fixed

  • When no value is provided use default in validation

Evidence collection

Collected 2 years ago

Release notes

[2.4.1] - 2021-02-01

Fixed

  • Invalid namespaces

Evidence collection

Collected 2 years ago

Release notes

[2.4.0] - 2021-01-20

Added

  • Support for persistence ^3

Evidence collection

Collected 2 years ago

Release notes

## [2.3.2] - 2020-11-30
### Fixed
- Fixed bug with the double name & type attribute

Evidence collection

Collected 2 years ago

Release notes

[2.3.1] - 2020-10-20

Fixed

  • JsonNormalizedRenderer now renders only fields that can be converted to json

Evidence collection

Collected 2 years ago

Release notes

[2.3] - 2020-10-15

Added

  • Added Timepicker field
  • Added JsonSerializer