Skip to content

Commit 45442b4

Browse files
committed
ci(git): Copy generic CI/CD files
1 parent a0998d9 commit 45442b4

3 files changed

Lines changed: 14 additions & 4 deletions

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.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

MODULE.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@
3131
"loki_admin_components.entity_select"
3232
],
3333
"config": [],
34-
"tests": [],
35-
"phpstan_level": "1"
34+
"tests": []
3635
}

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.5.2",
3+
"version": "0.6.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)