Skip to content

Releases: RaspberryPiFoundation/editor-ui

v0.18.1

03 Aug 14:08
ca3e222
Compare
Choose a tag to compare

What's Changed

Fix list of the projects (bug fix) (#614)

Full Changelog: v0.18.0...v0.18.1

v0.18.0

02 Aug 09:21
9fcaa84
Compare
Choose a tag to compare

What's Changed

Sidebar settings (#585)
Sidebar info (#566)
Add Projects Panel to sidebar (#564)
Minor fixes to the sidebar layout (#602)
Fixed text wrap in the files section of the Sidebar (#596)
LandingPage and ProjectBar's Save buttons use design-system-react (#579)
Update colors for buttons (#579)

Full Changelog: v0.17.1...v0.18.0

v0.17.1

25 Jul 14:49
fb1e68e
Compare
Choose a tag to compare

What's Changed

  • Minor fixes (mostly buttons) to resolve issues in safari by @sra405 in #604

Full Changelog: v0.17.0...v0.17.1

v0.17.0

24 Jul 10:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.1...v0.17.0

v0.16.1

19 May 09:02
7c62e8f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.16.1

v0.16.0

18 May 14:29
e32781c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

27 Apr 14:35
4049476
Compare
Choose a tag to compare

What's Changed

  • Enable container queries by @create-issue-branch in #445
  • Fix iframe CookieBot for Firefox by @create-issue-branch in #437
  • File type icons by @create-issue-branch in #449
  • Initial storybook setup by @create-issue-branch in #448
  • Editor modal refactor by @create-issue-branch in #450
  • Copy fixes for log in / out by @grega in #435
  • Mission Zero tweaks by @loiswells97 in #457
  • My projects page update by @create-issue-branch in #447

Full Changelog: v0.14.0...v0.15.0

v0.14.0

13 Apr 08:57
e9cbd76
Compare
Choose a tag to compare

What's Changed

  • Fix keyboard navigation by @create-issue-branch in #375
  • Update the privacy policy in the footer to use the child friendly privacy policy by @create-issue-branch in #397
  • Footer link underlines by @create-issue-branch in #398
  • Update URL structure to include locale by @create-issue-branch in #407
  • Add sentry tracing for GraphQL and Routing by @patch0 in #411
  • Fix typo and bump year by @grega in #413
  • Add ability to recognise py5 magic comment by @create-issue-branch in #412
  • Remove dependency on RPF Sauce Design System by @patch0 in #418
  • Add languages to i18n by @create-issue-branch in #410
  • Write py5 python blob logic by @create-issue-branch in #414
  • Make imported mode not need run_sketch by @create-issue-branch in #417
  • Fix language race condition by @create-issue-branch in #425
  • Fix language loading on staging by @create-issue-branch in #430
  • Test py5 imported mode by @create-issue-branch in #426
  • Allow u13s accounts by @sra405 in #436

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

02 Mar 18:08
89b7bf3
Compare
Choose a tag to compare

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)

v0.12.0

27 Jan 11:08
b6d0105
Compare
Choose a tag to compare

Changed

  • Simplified the URL structure to replace project type (#347)
  • Upgrade react-router to v6
  • Bump json5 from 1.0.1 to 1.0.2 (#321)

Fixed

  • Show p5 error messages in the user interface (#346)
  • Get review apps working (#351)