opus-react 0.6.28 → 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 +10 -0
- package/dist/index.cjs +183 -183
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +183 -183
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ 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
|
+
|
|
7
17
|
## 0.6.28
|
|
8
18
|
|
|
9
19
|
### Changed
|