Skip to content

Commit 29b3b3f

Browse files
authored
v0.30.0 (#1207)
### Added - `editor-projectLoadFailed` custom event that fires when a project completely fails to load (#1201) - Added runnerBeingLoaded state to prevent race condition overwrites (#1205) ### Fixed - Bugs in append mode for writing to files in python (#1200) - `turtle` bug that did not display output on first code run (#1203)
1 parent f522306 commit 29b3b3f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9+
## [0.30.0] - 2025-04-15
10+
911
### Added
1012

1113
- `editor-projectLoadFailed` custom event that fires when a project completely fails to load (#1201)
@@ -1079,6 +1081,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
10791081
- Events in Web Component indicating whether Mission Zero criteria have been met (#113)
10801082

10811083
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.29.1...HEAD
1084+
[0.30.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.30.0
10821085
[0.29.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.29.1
10831086
[0.29.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.29.0
10841087
[0.28.14]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.14

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@raspberrypifoundation/editor-ui",
3-
"version": "0.29.1",
3+
"version": "0.30.0",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)