We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7e861 commit 7ec9c3bCopy full SHA for 7ec9c3b
2 files changed
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.6.2] - 02 March 2026
10
+### Fixed
11
+- Fix JavaScript TypeError: columns initialized as object instead of array
12
+
13
## [0.6.1] - 20 February 2026
14
### Fixed
15
- Add `#[\ReturnTypeWillChange]` to allow for removal of `mixed` type hint
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "loki/magento2-admin-components",
3
- "version": "0.6.1",
+ "version": "0.6.2",
4
"description": "N/A",
5
"type": "magento2-module",
"keywords": [
0 commit comments