opus-react 0.6.21 → 0.6.23

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,20 @@ All notable public-package changes are recorded here. Opus follows [Semantic Ver
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## 0.6.23
8
+
9
+ ### Changed
10
+
11
+ - Chat Bubble groups now show one timestamp below the final message, use explicit right-side group corners, and the catalog preview demonstrates both alignments.
12
+
13
+ ## 0.6.22
14
+
15
+ ### Added
16
+
17
+ - `ChatBubble`, a grouped left/right chat message primitive with avatars, timestamps, configurable backgrounds, optional Show More handling, and fenced-code rendering.
18
+
19
+ ## 0.6.21
20
+
7
21
  ### Added
8
22
 
9
23
  - `ResizeHandle.transparent`, a boolean prop that keeps the resize track transparent, including on hover and focus.