opus-react 0.6.20 → 0.6.22

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,18 @@ All notable public-package changes are recorded here. Opus follows [Semantic Ver
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## 0.6.22
8
+
9
+ ### Added
10
+
11
+ - `ChatBubble`, a grouped left/right chat message primitive with avatars, timestamps, configurable backgrounds, optional Show More handling, and fenced-code rendering.
12
+
13
+ ## 0.6.21
14
+
15
+ ### Added
16
+
17
+ - `ResizeHandle.transparent`, a boolean prop that keeps the resize track transparent, including on hover and focus.
18
+
7
19
  ## 0.6.20
8
20
 
9
21
  ### Added