@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.2.8] - 04 September 2025
10+ ### Fixed
11+ - Rename ` field_type ` text to input
12+
913## [ 0.2.7] - 02 September 2025
1014### Fixed
1115- Update README.md
@@ -17,14 +21,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1721- Do not escape pricing format
1822- Fix wrong initialization of grid filter options
1923- Re-enable saving array values
20- - Add product_id field type
24+ - Add ` product_id ` field type
2125- Remove requirement of repository provider to define additional factory
2226- Get rid of confusing parent-block behaviour
2327- Implement delete and duplicate for collection provider
2428- Implement saving an item via collection provider
25- - Automatically set primary key to field_type "view"
26- - Allow changing HTML attributes of textarea; Rename html_attributes to field_attributes
27- - Transform field_type string to FieldTypeInterface instance
29+ - Automatically set primary key to ` field_type ` "view"
30+ - Allow changing HTML attributes of textarea; Rename ` html_attributes ` to ` field_attributes `
31+ - Transform ` field_type ` string to FieldTypeInterface instance
2832- Allow hiding a complete field with label by setting "visible=false"
2933- Simplify structure of Field and FieldFactory class
3034- Retrieve modelClass and resourceModelClass from provider
@@ -41,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4145- Fix CSS utils
4246- Declare used PHP namespaces
4347- Document latest version of template
44- - Add missing strict_types declaration
48+ - Add missing ` strict_types ` declaration
4549
4650## [ 0.2.3] - 18 August 2025
4751### Fixed
0 commit comments