@arbocollab/arbo-plugin-item-table 0.1.109 → 0.1.111
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 +8 -0
- package/lib/es/index.es.js +10805 -10815
- package/lib/style.css +1 -1
- package/lib/umd/index.umd.js +82 -81
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.1.109] - 2026-07-10
|
|
4
|
+
|
|
5
|
+
- **Fix issue with new scene name length**: fix issue with checking submit error: allow up to 255 chars input
|
|
6
|
+
|
|
7
|
+
## [1.1.109] - 2026-07-10
|
|
8
|
+
|
|
9
|
+
- **Fix issue with tooltip** Fix an issue for update /completed date label, tooltip was not displayed by hover interaction because of bypassOverflowCheck is off
|
|
10
|
+
|
|
3
11
|
## [1.1.108] - 2026-07-10
|
|
4
12
|
|
|
5
13
|
### 🚀 Features & Enhancements
|