Skip to content

Commit 47b700c

Browse files
committed
Publish 0.1.5
SHA256 hashes: jupyterlab-ui-profiler-0.1.5.tgz: 6c85c1bc8875e819e8d1a92a53608388bc2efee664bce3e4df1d2d9a8b7d619f jupyterlab_ui_profiler-0.1.5-py3-none-any.whl: b90d0ee6582642d070a8e92c66169aa5662a61904ca70d724ec06c82fa86a234 jupyterlab_ui_profiler-0.1.5.tar.gz: 2ba7baba56f15ae77fb4af099495ba63f27184dded28cc8a290ead2ade385a31
1 parent 59e2b4d commit 47b700c

2 files changed

Lines changed: 36 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

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

5+
## 0.1.5
6+
7+
**Please uninstall the old version before upgrading.** This is necessary because with this release the extension was moved to `@jupyterlab` namespace.
8+
9+
([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.4...59e2b4d9172df6c9865e1563c0421037fb850b10))
10+
11+
### Enhancements made
12+
13+
- Allow to add code to run before invoking completer [#24](https://github.com/jupyterlab/ui-profiler/pull/24) ([@krassowski](https://github.com/krassowski))
14+
- Add stop button [#20](https://github.com/jupyterlab/ui-profiler/pull/20) ([@krassowski](https://github.com/krassowski))
15+
- Simplify tab scenarios options for easier setup [#19](https://github.com/jupyterlab/ui-profiler/pull/19) ([@krassowski](https://github.com/krassowski))
16+
17+
### Bugs fixed
18+
19+
- Fix for completer benchmark in CM6 (Lab 4.0) [#23](https://github.com/jupyterlab/ui-profiler/pull/23) ([@krassowski](https://github.com/krassowski))
20+
- Do not sort reference timing array but its copy [#13](https://github.com/jupyterlab/ui-profiler/pull/13) ([@krassowski](https://github.com/krassowski))
21+
22+
### Maintenance and upkeep improvements
23+
24+
- Allow jupyter-server v2 [#22](https://github.com/jupyterlab/ui-profiler/pull/22) ([@krassowski](https://github.com/krassowski))
25+
- Update types for tabs scenario [#21](https://github.com/jupyterlab/ui-profiler/pull/21) ([@krassowski](https://github.com/krassowski))
26+
- Migrate to `@jupyterlab` npm namespace [#16](https://github.com/jupyterlab/ui-profiler/pull/16) ([@krassowski](https://github.com/krassowski))
27+
28+
### Documentation improvements
29+
30+
- Fix docs typos, remove style comment [#12](https://github.com/jupyterlab/ui-profiler/pull/12) ([@krassowski](https://github.com/krassowski))
31+
32+
### Contributors to this release
33+
34+
([GitHub contributors page for this release](https://github.com/jupyterlab/ui-profiler/graphs/contributors?from=2022-12-18&to=2022-12-28&type=c))
35+
36+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Agithub-actions+updated%3A2022-12-18..2022-12-28&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Akrassowski+updated%3A2022-12-18..2022-12-28&type=Issues)
37+
38+
<!-- <END NEW CHANGELOG ENTRY> -->
39+
540
## 0.1.4
641

742
([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.3...f2b4a4443b5fff366359abc6a293274829e81491))
@@ -33,5 +68,3 @@
3368
([GitHub contributors page for this release](https://github.com/jupyterlab/ui-profiler/graphs/contributors?from=2022-12-06&to=2022-12-18&type=c))
3469

3570
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Agithub-actions+updated%3A2022-12-06..2022-12-18&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Akrassowski+updated%3A2022-12-06..2022-12-18&type=Issues)
36-
37-
<!-- <END NEW CHANGELOG ENTRY> -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/ui-profiler",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "JupyterLab extension for profiling UI performance",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)