Releases: RaspberryPiFoundation/editor-ui
Releases · RaspberryPiFoundation/editor-ui
v0.28.7
v0.28.6
What's Changed
- make the help desk available to regular ce users by @KristinaDudnyk in #1099
- Editor sidebar doesn't fill whole height by @KristinaDudnyk in #1117
- set REACT_APP _API_ENDPOINT and _AUTHENTICATION_URL as props by @conorriches in #1124
- EditorInput - remove auto scroll on content change by @sra405 in #1132
- pass reactAppApiEndpoint by @conorriches in #1133
Full Changelog: v0.28.5...v0.28.6
v0.28.5
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
What's Changed
- Redundant editor code tidy up by @magdalenajadach in #1103
- Py-enigma-support by @sra405 in #1109
Full Changelog: v0.28.3...v0.28.4
v0.28.3
What's Changed
- Fix matplotlib caching issues by @loiswells97 in #1122
Full Changelog: v0.28.2...v0.28.3
v0.28.2
v0.28.1
v0.28.0
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
andskulpt
(#1100) - Fall back to
skulpt
if the host is notcrossOriginIsolated
(#1107) Pyodide
seaborn
support (#1106)Pyodide
module caching (#1113)
Changed
- Upgrade to
webpack 5
(#1096) - Bump
pyodide
tov0.26.2
(#1098) - Updated the ImportErrors message (#1105)
- In ErrorMessage component added the way to display html elements in string (#1105)