2016-05-17 18:35:55 +02:00
|
|
|
# Release notes
|
|
|
|
|
2016-08-17 18:44:15 +02:00
|
|
|
### @description Editor release notes
|
|
|
|
|
2016-05-17 18:35:55 +02:00
|
|
|
```sim
|
|
|
|
basic.forever(() => { basic.showString("RELEASE NOTES"); });
|
|
|
|
```
|
|
|
|
|
2016-08-16 18:21:41 +02:00
|
|
|
## August 2016
|
|
|
|
|
|
|
|
* The JavaScript editor is using Monaco
|
|
|
|
* New [package system](/packages) based on GitHub
|
|
|
|
|
2016-06-02 00:06:47 +02:00
|
|
|
## June 2016
|
|
|
|
|
|
|
|
* It is now possible to stream data into the cloud (Azure) from the PXT editor. Simply click on the log view to get started.
|
|
|
|
* Documentation column pops up for large screen to avoid switching between docs and editor.
|
|
|
|
|
|
|
|
## May 2016
|
2016-05-17 18:35:55 +02:00
|
|
|
|
2016-05-27 16:06:24 +02:00
|
|
|
We're happy to announce [m.pxt.io](https://m.pxt.io), an Blocks/JavaScript editor for the [BBC micro:bit](https://www.microbit.co.uk).
|
|
|
|
The editor is [open source](/open-source) on GitHub. Send us your PR!
|
2016-05-17 18:35:55 +02:00
|
|
|
|
2016-05-27 16:06:24 +02:00
|
|
|
This release contains a Block/JavaScript editor, new simulator that supports multiple micro:bit instances, new documentation engine,
|
|
|
|
all the blocks from the Microsoft Block Editor in the BBC micro:bit web site.
|