Skip to content

Releases: jupyterlab-contrib/jupyterlab-spreadsheet-editor

v0.7.1

16 Mar 20:00
Compare
Choose a tag to compare

0.7.1

(Full Changelog)

Maintenance and upkeep improvements

Other merged PRs

  • Update name of the default branch in readme and workflows #55 (@krassowski)

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @krassowski

v0.6.1

25 Sep 15:04
8d1f6af
Compare
Choose a tag to compare

Bug fixes:

Maintenance:

  • Add PyPI trove classifiers (#32)

Security updates of dependencies:

  • Bump tar from 6.1.0 to 6.1.6 (#31)
  • Bump url-parse from 1.5.1 to 1.5.3 (#33)
  • Bump tar from 6.1.6 to 6.1.11 (#35)
  • Bump jsuites from 4.6.7 to 4.9.11 (#36)
  • Bump ansi-regex from 5.0.0 to 5.0.1 (#37)

v0.6.0

29 May 15:24
Compare
Choose a tag to compare

Features:

  • show number of selected rows/columns on the status bar (#26)
  • add localization/translation stubs (#26)

Other changes:

  • upgraded jexcel and papaparse to latest versions (#25)

v0.5.1

23 Mar 21:53
Compare
Choose a tag to compare

Bug fixes:

  • the action of adding/moving/deleting columns/rows properly triggers document state update so it can be saved immediately (#20)
  • when search overlay is open the highlights are now properly cleared when spreadsheet is edited (#21)

v0.5.0

17 Mar 15:29
Compare
Choose a tag to compare
  • JupyterLab 3.0 support
  • The extension can now be installed with pip install jupyterlab-spreadsheet-editor which does not require Node.js to be installed and is faster than the old way of installing extensions (JupyterLab 3.0 and newer only)

v0.4.0

12 Jun 18:18
Compare
Choose a tag to compare
  • multiple bug fixes to the search functionality #12 #9 #14
  • follow selection with the scroll #10