Skip to content

Version v1.1.0 | Redirect Loop Fix, Helpful Loading/Error Pages, GitHub Actions!

Compare
Choose a tag to compare
@mattxwang mattxwang released this 01 Mar 06:08
· 763 commits to master since this release
8c81940

It's our first minor release, exciting! We fixed a redirect loop when the user had empty sketches (introduced in our Main.js refactor), add a helpful message when loading takes longer than expected, makes 404/Error pages more helpful and respect themeing, tests out GitHub Actions, and updates lots of dependencies.

bug

  • [bug] Fixing Redirect Loop in Main.js (and other small fixes) #208

dependencies

  • [dependencies] Bump lint-staged from 10.0.7 to 10.0.8 #214
  • [dependencies] Bump react-modal from 3.11.1 to 3.11.2 #213
  • [dependencies] Bump react-dom from 16.12.0 to 16.13.0 #216
  • [dependencies] Bump react from 16.12.0 to 16.13.0 #215
  • [dependencies] Bump firebase from 7.9.0 to 7.9.1 #212
  • [dependencies] Bump firebase from 7.8.2 to 7.9.0 #209
  • [dependencies] Bump codemirror from 5.51.0 to 5.52.0 #207
  • [dependencies] Bump react-redux from 7.1.3 to 7.2.0 #206
  • [dependencies] Bump react-scripts from 3.3.1 to 3.4.0 #205

devops

  • [devops] Tries Out GitHub Actions for CI #211

feature

  • [feature] Adds link to GitHub Repo on 404 page, makes styling respect current theme #199
  • [feature] Added help text to loading page #197

refactor

  • [refactor] Adds Tests for 's Timer + Minor Improvements #210
  • [refactor] (very) minor code cleanup! #203