Skip to content

Commit

Permalink
Release v0.29.0 (#1193)
Browse files Browse the repository at this point in the history
## What's Changed
* Support output tabs in pyodide by @loiswells97 in
#1157
* Downloading the instructions by @loiswells97 in
#1160
* Hack open function to write files in main thread by @loiswells97 in
#1146
* Try pinning previous ubuntu version to avoid cloudflare issue by
@danhalson in
#1178
* Integration: Save / Login functionality not as expected by
@create-issue-branch in
#1162
* HTML audio video support by @loiswells97 in
#1179
* Feat/editable instructions by @loiswells97 in
#1166
* Add remove instructions button modal by @jamiebenstead in
#1176
* fix dark mode colours by @conorriches in
#1182
* Copy change: Project steps to Project instructions by @loiswells97 in
#1183
* Fixing padding for first line of code block by @loiswells97 in
#1184
* Fix contrast on dark mode instructions code block by @loiswells97 in
#1187
* Markdown changes by @jamiebenstead in
#1188
* Remove line from demoInstructions by @jamiebenstead in
#1189
* Instructions syntax highlighting for CEfE by @loiswells97 in
#1190
* Fixing instructions state when set to an empty string by @loiswells97
in #1191
* Identify caching issue for editor-ui by @create-issue-branch in
#1186

## New Contributors
* @jamiebenstead made their first contribution in
#1176

**Full Changelog**:
v0.28.14...v0.29.0
  • Loading branch information
danhalson authored Feb 6, 2025
1 parent c7d15d3 commit fee4bce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

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).

## Unreleased
## [0.29.0] - 2025-02-06

### Added

Expand Down Expand Up @@ -1060,7 +1060,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Events in Web Component indicating whether Mission Zero criteria have been met (#113)

[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.14...HEAD
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.29.0...HEAD
[0.29.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.29.0
[0.28.14]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.14
[0.28.13]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.13
[0.28.12]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.12
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raspberrypifoundation/editor-ui",
"version": "0.28.14",
"version": "0.29.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.8",
Expand Down

0 comments on commit fee4bce

Please sign in to comment.