Skip to content

Commit ebe811e

Browse files
committed
Copy generic CI/CD files
1 parent 14baa51 commit ebe811e

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.5.0] - 21 January 2026
10+
### Added
11+
- Finalize `entity_select`, add type `product_select` and `customer_select`
12+
13+
### Fixed
14+
- Allow fields defined in XML layout only (without provider)
15+
916
## [0.4.4] - 12 January 2026
1017
### Fixed
1118
- Add new GitHub Action workflows
1219
- Copy generic CI/CD files
1320
- Implement required fields in a simple way
1421
- Implement filtering for array grids
15-
- Allow using searchable_fields to *restrict* which fields are searched by the ArrayHandler
22+
- Allow using `searchable_fields` to *restrict* which fields are searched by the ArrayHandler
1623

1724
## [0.4.3] - 30 December 2025
1825
### Fixed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loki/magento2-admin-components",
3-
"version": "0.4.4",
3+
"version": "0.5.0",
44
"description": "N/A",
55
"type": "magento2-module",
66
"keywords": [
@@ -30,4 +30,4 @@
3030
"Loki\\AdminComponents\\": ""
3131
}
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)