We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6307c05 commit 94bb780Copy full SHA for 94bb780
2 files changed
CHANGELOG.md
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.4.2] - 21 November 2025
10
+### Fixed
11
+- First draft of new entity select field
12
+- Allow both Alpine method and regular JS call in cell actions
13
+- Allow for cell actions to be Alpine methods as well
14
+- Allow for using EAV collection as provider
15
+
16
## [0.4.1] - 14 November 2025
17
### Fixed
18
- Add FilterScope to every Filter
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "loki/magento2-admin-components",
3
- "version": "0.4.1",
+ "version": "0.4.2",
4
"description": "N/A",
5
"type": "magento2-module",
"keywords": [
0 commit comments