Skip to content

Commit a3925aa

Browse files
authored
v0.28.0 (#1119)
## [0.28.0] - 2024-10-22 ### 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)
1 parent 01a4405 commit a3925aa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9-
### Changed
10-
11-
- Updated the ImportErrors message
12-
- In ErrorMessage component added the way to display html elements in string
9+
## [0.28.0] - 2024-10-22
1310

1411
### Added
1512

@@ -25,6 +22,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2522

2623
- Upgrade to `webpack 5` (#1096)
2724
- Bump `pyodide` to `v0.26.2` (#1098)
25+
- Updated the ImportErrors message (#1105)
26+
- In ErrorMessage component added the way to display html elements in string (#1105)
2827

2928
### Fixed
3029

@@ -917,7 +916,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
917916

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

920-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.27.1...HEAD
919+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.0...HEAD
920+
[0.28.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.0
921921
[0.27.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.27.1
922922
[0.27.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.27.0
923923
[0.26.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.26.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@raspberrypifoundation/editor-ui",
3-
"version": "0.27.1",
3+
"version": "0.28.0",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)