@@ -6,9 +6,9 @@ github_url: 'https://github.com/jupyterlab/lumino/blob/main/CHANGELOG.md'
6
6
7
7
<!-- <START NEW CHANGELOG ENTRY> -->
8
8
9
- ## 2022.8.22-alpha.0
9
+ ## 2022.8.22-alpha.1
10
10
11
- ([ Full Changelog] ( https://github.com/jupyterlab/lumino/compare/v2022.7.21...bb974bff2ae9550488118286a92f4b6136dd702d ) )
11
+ ([ Full Changelog] ( https://github.com/jupyterlab/lumino/compare/v2022.7.21...bbfb9e2c37a2cf195a990c33a0ebbb1c64e9da26 ) )
12
12
13
13
### Enhancements made
14
14
@@ -19,20 +19,25 @@ github_url: 'https://github.com/jupyterlab/lumino/blob/main/CHANGELOG.md'
19
19
20
20
### Maintenance and upkeep improvements
21
21
22
+ - Refactor ` retro() ` , clean up iterators [ #361 ] ( https://github.com/jupyterlab/lumino/pull/361 ) ([ @afshin ] ( https://github.com/afshin ) )
22
23
- Update ` dragdrop ` to use ` PointerEvent ` and ` DragEvent ` [ #355 ] ( https://github.com/jupyterlab/lumino/pull/355 ) ([ @afshin ] ( https://github.com/afshin ) )
23
- - Remove mouse event handlers from SplitPanel [ #327 ] ( https://github.com/jupyterlab/lumino/pull/327 ) ([ @afshin ] ( https://github.com/afshin ) )
24
24
- Use native iterators instead of Lumino iterators [ #346 ] ( https://github.com/jupyterlab/lumino/pull/346 ) ([ @afshin ] ( https://github.com/afshin ) )
25
25
- Remove ` BPlusTree ` class from ` @lumino/collections ` [ #345 ] ( https://github.com/jupyterlab/lumino/pull/345 ) ([ @afshin ] ( https://github.com/afshin ) )
26
+ - Remove mouse event handlers from SplitPanel [ #327 ] ( https://github.com/jupyterlab/lumino/pull/327 ) ([ @afshin ] ( https://github.com/afshin ) )
27
+ - Update ` devDependencies ` , fix ` eslint ` , use ` ES6 ` [ #330 ] ( https://github.com/jupyterlab/lumino/pull/330 ) ([ @afshin ] ( https://github.com/afshin ) )
26
28
29
+ - Bump tj-actions/changed-files from 24 to 26.1 [ #352 ] ( https://github.com/jupyterlab/lumino/pull/352 ) ([ @dependabot ] ( https://github.com/dependabot ) )
30
+ - Bump actions/setup-python from 2 to 4 [ #351 ] ( https://github.com/jupyterlab/lumino/pull/351 ) ([ @dependabot ] ( https://github.com/dependabot ) )
31
+ - Set npm tag to next for prerelease [ #369 ] ( https://github.com/jupyterlab/lumino/pull/369 ) ([ @fcollonval ] ( https://github.com/fcollonval ) )
27
32
- Fix license header following 231f01c [ #365 ] ( https://github.com/jupyterlab/lumino/pull/365 ) ([ @fcollonval ] ( https://github.com/fcollonval ) )
33
+ - Bump to v2 alpha 1 [ #370 ] ( https://github.com/jupyterlab/lumino/pull/370 ) ([ @fcollonval ] ( https://github.com/fcollonval ) )
28
34
- First Lumino 2 pre-release [ #359 ] ( https://github.com/jupyterlab/lumino/pull/359 ) ([ @fcollonval ] ( https://github.com/fcollonval ) )
29
35
- Add more safety workflows [ #350 ] ( https://github.com/jupyterlab/lumino/pull/350 ) ([ @fcollonval ] ( https://github.com/fcollonval ) )
30
- - Update ` devDependencies ` , fix ` eslint ` , use ` ES6 ` [ #330 ] ( https://github.com/jupyterlab/lumino/pull/330 ) ([ @afshin ] ( https://github.com/afshin ) )
31
- - Bump tj-actions/changed-files from 24 to 26.1 [ #352 ] ( https://github.com/jupyterlab/lumino/pull/352 ) ([ @dependabot ] ( https://github.com/dependabot ) )
32
- - Bump actions/setup-python from 2 to 4 [ #351 ] ( https://github.com/jupyterlab/lumino/pull/351 ) ([ @dependabot ] ( https://github.com/dependabot ) )
33
36
34
37
### Documentation improvements
35
38
39
+ - Fix documentation CI error [ #368 ] ( https://github.com/jupyterlab/lumino/pull/368 ) ([ @fcollonval ] ( https://github.com/fcollonval ) )
40
+ - Update license copyright date [ #363 ] ( https://github.com/jupyterlab/lumino/pull/363 ) ([ @fcollonval ] ( https://github.com/fcollonval ) )
36
41
- Update and fix docs [ #354 ] ( https://github.com/jupyterlab/lumino/pull/354 ) ([ @gabalafou ] ( https://github.com/gabalafou ) )
37
42
- Update NPM package author to Project Jupyter [ #342 ] ( https://github.com/jupyterlab/lumino/pull/342 ) ([ @afshin ] ( https://github.com/afshin ) )
38
43
- Update my name and email [ #323 ] ( https://github.com/jupyterlab/lumino/pull/323 ) ([ @afshin ] ( https://github.com/afshin ) )
0 commit comments