A monorepo containing jupyter-blocks and jupyter-tidyblocks. Blockly extension for JupyterLab.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Publish 0.3.0alpha3

SHA256 hashes:

jupyterlab-blockly-0.3.0-alpha.3.tgz: 4e146b7a9350b1a4068275e642a1cd0a40db98a9f7f351b6553fb87894decdb8

jupyterlab-blockly-extension-0.3.0-alpha.3.tgz: 692f0558d26dd967233832dc8905ef75bd22705c96e29479d377b181bbbf9d20

jupyterlab_blockly-0.3.0a3-py3-none-any.whl: 439fd4d8881d7fe2590fbd4a12805cd488022ede81469d0177de9d76a4989066

jupyterlab_blockly-0.3.0a3.tar.gz: ad0df5cafb8199a024a8027eea52db4efec38be6848791517c9c8a0c601ea785

hbcarlos 0ed70a45 013d18a6

+33 -7
+28 -2
CHANGELOG.md
··· 2 2 3 3 <!-- <START NEW CHANGELOG ENTRY> --> 4 4 5 + ## 0.3.0alpha3 6 + 7 + ([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.0-alpha.2...013d18a69082f6b6f5e08b240c16c76d9c64632f)) 8 + 9 + ### Enhancements made 10 + 11 + - Update `IBlocklyRegistry` docstrings [#76](https://github.com/QuantStack/jupyterlab-blockly/pull/76) ([@afshin](https://github.com/afshin)) 12 + 13 + ### Bugs fixed 14 + 15 + - Support ipywidgets 7 [#77](https://github.com/QuantStack/jupyterlab-blockly/pull/77) ([@hbcarlos](https://github.com/hbcarlos)) 16 + 17 + ### Maintenance and upkeep improvements 18 + 19 + - Support ipywidgets 7 [#77](https://github.com/QuantStack/jupyterlab-blockly/pull/77) ([@hbcarlos](https://github.com/hbcarlos)) 20 + 21 + ### Documentation improvements 22 + 23 + - Update `IBlocklyRegistry` docstrings [#76](https://github.com/QuantStack/jupyterlab-blockly/pull/76) ([@afshin](https://github.com/afshin)) 24 + 25 + ### Contributors to this release 26 + 27 + ([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2023-04-26&to=2023-05-04&type=c)) 28 + 29 + [@afshin](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Aafshin+updated%3A2023-04-26..2023-05-04&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Agithub-actions+updated%3A2023-04-26..2023-05-04&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2023-04-26..2023-05-04&type=Issues) 30 + 31 + <!-- <END NEW CHANGELOG ENTRY> --> 32 + 5 33 ## 0.3.0alpha2 6 34 7 35 ([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.0-alpha.1...dc55d717d22a1bfa10db0e57d3f179b542474926)) ··· 15 43 ([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2023-04-17&to=2023-04-26&type=c)) 16 44 17 45 [@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2023-04-17..2023-04-26&type=Issues) 18 - 19 - <!-- <END NEW CHANGELOG ENTRY> --> 20 46 21 47 ## 0.3.0alpha1 22 48
+1 -1
lerna.json
··· 1 1 { 2 - "version": "0.3.0-alpha.2", 2 + "version": "0.3.0-alpha.3", 3 3 "npmClient": "jlpm", 4 4 "useWorkspaces": true 5 5 }
+1 -1
package.json
··· 1 1 { 2 2 "name": "jupyterlab-blockly-root", 3 3 "private": true, 4 - "version": "0.3.0-alpha.2", 4 + "version": "0.3.0-alpha.3", 5 5 "description": "Blockly extension for JupyterLab.", 6 6 "keywords": [ 7 7 "jupyter",
+2 -2
packages/blockly-extension/package.json
··· 1 1 { 2 2 "name": "jupyterlab-blockly-extension", 3 - "version": "0.3.0-alpha.2", 3 + "version": "0.3.0-alpha.3", 4 4 "description": "Blockly extension for JupyterLab.", 5 5 "keywords": [ 6 6 "jupyter", ··· 56 56 "@jupyterlab/settingregistry": "^3.6", 57 57 "@jupyterlab/translation": "^3.6", 58 58 "@jupyterlab/ui-components": "^3.6", 59 - "jupyterlab-blockly": "^0.3.0-alpha.2" 59 + "jupyterlab-blockly": "^0.3.0-alpha.3" 60 60 }, 61 61 "devDependencies": { 62 62 "@jupyterlab/builder": "^3.6",
+1 -1
packages/blockly/package.json
··· 1 1 { 2 2 "name": "jupyterlab-blockly", 3 - "version": "0.3.0-alpha.2", 3 + "version": "0.3.0-alpha.3", 4 4 "description": "Blockly extension for JupyterLab.", 5 5 "keywords": [ 6 6 "blockly",