Skip to content

Commit 757831a

Browse files
V0.30.2 (#1235)
## [0.30.2] - 2025-07-22 ### Fixed - Styling issue preventing scrolling in the sidebar (#1216) - Styling issue on status bar on mobile (#1217) - Change tab `block-size` to `min-block-size` to allow for height increase when text wraps (#1219) - Changed `SkulptRunner.jsx` implementation of hiding elements to use `display: none` rather than `block-size: 0` (#1219) - Enabled `hyphens: auto` globally (with exceptions) to prevent overflow with longer words (#1215) - Removed fixed size from `ProjectBar` to prevent overflow when text wraps (#1221) - Added missing translation strings (#1222) - Changed `colour_raw` to now correctly return a 4-tuple (R, G, B, Clear) in simulation ### Changed - Improved status bar styling (#1221) - Added horizontal scrollbar to editor (#1228) - Add theme for scrollbars (#1233)
1 parent a4a963d commit 757831a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [0.30.2] - 2025-07-22
88

9-
## Fixed
9+
### Fixed
1010

1111
- Styling issue preventing scrolling in the sidebar (#1216)
1212
- Styling issue on status bar on mobile (#1217)
@@ -17,7 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1717
- Added missing translation strings (#1222)
1818
- Changed `colour_raw` to now correctly return a 4-tuple (R, G, B, Clear) in simulation
1919

20-
## Changed
20+
### Changed
2121

2222
- Improved status bar styling (#1221)
2323
- Added horizontal scrollbar to editor (#1228)
@@ -1111,7 +1111,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
11111111

11121112
- Events in Web Component indicating whether Mission Zero criteria have been met (#113)
11131113

1114-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.30.1...HEAD
1114+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.30.2...HEAD
1115+
[0.30.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.30.2
11151116
[0.30.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.30.1
11161117
[0.30.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.30.0
11171118
[0.29.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.29.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@raspberrypifoundation/editor-ui",
3-
"version": "0.30.1",
3+
"version": "0.30.2",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)