Releases: jupyterlab/lumino
Releases · jupyterlab/lumino
v2022.8.8
2022.8.8
Enhancements made
- Add
collapse
andexpand
methods toAccordionPanel
#321 (@fcollonval)
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
2022.7.21
Enhancements made
Maintenance and upkeep improvements
- Bump terser from 5.7.1 to 5.14.2 #315 (@dependabot)
- Add the need to set New Version Spec when using the releaser #314 (@fcollonval)
- Don't run CI twice on PR from this repository #313 (@fcollonval)
Contributors to this release
v2022.7.6
2022.7.6
Bugs fixed
- [memory-leak] Title.changed not cleared when owner is disposed #308 (@fcollonval)
Maintenance and upkeep improvements
- Bump shell-quote from 1.7.2 to 1.7.3 #310 (@dependabot)
- Bump parse-url from 6.0.0 to 6.0.2 #309 (@dependabot)
Contributors to this release
v2022.6.7
2022.6.7
Bugs fixed
- Fix Accordion sizing issue #304 (@trungleduc)
Maintenance and upkeep improvements
- Enable bot PRs to auto-label #306 (@blink1073)
- Bump semver-regex from 3.1.3 to 3.1.4 #305 (@dependabot)
Contributors to this release
v2022.5.12
2022.5.12
Enhancements made
Maintenance and upkeep improvements
- Bump async from 2.6.3 to 2.6.4 #302 (@dependabot)
- Bump minimist from 1.2.5 to 1.2.6 #296 (@dependabot)
- Bump karma from 6.3.14 to 6.3.16 #295 (@dependabot)
- Bump follow-redirects from 1.14.7 to 1.14.8 #294 (@dependabot)
- Bump node-fetch from 2.6.1 to 2.6.7 #293 (@dependabot)
- Bump karma from 6.3.4 to 6.3.14 #292 (@dependabot)
- Bump trim-off-newlines from 1.0.1 to 1.0.3 #288 (@dependabot)
- Bump log4js from 6.3.0 to 6.4.0 #287 (@dependabot)
- Bump shelljs from 0.8.4 to 0.8.5 #286 (@dependabot)
- Bump engine.io from 4.1.1 to 4.1.2 #284 (@dependabot)
- Bump follow-redirects from 1.14.1 to 1.14.7 #282 (@dependabot)
Documentation improvements
- chore: Add Web Component external example to README.md #299 (@GordonSmith)
- Improve DockLayout code documentation #285 (@fcollonval)
Contributors to this release
(GitHub contributors page for this release)
@afshin | @ajbozarth | @blink1073 | @dependabot | @fcollonval | @GordonSmith
v2022.1.13
2022.1.13
Bugs fixed
- fix(DockLayout): Invalid use of "this" in private namespace #281 (@GordonSmith)
Contributors to this release
v2022.1.10
2022.1.10
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
- chore(coreutils): Refactor Node v Browser builds #274 (@GordonSmith)
- Update references to main branch (
master
→main
) #272 (@krassowski)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @fcollonval | @GordonSmith | @hbcarlos | @krassowski
v2021.12.13
2021.12.13
- Enforce labels on PRs by @blink1073 in #267
- Fix transposed display names for arrow keys by @thomasjm in #268
v2021.11.4
2021.11.4
Enhancements made
- Use composition to improve tab switch #231 (@fcollonval)
Bugs fixed
- Format keyboard shortcuts according to OS conventions #258 (@jasongrout)
Maintenance and upkeep improvements
- Run tests on macOS. #259 (@jasongrout)
Contributors to this release
v2021.10.25
2021.10.25
Enhancements made
- Add arrow glyph handling to command registry #252 (@PlatinumCD)
- Added
PointerEvents
handling toSplitPanel
#251 (@martaszmit) - Ignore
keydown
events for modifier keys when accumulating key sequence #245 (@ph-ph)
Bugs fixed
Maintenance and upkeep improvements
- Add linter check in CI #242 (@fcollonval)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @fcollonval | @hbcarlos | @martaszmit | @ph-ph | @PlatinumCD | @welcome