Skip to content

Commit e8e4aaf

Browse files
committed
ci(git): Copy generic CI/CD files
1 parent fb91b99 commit e8e4aaf

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.5.2] - 28 January 2026
10+
### Fixed
11+
- Add hidden-attribute to field-blocks
12+
- Fix new field types not having proper interface
13+
- Fix when there are no fieldset definitions
14+
- Allow Options-model to be either string or object
15+
- #8 Allow to set label for the base fieldset @rajeev-k-tomy
16+
- #4 Custom fields configured via layout xml file are not appearing in the form @rajeev-k-tomy
17+
- Resolve select field options from the Select field type class
18+
- #3 Create an abstract FieldType class to give access Field instance in every FieldType @rajeev-k-tomy
19+
920
## [0.5.1] - 23 January 2026
1021
### Fixed
1122
- Do not escape JSON

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loki/magento2-admin-components",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "N/A",
55
"type": "magento2-module",
66
"keywords": [

0 commit comments

Comments
 (0)