pxt-microbit 8.1.17 → 8.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1096,6 +1096,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o
1096
1096
  ## Utilities
1097
1097
  ```codecard
1098
1098
  [{
1099
+ "name": "My Controller",
1100
+ "url": "/pkg/aorczyk/my-controller",
1101
+ "cardType": "package"
1102
+ }, {
1099
1103
  "name": "States",
1100
1104
  "url": "/pkg/hovavo/pxt-states",
1101
1105
  "cardType": "package"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "8.1.17",
3
+ "version": "8.1.20",
4
4
  "description": "micro:bit target for Microsoft MakeCode (PXT)",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -46,7 +46,14 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "pxt-common-packages": "13.2.5",
49
- "pxt-core": "12.3.12"
49
+ "pxt-core": "12.3.15"
50
50
  },
51
- "overrides": {}
51
+ "overrides": {
52
+ "@blockly/field-grid-dropdown": {
53
+ "blockly": "13.0.0-beta.5"
54
+ },
55
+ "@blockly/plugin-workspace-search": {
56
+ "blockly": "13.0.0-beta.5"
57
+ }
58
+ }
52
59
  }
package/pxtarget.json CHANGED
@@ -215,6 +215,10 @@
215
215
  "runtime": {
216
216
  "mathBlocks": true,
217
217
  "loopsBlocks": true,
218
+ "pauseUntilBlock": {
219
+ "category": "loops",
220
+ "weight": 25
221
+ },
218
222
  "logicBlocks": true,
219
223
  "variablesBlocks": true,
220
224
  "textBlocks": true,
package/targetconfig.json CHANGED
@@ -442,6 +442,7 @@
442
442
  "jim-no-surname-provided/pxt-tobbieii": { "tags": [ "Robotics" ] },
443
443
  "pyocodingcompany-crypto/pyobot-makecode": { "tags": [ "Robotics" ] },
444
444
  "kitronikltd/pxt-design-and-automate-accessory-kit": { "tags": [ "Robotics" ] },
445
+ "aorczyk/my-controller": { "tags": [ "Software" ] },
445
446
  "microsoft/pxt-simx-sample": {
446
447
  "simx": {
447
448
  "sha": "7301f5900879b85127482d79bab48f03c25690a8",