pxt-microbit 5.1.33 → 5.1.34

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.
@@ -20,12 +20,24 @@
20
20
  * highlight: toolbox
21
21
  * location: right
22
22
 
23
+ ## Toolbox
24
+ * title: Toolbox
25
+ * description: Drag out snippets of code from the Toolbox categories into the Workspace.
26
+ * highlight: monaco toolbox
27
+ * location: right
28
+
23
29
  ## Workspace
24
30
  * title: Workspace
25
31
  * description: Snap blocks of code together to build your program.
26
32
  * highlight: workspace
27
33
  * location: center
28
34
 
35
+ ## Workspace
36
+ * title: Workspace
37
+ * description: Write code to build your program.
38
+ * highlight: monaco workspace
39
+ * location: center
40
+
29
41
  ## Share
30
42
  * title: Share
31
43
  * description: Create a link to your project to share with others.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "5.1.33",
3
+ "version": "5.1.34",
4
4
  "description": "micro:bit target for Microsoft MakeCode (PXT)",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -45,7 +45,7 @@
45
45
  "typescript": "4.2.3"
46
46
  },
47
47
  "dependencies": {
48
- "pxt-common-packages": "10.4.9",
49
- "pxt-core": "8.6.45"
48
+ "pxt-common-packages": "10.4.10",
49
+ "pxt-core": "8.6.47"
50
50
  }
51
51
  }
package/pxtarget.json CHANGED
@@ -539,6 +539,7 @@
539
539
  "simScreenshot": true,
540
540
  "simScreenshotMaxUriLength": 300000,
541
541
  "simGif": true,
542
+ "simGifWidth": 240,
542
543
  "qrCode": true,
543
544
  "importExtensionFiles": true,
544
545
  "nameProjectFirst": true,