File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.6.0] - 12 February 2026
10+ ### Added
11+ - Category selection input implementation #14 @rajeev-k-tomy
12+
13+ ### Fixed
14+ - Fix intermittent issues where ` this.data.id ` is not available with ` category_selection ` Alpine components @rajeev-k-tomy
15+ - Avoid sending children infor as part of UI data from CategoryTreeNode DTO @rajeev-k-tomy
16+ - Change ` category_selection ` input alpine component name to CategorySelection @rajeev-k-tomy
17+ - Remove unnecessary classes from ` category_selection/select_inner_item.phtml ` @rajeev-k-tomy
18+ - Separate main script from the main template of category selection
19+
920## [ 0.5.2] - 28 January 2026
1021### Fixed
1122- Add hidden-attribute to field-blocks
Original file line number Diff line number Diff line change 3131 " loki_admin_components.entity_select"
3232 ],
3333 "config" : [],
34- "tests" : [],
35- "phpstan_level" : " 1"
34+ "tests" : []
3635}
Original file line number Diff line number Diff line change 11{
22 "name" : " loki/magento2-admin-components" ,
3- "version" : " 0.5.2 " ,
3+ "version" : " 0.6.0 " ,
44 "description" : " N/A" ,
55 "type" : " magento2-module" ,
66 "keywords" : [
3030 "Loki\\ AdminComponents\\ " : " "
3131 }
3232 }
33- }
33+ }
You can’t perform that action at this time.
0 commit comments