Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Added - Added release notes to `README.md` (#354) - Pagination on 'Your projects' page (#338) ### Changed - Switched `processing` implementation from `p5.py` to `py5.py` (#364) - Font size only scales code, text output and error messages rather than the whole UI (#365) - Refactored font size settings to use React `ContextProvider` (#366) - Clicking 'login to save' triggers save/remix after successful login (#368) - Renaming project, adding new file or renaming file triggers autosave immediately (#368) - Bump http-cache-semantics from 4.1.0 to 4.1.1 (#361) - Removed redundant file indices (#377) - Use GraphQL API to fetch project index page (#376) ### Fixed - Make sure accessDeniedData login button redirects to /projects (#356) - Allowed HTML projects to load (#362) - Scrollbar flash on first load (#358) - Scrollbar appearing in visual output (#358) - Sense hat visual output height (#358) - Web component font size (#358) - Web component icon visibility (#358) - Renaming project, adding new file or renaming file always triggers autosave (#368) - Use `HtmlRunner` for `html` projects (#378) - Accessibility Fixes (#373, #382, #383) - Hide the codemirror `cm-widgetBuffer` (#384, #395) - Height discrepancy of the tab containers (#385) --------- Co-authored-by: Lois Wells <[email protected]>
- Loading branch information