@extrachill/chat 0.6.0 → 0.7.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.0] - 2026-03-26
4
+
5
+ ### Added
6
+ - standardize canonical diff chat primitives
7
+ - add native chat transcript copy support
8
+ - add shared client context injection api
9
+
10
+ ### Fixed
11
+ - restore list-style on ul/ol inside message bubbles
12
+
3
13
  ## [0.6.0] - 2026-03-25
4
14
 
5
15
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrachill/chat",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Chat UI components with built-in REST API client. Speaks the standard chat message format natively.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",