@arbocollab/arbo-plugin-item-table 0.0.110 → 0.0.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 CHANGED
@@ -1,7 +1,83 @@
1
1
  # Changelog
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
+ ## [0.0.111] - 2026-01-30
4
5
 
6
+ ### 🚀 Features
7
+
8
+ **Storybook Configuration**
9
+ - **Enhanced Development Environment:** Added SessionStorageHelper configuration in Storybook preview
10
+ - Pre-configured workspace code (`w:yngazem`)
11
+ - Set up API endpoints for dev environment
12
+ - Added base URLs for main app, review, and assets
13
+ - Improved development experience with pre-populated session data
14
+
15
+ **Metric Components**
16
+
17
+ - **MetricEditor Enhancements:**
18
+ - Added tooltip support for update button ("Update")
19
+ - Extended props to include `CellParamsCore` for better integration
20
+ - Added `disabled` and `readOnly` prop support
21
+ - Implemented `isMetricReadonly` computed property for permission-based access control
22
+ - Auto-detects formula metrics and makes them read-only
23
+ - Checks `auth_permission.permission` level (requires level 2 for editing)
24
+ - Improved wrapper state management with proper disabled/readOnly handling
25
+
26
+ - **MetricRenderer Improvements:**
27
+ - Added conditional rendering for suffix section based on `disabled` prop
28
+ - Prevents interaction buttons from showing when metric is disabled
29
+ - Better separation of display-only vs. editable states
30
+
31
+ ### 📦 Version Updates
32
+
33
+ - **@arbocollab/ag-grid-ui-components:** Updated from `0.0.14` to `0.0.15`
34
+ - **@arbocollab/arbo-plugin-item-table:** Updated from `0.0.110` to `0.0.111`
35
+
36
+ ### 🔧 Technical Improvements
37
+
38
+ **Type Safety**
39
+ - Better prop typing with `CellParamsCore` integration in MetricEditor
40
+ - Improved permission checking with proper type guards
41
+ - Enhanced computed property definitions
42
+
43
+ **Development Experience**
44
+ - Storybook now auto-configures session storage for testing
45
+ - Reduced manual setup needed for component development
46
+ - Consistent environment configuration across stories
47
+
48
+ **Security & Permissions**
49
+ - Proper permission level checks before allowing edits
50
+ - Formula metrics automatically marked as read-only
51
+ - Respects both component-level and permission-level restrictions
52
+
53
+ ### 🎨 UI/UX Improvements
54
+
55
+ - **Better User Feedback:**
56
+ - Tooltip on update button provides clear action indication
57
+ - Disabled/read-only states properly communicated visually
58
+ - Hidden interaction buttons when editing is not allowed
59
+
60
+ - **Permission-Based Interactions:**
61
+ - Users with insufficient permissions see read-only view
62
+ - Formula-based metrics cannot be manually edited
63
+ - Cleaner interface when editing is disabled
64
+
65
+ ---
66
+
67
+ ### Dependencies
68
+
69
+ This release works with:
70
+ - `@arbocollab/ag-grid-ui-components@0.0.15`
71
+ - Storybook development environment with pre-configured session storage
72
+ - Dev environment URLs:
73
+ - API: `https://api.dev.arbocollab.com/api`
74
+ - App: `https://app.dev.arbocollab.com`
75
+ - Review: `https://review.dev.arbocollab.com`
76
+ - Assets: `https://arbodev.s3.ap-south-1.amazonaws.com`
77
+
78
+ ---
79
+
80
+ [0.0.111]: https://github.com/arbocollab/arbo-plugins/releases/tag/v0.0.111
5
81
  ## [0.0.110] - 2026-01-30
6
82
 
7
83
  ### 🚀 Features