@arbidocs/cli 0.3.27 → 0.3.29
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 +139 -0
- package/dist/index.js +1002 -134
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,144 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.3.29
|
|
4
|
+
|
|
5
|
+
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.27...HEAD)
|
|
6
|
+
|
|
7
|
+
### 🚀 Enhancements
|
|
8
|
+
|
|
9
|
+
- Replace workspace accent bar with color-coded border ([15fcb4d5](https://github.com/arbicity/ARBI-frontend/commit/15fcb4d5))
|
|
10
|
+
- Make workspace accent border thicker ([6dfaf440](https://github.com/arbicity/ARBI-frontend/commit/6dfaf440))
|
|
11
|
+
- Redesign smart search interface for cleaner UX ([22dd5c36](https://github.com/arbicity/ARBI-frontend/commit/22dd5c36))
|
|
12
|
+
- Add view selector dropdown and consolidate tag management ([87736ea0](https://github.com/arbicity/ARBI-frontend/commit/87736ea0))
|
|
13
|
+
- Consolidate fields manager and improve view selector UX ([4e72995d](https://github.com/arbicity/ARBI-frontend/commit/4e72995d))
|
|
14
|
+
- Polish fields manager panel UI ([347db79a](https://github.com/arbicity/ARBI-frontend/commit/347db79a))
|
|
15
|
+
- Polish field editor, labels, and tab header UX ([40f66b97](https://github.com/arbicity/ARBI-frontend/commit/40f66b97))
|
|
16
|
+
- Labels nested in field editor, remove add button, tab header spacing ([afa6975b](https://github.com/arbicity/ARBI-frontend/commit/afa6975b))
|
|
17
|
+
- Tag metadata, missing fields, and creator attribution fix ([708a5ae5](https://github.com/arbicity/ARBI-frontend/commit/708a5ae5))
|
|
18
|
+
- Polish field editor, view dropdown, and card navigator UX ([78917f28](https://github.com/arbicity/ARBI-frontend/commit/78917f28))
|
|
19
|
+
- Split bulk tags into Labels popover and AI Review in field editor ([888e2e3f](https://github.com/arbicity/ARBI-frontend/commit/888e2e3f))
|
|
20
|
+
- **upload:** Sort uploaded files alphabetically by path for e-discovery ordering ([a46fc58f](https://github.com/arbicity/ARBI-frontend/commit/a46fc58f))
|
|
21
|
+
- Add folder navigator to filter dropdown ([1872d538](https://github.com/arbicity/ARBI-frontend/commit/1872d538))
|
|
22
|
+
- Add persistent DocumentsFilterBar below tab header ([6edf4033](https://github.com/arbicity/ARBI-frontend/commit/6edf4033))
|
|
23
|
+
- Add FolderCellRenderer popover for inline folder assignment in AG Grid ([81aad9a7](https://github.com/arbicity/ARBI-frontend/commit/81aad9a7))
|
|
24
|
+
- Show active Quick Filter chips inline in filter bar with clear buttons ([8bff910c](https://github.com/arbicity/ARBI-frontend/commit/8bff910c))
|
|
25
|
+
- Document navigator improvements, AG Grid stability fixes, and UI polish ([94eddb62](https://github.com/arbicity/ARBI-frontend/commit/94eddb62))
|
|
26
|
+
- Add Related Documents column to document grid ([d4b51939](https://github.com/arbicity/ARBI-frontend/commit/d4b51939))
|
|
27
|
+
- Icon+badge layout for Related column, composite sort key ([c147cabf](https://github.com/arbicity/ARBI-frontend/commit/c147cabf))
|
|
28
|
+
- Add EML file type icon support across document viewers ([5a906449](https://github.com/arbicity/ARBI-frontend/commit/5a906449))
|
|
29
|
+
- Add action buttons to Related docs popover ([0f83b30c](https://github.com/arbicity/ARBI-frontend/commit/0f83b30c))
|
|
30
|
+
- Improve Related popover UX ([9e5aec76](https://github.com/arbicity/ARBI-frontend/commit/9e5aec76))
|
|
31
|
+
- Show Related docs popover in DocumentViewer tab header via Zustand ([659bebb1](https://github.com/arbicity/ARBI-frontend/commit/659bebb1))
|
|
32
|
+
- Integrate redline compare into DocumentViewer HTML tab ([7a151c5c](https://github.com/arbicity/ARBI-frontend/commit/7a151c5c))
|
|
33
|
+
- Convert SmartSearch from floating panel to dedicated page ([9e161fba](https://github.com/arbicity/ARBI-frontend/commit/9e161fba))
|
|
34
|
+
- Support multiple subscription bundles ([f0ea78b0](https://github.com/arbicity/ARBI-frontend/commit/f0ea78b0))
|
|
35
|
+
- Migrate subscription bundles to project-based billing model ([67a24d9f](https://github.com/arbicity/ARBI-frontend/commit/67a24d9f))
|
|
36
|
+
- Adapt SDK/CLI/TUI for project-based billing and upload resilience ([dec0db1e](https://github.com/arbicity/ARBI-frontend/commit/dec0db1e))
|
|
37
|
+
- Gate subscription features on Stripe enabled flag ([179e5c51](https://github.com/arbicity/ARBI-frontend/commit/179e5c51))
|
|
38
|
+
- Add ProjectEntity pill, project column in grid, project on cards ([8acec3f6](https://github.com/arbicity/ARBI-frontend/commit/8acec3f6))
|
|
39
|
+
- Show tiered prices, annual savings, and collapsible promo code in plan selection ([0fe065ca](https://github.com/arbicity/ARBI-frontend/commit/0fe065ca))
|
|
40
|
+
- Add invoices modal and button on project cards ([abb06eea](https://github.com/arbicity/ARBI-frontend/commit/abb06eea))
|
|
41
|
+
- Group workspace cards by project instead of type ([61af2932](https://github.com/arbicity/ARBI-frontend/commit/61af2932))
|
|
42
|
+
- Add PROJECT entity mapping, use Package icon consistently ([1afa6097](https://github.com/arbicity/ARBI-frontend/commit/1afa6097))
|
|
43
|
+
- Update subscription UI components and workspace user hooks ([5ae149bb](https://github.com/arbicity/ARBI-frontend/commit/5ae149bb))
|
|
44
|
+
- Add 'empty' document status UI for low/no-content documents ([#566](https://github.com/arbicity/ARBI-frontend/pull/566))
|
|
45
|
+
- **sdk:** Preserve original folder paths for e-discovery ([#567](https://github.com/arbicity/ARBI-frontend/pull/567))
|
|
46
|
+
- **cli,sdk:** EDiscovery-grade manifest upload, doc filtering, and reprocessing ([#569](https://github.com/arbicity/ARBI-frontend/pull/569))
|
|
47
|
+
|
|
48
|
+
### 🔥 Performance
|
|
49
|
+
|
|
50
|
+
- Reduce unnecessary re-renders in documents table ([f21ef1fd](https://github.com/arbicity/ARBI-frontend/commit/f21ef1fd))
|
|
51
|
+
- Documents table re-render optimizations + lint cleanup ([#571](https://github.com/arbicity/ARBI-frontend/pull/571))
|
|
52
|
+
|
|
53
|
+
### 🩹 Fixes
|
|
54
|
+
|
|
55
|
+
- Update version hash and remove stale placeholderData ([64237e66](https://github.com/arbicity/ARBI-frontend/commit/64237e66))
|
|
56
|
+
- Remove tracked .claude/worktrees path breaking CI ([b70a1e83](https://github.com/arbicity/ARBI-frontend/commit/b70a1e83))
|
|
57
|
+
- Prevent grid rerender on document selection ([d6cb7637](https://github.com/arbicity/ARBI-frontend/commit/d6cb7637))
|
|
58
|
+
- Remove unused Plus import ([f95ae7df](https://github.com/arbicity/ARBI-frontend/commit/f95ae7df))
|
|
59
|
+
- Remove unused props from DocumentFieldRenderer ([3c033082](https://github.com/arbicity/ARBI-frontend/commit/3c033082))
|
|
60
|
+
- Update KeyValueRow tests to match refactored DOM structure ([e7890388](https://github.com/arbicity/ARBI-frontend/commit/e7890388))
|
|
61
|
+
- Sync with remote main before committing version bump in publish ([b84f6cef](https://github.com/arbicity/ARBI-frontend/commit/b84f6cef))
|
|
62
|
+
- **ci:** Retry integration test suite once on failure ([02960833](https://github.com/arbicity/ARBI-frontend/commit/02960833))
|
|
63
|
+
- Clamp upload progress percentage to 100% ([3600fd7e](https://github.com/arbicity/ARBI-frontend/commit/3600fd7e))
|
|
64
|
+
- Show PDF preview for email files instead of hardcoded placeholder ([29312d9d](https://github.com/arbicity/ARBI-frontend/commit/29312d9d))
|
|
65
|
+
- Fetch email files via /view endpoint to get generated PDF ([40d19feb](https://github.com/arbicity/ARBI-frontend/commit/40d19feb))
|
|
66
|
+
- Move onReloginFailed logic into reloginHandler wrapper to match SDK type ([20ed8b6d](https://github.com/arbicity/ARBI-frontend/commit/20ed8b6d))
|
|
67
|
+
- Replace FolderCellRenderer tree popover with Command combobox ([9a4a0d8f](https://github.com/arbicity/ARBI-frontend/commit/9a4a0d8f))
|
|
68
|
+
- Style folder paths as breadcrumbs in FolderCellRenderer ([24c19043](https://github.com/arbicity/ARBI-frontend/commit/24c19043))
|
|
69
|
+
- Use explicit border-border on filter bar to match TabHeader divider ([50cc74d7](https://github.com/arbicity/ARBI-frontend/commit/50cc74d7))
|
|
70
|
+
- Filter trigger shows funnel + More label + MoreVertical icon ([e94c143d](https://github.com/arbicity/ARBI-frontend/commit/e94c143d))
|
|
71
|
+
- Rename filter trigger label to Quick Filters ([fd1ab129](https://github.com/arbicity/ARBI-frontend/commit/fd1ab129))
|
|
72
|
+
- Clear filters only nulls option keys, preserving folder and other filters ([b481d0f8](https://github.com/arbicity/ARBI-frontend/commit/b481d0f8))
|
|
73
|
+
- Hide dropdown header row when no title; show only when title or active filters ([d42f8728](https://github.com/arbicity/ARBI-frontend/commit/d42f8728))
|
|
74
|
+
- Style active filter chips to match dropdown badge format ([c52f2842](https://github.com/arbicity/ARBI-frontend/commit/c52f2842))
|
|
75
|
+
- Use Ban icon for exclude state in dropdown and chips ([7c2bd642](https://github.com/arbicity/ARBI-frontend/commit/7c2bd642))
|
|
76
|
+
- Remove group subheading from active filter chips ([12fd08a6](https://github.com/arbicity/ARBI-frontend/commit/12fd08a6))
|
|
77
|
+
- Suppress trigger active styling on Quick Filters; chips handle indication instead ([14c99f08](https://github.com/arbicity/ARBI-frontend/commit/14c99f08))
|
|
78
|
+
- Simplify FilterChip - solid primary for include, red outline for exclude, no state icons ([32c2be42](https://github.com/arbicity/ARBI-frontend/commit/32c2be42))
|
|
79
|
+
- Prefix exclude filter chips with muted 'Not' label ([1d07fd8c](https://github.com/arbicity/ARBI-frontend/commit/1d07fd8c))
|
|
80
|
+
- Show Unfiled instead of dash for empty folder in cell renderer ([8a727acf](https://github.com/arbicity/ARBI-frontend/commit/8a727acf))
|
|
81
|
+
- Render icon as-is in FilterChip so tag colored badges display correctly ([b5f428ae](https://github.com/arbicity/ARBI-frontend/commit/b5f428ae))
|
|
82
|
+
- Use Check icon in tag filter option icon to match LabelMultiSelect pill style ([f164ba2a](https://github.com/arbicity/ARBI-frontend/commit/f164ba2a))
|
|
83
|
+
- Render tag filter chips as primary frame containing identical LabelMultiSelect inner pill ([990d0667](https://github.com/arbicity/ARBI-frontend/commit/990d0667))
|
|
84
|
+
- Use bg-muted for inner pill background in FilterChip ([56f3c86a](https://github.com/arbicity/ARBI-frontend/commit/56f3c86a))
|
|
85
|
+
- Single pill chip - tag color border for include, red border for exclude, no double frame ([d008d2fe](https://github.com/arbicity/ARBI-frontend/commit/d008d2fe))
|
|
86
|
+
- Open checkmark for exclude is bare check icon, no square background ([bfa85aca](https://github.com/arbicity/ARBI-frontend/commit/bfa85aca))
|
|
87
|
+
- Open square (no checkmark) for exclude state in FilterChip ([7a65bb83](https://github.com/arbicity/ARBI-frontend/commit/7a65bb83))
|
|
88
|
+
- Red text and red X for exclude chips ([44b214ed](https://github.com/arbicity/ARBI-frontend/commit/44b214ed))
|
|
89
|
+
- Format code with Prettier ([e1611739](https://github.com/arbicity/ARBI-frontend/commit/e1611739))
|
|
90
|
+
- Sort key prioritises family over content hash ([3709fec7](https://github.com/arbicity/ARBI-frontend/commit/3709fec7))
|
|
91
|
+
- Use better icons and rename children to attachments ([1d60988a](https://github.com/arbicity/ARBI-frontend/commit/1d60988a))
|
|
92
|
+
- Use CornerRightDown for parent, CornerDownRight for attachments ([07b184a7](https://github.com/arbicity/ARBI-frontend/commit/07b184a7))
|
|
93
|
+
- Swap parent/attachment icons to match user preference ([1bd15905](https://github.com/arbicity/ARBI-frontend/commit/1bd15905))
|
|
94
|
+
- Use Blend (venn diagram) icon for similar documents ([10cbeae3](https://github.com/arbicity/ARBI-frontend/commit/10cbeae3))
|
|
95
|
+
- Use neutral hover for action buttons in Related popover ([544744ca](https://github.com/arbicity/ARBI-frontend/commit/544744ca))
|
|
96
|
+
- Swap parent/attachment icons and add Related popover to DocumentCardNavigator ([2c964084](https://github.com/arbicity/ARBI-frontend/commit/2c964084))
|
|
97
|
+
- Add 'related' to default visible columns and merge new columns into persisted grid state ([d47bfb50](https://github.com/arbicity/ARBI-frontend/commit/d47bfb50))
|
|
98
|
+
- Show compare doc pill with flip/dismiss in viewer header instead of separate row ([983e8681](https://github.com/arbicity/ARBI-frontend/commit/983e8681))
|
|
99
|
+
- Use Blend icon for Compare button in related docs popover ([e4d64cc4](https://github.com/arbicity/ARBI-frontend/commit/e4d64cc4))
|
|
100
|
+
- Remove left border sidebar from redline diff chunks ([f871bf3d](https://github.com/arbicity/ARBI-frontend/commit/f871bf3d))
|
|
101
|
+
- Simplify RedlineViewer to use full-text diff approach ([a547cc6f](https://github.com/arbicity/ARBI-frontend/commit/a547cc6f))
|
|
102
|
+
- Folder picker scrollability, upload guards, and schema updates ([a20ca45c](https://github.com/arbicity/ARBI-frontend/commit/a20ca45c))
|
|
103
|
+
- Remove remaining duplicates reference in SDK documents-node ([349b611f](https://github.com/arbicity/ARBI-frontend/commit/349b611f))
|
|
104
|
+
- Add project selector to create workspace form and remove personal quota ([d17a1b62](https://github.com/arbicity/ARBI-frontend/commit/d17a1b62))
|
|
105
|
+
- Restore schema barrel re-export file ([d4c1cd66](https://github.com/arbicity/ARBI-frontend/commit/d4c1cd66))
|
|
106
|
+
- Revert optional project on workspace creation ([3b9a2c21](https://github.com/arbicity/ARBI-frontend/commit/3b9a2c21))
|
|
107
|
+
- Show uploading documents in table before cache is populated ([072422f7](https://github.com/arbicity/ARBI-frontend/commit/072422f7))
|
|
108
|
+
- Prevent feedback form reset on websocket document updates ([c810f9e5](https://github.com/arbicity/ARBI-frontend/commit/c810f9e5))
|
|
109
|
+
- Prevent refetch from overwriting real-time document status updates ([5c5d4601](https://github.com/arbicity/ARBI-frontend/commit/5c5d4601))
|
|
110
|
+
- **cli:** Accept all terminal statuses in waitForDocProcessed ([#568](https://github.com/arbicity/ARBI-frontend/pull/568))
|
|
111
|
+
- Ensure failed messages are properly displayed as failed on frontend ([#563](https://github.com/arbicity/ARBI-frontend/pull/563))
|
|
112
|
+
- **cli:** Update upload test to account for summary line ([#570](https://github.com/arbicity/ARBI-frontend/pull/570))
|
|
113
|
+
- **cli:** Update multi-upload test to match current output format ([b2a6cc24](https://github.com/arbicity/ARBI-frontend/commit/b2a6cc24))
|
|
114
|
+
- **ci:** Derive next version from npm, not package.json ([a2f3eb2d](https://github.com/arbicity/ARBI-frontend/commit/a2f3eb2d))
|
|
115
|
+
|
|
116
|
+
### 💅 Refactors
|
|
117
|
+
|
|
118
|
+
- Slot-based panel system replacing boolean flags ([902c763b](https://github.com/arbicity/ARBI-frontend/commit/902c763b))
|
|
119
|
+
- Clean separation of view dropdown and field editor ([71d16095](https://github.com/arbicity/ARBI-frontend/commit/71d16095))
|
|
120
|
+
- Move field reorder and show/hide back to card navigator ([dc3ee3f8](https://github.com/arbicity/ARBI-frontend/commit/dc3ee3f8))
|
|
121
|
+
- Clean separation of card navigator (view) and field editor (CRUD) ([e641a6d1](https://github.com/arbicity/ARBI-frontend/commit/e641a6d1))
|
|
122
|
+
- Extract FolderTreePicker as shared component ([162877ab](https://github.com/arbicity/ARBI-frontend/commit/162877ab))
|
|
123
|
+
- Remove filter chips and source toggle from filter bar ([e1ae243b](https://github.com/arbicity/ARBI-frontend/commit/e1ae243b))
|
|
124
|
+
- Extract FilterChip DRY pill component for active filter chips ([a22bc292](https://github.com/arbicity/ARBI-frontend/commit/a22bc292))
|
|
125
|
+
- Remove Near Duplicates tab and ComparePanel ([0285d09b](https://github.com/arbicity/ARBI-frontend/commit/0285d09b))
|
|
126
|
+
|
|
127
|
+
### 🏡 Chore
|
|
128
|
+
|
|
129
|
+
- Update version hash to latest commit ([2c73daa3](https://github.com/arbicity/ARBI-frontend/commit/2c73daa3))
|
|
130
|
+
- Fix Prettier formatting ([43632211](https://github.com/arbicity/ARBI-frontend/commit/43632211))
|
|
131
|
+
- Fix Prettier formatting for RedlineViewer ([5f2022ca](https://github.com/arbicity/ARBI-frontend/commit/5f2022ca))
|
|
132
|
+
- Merge main into feat/subscription-bundles ([0ca0917f](https://github.com/arbicity/ARBI-frontend/commit/0ca0917f))
|
|
133
|
+
|
|
134
|
+
### 🎨 Styles
|
|
135
|
+
|
|
136
|
+
- Fix prettier formatting across 13 files ([2dfa3549](https://github.com/arbicity/ARBI-frontend/commit/2dfa3549))
|
|
137
|
+
- Fix prettier formatting in SubscriptionSection ([55c725f4](https://github.com/arbicity/ARBI-frontend/commit/55c725f4))
|
|
138
|
+
- Fix prettier formatting ([89e30e36](https://github.com/arbicity/ARBI-frontend/commit/89e30e36))
|
|
139
|
+
- Format with prettier ([9d0323f9](https://github.com/arbicity/ARBI-frontend/commit/9d0323f9))
|
|
140
|
+
- Fix prettier formatting ([417d7a50](https://github.com/arbicity/ARBI-frontend/commit/417d7a50))
|
|
141
|
+
|
|
3
142
|
## v0.3.27
|
|
4
143
|
|
|
5
144
|
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.26...HEAD)
|