@arbidocs/cli 0.3.89 → 0.3.90

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,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.3.90
4
+
5
+ [compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.89...HEAD)
6
+
7
+ ### 🚀 Enhancements
8
+
9
+ - **workspace-access:** Grant modal — blank default, role selector, flow-based grant, dismiss ([#936](https://github.com/arbicity/ARBI-frontend/pull/936))
10
+ - **documents:** Custom fields overlay panel + unified apply view ([#938](https://github.com/arbicity/ARBI-frontend/pull/938))
11
+ - **sidebar:** Show selected workspace's project name on the workspace card ([#933](https://github.com/arbicity/ARBI-frontend/pull/933))
12
+ - Sidebar workspace card, billing-period usage chart, panel flicker fixes, custom fields clear ([#945](https://github.com/arbicity/ARBI-frontend/pull/945))
13
+ - **cli,sdk:** Arbi workspace request-access command ([#947](https://github.com/arbicity/ARBI-frontend/pull/947))
14
+
15
+ ### 🩹 Fixes
16
+
17
+ - **citations:** Open citation popover during live sessions, not just after refresh ([#939](https://github.com/arbicity/ARBI-frontend/pull/939))
18
+ - Scale docx preview to fit viewer panel width ([#942](https://github.com/arbicity/ARBI-frontend/pull/942))
19
+ - Force light theme on notification toasts ([#943](https://github.com/arbicity/ARBI-frontend/pull/943))
20
+
3
21
  ## v0.3.89
4
22
 
5
23
  [compare changes](https://github.com/arbicity/ARBI-frontend/compare/v0.3.88...HEAD)