Skip to content

Commit 6f3ad96

Browse files
Update to v0.30.3 (#1240)
## [0.30.3] - 2025-08-07 ### Fixed - Issue where clicking the tick icon would not save a filename when editing (#1237) ### Changed - Set selectionMatch to be transpartent so not all instances of a word are highlighted when selected (#1239)
1 parent 030d098 commit 6f3ad96

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,15 +4,15 @@ 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.3] - 2025-08-07
88

99
### Fixed
1010

1111
- Issue where clicking the tick icon would not save a filename when editing (#1237)
1212

1313
### Changed
1414

15-
- Set selectionMatch to be transpartent so not all instances of a word are highlighted when selected(#1239)
15+
- Set selectionMatch to be transpartent so not all instances of a word are highlighted when selected (#1239)
1616

1717
## [0.30.2] - 2025-07-22
1818

@@ -25,7 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2525
- Enabled `hyphens: auto` globally (with exceptions) to prevent overflow with longer words (#1215)
2626
- Removed fixed size from `ProjectBar` to prevent overflow when text wraps (#1221)
2727
- Added missing translation strings (#1222)
28-
- Changed `colour_raw` to now correctly return a 4-tuple (R, G, B, Clear) in simulation
28+
- Changed `colour_raw` to now correctly return a 4-tuple (R, G, B, Clear) in simulation (#1231)
2929

3030
### Changed
3131

@@ -1121,7 +1121,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
11211121

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

1124-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.30.2...HEAD
1124+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.30.3...HEAD
1125+
[0.30.3]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.30.3
11251126
[0.30.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.30.2
11261127
[0.30.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.30.1
11271128
[0.30.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.30.0

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.2",
3+
"version": "0.30.3",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)