Skip to content

v0.30.2

Choose a tag to compare

@jamiebenstead jamiebenstead released this 22 Jul 14:03
· 35 commits to main since this release
757831a

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