We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7aa10 commit 1bb262bCopy full SHA for 1bb262b
2 files changed
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.5.1] - 23 January 2026
10
+### Fixed
11
+- Do not escape JSON
12
+- Make sure visible-flag of columns defaults to true
13
+
14
## [0.5.0] - 21 January 2026
15
### Added
16
- Finalize `entity_select`, add type `product_select` and `customer_select`
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "loki/magento2-admin-components",
3
- "version": "0.5.0",
+ "version": "0.5.1",
4
"description": "N/A",
5
"type": "magento2-module",
"keywords": [
0 commit comments