@arbidocs/cli 0.3.89 → 0.3.91
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 +54 -0
- package/dist/index.js +394 -362
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,59 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.3.91
|
|
4
|
+
|
|
5
|
+
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.90...HEAD)
|
|
6
|
+
|
|
7
|
+
### 🚀 Enhancements
|
|
8
|
+
|
|
9
|
+
- **documents:** OneDrive-style file-explorer view ([65af60d6](https://github.com/arbicity/ARBI-frontend/commit/65af60d6))
|
|
10
|
+
- **documents:** Borderless explorer tiles with checkbox, kebab menu, click-to-rename ([cc81bd0e](https://github.com/arbicity/ARBI-frontend/commit/cc81bd0e))
|
|
11
|
+
- **documents:** Horizontal file menu, Open-in-Review, hover summary tooltip ([6848a4fc](https://github.com/arbicity/ARBI-frontend/commit/6848a4fc))
|
|
12
|
+
- **documents:** Show first-page thumbnails behind explorer tile icons ([ced2f8df](https://github.com/arbicity/ARBI-frontend/commit/ced2f8df))
|
|
13
|
+
- **documents:** Portrait thumbnail tiles, windowed batch fetch, experimental gating ([ec777811](https://github.com/arbicity/ARBI-frontend/commit/ec777811))
|
|
14
|
+
- **documents:** Tile status badge, zoom slider, standard sort dropdown ([26d10bc9](https://github.com/arbicity/ARBI-frontend/commit/26d10bc9))
|
|
15
|
+
- **documents:** Cleaner, more legible grid default view ([bb1e62a5](https://github.com/arbicity/ARBI-frontend/commit/bb1e62a5))
|
|
16
|
+
- **documents:** Create placeholder folders in the explorer ([0dd4c1d7](https://github.com/arbicity/ARBI-frontend/commit/0dd4c1d7))
|
|
17
|
+
- **conversation:** Subtle add-documents drop area in the empty chat state ([89915677](https://github.com/arbicity/ARBI-frontend/commit/89915677))
|
|
18
|
+
- **documents:** Keep the folder picker visible at the base in the explorer ([6d198cf7](https://github.com/arbicity/ARBI-frontend/commit/6d198cf7))
|
|
19
|
+
|
|
20
|
+
### 🩹 Fixes
|
|
21
|
+
|
|
22
|
+
- **documents:** Fit landscape thumbnails whole instead of cropping ([2e913361](https://github.com/arbicity/ARBI-frontend/commit/2e913361))
|
|
23
|
+
- **documents:** Quick Filters as a filter icon on the Files tab ([e7192efa](https://github.com/arbicity/ARBI-frontend/commit/e7192efa))
|
|
24
|
+
- **documents:** Keep explorer drag-to-folder working alongside tile tooltips ([7eb9e6ae](https://github.com/arbicity/ARBI-frontend/commit/7eb9e6ae))
|
|
25
|
+
|
|
26
|
+
### 💅 Refactors
|
|
27
|
+
|
|
28
|
+
- **documents:** Align explorer tiles with the AG Grid theme (DRY) ([ffbb27d4](https://github.com/arbicity/ARBI-frontend/commit/ffbb27d4))
|
|
29
|
+
- **documents:** Folder dropdown in explorer + move view toggle to the filter row ([6c68ff6e](https://github.com/arbicity/ARBI-frontend/commit/6c68ff6e))
|
|
30
|
+
- **documents:** Standard view toggle + folder dropdown as home ([9f7d5426](https://github.com/arbicity/ARBI-frontend/commit/9f7d5426))
|
|
31
|
+
- **documents:** View toggle in the tab header + consistent second row ([dea99e33](https://github.com/arbicity/ARBI-frontend/commit/dea99e33))
|
|
32
|
+
- **documents:** Quick Filters in the tab header, drop the filter-row badges ([b5d8ac9f](https://github.com/arbicity/ARBI-frontend/commit/b5d8ac9f))
|
|
33
|
+
|
|
34
|
+
### 🏡 Chore
|
|
35
|
+
|
|
36
|
+
- **build:** Raise Documents chunk size budget for the explorer view ([55d49498](https://github.com/arbicity/ARBI-frontend/commit/55d49498))
|
|
37
|
+
- **scripts:** Add explorer demo recording flow and video ([a4af18ea](https://github.com/arbicity/ARBI-frontend/commit/a4af18ea))
|
|
38
|
+
|
|
39
|
+
## v0.3.90
|
|
40
|
+
|
|
41
|
+
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.89...HEAD)
|
|
42
|
+
|
|
43
|
+
### 🚀 Enhancements
|
|
44
|
+
|
|
45
|
+
- **workspace-access:** Grant modal — blank default, role selector, flow-based grant, dismiss ([#936](https://github.com/arbicity/ARBI-frontend/pull/936))
|
|
46
|
+
- **documents:** Custom fields overlay panel + unified apply view ([#938](https://github.com/arbicity/ARBI-frontend/pull/938))
|
|
47
|
+
- **sidebar:** Show selected workspace's project name on the workspace card ([#933](https://github.com/arbicity/ARBI-frontend/pull/933))
|
|
48
|
+
- Sidebar workspace card, billing-period usage chart, panel flicker fixes, custom fields clear ([#945](https://github.com/arbicity/ARBI-frontend/pull/945))
|
|
49
|
+
- **cli,sdk:** Arbi workspace request-access command ([#947](https://github.com/arbicity/ARBI-frontend/pull/947))
|
|
50
|
+
|
|
51
|
+
### 🩹 Fixes
|
|
52
|
+
|
|
53
|
+
- **citations:** Open citation popover during live sessions, not just after refresh ([#939](https://github.com/arbicity/ARBI-frontend/pull/939))
|
|
54
|
+
- Scale docx preview to fit viewer panel width ([#942](https://github.com/arbicity/ARBI-frontend/pull/942))
|
|
55
|
+
- Force light theme on notification toasts ([#943](https://github.com/arbicity/ARBI-frontend/pull/943))
|
|
56
|
+
|
|
3
57
|
## v0.3.89
|
|
4
58
|
|
|
5
59
|
[compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.88...HEAD)
|