Skip to content

Releases: jupyterlab-contrib/jlab-enhanced-cell-toolbar

v3.5.1

25 Apr 15:32
db56a9b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.5.1

v3.5.0

18 Apr 16:36
cd583aa
Compare
Choose a tag to compare

What's Changed

  • Updates package to use tools from newer cookiecutter by @jweill-aws in #44
  • Add JLab classifiers and remove python dep by @fcollonval in #51

New Contributors

Full Changelog: v3.4.2...v3.5.0

v3.4.2

02 Sep 09:13
dd8db39
Compare
Choose a tag to compare
  • Security update ⚠️ :
    • Bump tar from 6.1.5 to 6.1.11 (#37)

v3.4.1

31 Aug 07:44
a8717e6
Compare
Choose a tag to compare
  • Security updates ⚠️ :
    • Bump tar from 6.1.0 to 6.1.5 (#32)
    • Bump path-parse from 1.0.6 to 1.0.7 (#34)
    • Bump url-parse from 1.5.1 to 1.5.3 (#35)

v3.4.0

20 Jul 10:10
124c3b2
Compare
Choose a tag to compare
  • New features ✨ :
    • The toolbar can now be positionned as float through settings to match Colab look and feel for example (#28)
    • The tags widget can be hidden through settings (#30)
    • The tags are read-only if the notebook is read-only (#29)

v3.3.0

19 May 07:29
Compare
Choose a tag to compare
  • Bug fix 🐛 :
    • Click event on cell toolbar item are not propagating to the cell #23
  • New feature ✨ :
    • Notebook toolbar button to unlock tag edition (it is locked by default to focus on the notebook reading) #24

v3.2.1

03 May 16:17
5613670
Compare
Choose a tag to compare
  • Bug fix 🐛 :
    • Correct right alignment for tags on Chrome 83f50f7

v3.2.0

10 Apr 16:45
fbe085a
Compare
Choose a tag to compare
  • New feature ✨ :
    • Helper buttons are now configurable #18 (thanks @Phoemuex for the suggestion)

v3.1.1

18 Feb 08:09
6c89864
Compare
Choose a tag to compare
  • Bug fix 🐛
    • Enable strict null checks #15

v3.1.0

07 Feb 16:12
ef4111a
Compare
Choose a tag to compare
  • New features ✨ :
    • Customize action buttons between a left and a right menu #12 : This allows to move the delete button on the far right for example
    • Improve look #14 : Left white space can be added, tags are on the top right,...
    • Tags appear in alphabetical order #13