Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version #486

Merged
merged 5 commits into from
Dec 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 2 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,6 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 2022.11.29

([Full Changelog](https://github.com/jupyterlab/lumino/compare/@lumino/application@1.30.0...047d42205a32de8ec502f0d57d70fb161f1d1f41))

### Enhancements made

- Improve the menubar accessibility [#476](https://github.com/jupyterlab/lumino/pull/476) ([@fcollonval](https://github.com/fcollonval))

### Bugs fixed

- Fix drag-and-drop of nested dock panel [#473](https://github.com/jupyterlab/lumino/pull/473) ([@drcd1](https://github.com/drcd1))

### Maintenance and upkeep improvements

- Correct example version for 1.x [#479](https://github.com/jupyterlab/lumino/pull/479) ([@fcollonval](https://github.com/fcollonval))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/lumino/graphs/contributors?from=2022-10-31&to=2022-11-29&type=c))

[@afshin](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Aafshin+updated%3A2022-10-31..2022-11-29&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ablink1073+updated%3A2022-10-31..2022-11-29&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Afcollonval+updated%3A2022-10-31..2022-11-29&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ameeseeksmachine+updated%3A2022-10-31..2022-11-29&type=Issues) | [@scmmmh](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ascmmmh+updated%3A2022-10-31..2022-11-29&type=Issues) | [@vidartf](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Avidartf+updated%3A2022-10-31..2022-11-29&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Awelcome+updated%3A2022-10-31..2022-11-29&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 2022.10.31

([Full Changelog](https://github.com/jupyterlab/lumino/compare/@lumino/application@1.29.4...8362e3daa3afac6b2e832b5bd225b662bdbd6593))
Expand All @@ -52,6 +28,8 @@

[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Afcollonval+updated%3A2022-10-05..2022-10-31&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Akrassowski+updated%3A2022-10-05..2022-10-31&type=Issues) | [@meeseeksdev](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ameeseeksdev+updated%3A2022-10-05..2022-10-31&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Ameeseeksmachine+updated%3A2022-10-05..2022-10-31&type=Issues) | [@vidartf](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Avidartf+updated%3A2022-10-05..2022-10-31&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Flumino+involves%3Awelcome+updated%3A2022-10-05..2022-10-31&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 2022.10.5

([Full Changelog](https://github.com/jupyterlab/lumino/compare/@lumino/algorithm@1.9.2...013594a89254d533b687d98e61dde5a537acc1c1))
Expand Down
2 changes: 1 addition & 1 deletion api-extractor-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*
* SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
*/
"mainEntryPointFilePath": "<projectFolder>/lib/index.d.ts",
"mainEntryPointFilePath": "<projectFolder>/types/index.d.ts",

/**
* A list of NPM package names whose exports should be treated as part of this package.
Expand Down
6 changes: 3 additions & 3 deletions examples/example-accordionpanel/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@lumino/example-accordionpanel",
"version": "0.8.5",
"version": "0.8.6",
"private": true,
"scripts": {
"build": "tsc && webpack",
"clean": "rimraf build"
},
"dependencies": {
"@lumino/default-theme": "^0.22.5",
"@lumino/default-theme": "^0.22.6",
"@lumino/messaging": "^1.10.3",
"@lumino/widgets": "^1.35.0",
"@lumino/widgets": "^1.36.0",
"es6-promise": "^4.0.5"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/example-datagrid/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@lumino/example-datagrid",
"version": "0.32.5",
"version": "0.32.6",
"private": true,
"scripts": {
"build": "tsc && webpack",
"clean": "rimraf build"
},
"dependencies": {
"@lumino/datagrid": "^0.36.5",
"@lumino/default-theme": "^0.22.5",
"@lumino/datagrid": "^0.36.6",
"@lumino/default-theme": "^0.22.6",
"@lumino/dragdrop": "^1.14.3",
"@lumino/widgets": "^1.35.0",
"@lumino/widgets": "^1.36.0",
"es6-promise": "^4.0.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/example-datastore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumino/example-datastore",
"version": "0.21.5",
"version": "0.21.6",
"private": true,
"scripts": {
"build": "tsc && webpack",
Expand All @@ -14,7 +14,7 @@
"@lumino/datastore": "^0.18.3",
"@lumino/disposable": "^1.10.3",
"@lumino/dragdrop": "^1.14.3",
"@lumino/widgets": "^1.35.0",
"@lumino/widgets": "^1.36.0",
"codemirror": "^5.48.2",
"es6-promise": "^4.0.5",
"websocket": "^1.0.28"
Expand Down
6 changes: 3 additions & 3 deletions examples/example-dockpanel/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@lumino/example-dockpanel",
"version": "0.21.5",
"version": "0.21.6",
"private": true,
"scripts": {
"build": "tsc && webpack",
"clean": "rimraf build"
},
"dependencies": {
"@lumino/commands": "^1.21.0",
"@lumino/default-theme": "^0.22.5",
"@lumino/default-theme": "^0.22.6",
"@lumino/dragdrop": "^1.14.3",
"@lumino/messaging": "^1.10.3",
"@lumino/widgets": "^1.35.0",
"@lumino/widgets": "^1.36.0",
"es6-promise": "^4.0.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/example-menubar/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@lumino/example-menubar",
"version": "0.1.0-alpha.0",
"version": "0.1.1",
"private": true,
"scripts": {
"build": "tsc && webpack",
"clean": "rimraf build"
},
"dependencies": {
"@lumino/default-theme": "^0.22.5",
"@lumino/default-theme": "^0.22.6",
"@lumino/messaging": "^1.10.3",
"@lumino/widgets": "^1.35.0",
"@lumino/widgets": "^1.36.0",
"es6-promise": "^4.0.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/example-nested-dockpanel-amd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumino/example-nested-dockpanel-amd",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"scripts": {
"test": "node ./test/runner.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumino/application",
"version": "1.30.0",
"version": "1.31.0",
"description": "Lumino Pluggable Application",
"homepage": "https://github.com/jupyterlab/lumino",
"bugs": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@lumino/commands": "^1.21.0",
"@lumino/coreutils": "^1.12.1",
"@lumino/widgets": "^1.35.0"
"@lumino/widgets": "^1.36.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/datagrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumino/datagrid",
"version": "0.36.5",
"version": "0.36.6",
"description": "Lumino Tabular Data Grid",
"homepage": "https://github.com/jupyterlab/lumino",
"bugs": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"@lumino/keyboard": "^1.8.2",
"@lumino/messaging": "^1.10.3",
"@lumino/signaling": "^1.11.0",
"@lumino/widgets": "^1.35.0"
"@lumino/widgets": "^1.36.0"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/default-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumino/default-theme",
"version": "0.22.5",
"version": "0.22.6",
"description": "Lumino Default Theme",
"homepage": "https://github.com/jupyterlab/lumino",
"bugs": {
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@lumino/dragdrop": "^1.14.3",
"@lumino/widgets": "^1.35.0"
"@lumino/widgets": "^1.36.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumino/widgets",
"version": "1.35.0",
"version": "1.36.0",
"description": "Lumino Widgets",
"homepage": "https://github.com/jupyterlab/lumino",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/widgets/src/menubar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ export namespace MenuBar {
/**
* Whether the user can tab to the item.
*/
readonly tabbable: boolean;
readonly tabbable?: boolean;

readonly onfocus?: (event: FocusEvent) => void;
}
Expand Down
30 changes: 14 additions & 16 deletions review/api/algorithm.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class ArrayIterator<T> implements IIterator<T> {
clone(): IIterator<T>;
iter(): IIterator<T>;
next(): T | undefined;
}
}

// @public
export function chain<T>(...objects: IterableOrArrayLike<T>[]): IIterator<T>;
Expand All @@ -64,7 +64,7 @@ export class ChainIterator<T> implements IIterator<T> {
clone(): IIterator<T>;
iter(): IIterator<T>;
next(): T | undefined;
}
}

// @public
export function each<T>(object: IterableOrArrayLike<T>, fn: (value: T, index: number) => boolean | void): void;
Expand All @@ -74,7 +74,6 @@ export function empty<T>(): IIterator<T>;

// @public
export class EmptyIterator<T> implements IIterator<T> {
constructor();
clone(): IIterator<T>;
iter(): IIterator<T>;
next(): T | undefined;
Expand All @@ -89,7 +88,7 @@ export class EnumerateIterator<T> implements IIterator<[number, T]> {
clone(): IIterator<[number, T]>;
iter(): IIterator<[number, T]>;
next(): [number, T] | undefined;
}
}

// @public
export function every<T>(object: IterableOrArrayLike<T>, fn: (value: T, index: number) => boolean): boolean;
Expand All @@ -103,7 +102,7 @@ export class FilterIterator<T> implements IIterator<T> {
clone(): IIterator<T>;
iter(): IIterator<T>;
next(): T | undefined;
}
}

// @public
export function find<T>(object: IterableOrArrayLike<T>, fn: (value: T, index: number) => boolean): T | undefined;
Expand Down Expand Up @@ -143,7 +142,7 @@ export class ItemIterator<T> implements IIterator<[string, T]> {
clone(): IIterator<[string, T]>;
iter(): IIterator<[string, T]>;
next(): [string, T] | undefined;
}
}

// @public
export function iter<T>(object: IterableOrArrayLike<T>): IIterator<T>;
Expand Down Expand Up @@ -177,7 +176,7 @@ export class KeyIterator implements IIterator<string> {
clone(): IIterator<string>;
iter(): IIterator<string>;
next(): string | undefined;
}
}

// @public
export function map<T, U>(object: IterableOrArrayLike<T>, fn: (value: T, index: number) => U): IIterator<U>;
Expand All @@ -188,7 +187,7 @@ export class MapIterator<T, U> implements IIterator<U> {
clone(): IIterator<U>;
iter(): IIterator<U>;
next(): U | undefined;
}
}

// @public
export function max<T>(object: IterableOrArrayLike<T>, fn: (first: T, second: T) => number): T | undefined;
Expand All @@ -211,7 +210,7 @@ export class RangeIterator implements IIterator<number> {
clone(): IIterator<number>;
iter(): IIterator<number>;
next(): number | undefined;
}
}

// @public
export function reduce<T>(object: IterableOrArrayLike<T>, fn: (accumulator: T, value: T, index: number) => T): T;
Expand All @@ -228,7 +227,7 @@ export class RepeatIterator<T> implements IIterator<T> {
clone(): IIterator<T>;
iter(): IIterator<T>;
next(): T | undefined;
}
}

// @public
export function retro<T>(object: RetroableOrArrayLike<T>): IIterator<T>;
Expand All @@ -242,7 +241,7 @@ export class RetroArrayIterator<T> implements IIterator<T> {
clone(): IIterator<T>;
iter(): IIterator<T>;
next(): T | undefined;
}
}

// @public
export function some<T>(object: IterableOrArrayLike<T>, fn: (value: T, index: number) => boolean): boolean;
Expand All @@ -256,7 +255,7 @@ export class StrideIterator<T> implements IIterator<T> {
clone(): IIterator<T>;
iter(): IIterator<T>;
next(): T | undefined;
}
}

// @public
export namespace StringExt {
Expand All @@ -280,7 +279,7 @@ export class TakeIterator<T> implements IIterator<T> {
clone(): IIterator<T>;
iter(): IIterator<T>;
next(): T | undefined;
}
}

// @public
export function toArray<T>(object: IterableOrArrayLike<T>): T[];
Expand All @@ -301,7 +300,7 @@ export class ValueIterator<T> implements IIterator<T> {
clone(): IIterator<T>;
iter(): IIterator<T>;
next(): T | undefined;
}
}

// @public
export function zip<T>(...objects: IterableOrArrayLike<T>[]): IIterator<T[]>;
Expand All @@ -312,8 +311,7 @@ export class ZipIterator<T> implements IIterator<T[]> {
clone(): IIterator<T[]>;
iter(): IIterator<T[]>;
next(): T[] | undefined;
}

}

// (No @packageDocumentation comment for this package)

Expand Down
Loading