Skip to content

Commit 66b38aa

Browse files
authored
Release v0.11.0 (#340)
## Added - Styling of the projects list (#317) - Ability to collapse and expand the left hand file pane (#316) - Plausible event tracking for left hand file pane (#325) - Last updated field added to the projects table (#319) - Message for empty state on projects (#327) - Rename project action on project index page (#324) - Context menu for project index page actions on mobile (#324) - Danger button styling (#330) ## Changed - Change port number to fix 'no consent token' error (#326) - Long file names truncated rather than scrolling in left hand file pane (#316, #337) - Tab scrollbars only appear when necessary (#331) - Added merge=union gitattribute for this file (#339) ## Fixed - Make sure button text is always centered (#328) - Make theme and font size persist across all pages of the app (#329) - Make dismissing the Beta banner persist across all pages of the app (#329) - Touch area of icon-only buttons (#330, #336) - Delete project action on project index page (#330) - Refactored project list loading to allow loading states to be shown (#330) - Removed unneeded scrollbars on the editor and output panels (#331) - Make Your projects page background extend below the fold (#334)
1 parent fa266d3 commit 66b38aa

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.11.0] - 2023-01-17
10+
911
### Added
1012

1113
- Styling of the projects list (#317)
@@ -25,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2527
- Added merge=union gitattribute for this file (#339)
2628

2729
### Fixed
30+
2831
- Make sure button text is always centered (#328)
2932
- Make theme and font size persist across all pages of the app (#329)
3033
- Make dismissing the Beta banner persist across all pages of the app (#329)
@@ -219,14 +222,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
219222
### Added
220223
- Events in Web Component indicating whether Mission Zero criteria have been met (#113)
221224

222-
[Unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.10.0...HEAD
223-
[0.1.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.1.0
224-
[0.2.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.2.0
225-
[0.3.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.3.0
226-
[0.4.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.4.0
227-
[0.5.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.5.0
228-
[0.6.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.6.0
229-
[0.7.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.7.0
230-
[0.8.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.8.0
231-
[0.9.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.9.0
225+
[Unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.11.0...HEAD
226+
[0.11.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.11.0
232227
[0.10.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.10.0
228+
[0.9.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.9.0
229+
[0.8.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.8.0
230+
[0.7.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.7.0
231+
[0.6.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.6.0
232+
[0.5.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.5.0
233+
[0.4.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.4.0
234+
[0.3.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.3.0
235+
[0.2.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.2.0
236+
[0.1.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.1.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.10.0",
3+
"version": "0.11.0",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "^7.17.10",

0 commit comments

Comments
 (0)