diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cbed23..b780179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,41 @@ +## 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) + + + ## 0.1.4 ([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.3...f2b4a4443b5fff366359abc6a293274829e81491)) @@ -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) - - diff --git a/package.json b/package.json index 7718859..25b7d05 100644 --- a/package.json +++ b/package.json @@ -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",