@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.
- package/CHANGELOG.md +10 -0
- 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