Skip to content

Commit 11facee

Browse files
authored
Merge for v0.3.0 (#149)
* Update changelog for v0.2.0 and add v0.3.0 * Remove `v` from version in package.json and update to 0.3.0
1 parent 7d411f5 commit 11facee

File tree

2 files changed

+39
-3
lines changed

2 files changed

+39
-3
lines changed

CHANGELOG.md

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,47 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased]
77

8+
## [0.3.0]
9+
10+
### Added
11+
- Give the web component the option to enable the senseHAT on page load (#173)
12+
- Add logo, and sidebar with menus (#167)
13+
- Add a readColour param to the runComplete event. (#153)
14+
- Add CORS headers to Webpack Dev Server (#152)
15+
- Save a user's code when they log in (#142)
16+
17+
### Changed
18+
- Versioned deployments of the UI (#140)
19+
- Fix up eslint linting errors (#175)
20+
- Use nginx buildpack on heroku instead of nodejs (#156, #166)
21+
- Use the `PUBLIC_URL` env var to set URLs for the various bundles, shims, replacing `REACT_APP_S3_BUCKET` to allow assets to be served from sub directories in our S3 bucket. (#154)
22+
- Style of the editor pane #145
23+
24+
### Fixed
25+
- Made "stopping" button only appear after 100ms timeout to stop it flashing (#172)
26+
- Fix input span disabling in webcomponent (#172)
27+
- Fix syntax highlight colours in codemirror 6 (#134)
28+
29+
## [0.2.0]
30+
31+
### Added
32+
- Mission Zero handover docs (#128)
33+
- S3 deployment GH action
34+
35+
### Changed
36+
- Upgrade to CodeMirror 6 (#131, #133)
37+
38+
### Fixed
39+
- Whitespace handling in Firefox (#132)
40+
- Stopwatch hook so PythonRunner doesn't get stuck resetting timer (e7b747053)
41+
842
## [0.1.0]
943

1044
### Added
11-
- Events in Web Component indicating whether Mission Zero criteria have been met (editor-ui#113)
45+
- Events in Web Component indicating whether Mission Zero criteria have been met (#113)
1246

13-
[Unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.1.0...HEAD
47+
[Unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.3.0...HEAD
1448
[0.1.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.1.0
49+
[0.2.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.2.0
50+
[0.3.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.3.0
1551

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

0 commit comments

Comments
 (0)