Skip to content

Releases: RaspberryPiFoundation/editor-ui

v0.34.1 - 2025-11-18

18 Nov 18:10
ff4eed9

Choose a tag to compare

Fixed

  • Font size selection now works in the web component (#1277)

v0.34.0

17 Nov 15:50
9b6710b

Choose a tag to compare

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)

v0.33.0

15 Oct 13:46
8d36161

Choose a tag to compare

What's Changed

Full Changelog: v0.32.0...v0.33.0

v0.32.0

13 Oct 13:30
2bff51e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.31.1...v0.32.0

v0.31.1

19 Sep 11:01
ea1a608

Choose a tag to compare

What's Changed

Full Changelog: v0.31.0...v0.31.1

v0.31.0

19 Sep 10:32
e8c3972

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.30.3...v0.31.0

v0.30.3

07 Aug 14:06
6f3ad96

Choose a tag to compare

[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)

v0.30.2

22 Jul 14:03
757831a

Choose a tag to compare

[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)

v0.30.1

09 Jun 14:13
426ba8a

Choose a tag to compare

What's Changed

Full Changelog: v0.30.0...v0.30.1

v0.30.0

15 Apr 10:20
29b3b3f

Choose a tag to compare

What's Changed

Full Changelog: v0.29.1...v0.30.0