@@ -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
0 commit comments