Skip to content

Commit af34f38

Browse files
authored
Release 0.6.0 (#243)
### Added - Github action for checking if changelog updated (#189) - The web component `runCompleted` event now returns `duration: null` if the host page's tab loses focus during the code run (#192) - Global nav on editor site with link to `raspberrypi.org` and account menu (#195) - Footer on editor site with links to Privacy, Cookies, Accessibility and Safeguarding policies (#200) - Cookie banner on the editor site (#206) but not in the embedded viewer (#231) - Unit tests for login button and 'useProject' hook (#211) - Script for Google Tag Manager to be used on the standalone editor site (#225) - Indentation markers in the editor (#237) - Ability to switch between split and tabbed output views on the editor site and in the web component (#234) ### Changed - Upgraded to Jest 29 (#211) - Updated Editor site title and logo (#220) - Updated Codemirror and related dependencies to their latest versions (#221) - Update build process to strip non-alphanumeric characters from the branch name (#222) ### Fixed - Styling of Astro Pi orientation reset button on editor site (#202) - Updated text output font to display emojis correctly (#221)
1 parent a1d1c5f commit af34f38

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.6.0]
9+
810
### Added
911

1012
- Github action for checking if changelog updated (#189)
@@ -97,9 +99,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9799
### Added
98100
- Events in Web Component indicating whether Mission Zero criteria have been met (#113)
99101

100-
[Unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.4.0...HEAD
102+
[Unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.6.0...HEAD
101103
[0.1.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.1.0
102104
[0.2.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.2.0
103105
[0.3.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.3.0
104106
[0.4.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.4.0
107+
[0.5.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.5.0
108+
[0.6.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.6.0
105109

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.4.0",
3+
"version": "0.6.0",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "^7.17.10",

0 commit comments

Comments
 (0)