Skip to content

Commit d28ff3a

Browse files
committed
Publish 1.0.0a1
SHA256 hashes: jupyterlab-plugin-playground-1.0.0-a1.tgz: 39baa4a89e4314253cba9d3848a69f50552e47449fa71d282eea224561717666 jupyterlab_plugin_playground-1.0.0a1-py3-none-any.whl: 54ad6c9cac3ce5a1145b7bddc94e2745b3146453bea4e71c020183dd4f919173 jupyterlab_plugin_playground-1.0.0a1.tar.gz: f1c16b683aafbd14185f9fb57aecf4644ea9a0343ceda3c46f928121d0bb7d91
1 parent 3dd4baf commit d28ff3a

2 files changed

Lines changed: 260 additions & 141 deletions

File tree

CHANGELOG.md

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

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

5+
## 1.0.0a1
6+
7+
([Full Changelog](https://github.com/jupyterlab/plugin-playground/compare/v0.4.0...3dd4bafcdb40de921eed9378d1fb93058b5ea0e0))
8+
9+
### Enhancements made
10+
11+
- Improve extension examples counter display [#183](https://github.com/jupyterlab/plugin-playground/pull/183) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
12+
- polish Plugin Playground UX [#170](https://github.com/jupyterlab/plugin-playground/pull/170) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
13+
- Add Plausible analytics to Lite deployment [#168](https://github.com/jupyterlab/plugin-playground/pull/168) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
14+
- Add release workflows [#167](https://github.com/jupyterlab/plugin-playground/pull/167) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
15+
- Add shared-file loading hint [#166](https://github.com/jupyterlab/plugin-playground/pull/166) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
16+
- Add local CSS import support [#162](https://github.com/jupyterlab/plugin-playground/pull/162) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
17+
- Add wheel export option and reusable split export UI [#152](https://github.com/jupyterlab/plugin-playground/pull/152) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
18+
- Use js-logs `ILogConsoleTracker` token [#143](https://github.com/jupyterlab/plugin-playground/pull/143) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
19+
- Add folder share via link [#141](https://github.com/jupyterlab/plugin-playground/pull/141) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
20+
- Add direct and AI-assisted command insertion modes [#136](https://github.com/jupyterlab/plugin-playground/pull/136) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
21+
- Test Notebook v7 on CI and add Binder/JupyterLite Notebook deployment links [#133](https://github.com/jupyterlab/plugin-playground/pull/133) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
22+
- Add file sharing via link [#127](https://github.com/jupyterlab/plugin-playground/pull/127) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
23+
- Add path argument to plugin create command [#124](https://github.com/jupyterlab/plugin-playground/pull/124) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
24+
- Add one-click extension export [#123](https://github.com/jupyterlab/plugin-playground/pull/123) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
25+
- Fix token insertion to update plugin dependencies [#122](https://github.com/jupyterlab/plugin-playground/pull/122) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
26+
- Integrate AI tooling for Lite and Binder [#115](https://github.com/jupyterlab/plugin-playground/pull/115) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@jtpio](https://github.com/jtpio), [@krassowski](https://github.com/krassowski))
27+
- Add pre-commit hooks [#114](https://github.com/jupyterlab/plugin-playground/pull/114) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
28+
- Add JS Explorer panel for browsing module docs and source links [#112](https://github.com/jupyterlab/plugin-playground/pull/112) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@bollwyvl](https://github.com/bollwyvl), [@krassowski](https://github.com/krassowski))
29+
- Add command argument docs in Extension Points [#110](https://github.com/jupyterlab/plugin-playground/pull/110) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
30+
- Add "Load as extension on save" setting [#109](https://github.com/jupyterlab/plugin-playground/pull/109) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
31+
- Bundle extension examples in PyPI installs [#105](https://github.com/jupyterlab/plugin-playground/pull/105) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
32+
- Add jupyterlab-js-logs [#104](https://github.com/jupyterlab/plugin-playground/pull/104) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
33+
- Add open README button for examples [#103](https://github.com/jupyterlab/plugin-playground/pull/103) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
34+
- Add command discovery to Extension Points [#102](https://github.com/jupyterlab/plugin-playground/pull/102) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
35+
- add jupyterlite preview [#91](https://github.com/jupyterlab/plugin-playground/pull/91) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@jtpio](https://github.com/jtpio), [@krassowski](https://github.com/krassowski))
36+
- Integrate extension examples and add Extension Examples sidebar in Playground [#86](https://github.com/jupyterlab/plugin-playground/pull/86) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
37+
- Enable Jupyter extension lint checks [#84](https://github.com/jupyterlab/plugin-playground/pull/84) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
38+
- Add Playground Tokens sidebar [#82](https://github.com/jupyterlab/plugin-playground/pull/82) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
39+
- Add Galata integration tests [#81](https://github.com/jupyterlab/plugin-playground/pull/81) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
40+
- Add missing core known modules [#76](https://github.com/jupyterlab/plugin-playground/pull/76) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
41+
- Add Binder badge automation [#69](https://github.com/jupyterlab/plugin-playground/pull/69) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
42+
- Update to JupyterLab 4 [#65](https://github.com/jupyterlab/plugin-playground/pull/65) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@jtpio](https://github.com/jtpio), [@krassowski](https://github.com/krassowski))
43+
- Use async imports, add `cell-toolbar` and `collaboration` plugins [#47](https://github.com/jupyterlab/plugin-playground/pull/47) ([@krassowski](https://github.com/krassowski), [@bollwyvl](https://github.com/bollwyvl), [@jtpio](https://github.com/jtpio))
44+
45+
### Bugs fixed
46+
47+
- Update version in `package json` [#187](https://github.com/jupyterlab/plugin-playground/pull/187) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
48+
- emit local message at debug level [#181](https://github.com/jupyterlab/plugin-playground/pull/181) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
49+
- remove stroke from run svg when loading from URL [#180](https://github.com/jupyterlab/plugin-playground/pull/180) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
50+
- Fix `.tsx` files rendering issue on Lite [#165](https://github.com/jupyterlab/plugin-playground/pull/165) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
51+
- Fix Toolbar button alignment [#159](https://github.com/jupyterlab/plugin-playground/pull/159) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
52+
- Fix license files in extension examples [#153](https://github.com/jupyterlab/plugin-playground/pull/153) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
53+
- Allow runtime federated plugin imports [#147](https://github.com/jupyterlab/plugin-playground/pull/147) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
54+
- Fix Playground TypeScript file creation to respect selected folder [#142](https://github.com/jupyterlab/plugin-playground/pull/142) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
55+
- Clean up preview badge comment to avoid duplicate Binder badge [#137](https://github.com/jupyterlab/plugin-playground/pull/137) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
56+
- Disable JupyText plugin [#135](https://github.com/jupyterlab/plugin-playground/pull/135) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
57+
- Fix JS Logs popup showing for irrelevant external logs [#131](https://github.com/jupyterlab/plugin-playground/pull/131) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
58+
- Add Pyodide kernel to JupyterLite [#98](https://github.com/jupyterlab/plugin-playground/pull/98) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
59+
- fix jupyterlite link [#97](https://github.com/jupyterlab/plugin-playground/pull/97) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
60+
- Fix JupyterLite link in docs [#80](https://github.com/jupyterlab/plugin-playground/pull/80) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
61+
62+
### Maintenance and upkeep improvements
63+
64+
- Use `jupyterlite-ai` from conda-forge [#175](https://github.com/jupyterlab/plugin-playground/pull/175) ([@krassowski](https://github.com/krassowski), [@MUFFANUJ](https://github.com/MUFFANUJ))
65+
- Update version and test matrix [#173](https://github.com/jupyterlab/plugin-playground/pull/173) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
66+
- Update `jupyterlite-ai` to v0.15 [#156](https://github.com/jupyterlab/plugin-playground/pull/156) ([@krassowski](https://github.com/krassowski), [@jtpio](https://github.com/jtpio))
67+
- Bump tar from 7.5.10 to 7.5.11 [#101](https://github.com/jupyterlab/plugin-playground/pull/101) ([@MUFFANUJ](https://github.com/MUFFANUJ))
68+
- Bump tar from 7.5.10 to 7.5.11 in /ui-tests [#100](https://github.com/jupyterlab/plugin-playground/pull/100) ([@MUFFANUJ](https://github.com/MUFFANUJ))
69+
- Bump tar from 7.5.9 to 7.5.10 in /ui-tests [#95](https://github.com/jupyterlab/plugin-playground/pull/95) ([@MUFFANUJ](https://github.com/MUFFANUJ))
70+
- Bump dompurify from 3.3.1 to 3.3.2 in /ui-tests [#90](https://github.com/jupyterlab/plugin-playground/pull/90) ([@MUFFANUJ](https://github.com/MUFFANUJ))
71+
- Update repo references to jupyterlab/plugin-playground [#85](https://github.com/jupyterlab/plugin-playground/pull/85) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
72+
- Bump lodash from 4.17.21 to 4.17.23 [#77](https://github.com/jupyterlab/plugin-playground/pull/77) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
73+
- Downgrade `packageManager` from yarn@3.6.4 to yarn@3.5.0 [#75](https://github.com/jupyterlab/plugin-playground/pull/75) ([@krassowski](https://github.com/krassowski), [@MUFFANUJ](https://github.com/MUFFANUJ))
74+
- Bump nanoid from 3.3.1 to 3.3.11 [#73](https://github.com/jupyterlab/plugin-playground/pull/73) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
75+
- Add `@jupyter/docprovider` [#72](https://github.com/jupyterlab/plugin-playground/pull/72) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
76+
- Bump loader-utils from 2.0.2 to 2.0.4 [#71](https://github.com/jupyterlab/plugin-playground/pull/71) ([@MUFFANUJ](https://github.com/MUFFANUJ))
77+
- Bump requirejs from 2.3.6 to 2.3.7 [#70](https://github.com/jupyterlab/plugin-playground/pull/70) ([@MUFFANUJ](https://github.com/MUFFANUJ))
78+
- Bump semver from 5.7.1 to 5.7.2 [#59](https://github.com/jupyterlab/plugin-playground/pull/59) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
79+
- Bump webpack from 5.65.0 to 5.76.1 [#57](https://github.com/jupyterlab/plugin-playground/pull/57) ([@jtpio](https://github.com/jtpio))
80+
- Bump http-cache-semantics from 4.1.0 to 4.1.1 [#56](https://github.com/jupyterlab/plugin-playground/pull/56) ([@jtpio](https://github.com/jtpio))
81+
- Bump json5 from 1.0.1 to 1.0.2 [#55](https://github.com/jupyterlab/plugin-playground/pull/55) ([@jtpio](https://github.com/jtpio))
82+
- Bump qs from 6.5.2 to 6.5.3 [#53](https://github.com/jupyterlab/plugin-playground/pull/53) ([@fcollonval](https://github.com/fcollonval))
83+
- Maintenance updates (releaser v2, hatch) [#51](https://github.com/jupyterlab/plugin-playground/pull/51) ([@jtpio](https://github.com/jtpio))
84+
- Bump loader-utils from 1.4.1 to 1.4.2 [#48](https://github.com/jupyterlab/plugin-playground/pull/48) ([@jtpio](https://github.com/jtpio))
85+
- Bump loader-utils from 1.4.0 to 1.4.1 [#46](https://github.com/jupyterlab/plugin-playground/pull/46) ([@jtpio](https://github.com/jtpio))
86+
- Bump shell-quote from 1.7.2 to 1.7.3 [#43](https://github.com/jupyterlab/plugin-playground/pull/43) ([@jtpio](https://github.com/jtpio))
87+
- Bump moment from 2.29.2 to 2.29.4 [#44](https://github.com/jupyterlab/plugin-playground/pull/44) ([@jtpio](https://github.com/jtpio))
88+
- Bump moment from 2.29.1 to 2.29.2 [#41](https://github.com/jupyterlab/plugin-playground/pull/41) ([@jtpio](https://github.com/jtpio))
89+
- Rename default branch to `main` [#38](https://github.com/jupyterlab/plugin-playground/pull/38) ([@jtpio](https://github.com/jtpio))
90+
- Bump minimist from 1.2.5 to 1.2.6 [#37](https://github.com/jupyterlab/plugin-playground/pull/37) ([@jtpio](https://github.com/jtpio))
91+
- Bump nanoid from 3.1.30 to 3.3.1 [#36](https://github.com/jupyterlab/plugin-playground/pull/36) ([@jtpio](https://github.com/jtpio))
92+
- Bump url-parse from 1.5.3 to 1.5.10 [#34](https://github.com/jupyterlab/plugin-playground/pull/34) ([@jtpio](https://github.com/jtpio))
93+
94+
### Documentation improvements
95+
96+
- Add jupyter.org and GitHub link [#154](https://github.com/jupyterlab/plugin-playground/pull/154) ([@krassowski](https://github.com/krassowski), [@jtpio](https://github.com/jtpio))
97+
- Improve Plugin Playground Documentation and Visuals [#151](https://github.com/jupyterlab/plugin-playground/pull/151) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
98+
- Install JupyterLite dependencies from conda forge [#61](https://github.com/jupyterlab/plugin-playground/pull/61) ([@jtpio](https://github.com/jtpio), [@krassowski](https://github.com/krassowski))
99+
- Add files for JupyterLite [#45](https://github.com/jupyterlab/plugin-playground/pull/45) ([@jtpio](https://github.com/jtpio), [@bollwyvl](https://github.com/bollwyvl), [@krassowski](https://github.com/krassowski))
100+
101+
### Other merged PRs
102+
103+
- Bump dompurify from 3.3.2 to 3.4.0 in /ui-tests [#174](https://github.com/jupyterlab/plugin-playground/pull/174) ([@krassowski](https://github.com/krassowski))
104+
- Bump dompurify from 3.3.2 to 3.4.0 [#171](https://github.com/jupyterlab/plugin-playground/pull/171) ([@MUFFANUJ](https://github.com/MUFFANUJ), [@krassowski](https://github.com/krassowski))
105+
- Bump lodash from 4.17.23 to 4.18.1 in /ui-tests [#145](https://github.com/jupyterlab/plugin-playground/pull/145) ([@MUFFANUJ](https://github.com/MUFFANUJ))
106+
- Bump lodash from 4.17.23 to 4.18.1 [#144](https://github.com/jupyterlab/plugin-playground/pull/144) ([@MUFFANUJ](https://github.com/MUFFANUJ))
107+
- Bump brace-expansion from 5.0.4 to 5.0.5 in /ui-tests [#129](https://github.com/jupyterlab/plugin-playground/pull/129) ([@MUFFANUJ](https://github.com/MUFFANUJ))
108+
- Bump picomatch from 2.3.1 to 2.3.2 in /ui-tests [#126](https://github.com/jupyterlab/plugin-playground/pull/126) ([@MUFFANUJ](https://github.com/MUFFANUJ))
109+
- Bump picomatch from 2.3.1 to 2.3.2 [#125](https://github.com/jupyterlab/plugin-playground/pull/125) ([@MUFFANUJ](https://github.com/MUFFANUJ))
110+
- Bump flatted from 3.3.4 to 3.4.2 [#117](https://github.com/jupyterlab/plugin-playground/pull/117) ([@MUFFANUJ](https://github.com/MUFFANUJ))
111+
- Bump terser from 5.10.0 to 5.14.2 [#42](https://github.com/jupyterlab/plugin-playground/pull/42) ([@wolfv](https://github.com/wolfv))
112+
113+
### Contributors to this release
114+
115+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
116+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
117+
118+
([GitHub contributors page for this release](https://github.com/jupyterlab/plugin-playground/graphs/contributors?from=2022-03-24&to=2026-04-20&type=c))
119+
120+
@bollwyvl ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Fplugin-playground+involves%3Abollwyvl+updated%3A2022-03-24..2026-04-20&type=Issues)) | @fcollonval ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Fplugin-playground+involves%3Afcollonval+updated%3A2022-03-24..2026-04-20&type=Issues)) | @jtpio ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Fplugin-playground+involves%3Ajtpio+updated%3A2022-03-24..2026-04-20&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Fplugin-playground+involves%3Akrassowski+updated%3A2022-03-24..2026-04-20&type=Issues)) | @MUFFANUJ ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Fplugin-playground+involves%3AMUFFANUJ+updated%3A2022-03-24..2026-04-20&type=Issues)) | @wolfv ([activity](https://github.com/search?q=repo%3Ajupyterlab%2Fplugin-playground+involves%3Awolfv+updated%3A2022-03-24..2026-04-20&type=Issues))
121+
122+
<!-- <END NEW CHANGELOG ENTRY> -->
123+
5124
## 0.4.0
6125

7126
([Full Changelog](https://github.com/jupyterlab/plugin-playground/compare/v0.3.0...d2927797381a74fc731f2e929302e9ae328bece6))
@@ -27,5 +146,3 @@
27146
([GitHub contributors page for this release](https://github.com/jupyterlab/plugin-playground/graphs/contributors?from=2021-10-15&to=2022-03-24&type=c))
28147

29148
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fplugin-playground+involves%3Adependabot+updated%3A2021-10-15..2022-03-24&type=Issues) | [@jasongrout](https://github.com/search?q=repo%3Ajupyterlab%2Fplugin-playground+involves%3Ajasongrout+updated%3A2021-10-15..2022-03-24&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fplugin-playground+involves%3Ajtpio+updated%3A2021-10-15..2022-03-24&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fplugin-playground+involves%3Akrassowski+updated%3A2021-10-15..2022-03-24&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fplugin-playground+involves%3Awelcome+updated%3A2021-10-15..2022-03-24&type=Issues)
30-
31-
<!-- <END NEW CHANGELOG ENTRY> -->

0 commit comments

Comments
 (0)