Skip to content

Commit 5616dc7

Browse files
authored
Update CHANGELOG.md (#186)
Describing some fixes
1 parent a0dbdcf commit 5616dc7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
### Added
9+
- Option to specify that the visual output tab should be present on page load via a query string, otherwise only the text output is present (#182)
10+
- Automatically add and switch focus to the visual output tab when a visual library is imported during the code run (#182)
11+
812
### Changed
13+
- Update styling of embedded player to stack the visual and text output (#182)
914
- Update styling on the `sense_hat` visual output (#174)
1015
- Update build workflow with a reusable job to update preview, staging, and prod (#176)
1116
- Change deployment to use specific AWS endpoint, and deploy releases to `/releases/...` and branches to `/branches/..` (#177)
1217

18+
### Fixed
19+
- Stop button contrast in dark mode (#182)
20+
- Surfacing errors promptly when stopping `p5` code runs (#182)
21+
1322
## [0.3.0]
1423

1524
### Added

0 commit comments

Comments
 (0)