Skip to content

Releases: jupyterlab/jupyter-chat

v0.4.0

13 Sep 15:11
Compare
Choose a tag to compare

0.4.0

(Full Changelog)

Enhancements made

  • Ychat update messages #81 (@brichet)
  • Use getter and setter for the config in the collaborative chat #77 (@brichet)

Maintenance and upkeep improvements

  • Shortcut to focus on the chat input #80 (@brichet)
  • Fix labextension in develop mode in dev install #79 (@brichet)
  • Reoganize the project to split typescript packages and extensions #78 (@brichet)
  • Bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group across 1 directory #76 (@dependabot)
  • Bump webpack from 5.93.0 to 5.94.0 in the npm_and_yarn group across 1 directory #75 (@dependabot)
  • Bump the npm_and_yarn group across 3 directories with 3 updates #73 (@dependabot)

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@brichet | @dependabot | @github-actions | @jtpio

v0.3.1

07 Aug 13:58
Compare
Choose a tag to compare

0.3.1

(Full Changelog)

Enhancements made

Contributors to this release

(GitHub contributors page for this release)

@brichet | @github-actions

v0.3.0

05 Aug 10:58
Compare
Choose a tag to compare

0.3.0

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@brichet | @dependabot | @github-actions | @krassowski

v0.2.0

04 Jul 13:21
Compare
Choose a tag to compare

0.2.0

(Full Changelog)

Enhancements made

  • Autocomplete commands #57 (@brichet)
  • Buttons to mark chat as read #56 (@brichet)
  • Add metadata to ychat, id to model and store last unread in localStorage #54 (@brichet)
  • Add the panel tracker to the chat factory token #47 (@brichet)
  • Notifications for unread messages #43 (@brichet)
  • Stack consecutive messages from same user #40 (@brichet)

Bugs fixed

  • Fix the initialization of the messages component #60 (@brichet)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@brichet | @github-actions | @jtpio | @welcome

v0.1.0

17 May 08:25
Compare
Choose a tag to compare

0.1.0

(Full Changelog)

Prior to this release

A lot of the UI components of this project come from jupyter-ai.

Contributors of the initial UI components, in the order of Github contributors:

@dlqqq | @3coins | @JasonWeill | @krassowski | @ellisonbg | @andrii-i | @aws-khatria | @garsonbyte | @markqiu | @aychang95 | @mschroering

Enhancements made

  • Messages as a list in collaborative chat document #31 (@brichet)
  • Remove requirement to global awareness, which often fails to activate #28 (@brichet)
  • Use the server time in collaborative chat #26 (@brichet)
  • Edition and deletion of messages #22 (@brichet)
  • Improve ychat #18 (@brichet)
  • Toolbar factory #16 (@brichet)
  • Propagate the config to all existing and newly created chat widget #14 (@brichet)
  • Add commands, menu entry and launcher #12 (@brichet)
  • Collaborative chat sidepanel #11 (@brichet)
  • add a collaborative chat extension #9 (@brichet)
  • Split the project in two packages: UI (npm) and jupyterlab extension #3 (@brichet)
  • Add a model to the chat panel #1 (@brichet)

Bugs fixed

Maintenance and upkeep improvements

  • Set the release workflows to use the jupyterlab releaser bot #35 (@brichet)
  • Bump tar from 6.2.0 to 6.2.1 in /packages/jupyterlab-ws-chat/ui-tests in the npm_and_yarn group across 1 directory #21 (@dependabot)
  • Update the github organization from 'jupyterlab-contrib' to 'jupyterlab' #20 (@brichet)
  • Add the @jupyter namespace to the NPM chat package #17 (@brichet)
  • Integration tests #13 (@brichet)
  • Monorepo improvements #10 (@brichet)
  • Rename extension package #8 (@brichet)
  • Remove @jupyter namespace from the package name #6 (@brichet)
  • Update the github repo from QuantStack to jupyterlab-contrib #5 (@brichet)
  • Add license-header action #4 (@brichet)
  • Remove non relevant tests #2 (@brichet)

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@brichet | @dependabot | @welcome