Skip to content

Releases: RaspberryPiFoundation/editor-ui

v0.28.7

08 Nov 17:17
2aa21e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.6...v0.28.7

v0.28.6

08 Nov 12:29
0ad0097
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.5...v0.28.6

v0.28.5

25 Oct 15:42
54dca61
Compare
Choose a tag to compare

What's Changed

  • Editor project image too large by @create-issue-branch in #1126

Full Changelog: v0.28.4...v0.28.5

v0.28.4

23 Oct 14:15
4c0046d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.3...v0.28.4

v0.28.3

22 Oct 15:23
6cf5e5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.2...v0.28.3

v0.28.2

22 Oct 13:43
717318c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.1...v0.28.2

v0.28.1

22 Oct 13:28
98fd6b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.0...v0.28.1

v0.28.0

22 Oct 12:51
a3925aa
Compare
Choose a tag to compare

Added

  • PyodideWorker setup for the editor (#1104)
  • Enabling pyodide support in the web component (#1090)
  • Pyodide matplotlib support (#1087)
  • Tests for running simple programs in pyodide and skulpt (#1100)
  • Fall back to skulpt if the host is not crossOriginIsolated (#1107)
  • Pyodide seaborn support (#1106)
  • Pyodide module caching (#1113)

Changed

  • Upgrade to webpack 5 (#1096)
  • Bump pyodide to v0.26.2 (#1098)
  • Updated the ImportErrors message (#1105)
  • In ErrorMessage component added the way to display html elements in string (#1105)

Fixed

  • Dynamic runner switching with more than one python file (#1097)
  • Pyodide running the correct file (main.py) when there are multiple python files (#1097)
  • Build to include public files (#1112)
  • Persisting choice of tabbed/split view when running python code (#1114)

v0.27.1

01 Oct 10:16
6621c9a
Compare
Choose a tag to compare

Fixed

  • Enabling web component to find the turtle canvas (#1082)
  • Ability to stop code in the web component (#1083)

v0.27.0

26 Sep 13:25
00b6d85
Compare
Choose a tag to compare

Added

  • Disabling of localstorage access to authKey and oidc.* keys at runtime (#1079, #1080)