github_url |
---|
@lumino/application: 2.4.0 => 2.4.1
@lumino/datagrid: 2.4.0 => 2.4.1
@lumino/default-theme: 2.1.6 => 2.1.7
@lumino/widgets: 2.4.0 => 2.5.0
Widget
does not hide its overflow by default any longer. If this breaks your application styling, you can restore it locally by adding the CSS rule overflow: hidden
. To restore the previous behavior fully, you can add the following CSS rule:
.lm-Widget {
overflow: hidden;
}
- Remove the overflow rule on widgets #715 (@fcollonval)
- Update versions #718 (@fcollonval)
- Bump @75lb/deep-merge from 1.1.1 to 1.1.2 #717 (@dependabot)
- Bump tj-actions/changed-files from 44.5.5 to 44.5.7 in the actions group #716 (@dependabot)
- Bump the actions group with 2 updates #712 (@dependabot)
(GitHub contributors page for this release)
@dependabot | @fcollonval | @krassowski
@lumino/algorithm: 2.0.1 => 2.0.2
@lumino/application: 2.3.1 => 2.4.0
@lumino/collections: 2.0.1 => 2.0.2
@lumino/commands: 2.3.0 => 2.3.1
@lumino/coreutils: 2.1.2 => 2.2.0
@lumino/datagrid: 2.3.1 => 2.4.0
@lumino/default-theme: 2.1.5 => 2.1.6
@lumino/disposable: 2.1.2 => 2.1.3
@lumino/domutils: 2.0.1 => 2.0.2
@lumino/dragdrop: 2.1.4 => 2.1.5
@lumino/keyboard: 2.0.1 => 2.0.2
@lumino/messaging: 2.0.1 => 2.0.2
@lumino/polling: 2.1.2 => 2.1.3
@lumino/properties: 2.0.1 => 2.0.2
@lumino/signaling: 2.1.2 => 2.1.3
@lumino/virtualdom: 2.0.1 => 2.0.2
@lumino/widgets: 2.3.2 => 2.4.0
- Interleaves search results across categories #706 (@JasonWeill)
- Extract plugin handling in a
PluginRegistry
class independent of theApplication
#703 (@fcollonval) - Support host and ref options in Menu.open #700 (@ianthomas23)
- Datagrid: Add a public API to get the current viewport #695 (@martinRenou)
- Accept individual modifier keys as valid keybindings #637 (@g547315)
- Bump versions and fix yarn installation in CI #711 (@fcollonval)
- Bump braces from 3.0.2 to 3.0.3 #710 (@dependabot)
- Bump tj-actions/changed-files from 44.3.0 to 44.5.2 in the actions group #708 (@dependabot)
- Don't bail early when running all tests #707 (@fcollonval)
- Switch from karma to web-test-runner #704 (@fcollonval)
- Bump ejs from 3.1.8 to 3.1.10 #702 (@dependabot)
- Bump the actions group with 2 updates #701 (@dependabot)
- Bump the actions group with 1 update #694 (@dependabot)
- Align typedoc config with JupyterLab #696 (@fcollonval)
- Datagrid: Add a public API to get the current viewport #695 (@martinRenou)
(GitHub contributors page for this release)
@brichet | @dependabot | @fcollonval | @g547315 | @ianthomas23 | @JasonWeill | @krassowski | @martinRenou | @tonyfast | @welcome
@lumino/application: 2.3.0 => 2.3.1
@lumino/commands: 2.2.0 => 2.3.0
@lumino/datagrid: 2.3.0 => 2.3.1
@lumino/default-theme: 2.1.4 => 2.1.5
@lumino/widgets: 2.3.1 => 2.3.2
- Optional prevent default and asynchronous hold for keybinding execution #689 (@krassowski)
- Skip processing prevented default key event #662 (@fcollonval)
- Update versions for new release #692 (@krassowski)
- Bump follow-redirects from 1.15.4 to 1.15.6 #691 (@dependabot)
- Update Release Scripts #690 (@blink1073)
- Bump the actions group with 1 update #687 (@dependabot)
- Bump ip from 2.0.0 to 2.0.1 #684 (@dependabot)
- Bump the actions group with 1 update #682 (@dependabot)
- Update dependabot configuration #681 (@fcollonval)
- Bump toshimaru/auto-author-assign from 2.0.1 to 2.1.0 #680 (@dependabot)
- Bump actions/cache from 3 to 4 #679 (@dependabot)
- Bump tj-actions/changed-files from 41.1.1 to 42.0.0 #678 (@dependabot)
- Bump tj-actions/changed-files from 41.0.1 to 41.1.1 #676 (@dependabot)
- Bump follow-redirects from 1.15.2 to 1.15.4 #673 (@dependabot)
- Bump tj-actions/changed-files from 40.2.1 to 41.0.1 #671 (@dependabot)
- Bump github/codeql-action from 2 to 3 #670 (@dependabot)
- Bump tj-actions/changed-files from 40.2.0 to 40.2.1 #663 (@dependabot)
- Bump tj-actions/changed-files from 40.1.0 to 40.2.0 #661 (@dependabot)
- Bump dessant/lock-threads from 4 to 5 #660 (@dependabot)
- Bump axios from 1.2.2 to 1.6.1 #658 (@dependabot)
- Bump tj-actions/changed-files from 40.0.0 to 40.1.0 #657 (@dependabot)
(GitHub contributors page for this release)
@blink1073 | @brichet | @dependabot | @fcollonval | @krassowski | @novrain | @tonyfast | @welcome
@lumino/application: 2.2.1 => 2.3.0
@lumino/commands: 2.1.3 => 2.2.0
@lumino/datagrid: 2.2.0 => 2.3.0
@lumino/default-theme: 2.1.3 => 2.1.4
@lumino/dragdrop: 2.1.3 => 2.1.4
@lumino/widgets: 2.3.0 => 2.3.1
- Datagrid: Introduce AsyncCellRenderer and ImageRenderer #630 (@martinRenou)
- Remove dynamic keyboard event mode #653 (@brichet)
- Pass
_luminoEvent
argument when executing commands via keybinding #644 (@andrewfulton9) - Keydown event at bubbling phase #635 (@brichet)
- Propagate scroll from backdrop #652 (@krassowski)
- Add default top/left for
.lm-mod-drag-image
#651 (@krassowski) - Added role of button to addButton to make itkeyboard accessible when using screenreader #615 (@s596757)
- MenuBar: do not focus on hover #607 (@gabalafou)
- Update versions for a new release #656 (@krassowski)
- Bump tj-actions/changed-files from 39.2.3 to 40.0.0 #654 (@dependabot)
- Bump actions/setup-node from 3 to 4 #649 (@dependabot)
- Bump tj-actions/changed-files from 39.2.2 to 39.2.3 #648 (@dependabot)
- Bump tj-actions/changed-files from 39.2.1 to 39.2.2 #647 (@dependabot)
- Bump tj-actions/changed-files from 39.2.0 to 39.2.1 #646 (@dependabot)
- Bump postcss from 8.4.24 to 8.4.31 #645 (@dependabot)
- Switch from
hub
togh
CLI #643 (@fcollonval) - Bump toshimaru/auto-author-assign from 2.0.0 to 2.0.1 #642 (@dependabot)
- Bump get-func-name from 2.0.0 to 2.0.2 #640 (@dependabot)
- Bump tj-actions/changed-files from 39.0.3 to 39.2.0 #639 (@dependabot)
- Bump toshimaru/auto-author-assign from 1.6.2 to 2.0.0 #638 (@dependabot)
- Update versions #636 (@fcollonval)
- Bump tj-actions/changed-files from 39.0.1 to 39.0.3 #634 (@dependabot)
- Bump tj-actions/changed-files from 38.2.1 to 39.0.1 #632 (@dependabot)
- Added a test to check the add tab button has a role of button #631 (@m158261)
- Bump actions/checkout from 3 to 4 #629 (@dependabot)
- Bump tj-actions/changed-files from 37.6.1 to 38.2.1 #628 (@dependabot)
- Bump apache/skywalking-eyes from 0.4.0 to 0.5.0 #625 (@dependabot)
- Bump tj-actions/changed-files from 37.6.0 to 37.6.1 #624 (@dependabot)
- Bump tj-actions/changed-files from 37.5.1 to 37.6.0 #621 (@dependabot)
- Bump tj-actions/changed-files from 37.4.0 to 37.5.1 #620 (@dependabot)
(GitHub contributors page for this release)
@andrewfulton9 | @brichet | @dependabot | @fcollonval | @gabalafou | @krassowski | @m158261 | @martinRenou | @s596757 | @tonyfast | @welcome
@lumino/application: 2.2.1 => 2.3.0-alpha.0
@lumino/datagrid: 2.2.0 => 2.3.0-alpha.0
@lumino/default-theme: 2.1.3 => 2.1.4-alpha.0
@lumino/widgets: 2.3.0 => 2.3.1-alpha.0
- Datagrid: Introduce AsyncCellRenderer and ImageRenderer #630 (@martinRenou)
- Keydown event at bubbling phase #635 (@brichet)
- Datagrid: Introduce AsyncCellRenderer and ImageRenderer #630 (@martinRenou)
- Added role of button to addButton to make itkeyboard accessible when using screenreader #615 (@s596757)
- MenuBar: do not focus on hover #607 (@gabalafou)
- Update versions #636 (@fcollonval)
- Bump tj-actions/changed-files from 39.0.1 to 39.0.3 #634 (@dependabot)
- Bump tj-actions/changed-files from 38.2.1 to 39.0.1 #632 (@dependabot)
- Added a test to check the add tab button has a role of button #631 (@m158261)
- Bump actions/checkout from 3 to 4 #629 (@dependabot)
- Bump tj-actions/changed-files from 37.6.1 to 38.2.1 #628 (@dependabot)
- Bump apache/skywalking-eyes from 0.4.0 to 0.5.0 #625 (@dependabot)
- Bump tj-actions/changed-files from 37.6.0 to 37.6.1 #624 (@dependabot)
- Bump tj-actions/changed-files from 37.5.1 to 37.6.0 #621 (@dependabot)
- Bump tj-actions/changed-files from 37.4.0 to 37.5.1 #620 (@dependabot)
(GitHub contributors page for this release)
@brichet | @dependabot | @fcollonval | @gabalafou | @krassowski | @m158261 | @martinRenou | @s596757 | @welcome
@lumino/algorithm: 2.0.0 => 2.0.1
@lumino/application: 2.2.0 => 2.2.1
@lumino/collections: 2.0.0 => 2.0.1
@lumino/commands: 2.1.2 => 2.1.3
@lumino/coreutils: 2.1.1 => 2.1.2
@lumino/datagrid: 2.1.2 => 2.2.0
@lumino/default-theme: 2.1.2 => 2.1.3
@lumino/disposable: 2.1.1 => 2.1.2
@lumino/domutils: 2.0.0 => 2.0.1
@lumino/dragdrop: 2.1.2 => 2.1.3
@lumino/keyboard: 2.0.0 => 2.0.1
@lumino/messaging: 2.0.0 => 2.0.1
@lumino/polling: 2.1.1 => 2.1.2
@lumino/properties: 2.0.0 => 2.0.1
@lumino/signaling: 2.1.1 => 2.1.2
@lumino/virtualdom: 2.0.0 => 2.0.1
@lumino/widgets: 2.2.0 => 2.3.0
- Add expansion toggled signal of subpanels in an Accordion Panel #614 (@DenisaCG)
- [accessibility] Uses the arrow keys for tab bar navigation #612 (@brichet)
- elements respond to enter or spacebar #590 (@g547315)
- Resize column to fit text on double click #546 (@vthemelis)
- Update versions #619 (@fcollonval)
- Bump tj-actions/changed-files from 37.1.2 to 37.4.0 #613 (@dependabot)
- Bump tj-actions/changed-files from 37.1.0 to 37.1.2 #611 (@dependabot)
- Bump semver from 5.7.1 to 5.7.2 #609 (@dependabot)
- Bump tj-actions/changed-files from 37.0.5 to 37.1.0 #608 (@dependabot)
- Bump tj-actions/changed-files from 37.0.3 to 37.0.5 #605 (@dependabot)
- Bump tj-actions/changed-files from 36.4.0 to 37.0.3 #603 (@dependabot)
- Upgrade dev dependencies #599 (@fcollonval)
- Update releaser workflow names #602 (@fcollonval)
(GitHub contributors page for this release)
@brichet | @DenisaCG | @dependabot | @echarles | @fcollonval | @g547315 | @krassowski | @tonyfast | @vthemelis | @welcome
@lumino/application: 2.1.1 => 2.2.0
@lumino/commands: 2.1.1 => 2.1.2
@lumino/datagrid: 2.1.1 => 2.1.2
@lumino/default-theme: 2.1.1 => 2.1.2
@lumino/dragdrop: 2.1.1 => 2.1.2
@lumino/widgets: 2.1.1 => 2.2.0
- Use Actual Return character for Mac shortcuts. #592 (@Carreau)
- Add a 'defer' option to the autoStart argument #588 (@brichet)
- Added "tabindex=0" for sidebar accessibility #583 (@j264415)
- Splits with merge option for dock panels #582 (@tavin)
- Fix position of drag image #595 (@MetRonnie)
- Invalid unicode characters removed from datagrid #578 (@nicojapas)
- Fix dblclick events with Drag.overrideCursor active (#547) #564 (@jjrv)
- Bump versions #600 (@fcollonval)
- Upgrade releaser workflows #598 (@fcollonval)
- Bump tj-actions/changed-files from 36.1.0 to 36.4.0 #597 (@dependabot)
- Bump tj-actions/changed-files from 36.0.17 to 36.1.0 #594 (@dependabot)
- Bump tj-actions/changed-files from 36.0.9 to 36.0.17 #591 (@dependabot)
- Bump tj-actions/changed-files from 35.9.2 to 36.0.9 #589 (@dependabot)
- Bump socket.io-parser from 4.2.1 to 4.2.3 #587 (@dependabot)
- Seed tests for datagrid, test
TextRenderer/drawText
#585 (@krassowski) - Bump tj-actions/changed-files from 35.9.0 to 35.9.2 #580 (@dependabot)
(GitHub contributors page for this release)
@brichet | @Carreau | @dependabot | @fcollonval | @j264415 | @jjrv | @krassowski | @MetRonnie | @nicojapas | @tavin | @welcome
@lumino/application: 2.1.0 => 2.1.1
@lumino/commands: 2.1.0 => 2.1.1
@lumino/coreutils: 2.1.0 => 2.1.1
@lumino/datagrid: 2.1.0 => 2.1.1
@lumino/default-theme: 2.1.0 => 2.1.1
@lumino/disposable: 2.1.0 => 2.1.1
@lumino/dragdrop: 2.1.0 => 2.1.1
@lumino/polling: 2.1.0 => 2.1.1
@lumino/signaling: 2.1.0 => 2.1.1
@lumino/widgets: 2.1.0 => 2.1.1
- Bump patch version #579 (@fcollonval)
- Make
Token.description
optional for backward compatibility #577 (@fcollonval) - Bump tj-actions/changed-files from 35.8.0 to 35.9.0 #576 (@dependabot)
- Bump tj-actions/changed-files from 35.7.12 to 35.8.0 #575 (@dependabot)
- Bump tj-actions/changed-files from 35.7.8 to 35.7.12 #574 (@dependabot)
(GitHub contributors page for this release)
@lumino/application: 2.0.1 => 2.1.0
@lumino/commands: 2.0.1 => 2.1.0
@lumino/coreutils: 2.0.0 => 2.1.0
@lumino/datagrid: 2.0.1 => 2.1.0
@lumino/default-theme: 2.0.1 => 2.1.0
@lumino/disposable: 2.0.0 => 2.1.0
@lumino/dragdrop: 1.14.5 => 2.1.0
@lumino/polling: 2.0.0 => 2.1.0
@lumino/signaling: 2.0.0 => 2.1.0
@lumino/widgets: 2.0.1 => 2.1.0
- Add optional
description
toToken
#572 (@fcollonval)
- Bump coreutils minor version #573 (@fcollonval)
- Bump tj-actions/changed-files from 35.7.6 to 35.7.8 #571 (@dependabot)
- Bump tj-actions/changed-files from 35.7.2 to 35.7.6 #569 (@dependabot)
(GitHub contributors page for this release)
@lumino/application: 2.0.0 => 2.0.1
@lumino/commands: 2.0.0 => 2.0.1
@lumino/datagrid: 2.0.0 => 2.0.1
@lumino/default-theme: 2.0.0 => 2.0.1
@lumino/widgets: 2.0.0 => 2.0.1
- Prevents enter from being interpreted as emoji #563 (@JasonWeill)
- Disable size containment for split handle #560 (@krassowski)
- Update versions #566 (@fcollonval)
- Bump tj-actions/changed-files from 35.6.4 to 35.7.2 #562 (@dependabot)
- Backport changelog from 1.x #558 (@fcollonval)
- Improve documentation #557 (@fcollonval)
(GitHub contributors page for this release)
@andrii-i | @dependabot | @fcollonval | @JasonWeill | @krassowski | @welcome
@lumino/algorithm: 1.9.2 => 2.0.0
@lumino/application: 1.31.3 => 2.0.0
@lumino/collections: 1.9.3 => 2.0.0
@lumino/commands: 1.21.1 => 2.0.0
@lumino/coreutils: 1.12.1 => 2.0.0
@lumino/datagrid: 0.36.8 => 2.0.0
@lumino/default-theme: 0.22.8 => 2.0.0
@lumino/disposable: 1.10.4 => 2.0.0
@lumino/domutils: 1.8.2 => 2.0.0
@lumino/dragdrop: 1.14.4 => 2.0.0
@lumino/keyboard: 1.8.2 => 2.0.0
@lumino/messaging: 1.10.3 => 2.0.0
@lumino/polling: 1.11.4 => 2.0.0
@lumino/properties: 1.8.2 => 2.0.0
@lumino/signaling: 1.11.1 => 2.0.0
@lumino/virtualdom: 1.14.3 => 2.0.0
@lumino/widgets: 1.37.1 => 2.0.0
- Drop custom iterator in favor of standard Iterators and generators
- Add asynchronous iterable
Stream
class inheriting fromSignal
- Various performance enhancements on the datagrid
- Assets target is now ES2018
See migration guide for more details on API changes when migrating from version 1 to version 2.
- Make
IOverflowMenuOptions.title
optional #550 (@jtpio) - Check for hidden items before re-rendering #531 (@alec-kr)
- Add contain strict for elements with fully managed layout #506 (@krassowski)
- Add content-visibility hide mode #497 (@krassowski)
- Collapse main menu options in a hamburger menu #489 (@steff456)
- Improve the menubar accessibility #465 (@scmmmh)
- Add async iterable
Stream
class that inherits fromSignal
#462 (@afshin) - Disable text eliding by default #451 (@ibdafna)
- Add support for list of keystrokes #433 (@fcollonval)
- Add plugin description #419 (@fcollonval)
- Improve title on accordion label #406 (@fcollonval)
- Handle deferred processing when
document
is hidden #402 (@afshin) - Improve datagrid performance #394 (@martinRenou)
- Make
Poll
an async iterable #386 (@afshin) - Dynamic extensions reloading #377 (@fcollonval)
- Fix tab trap in menubar #373 (@gabalafou)
- Fix requiring position for
MenuBar
undetermined index #549 (@fcollonval) - Accessibility in accordion panel #537 (@brichet)
- Remove cursor style #534 (@fcollonval)
- Accessibility: role attributes #507 (@brichet)
- Improve performance of drag & drop, esp. in Chrome #502 (@krassowski)
- Only add aria-hidden for
scale
mode #501 (@krassowski) - Fix finding dependents for deactivation #490 (@fcollonval)
- Fix drag-and-drop of nested dock panel #473 (@drcd1)
- When rejecting the internal promise in a
Stream
, catch failures #464 (@afshin) - Datagrid: Do not prevent page scroll if we are not actually scrolling the grid #446 (@martinRenou)
- Avoid menu layout trashing by moving DOM queries #432 (@krassowski)
- Fix resizing and mode switching in
DockPanel
#411 (@afshin) - Fix labelledby to support multiple elements on page #407 (@fcollonval)
- Handle deferred processing when
document
is hidden #402 (@afshin) - Switch to using
setTimeout
for all deferred processing. #395 (@thetorpedodog) - Fix bug that prevents any startup plugins from activating #391 (@afshin)
- Fix service type #382 (@afshin)
- Refactor
retro()
, clean up iterators #361 (@afshin)
- Target ES2018 #388 (@afshin)
- Audit
DataGrid
public API in preparation for 0.x => 2.0 #458 (@afshin) - Set publication to public #545 (@fcollonval)
- Update to yarn 3 #536 (@fcollonval)
- Bump tj-actions/changed-files from 24 to 35.6.4 #555 #552 #548 #543 #538 #532 #525 #518 #514 #508 #503 #493 #466 #461 #454 #445 #435 #424 #423 #417 #404 #389 #379 #372 #352 (@dependabot)
- Bump verdaccio #544 (@fcollonval)
- Bump http-cache-semantics from 4.1.0 to 4.1.1 #530 (@dependabot)
- Bump ua-parser-js from 0.7.32 to 0.7.33 #529 (@dependabot)
- Bump toshimaru/auto-author-assign from 1.6.1 to 1.6.2 #513 (@dependabot)
- Upgrade dev tools #512 (@fcollonval)
- Bump json5 from 1.0.1 to 1.0.2 #510 (@dependabot)
- Bump dessant/lock-threads from 3 to 4 #492 (@dependabot)
- Bump decode-uri-component from 0.2.0 to 0.2.2 #483 (@dependabot)
- Use Firefox from playwright #481 (@fcollonval)
- Set up jupyter releaser #474 (@blink1073)
- Bump engine.io from 6.2.0 to 6.2.1 #469 (@dependabot)
- Fix license header CI #468 (@fcollonval)
- Bump loader-utils from 3.2.0 to 3.2.1 #467 (@dependabot)
- Bump actions/checkout from 2 to 3 #460 (@dependabot)
- Fix check release step #459 (@fcollonval)
- Clean up test workflow #437 (@blink1073)
- Fix minor code scan warnings #431 (@fcollonval)
- Bump lerna #429 (@fcollonval)
- Add DockLayout tests #421 (@3coins)
- Remove Internet Explorer from tests, add Webkit #416 (@gabalafou)
- Follow on to #411 addressing
yield*
#415 (@afshin) - Bump actions/setup-node from 1 to 3 #405 (@dependabot)
- Bump actions/cache from 2 to 3 #403 (@dependabot)
- Remove some webpack artifacts from
devDependencies
#396 (@afshin) - Use
pull_request_target
to have write access on fork #390 (@fcollonval) - Iterate on iterators #378 (@afshin)
- Deprecate
each<T>(...)
#376 (@afshin) - Fix license header #365 (@fcollonval)
- Refactor
retro()
, clean up iterators #361 (@afshin) - Update
dragdrop
to usePointerEvent
andDragEvent
#355 (@afshin) - Bump actions/setup-python from 2 to 4 #351 (@dependabot)
- Add more safety workflows #350 (@fcollonval)
- Use Rollup for tests and examples #348 (@gabalafou)
- Use native iterators instead of Lumino iterators #346 (@afshin)
- Remove
BPlusTree
class from@lumino/collections
#345 (@afshin) - Update NPM package author to Project Jupyter #342 (@afshin)
- Update documentation for Stream class #484 (@afshin)
- Backport changelog for stable 1.x #455 (@fcollonval)
- Switch to pydata sphinx theme #422 (@blink1073)
- Add section to README: Learning Resources #420 (@gabalafou)
- Follow on to #411 addressing
yield*
#415 (@afshin) - Iterate on iterators #378 (@afshin)
- Deprecate
each<T>(...)
#376 (@afshin) - Fix documentation CI error #368 (@fcollonval)
- Update license copyright date #363 (@fcollonval)
- Update and fix docs #354 (@gabalafou)
- Update NPM package author to Project Jupyter #342 (@afshin)
(GitHub contributors page for this release)
@3coins | @afshin | @alec-kr | @blink1073 | @brichet | @dependabot | @drcd1 | @fcollonval | @gabalafou | @ibdafna | @jasongrout | @jtpio | @krassowski | @martinRenou | @meeseeksdev | @scmmmh | @steff456 | @thetorpedodog | @vidartf | @welcome
- Update versions #565 (@fcollonval)
(GitHub contributors page for this release)
@afshin | @andrii-i | @fcollonval | @krassowski | @steff456 | @welcome
- Add deprecation warning on Signal blocking feature #521 (@fcollonval)
- Bump versions #523 (@fcollonval)
(GitHub contributors page for this release)
- Add content-visibility hide mode #497 (@krassowski)
- Bump versions for 1.x #519 (@fcollonval)
(GitHub contributors page for this release)
@fcollonval | @krassowski | @welcome
- Fix finding dependents for deactivation #490 (@fcollonval)
- Bump @lumino/application #494 (@fcollonval)
(GitHub contributors page for this release)
- Dynamic extensions reloading #377 (@fcollonval)
- Improve the menubar accessibility #476 (@fcollonval)
- Bump version #486 (@fcollonval)
- Correct example version for 1.x #479 (@fcollonval)
(GitHub contributors page for this release)
@afshin | @blink1073 | @fcollonval | @meeseeksmachine | @scmmmh | @vidartf | @welcome
- Add blocking signal feature #443 (@fcollonval)
- Add plugin description #419 (@fcollonval)
- Add support for list of keystrokes #433 (@fcollonval)
- Add
describedBy
to command #322 (@fcollonval) - Fix tab trap in menubar #373 (@gabalafou)
- Avoid menu layout trashing by moving DOM queries #432 (@krassowski)
- Update versions #452 (@fcollonval)
(GitHub contributors page for this release)
@fcollonval | @krassowski | @meeseeksdev | @meeseeksmachine | @vidartf | @welcome
- Improve title on accordion label #406 (@fcollonval)
- Fix labelledby to support multiple elements on page #407 (@fcollonval)
- Add deprecation warnings #425 (@fcollonval)
(GitHub contributors page for this release)
@afshin | @blink1073 | @fcollonval | @ibdafna | @jasongrout | @martinRenou | @meeseeksdev | @meeseeksmachine | @vidartf | @welcome
- Add
collapse
andexpand
methods toAccordionPanel
#321 (@fcollonval)
(GitHub contributors page for this release)
@afshin | @blink1073 | @bollwyvl | @ellisonbg | @fcollonval | @ian-r-rose | @jweill-aws | @meeseeksmachine | @SylvainCorlay | @vidartf
- 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)
(GitHub contributors page for this release)
@afshin | @dependabot | @fcollonval
- [memory-leak] Title.changed not cleared when owner is disposed #308 (@fcollonval)
- 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)
(GitHub contributors page for this release)
- Fix Accordion sizing issue #304 (@trungleduc)
- Enable bot PRs to auto-label #306 (@blink1073)
- Bump semver-regex from 3.1.3 to 3.1.4 #305 (@dependabot)
(GitHub contributors page for this release)
@blink1073 | @dependabot | @trungleduc | @welcome
- 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)
- chore: Add Web Component external example to README.md #299 (@GordonSmith)
- Improve DockLayout code documentation #285 (@fcollonval)
(GitHub contributors page for this release)
@afshin | @ajbozarth | @blink1073 | @dependabot | @fcollonval | @GordonSmith
- fix(DockLayout): Invalid use of "this" in private namespace #281 (@GordonSmith)
(GitHub contributors page for this release)
- 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)
- chore(coreutils): Refactor Node v Browser builds #274 (@GordonSmith)
- Update references to main branch (
master
→main
) #272 (@krassowski)
(GitHub contributors page for this release)
@blink1073 | @fcollonval | @GordonSmith | @hbcarlos | @krassowski
- Enforce labels on PRs by @blink1073 in #267
- Fix transposed display names for arrow keys by @thomasjm in #268
- Use composition to improve tab switch #231 (@fcollonval)
- Format keyboard shortcuts according to OS conventions #258 (@jasongrout)
- Run tests on macOS. #259 (@jasongrout)
(GitHub contributors page for this release)
- 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)
- Add linter check in CI #242 (@fcollonval)
(GitHub contributors page for this release)
@blink1073 | @fcollonval | @hbcarlos | @martaszmit | @ph-ph | @PlatinumCD | @welcome
- Add static examples in docs #241 (@blink1073)
(GitHub contributors page for this release)
@bign8 | @blink1073 | @ibdafna | @jupyterlab-probot
- Remove deprecated MediaStreamErrorEvent #237 (@afshin)
- Class and aria attribute must be changed on title #232 (@fcollonval)
- Add binder link to Readme #229 (@blink1073)
- Add binder configuration #226 (@blink1073)
- Add linter #230 (@fcollonval)
- Bump tar from 4.4.15 to 4.4.19 #225 (@dependabot)
(GitHub contributors page for this release)
@afshin | @blink1073 | @dependabot | @fcollonval | @jtpio | @jupyterlab-probot
- Use Check Links Action #222 (@blink1073)
- Update release notes #220 (@blink1073)
(GitHub contributors page for this release)
- Update dependencies #217 (@afshin)
- Fix handling of pip cache in CI #216 (@blink1073)
- Bump tar from 4.4.13 to 4.4.15 #215 (@dependabot)
(GitHub contributors page for this release)
@afshin | @blink1073 | @dependabot | @ibdafna
- Add accordion panel #205 (@fcollonval)
- Make focus consistent with active element in menus #187 (@marthacryan)
- Remove Errant Changelog Entry #212 (@blink1073)
(GitHub contributors page for this release)
@blink1073 | @fcollonval | @marthacryan
- Added option to force items' position #208 (@hbcarlos)
- Add option to not group context menu item by target #206 (@fcollonval)
- Fixes for Check Release #210 (@fcollonval)
(GitHub contributors page for this release)
@blink1073 | @fcollonval | @hbcarlos | @welcome
- Added option to force items' position #208 (@hbcarlos)
- Add option to not group context menu item by target #206 (@fcollonval)
(GitHub contributors page for this release)
@fcollonval | @hbcarlos | @welcome
- Bump color-string from 1.5.3 to 1.6.0 #200 (@dependabot)
- Simplify rendering logic for grids with merged cells #197 (@ibdafna)
(GitHub contributors page for this release)
@blink1073 | @dependabot | @ibdafna
- Bump dot-prop from 4.2.0 to 4.2.1 #194 (@dependabot)
- Bump lodash from 4.17.19 to 4.17.21 #193 (@dependabot)
- Bump handlebars from 4.5.3 to 4.7.7 #192 (@dependabot)
- Update Lerna Dependency #191 (@afshin)
- Use Jupyter releaser #186 (@afshin)
- Bump browserslist from 4.8.3 to 4.16.6 #188 (@dependabot)
(GitHub contributors page for this release)
@afshin | @blink1073 | @dependabot | @ibdafna
@lumino/datagrid: 0.24.0 => 0.25.0
- Bump codemirror from 5.49.2 to 5.58.2 #183 (@dependabot)
- Bump hosted-git-info from 2.8.5 to 2.8.9 #182 (@dependabot)
- Fix changelog formatting for 2021-5-10 entry #185 (@blink1073)
- Add changelog entry for 2021.5.10 #184 (@blink1073)
(GitHub contributors page for this release)
@blink1073 | @dependabot | @ibdafna
@lumino/application: 1.19.0 => 1.20.0
@lumino/datagrid: 0.23.0 => 0.24.0
@lumino/default-theme: 0.13.0 => 0.14.0
@lumino/widgets: 1.22.0 => 1.23.0
- Respect closable attribute on title #178 (@nmichaud)
- Bump underscore from 1.9.1 to 1.13.1 #181 (@dependabot)
(GitHub contributors page for this release)
@afshin | @dependabot | @ellisonbg | @ibdafna | @nmichaud
@lumino/algorithm: 1.5.0 => 1.6.0
@lumino/application: 1.18.0 => 1.19.0
@lumino/collections: 1.5.0 => 1.6.0
@lumino/commands: 1.14.0 => 1.15.0
@lumino/coreutils: 1.7.0 => 1.8.0
@lumino/datagrid: 0.22.0 => 0.23.0
@lumino/datastore: 0.13.0 => 0.14.0
@lumino/default-theme: 0.12.0 => 0.13.0
@lumino/disposable: 1.6.0 => 1.7.0
@lumino/domutils: 1.4.0 => 1.5.0
@lumino/dragdrop: 1.9.0 => 1.10.0
@lumino/keyboard: 1.4.0 => 1.5.0
@lumino/messaging: 1.6.0 => 1.7.0
@lumino/polling: 1.5.0 => 1.6.0
@lumino/properties: 1.4.0 => 1.5.0
@lumino/signaling: 1.6.0 => 1.7.0
@lumino/virtualdom: 1.10.0 => 1.11.0
@lumino/widgets: 1.21.0 => 1.22.0
- Switch back to TypeScript 3.6 #175 (@jtpio)
- Fix tabindex for menu bar #174 (@marthacryan)
(GitHub contributors page for this release)
@afshin | @cnydw | @jtpio | @marthacryan | @sccolbert | @welcome
@lumino/algorithm: 1.4.0 => 1.5.0
@lumino/application: 1.17.0 => 1.18.0
@lumino/collections: 1.4.0 => 1.5.0
@lumino/commands: 1.13.0 => 1.14.0
@lumino/coreutils: 1.6.0 => 1.7.0
@lumino/datagrid: 0.21.1 => 0.22.0
@lumino/datastore: 0.12.0 => 0.13.0
@lumino/default-theme: 0.11.0 => 0.12.0
@lumino/disposable: 1.5.0 => 1.6.0
@lumino/domutils: 1.3.0 => 1.4.0
@lumino/dragdrop: 1.8.0 => 1.9.0
@lumino/keyboard: 1.3.0 => 1.4.0
@lumino/messaging: 1.5.0 => 1.6.0
@lumino/polling: 1.4.0 => 1.5.0
@lumino/properties: 1.3.0 => 1.4.0
@lumino/signaling: 1.5.0 => 1.6.0
@lumino/virtualdom: 1.9.0 => 1.10.0
@lumino/widgets: 1.20.0 => 1.21.0
- Add missing PR to changelog #171 (@blink1073)
- Bump ssri from 6.0.1 to 6.0.2 #173 (@dependabot)
- Switch to TypeScript 3.9 #172 (@jtpio)
- Add exports for sectionlist and celleditorcontroller #169 (@ibdafna)
(GitHub contributors page for this release)
@blink1073 | @dependabot | @ibdafna | @jtpio | @vidartf
@lumino/datagrid: 0.21.0 => 0.21.1
(GitHub contributors page for this release)
@lumino/algorithm: 1.3.3 => 1.4.0
@lumino/application: 1.16.0 => 1.17.0
@lumino/collections: 1.3.3 => 1.4.0
@lumino/commands: 1.12.0 => 1.13.0
@lumino/coreutils: 1.5.3 => 1.6.0
@lumino/datagrid: 0.20.0 => 0.21.0
@lumino/datastore: 0.11.0 => 0.12.0
@lumino/default-theme: 0.10.0 => 0.11.0
@lumino/disposable: 1.4.3 => 1.5.0
@lumino/domutils: 1.2.3 => 1.3.0
@lumino/dragdrop: 1.7.1 => 1.8.0
@lumino/keyboard: 1.2.3 => 1.3.0
@lumino/messaging: 1.4.3 => 1.5.0
@lumino/polling: 1.3.3 => 1.4.0
@lumino/properties: 1.2.3 => 1.3.0
@lumino/signaling: 1.4.3 => 1.5.0
@lumino/virtualdom: 1.8.0 => 1.9.0
@lumino/widgets: 1.19.0 => 1.20.0
- Clean Up CI #166 (@jtpio)
- Bump y18n from 4.0.0 to 4.0.1 #164 (@dependabot)
- Ctrl-click to toggle single row or column selections #163 (@ibdafna)
- Update documentation badge #162 (@blink1073)
- Change one BasicMouseHandler properties from private to protected #161 (@ibdafna)
- Update RTD Link to Point to Stable Version #159 (@blink1073)
- Update Badges in Readme #158 (@blink1073)
- Fix docs target for polling #155 (@bollwyvl)
(GitHub contributors page for this release)
@blink1073 | @bollwyvl | @dependabot | @ibdafna | @jtpio | @welcome
@lumino/application: 1.15.0 => 1.16.0
@lumino/datagrid: 0.19.0 => 0.20.0
@lumino/default-theme: 0.9.0 => 0.10.0
@lumino/widgets: 1.18.0 => 1.19.0
- Add Sphinx Documentation #157 (@afshin)
- Bump elliptic from 6.5.3 to 6.5.4 #156 (@dependabot)
- Add ARIA roles to tabs - lumino update #132 (@telamonian)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Allow passing of
tag
intowidget
constructor #150 (@telamonian) - Add checkbox aria role to toggleable commands #149 (@marthacryan)
- Remove leftover SectionResizeRequest #148 (@martinRenou)
@lumino/[email protected]
@lumino/[email protected]
- DataGrid mouse handler: Expose pressData for subclasses #146 (@martinRenou)
- Make _repaintRegion a protected method #145 (@martinRenou)
- Bump ini from 1.3.5 to 1.3.7 #143 (@dependabot)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Switch to GitHub Actions #142 (@afshin)
- Add text wrapping #140 (@ibdafna)
- Constrain tabs to their source DockPanel (opt-in) #137 (@piersdeseilligny)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Specify the CSS javascript module imports explicitly in package.json. #139 (@jasongrout)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Add style index.js files to optionally consume the CSS via a js module import #136 (@jasongrout)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Bump highlight.js from 9.17.1 to 9.18.5 #135 (@dependabot)
- Batch Add Items to Command Pallette #133 (@jhamet93)
- Add aria roles to menus #131 (@marthacryan)
- Add isToggleable command state #129 (@marthacryan)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Fix sluggish tab dragging in the tab bar. #128 (@subhav)
- Improve note about performance of commandExecuted handlers. #127 (@ellisonbg)
- Bump node-fetch from 2.6.0 to 2.6.1 #121 (@dependabot)
- Bump http-proxy from 1.18.0 to 1.18.1 #120 (@dependabot)
@lumino/[email protected]
@lumino/[email protected]
- Make private _drawCornerHeaderRegion protected drawCornerHeaderRegion #116 (@lmcnichols)
- Text eliding with ellipsis on datagrid text renderer #105 (@nmichaud)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- mouseDown now uses cell, column, and row selection modes #114 (@kgoo124)
- Double-click to edit tab title in TabBars #112 (@nmichaud)
- Give extending classes access to some of the data grid's paint utilities. #111 (@lmcnichols)
- Fix for DockPanel.tabsMovable to set false to all tabs #109 (@nmichaud)
- Modified function spliceArray in datastore/src/listfield.ts so that it behaves like Array.splice on large inputs. #101 (@lmcnichols)
- Bump elliptic from 6.5.2 to 6.5.3 #99 (@dependabot)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Change the Drag class's private method _moveDragImage to a public method moveDragImage. #96 (@lmcnichols)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Have the DataGrid syncViewport when receiving a DataModel.ChangedArgs signal of type "rows-moved" or "columns-moved" #94 (@lmcnichols)
@lumino/[email protected]
@lumino/[email protected]
- Make cursorForHandle and it's argument type accessible from outside BasicMouseHandler. #92 (@lmcnichols)
- Bump lodash from 4.17.15 to 4.17.19 #90 (@dependabot)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Revert "chore(build): Bump Typescript to 3.9.2" #84 (@telamonian)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- fix columnCount signature #82 (@mbektas)
- unsubscribe from grid wheel events on editor dispose #80 (@mbektas)
- chore(build): Bump Typescript to 3.9.2 #75 (@GordonSmith)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Added type search to command pallet search input #57 (@ggbhat)
- feat(build): Add UMD support #40 (@GordonSmith)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Fix
disconnectAll
implementation. #71 (@AlbertHilb)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Tell bundlers to not package a crypto module for the browser. #70 (@jasongrout)
- Fix boolean logic when false is specified #69 (@nmichaud)
- Bump jquery from 3.4.1 to 3.5.0 #68 (@dependabot)
- Fix namespacing for 'invalid' classname #67 (@nmichaud)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Fixes tabsMovable on DockPanel #66 (@nmichaud)
- Customize minimum row and column section sizes for datagrid #65 (@nmichaud)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Yet another fix for vdom nodes with custom renderers #53 (@telamonian)
- Fix names for poll tests. #50 (@afshin)
- Fix broken links in polling package and signaling tests. #49 (@afshin)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- IRenderer cleanup; normalize icon fields across all interfaces #46 (@telamonian)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Simplified/improved custom rendering of virtual nodes: removed
hpass
andVirtualElementPass
, added optionalrenderer
param #44 (@telamonian)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Remove 'sourceMap' from tsconfig in
@lumino/virtualdom
#41 (@zemeolotu) - Start a change log #38 (@blink1073)
- DataGrid Cell Editing #14 (@mbektas)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Improve handling of attributes for hpass virtualdom elements #36 (@telamonian)
- Fix
output.path
for webpack 4 #35 (@telamonian)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Allow commands to accept partial json objects #32 (@blink1073)
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
@lumino/[email protected]
- Update dependencies #31 (@blink1073)
- Use the standby value generated instead of ignoring it. #30 (@jasongrout)
- Adds a "pass thru" virtual element #29 (@telamonian)
- Update API reports #28 (@vidartf)
- chore(build): Bump typescript to version 3.6.4 #27 (@GordonSmith)
- chore(build): Add missing package.json dependencies #24 (@GordonSmith)
- Enable / disable runtime tab dragging in DockPanel #23 (@GordonSmith)