Skip to content

Releases: jupyterlab/jupyter-chat

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