|
2 | 2 |
|
3 | 3 | <!-- <START NEW CHANGELOG ENTRY> -->
|
4 | 4 |
|
| 5 | +## 0.7.0 |
| 6 | + |
| 7 | +([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.6.2...9d524d6b7f23d43ac7c0b21a26d1b94d37e98685)) |
| 8 | + |
| 9 | +### Enhancements made |
| 10 | + |
| 11 | +- Remove need for message index in YChat API methods [#125](https://github.com/jupyterlab/jupyter-chat/pull/125) ([@brichet](https://github.com/brichet)) |
| 12 | +- Compatibility with notebook [#112](https://github.com/jupyterlab/jupyter-chat/pull/112) ([@brichet](https://github.com/brichet)) |
| 13 | + |
| 14 | +### Bugs fixed |
| 15 | + |
| 16 | +- Fix math rendering using Latex delimiters [#129](https://github.com/jupyterlab/jupyter-chat/pull/129) ([@brichet](https://github.com/brichet)) |
| 17 | +- Prevent sending empty message [#126](https://github.com/jupyterlab/jupyter-chat/pull/126) ([@brichet](https://github.com/brichet)) |
| 18 | +- Improve (and fix) unread messages and navigation [#123](https://github.com/jupyterlab/jupyter-chat/pull/123) ([@brichet](https://github.com/brichet)) |
| 19 | +- Fix rendering of code blocks in JupyterLab>= 4.3.0 [#111](https://github.com/jupyterlab/jupyter-chat/pull/111) ([@brichet](https://github.com/brichet)) |
| 20 | + |
| 21 | +### Maintenance and upkeep improvements |
| 22 | + |
| 23 | +- Export components from @jupyter/chat [#132](https://github.com/jupyterlab/jupyter-chat/pull/132) ([@brichet](https://github.com/brichet)) |
| 24 | +- Add the video of failing tests in playwright report [#127](https://github.com/jupyterlab/jupyter-chat/pull/127) ([@brichet](https://github.com/brichet)) |
| 25 | +- Bump nanoid from 3.3.7 to 3.3.8 in /ui-tests in the npm_and_yarn group across 1 directory [#124](https://github.com/jupyterlab/jupyter-chat/pull/124) ([@dependabot](https://github.com/dependabot)) |
| 26 | +- Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group across 1 directory [#122](https://github.com/jupyterlab/jupyter-chat/pull/122) ([@dependabot](https://github.com/dependabot)) |
| 27 | +- Use dataclass models in YChat [#119](https://github.com/jupyterlab/jupyter-chat/pull/119) ([@brichet](https://github.com/brichet)) |
| 28 | +- Rename server config file after renaming the extension [#108](https://github.com/jupyterlab/jupyter-chat/pull/108) ([@brichet](https://github.com/brichet)) |
| 29 | +- Upgrade to Jupyter Collaboration 3 [#94](https://github.com/jupyterlab/jupyter-chat/pull/94) ([@brichet](https://github.com/brichet)) |
| 30 | + |
| 31 | +### Contributors to this release |
| 32 | + |
| 33 | +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2024-11-25&to=2024-12-20&type=c)) |
| 34 | + |
| 35 | +[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-11-25..2024-12-20&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adependabot+updated%3A2024-11-25..2024-12-20&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adlqqq+updated%3A2024-11-25..2024-12-20&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-11-25..2024-12-20&type=Issues) |
| 36 | + |
| 37 | +<!-- <END NEW CHANGELOG ENTRY> --> |
| 38 | + |
5 | 39 | ## 0.6.2
|
6 | 40 |
|
7 | 41 | ([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.6.1...7248d2d7c4b6eaffeb4033a8776b36ede7ebf23f))
|
|
16 | 50 |
|
17 | 51 | [@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-11-25..2024-11-25&type=Issues)
|
18 | 52 |
|
19 |
| -<!-- <END NEW CHANGELOG ENTRY> --> |
20 |
| - |
21 | 53 | ## 0.6.1
|
22 | 54 |
|
23 | 55 | ([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/v0.6.0...2961450cd8a877a6390314bf60b66b21436c3e19))
|
|
0 commit comments