Releases: jupyterlab/jupyter-chat
Releases · jupyterlab/jupyter-chat
v0.10.0
0.10.0
Enhancements made
Bugs fixed
- Fix the toolbar registry for main area chat #206 (@brichet)
- Fix the attachments on message edition and on python Message model #200 (@brichet)
- Fix duplication after message edition #194 (@brichet)
Maintenance and upkeep improvements
- Fix _version.py file version bump #207 (@brichet)
- Fix the wrong version of python package #205 (@brichet)
- Abstract ChatModel class #197 (@brichet)
- Move jupyterlab-chat-extension to packages directory #196 (@brichet)
Contributors to this release
v0.9.0
0.9.0
Enhancements made
- Input toolbar registry #198 (@brichet)
- Add a clearMessages() method in ChatModel #195 (@brichet)
- Disable the copy button in insecure contexts #192 (@keerthi-swarna)
Bugs fixed
Maintenance and upkeep improvements
- Bump vega from 5.28.0 to 5.33.0 in /ui-tests in the npm_and_yarn group across 1 directory #199 (@dependabot)
- Bump the npm_and_yarn group across 1 directory with 2 updates #193 (@dependabot)
- Bump axios from 1.7.4 to 1.8.2 in the npm_and_yarn group across 1 directory #189 (@dependabot)
Contributors to this release
v0.8.1
v0.8.0
0.8.0
Enhancements made
- Add icons & descriptions to chat commands menu #185 (@keerthi-swarna)
- Add new
InputModel
class for managing input state #171 (@brichet) - Define a new framework for chat commands #161 (@dlqqq)
- Implement message attachments #148 (@brichet)
- Adds side panel widgets to the tracker #146 (@brichet)
- Move the Chat card in the 'Other' section of the launcher #141 (@brichet)
Bugs fixed
- Fix disabled code toolbar buttons #160 (@brichet)
- Allow use of up and down arrow in chat input #158 (@brichet)
Maintenance and upkeep improvements
- Remove old autocomplete registry #187 (@brichet)
- Update eslint rules to avoid importing MUI icons #159 (@brichet)
- Update to
actions/upload-artifact@v4
andactions/download-artifact@v4
#152 (@jtpio) - Add
Untitled*.ipynb
and*.chat
to the.gitignore
#151 (@jtpio) - Improve the test execution #150 (@brichet)
- Lint the whole project instead of individual packages #142 (@brichet)
Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@brichet | @dlqqq | @github-actions | @jtpio | @keerthi-swarna
v0.7.1
0.7.1
Bugs fixed
Maintenance and upkeep improvements
- Bump systeminformation from 5.22.7 to 5.23.14 in /ui-tests in the npm_and_yarn group across 1 directory #133 (@dependabot)
Contributors to this release
v0.7.0
0.7.0
Enhancements made
- Remove need for message index in YChat API methods #125 (@brichet)
- Compatibility with notebook #112 (@brichet)
Bugs fixed
- Fix math rendering using Latex delimiters #129 (@brichet)
- Prevent sending empty message #126 (@brichet)
- Improve (and fix) unread messages and navigation #123 (@brichet)
- Fix rendering of code blocks in JupyterLab>= 4.3.0 #111 (@brichet)
Maintenance and upkeep improvements
- Export components from @jupyter/chat #132 (@brichet)
- Add the video of failing tests in playwright report #127 (@brichet)
- Bump nanoid from 3.3.7 to 3.3.8 in /ui-tests in the npm_and_yarn group across 1 directory #124 (@dependabot)
- Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group across 1 directory #122 (@dependabot)
- Use dataclass models in YChat #119 (@brichet)
- Rename server config file after renaming the extension #108 (@brichet)
- Upgrade to Jupyter Collaboration 3 #94 (@brichet)
Contributors to this release
v0.6.2
0.6.2
Maintenance and upkeep improvements
Contributors to this release
v0.6.1
0.6.1
Maintenance and upkeep improvements
Contributors to this release
v0.6.0
0.6.0
Important
-
The extension based on collaborative documents has been renamed
jupyterlab-chat
.
The PyPI package is now https://pypi.org/project/jupyterlab-chat/
The npmjs packages are now: -
The websocket chat extension has been removed from this repository.
The repo for this extension is now https://github.com/brichet/jupyterlab-ws-chat
Enhancements made
Bugs fixed
- Revert 'Allow
$
to literally denote quantities of USD in chat' (#95) #99 (@brichet) - Allow
$
to literally denote quantities of USD in chat #95 (@brichet)
Maintenance and upkeep improvements
- Bump cross-spawn from 6.0.5 to 6.0.6 in the npm_and_yarn group across 1 directory #103 (@dependabot)
- Rename the extension to jupyterlab-chat #102 (@brichet)
- Bump cross-spawn from 7.0.3 to 7.0.6 in /python/jupyterlab-collaborative-chat/ui-tests in the npm_and_yarn group across 1 directory #101 (@dependabot)
- Remove websocket chat extension #100 (@brichet)
- Fix the ui tests for jupyterlab 4.3 #97 (@brichet)
Documentation improvements
- Update README.md #104 (@brichet)
- Add notes about current development status and breaking changes #93 (@brichet)
Other merged PRs
Contributors to this release
v0.5.0
0.5.0
Enhancements made
Bugs fixed
Maintenance and upkeep improvements
- Update jupyter_collaboration dependency #90 (@brichet)
- Bundle @jupyter/chat #89 (@brichet)
- Improve dev script #88 (@brichet)
- Refactor UI tests #86 (@brichet)
- Fix the update snapshot workflow #84 (@brichet)