Skip to content

Commit

Permalink
Publish 0.1.5
Browse files Browse the repository at this point in the history
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
  • Loading branch information
krassowski committed Dec 28, 2022
1 parent 59e2b4d commit 47b700c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
37 changes: 35 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@

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

## 0.1.5

**Please uninstall the old version before upgrading.** This is necessary because with this release the extension was moved to `@jupyterlab` namespace.

([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.4...59e2b4d9172df6c9865e1563c0421037fb850b10))

### Enhancements made

- Allow to add code to run before invoking completer [#24](https://github.com/jupyterlab/ui-profiler/pull/24) ([@krassowski](https://github.com/krassowski))
- Add stop button [#20](https://github.com/jupyterlab/ui-profiler/pull/20) ([@krassowski](https://github.com/krassowski))
- Simplify tab scenarios options for easier setup [#19](https://github.com/jupyterlab/ui-profiler/pull/19) ([@krassowski](https://github.com/krassowski))

### Bugs fixed

- Fix for completer benchmark in CM6 (Lab 4.0) [#23](https://github.com/jupyterlab/ui-profiler/pull/23) ([@krassowski](https://github.com/krassowski))
- Do not sort reference timing array but its copy [#13](https://github.com/jupyterlab/ui-profiler/pull/13) ([@krassowski](https://github.com/krassowski))

### Maintenance and upkeep improvements

- Allow jupyter-server v2 [#22](https://github.com/jupyterlab/ui-profiler/pull/22) ([@krassowski](https://github.com/krassowski))
- Update types for tabs scenario [#21](https://github.com/jupyterlab/ui-profiler/pull/21) ([@krassowski](https://github.com/krassowski))
- Migrate to `@jupyterlab` npm namespace [#16](https://github.com/jupyterlab/ui-profiler/pull/16) ([@krassowski](https://github.com/krassowski))

### Documentation improvements

- Fix docs typos, remove style comment [#12](https://github.com/jupyterlab/ui-profiler/pull/12) ([@krassowski](https://github.com/krassowski))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/ui-profiler/graphs/contributors?from=2022-12-18&to=2022-12-28&type=c))

[@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)

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

## 0.1.4

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

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/ui-profiler",
"version": "0.1.4",
"version": "0.1.5",
"description": "JupyterLab extension for profiling UI performance",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 47b700c

Please sign in to comment.