Skip to content

Commit e99d9af

Browse files
authored
Merge pull request #188 from RaspberryPiFoundation/v0.4.0
Release v0.4.0
2 parents 82555a6 + 1244cc1 commit e99d9af

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased]
77

8+
## [0.4.0]
9+
810
### Added
911
- Option to specify that the visual output tab should be present on page load via a query string, otherwise only the text output is present (#182)
1012
- Automatically add and switch focus to the visual output tab when a visual library is imported during the code run (#182)
1113

1214
### Changed
13-
- Update styling of embedded player to stack the visual and text output (#182)
15+
- Update styling of embedded player to stack the visual and text output (#182, #187)
1416
- Update styling on the `sense_hat` visual output (#174)
1517
- Update build workflow with a reusable job to update preview, staging, and prod (#176)
1618
- Change deployment to use specific AWS endpoint, and deploy releases to `/releases/...` and branches to `/branches/..` (#177)
1719

1820
### Fixed
1921
- Stop button contrast in dark mode (#182)
2022
- Surfacing errors promptly when stopping `p5` code runs (#182)
23+
- `ESLint` (#175) and `stylelint` (#178) errors
2124

2225
## [0.3.0]
2326

@@ -58,8 +61,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5861
### Added
5962
- Events in Web Component indicating whether Mission Zero criteria have been met (#113)
6063

61-
[Unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.3.0...HEAD
64+
[Unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.4.0...HEAD
6265
[0.1.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.1.0
6366
[0.2.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.2.0
6467
[0.3.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.3.0
68+
[0.4.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.4.0
6569

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@raspberrypifoundation/editor-ui",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "^7.17.10",

0 commit comments

Comments
 (0)