Skip to content

Commit 1153a99

Browse files
authored
Release v0.10.0 (#320)
### Added - Plausbile event tracking for login, remix, save and code run (#250) - Message prompting users to login or save if they make non-autosaved changes (#291) - Unit tests for the autosave trigger (#291) - Project not found and access denied modals shown on project loading error (#298) - Styling for small buttons (#303) - Project page header and styling (#314) - Ability to open and focus files from the left hand file pane (#301) - Ability to close file tabs (#301) - Validation to prevent file names containing spaces (#301) ## Changed - Bump terser from 4.8.0 to 4.8.1 (#143) - Updated buttons and tabs styling (#296) - Updated icons (#296) - Bump engine.io from 6.2.0 to 6.2.1 (#272) - Increased clickable area for tabs (#299) - Bump decode-uri-component from 0.2.0 to 0.2.2 (#295) - File tab bar scrolls rather than wraps (#301) - Long file names no longer wrap in tab bar (#301) ### Fixed - Moved `FileMenu` click handler to `MenuItem` for better keyboard support (#300) - Touch target size on button to open file context menu (#301)
1 parent 4558971 commit 1153a99

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
@@ -1,10 +1,13 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
56

67
## [Unreleased]
78

9+
## [0.10.0] - 2023-01-06
10+
811
### Added
912

1013
- Plausbile event tracking for login, remix, save and code run (#250)
@@ -188,7 +191,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
188191
### Added
189192
- Events in Web Component indicating whether Mission Zero criteria have been met (#113)
190193

191-
[Unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.9.0...HEAD
194+
[Unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.10.0...HEAD
192195
[0.1.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.1.0
193196
[0.2.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.2.0
194197
[0.3.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.3.0
@@ -198,3 +201,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
198201
[0.7.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.7.0
199202
[0.8.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.8.0
200203
[0.9.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.9.0
204+
[0.10.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.10.0

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

0 commit comments

Comments
 (0)