Releases: scratchfoundation/scratch-editor
v11.5.0
What's Changed
General
- feat: allow using editor in embedded mode by @adzhindzhi in #266
Dependencies
New Contributors
- @adzhindzhi made their first contribution in #266
Full Changelog: v11.4.0...v11.5.0
v11.4.0
Release includes work to allow manual updates of project thumbnails via a button in the Stage Header, used while in player mode.
What's Changed
General
- chore: add script to deprecate a version across all packages by @cwillisf in #259
- [feature] UEPR-252 Implement manual update of project thumbnails by @KManolov3 in #264
Dependencies
- fix(deps): update dependency scratch-sb1-converter to v2.0.185 by @renovate[bot] in #263
- fix(deps): update dependency scratch-l10n to v6 by @renovate[bot] in #265
- chore(deps): update dependency yauzl to v3 by @renovate[bot] in #109
Full Changelog: v11.3.0...v11.4.0
v11.3.0
What's Changed
General
- test: avoid false positives in xpath @Class tests by @cwillisf in #213
- Fix/uepr 258 intermittent scratch vm test failures by @KManolov3 in #260
- feat: [UEPR-230] add sanitization when loading a project by @MiroslavDionisiev in #245
Dependencies
- chore(deps): update dependency webpack-dev-server to v5.2.2 by @renovate in #257
- fix(deps): update dependency scratch-sb1-converter to v2.0.165 by @renovate in #258
Full Changelog: v11.2.1...v11.3.0
v11.2.0-svg-sanitization.3
What's Changed
General
- test: avoid false positives in xpath @Class tests by @cwillisf in #213
- Fix/uepr 258 intermittent scratch vm test failures by @KManolov3 in #260
- feat: [UEPR-230] add sanitization when loading a project by @MiroslavDionisiev in #245
Dependencies
- chore(deps): update dependency webpack-dev-server to v5.2.2 by @renovate in #257
- fix(deps): update dependency scratch-sb1-converter to v2.0.165 by @renovate in #258
Full Changelog: v11.2.0-svg-sanitization.2...v11.2.0-svg-sanitization.3
v11.2.1
v11.2.0
v11.2.0-cla.1
chore(release): 11.2.0-cla.1 [skip ci]
v11.2.0-svg-sanitization.2
Contains changes addressing svg vulnerabilities. Improves current svg sanitization logic, sanitizes svgs on load and when project is loaded from computer.
v11.2.0-svg-sanitization
Contains changes addressing svg vulnerabilities. Improves current svg sanitization logic, sanitizes svgs on load and when project is loaded from computer.
v11.2.0-feature-parity.2
Contains changes allowing scratch-editor to be used from a single package on scratch-www, scratch-desktop and scratch-android.
Includes performance improvements when accessing the media library on the web.