Skip to content

Commit 9b6710b

Browse files
authored
Release 0.34.0 (#1276)
### Added - Font-family variables that can be used to customise the sans-serif and monospace fonts used in the editor (#1264) - Material symbols font to web component preview page since the Design System depends on this (#1261) - Ability for plugins to add buttons to the SidebarPanel header (#1270, #1271, #1274) - Prevent access to the session from within the editor (#1275) ### Changed - Changed the horizontal scrollbar to show without needing to scroll to the bottom of the editor window (#1257) - Updated Design System react to v2.6.2 (#1261) - Changed SidebarPanel to accept an array of buttons (#1270) - Changed SidebarPanel to use an array of buttons as elements (#1271) - Changed default-width and min-width on SidebarPanel (#1273) ### Fixed - Styling design system components used in the web component (#1263) - Sidebar panel overflow for plugins (#1266, #1269) - Extra border around code output in the instructions panel (#1253) - Line numbering alignment in code blocks in the instructions panel (#1259) - Extra lines added at the start of some code blocks (#1267)
1 parent 30efd38 commit 9b6710b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.34.0] - 2025-11-17
10+
911
### Added
1012

1113
- Font-family variables that can be used to customise the sans-serif and monospace fonts used in the editor (#1264)
@@ -1198,7 +1200,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
11981200

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

1201-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.33.0...HEAD
1203+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.34.0...HEAD
1204+
[0.34.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.34.0
12021205
[0.33.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.33.0
12031206
[0.32.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.32.0
12041207
[0.31.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.31.1

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Source: https://github.com/RaspberryPiFoundation/editor-ui
33

44
Files: *
5-
Copyright: 2021-2023 Raspberry Pi Foundation <[email protected]>
5+
Copyright: 2021-2025 Raspberry Pi Foundation <[email protected]>
66
License: Apache-2.0
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.

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

0 commit comments

Comments
 (0)