Skip to content

Releases: jupyterlab/lumino

v2022.8.8

08 Aug 14:03
Compare
Choose a tag to compare

2022.8.8

(Full Changelog)

Enhancements made

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@afshin | @blink1073 | @bollwyvl | @ellisonbg | @fcollonval | @ian-r-rose | @jweill-aws | @meeseeksmachine | @SylvainCorlay | @vidartf

v2022.7.21

21 Jul 14:11
Compare
Choose a tag to compare

2022.7.21

(Full Changelog)

Enhancements made

  • Support arguments for rate-limited functions #316 (@afshin)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@afshin | @dependabot | @fcollonval

v2022.7.6

06 Jul 14:13
Compare
Choose a tag to compare

2022.7.6

(Full Changelog)

Bugs fixed

  • [memory-leak] Title.changed not cleared when owner is disposed #308 (@fcollonval)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@dependabot | @fcollonval

v2022.6.7

07 Jun 23:33
Compare
Choose a tag to compare

2022.6.7

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @dependabot | @trungleduc | @welcome

v2022.5.12

12 May 14:43
Compare
Choose a tag to compare

2022.5.12

(Full Changelog)

Enhancements made

  • Add handle moved signal to split panel #301 (@afshin)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@afshin | @ajbozarth | @blink1073 | @dependabot | @fcollonval | @GordonSmith

v2022.1.13

13 Jan 15:48
Compare
Choose a tag to compare

2022.1.13

(Full Changelog)

Bugs fixed

  • fix(DockLayout): Invalid use of "this" in private namespace #281 (@GordonSmith)

Contributors to this release

(GitHub contributors page for this release)

@GordonSmith

v2022.1.10

10 Jan 17:35
Compare
Choose a tag to compare

2022.1.10

(Full Changelog)

Enhancements made

  • chore(Widget): Simplify attach/detach sanity checking #279 (@GordonSmith)
  • fix(TabBar): Event forwarding fails when hosted in a ShadowRoot #276 (@GordonSmith)
  • fix(DockPanel): Drag and Drop fails when hosted in a ShadowRoot #275 (@GordonSmith)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @fcollonval | @GordonSmith | @hbcarlos | @krassowski

v2021.12.13

13 Dec 13:04
Compare
Choose a tag to compare

2021.12.13

(Full Changelog

v2021.11.4

04 Nov 22:25
Compare
Choose a tag to compare

2021.11.4

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@fcollonval | @jasongrout

v2021.10.25

25 Oct 13:20
Compare
Choose a tag to compare

2021.10.25

(Full Changelog)

Enhancements made

  • Add arrow glyph handling to command registry #252 (@PlatinumCD)
  • Added PointerEvents handling to SplitPanel #251 (@martaszmit)
  • Ignore keydown events for modifier keys when accumulating key sequence #245 (@ph-ph)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @fcollonval | @hbcarlos | @martaszmit | @ph-ph | @PlatinumCD | @welcome