You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+38-2Lines changed: 38 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,47 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
6
6
## [Unreleased]
7
7
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
+
8
42
## [0.1.0]
9
43
10
44
### 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)
0 commit comments