opus-react 0.6.30 → 0.6.32

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
@@ -4,6 +4,23 @@ All notable public-package changes are recorded here. Opus follows [Semantic Ver
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## 0.6.32
8
+
9
+ ### Added
10
+
11
+ - Dialog accepts custom `actions`, enabling workflows such as Yes / No / Branch.
12
+ - `DialogAction`, `DialogProps`, and the `branch` dialog result are exported for typed consumer integrations.
13
+
14
+ ## 0.6.31
15
+
16
+ ### Added
17
+
18
+ - Syntax Highlighter now includes a compact copy-code action.
19
+
20
+ ### Changed
21
+
22
+ - Copy Button accepts `className` and `size` for composed integrations.
23
+
7
24
  ## 0.6.30
8
25
 
9
26
  ### Changed