We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec2a7b commit 334bdc9Copy full SHA for 334bdc9
2 files changed
CHANGELOG.md
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.4.1] - 14 November 2025
10
+### Fixed
11
+- Add FilterScope to every Filter
12
+- Add component and scope args to FilterInterface::filter()
13
+- Basic editor functionality
14
+- Update composer keywords
15
16
17
+
18
## [0.4.0] - 22 October 2025
19
### Fixed
20
- Value should be mixed
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "loki/magento2-admin-components",
3
- "version": "0.4.0",
+ "version": "0.4.1",
4
"description": "N/A",
5
"type": "magento2-module",
"keywords": [
0 commit comments