Skip to content

Commit e8c3972

Browse files
authored
v0.31.0 (#1245)
### Added - Ability to translate demo project instructions (#1230) - Translations (#1212) ### Changed - Improved status bar styling (#1221) - Added method to translate last saved time (#1223) - Deleting unused strings and components (#1225) - Determine locale from web component attribute instead of browser path (#1244) ### Fixed - CrowdIn issue for pluralised strings with no `one` version (#1234) - Update `imagePanel.gallery` string to remove Title Casing for consistency (#1238) - Update `imageUploadButton.uploadImage` string to remove Title Casing for consistency (#1238) - Fixed typo in the `en.json` translation file (#1241) ### Removed - Remove unused translation string `filePanel.images` (#1238)
1 parent 6d48167 commit e8c3972

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.31.0] - 2025-09-19
10+
911
### Added
1012

1113
- Ability to translate demo project instructions (#1230)
@@ -1150,7 +1152,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
11501152

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

1153-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.30.3...HEAD
1155+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.31.0...HEAD
1156+
[0.31.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.31.0
11541157
[0.30.3]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.30.3
11551158
[0.30.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.30.2
11561159
[0.30.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.30.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.3",
3+
"version": "0.31.0",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)