opus-react 0.6.27 → 0.6.29

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,22 @@ All notable public-package changes are recorded here. Opus follows [Semantic Ver
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## 0.6.29
8
+
9
+ ### Fixed
10
+
11
+ - Chat Bubble preserves escaped asterisks in markdown prose while rendering `**bold**` syntax as strong text.
12
+
13
+ ### Changed
14
+
15
+ - The Chat Conversation Lab now includes an editable lunar-distance markdown example for testing headings, bold text, paragraphs, formulae, and Show More.
16
+
17
+ ## 0.6.28
18
+
19
+ ### Changed
20
+
21
+ - Chat Bubble markdown prose now uses the shared Text, Heading, and Spacer primitives; blank-line paragraph breaks use the small spacing preset and `**bold**` syntax renders as strong text.
22
+
7
23
  ## 0.6.27
8
24
 
9
25
  ### Added