pxt-microbit 5.1.24 → 5.1.26
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.
- package/built/editor.js +34 -3
- package/built/sim.d.ts +7 -0
- package/built/sim.js +38 -27
- package/built/target.js +1 -1
- package/built/target.json +1 -1
- package/built/targetlight.json +1 -1
- package/built/theme.json +1 -1
- package/built/web/react-common-authcode.css +1 -1
- package/built/web/react-common-multiplayer.css +1 -1
- package/built/web/react-common-skillmap.css +1 -1
- package/built/web/rtlreact-common-authcode.css +1 -1
- package/built/web/rtlreact-common-multiplayer.css +1 -1
- package/built/web/rtlreact-common-skillmap.css +1 -1
- package/built/web/rtlsemantic.css +2 -2
- package/built/web/semantic.css +2 -2
- package/docs/reference/music/on-event.md +1 -1
- package/package.json +3 -3
- package/pxtarget.json +14 -62
|
@@ -60,6 +60,6 @@ control.inBackground(function () {
|
|
|
60
60
|
music.beginMelody(music.builtInMelody(Melodies.Entertainer), MelodyOptions.Once)
|
|
61
61
|
})
|
|
62
62
|
music.onEvent(MusicEvent.BackgroundMelodyStarted, function () {
|
|
63
|
-
basic.showIcon(IconNames.
|
|
63
|
+
basic.showIcon(IconNames.EighthNote)
|
|
64
64
|
})
|
|
65
65
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pxt-microbit",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.26",
|
|
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.
|
|
49
|
-
"pxt-core": "8.6.
|
|
48
|
+
"pxt-common-packages": "10.4.9",
|
|
49
|
+
"pxt-core": "8.6.33"
|
|
50
50
|
}
|
|
51
51
|
}
|
package/pxtarget.json
CHANGED
|
@@ -448,68 +448,6 @@
|
|
|
448
448
|
],
|
|
449
449
|
"hasReferenceDocs": true,
|
|
450
450
|
"usbDocs": "/device/usb",
|
|
451
|
-
"usbHelp": [
|
|
452
|
-
{
|
|
453
|
-
"name": "connection",
|
|
454
|
-
"os": "*",
|
|
455
|
-
"browser": "*",
|
|
456
|
-
"path": "/static/mb/device/usb-generic.jpg"
|
|
457
|
-
},
|
|
458
|
-
{
|
|
459
|
-
"name": "connection",
|
|
460
|
-
"os": "mac",
|
|
461
|
-
"browser": "*",
|
|
462
|
-
"path": "/static/mb/device/usb-mac.jpg"
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"name": "save",
|
|
466
|
-
"os": "windows",
|
|
467
|
-
"browser": "firefox",
|
|
468
|
-
"path": "/static/mb/device/usb-windows-firefox-1.png"
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"name": "save",
|
|
472
|
-
"os": "mac",
|
|
473
|
-
"browser": "firefox",
|
|
474
|
-
"path": "/static/mb/device/usb-osx-firefox-1.jpg"
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"name": "save",
|
|
478
|
-
"os": "mac",
|
|
479
|
-
"browser": "chrome",
|
|
480
|
-
"path": "/static/mb/device/usb-osx-chrome.png"
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"name": "save",
|
|
484
|
-
"os": "windows",
|
|
485
|
-
"browser": "edge",
|
|
486
|
-
"path": "/static/mb/device/usb-windows-edge-1.png"
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"name": "save",
|
|
490
|
-
"os": "windows",
|
|
491
|
-
"browser": "ie",
|
|
492
|
-
"path": "/static/mb/device/usb-windows-ie11-1.png"
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"name": "save",
|
|
496
|
-
"os": "windows",
|
|
497
|
-
"browser": "chrome",
|
|
498
|
-
"path": "/static/mb/device/usb-windows-chrome.png"
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"name": "copy",
|
|
502
|
-
"os": "mac",
|
|
503
|
-
"browser": "*",
|
|
504
|
-
"path": "/static/mb/device/usb-osx-dnd.png"
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"name": "copy",
|
|
508
|
-
"os": "windows",
|
|
509
|
-
"browser": "*",
|
|
510
|
-
"path": "/static/mb/device/usb-windows-sendto.jpg"
|
|
511
|
-
}
|
|
512
|
-
],
|
|
513
451
|
"hideHomeDetailsVideo": true,
|
|
514
452
|
"invertedMenu": true,
|
|
515
453
|
"coloredToolbox": true,
|
|
@@ -649,6 +587,20 @@
|
|
|
649
587
|
"appTheme": {
|
|
650
588
|
"disableBlobObjectDownload": true
|
|
651
589
|
}
|
|
590
|
+
},
|
|
591
|
+
"clever=1": {
|
|
592
|
+
"cloud": {
|
|
593
|
+
"cloudProviders": {
|
|
594
|
+
"clever": {
|
|
595
|
+
"id": "clever",
|
|
596
|
+
"name": "Clever",
|
|
597
|
+
"icon": "/static/providers/clever-logo.png",
|
|
598
|
+
"identity": true,
|
|
599
|
+
"redirect": true,
|
|
600
|
+
"order": 3
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
}
|
|
652
604
|
}
|
|
653
605
|
},
|
|
654
606
|
"uploadDocs": true
|