Commit graph

852 commits

Author SHA1 Message Date
semantic-release-bot
98edec07a1 chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/LLK/scratch-vm/compare/v1.0.0...v1.0.1) (2022-07-06)

### Bug Fixes

* **JSON-RPC:** rephrase previous commit for semantic-release ([fd6b301](fd6b301b5a))
2022-07-06 00:12:07 +00:00
semantic-release-bot
cbbbbb6c9c chore(release): 1.0.0 [skip ci]
# 1.0.0 (2022-07-05)

### Bug Fixes

* Equalise the chances when picking a random backdrop ([b29f076](b29f07636d))
* initialize stack frame params for all procedures ([20ff75b](20ff75b776))
* **package:** update @vernier/godirect to version 1.4.1 ([089f892](089f892316)), closes [#1915](https://github.com/LLK/scratch-vm/issues/1915)
* **package:** update @vernier/godirect to version 1.5.0 ([e1fe21c](e1fe21cd2a)), closes [#1961](https://github.com/LLK/scratch-vm/issues/1961)
* **package:** update diff-match-patch to version 1.0.4 ([7d32c81](7d32c8107e)), closes [#1552](https://github.com/LLK/scratch-vm/issues/1552)
* **package:** update format-message to version 6.2.0 ([5779a48](5779a48434))
* **package:** update format-message to version 6.2.1 ([c71da28](c71da286c8))
* **package:** update htmlparser2 to version 3.10.0 ([e1fc448](e1fc448493))
* **package:** update scratch-parser to version 4.2.0 ([b1dacd4](b1dacd4b59))
* **package:** update scratch-parser to version 4.3.0 ([a103af8](a103af8bb9))
* **package:** update scratch-parser to version 4.3.1 ([d909ac5](d909ac5391))
* **package:** update scratch-parser to version 4.3.3 ([641c2f3](641c2f398d))
* **package:** update scratch-parser to version 4.3.5 ([6715b2e](6715b2ec34))
* **package:** update scratch-parser to version 4.3.6 ([d354d89](d354d89f97))
* **package:** update scratch-parser to version 5.0.0 ([43ddb7c](43ddb7ce81))
* **package:** update scratch-sb1-converter to version 0.2.2 ([58c9f4e](58c9f4eb3b))
* **package:** update scratch-sb1-converter to version 0.2.5 ([29d229c](29d229c1db))
* **package:** update scratch-sb1-converter to version 0.2.6 ([e4300da](e4300da429))
* **package:** update scratch-sb1-converter to version 0.2.7 ([f64eaa3](f64eaa3329))
* resolve scratch-*/src/index.js for expose-loader ([fda2885](fda288506a))
* use ValidationError to determine if an SB1File error should throw ([a92f339](a92f33960f))
* **util:** Make string comparisons match Flash's, everywhere ([dab78c4](dab78c4f62))

### Features

* Allow switching to specially named backdrops ([341bd8f](341bd8f3d3))
* Implement "point towards random direction" ([306996e](306996e54c))

### Reverts

* Revert "Consistently format text bubbles" ([2a42285](2a42285abe))
* Revert "add SAY_OR_THINK getter" ([7330129](7330129cc6))
* Revert "synth extension" ([dbcbe8b](dbcbe8b94f))
* Revert "lightplay extension stub" ([d1b261d](d1b261d56e))
* Revert "lightplay extension stub" ([7501af4](7501af4c6b))
* Revert "Attempting to fix #1492: WeDo2 use of  should be backwards compatible." ([1f7d9d3](1f7d9d3b67)), closes [#1492](https://github.com/LLK/scratch-vm/issues/1492)
* Revert "Revert #1260, #1258, #1239" ([9afe401](9afe401dca)), closes [#1260](https://github.com/LLK/scratch-vm/issues/1260) [#1258](https://github.com/LLK/scratch-vm/issues/1258) [#1239](https://github.com/LLK/scratch-vm/issues/1239)
* Revert "Revert "Push reported"" ([d04d6b2](d04d6b2c6a))
* Revert "Fix test" ([a586c5d](a586c5d9cd))

### BREAKING CHANGES

* specially-named backdrops can now be navigated
2022-07-05 20:16:29 +00:00