@arbocollab/arbo-plugin-item-table 0.1.112 → 0.1.113
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/lib/es/index.es.js +1868 -1848
- package/lib/style.css +1 -1
- package/lib/umd/index.umd.js +54 -54
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.1.112] - 2026-07-10
|
|
4
|
+
|
|
5
|
+
- **Fix issue with link open redirection** : open home for scene hub when open from table.
|
|
6
|
+
- **Fix scene name Length**: Fix scene name length to be 255.
|
|
7
|
+
- **Improvement**: Improve button and mini people card component.
|
|
8
|
+
|
|
3
9
|
## [1.1.109] - 2026-07-10
|
|
4
10
|
|
|
5
11
|
- **Fix issue with new scene name length**: fix issue with checking submit error: allow up to 255 chars input
|