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] Fixing Redirect Loop in Main.js (and other small fixes) #208
- [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] Tries Out GitHub Actions for CI #211
- [feature] Adds link to GitHub Repo on 404 page, makes styling respect current theme #199
- [feature] Added help text to loading page #197
Pretty routine almost-biweekly release. This is just dependency updates.
- [dependencies] Bump firebase from 7.8.1 to 7.8.2 #204
- [dependencies] Bump husky from 4.0.10 to 4.2.1 #184
- [dependencies] Bump firebase from 7.8.0 to 7.8.1 #196
- [dependencies] Bump lint-staged from 10.0.4 to 10.0.7 #189
- [dependencies] Bump @fortawesome/free-brands-svg-icons from 5.12.0 to 5.12.1 #193
- [dependencies] Bump @fortawesome/free-solid-svg-icons from 5.12.0 to 5.12.1 #194
- [dependencies] Bump @fortawesome/fontawesome-svg-core from 1.2.26 to 1.2.27 #195
- [dependencies] Bump enzyme-to-json from 3.4.3 to 3.4.4 #192
- [dependencies] Bump react-scripts from 3.3.0 to 3.3.1 #191
- [dependencies] Bump firebase from 7.7.0 to 7.8.0 #190
- [dependencies] Bump lint-staged from 10.0.3 to 10.0.4 #187
- [dependencies] Bump reactstrap from 8.4.0 to 8.4.1 #186
- [dependencies] Bump lint-staged from 10.0.2 to 10.0.3 #185
Another small release, mostly just cataloguing dependency updates. Two small features added by @kilometerskang and @vohndernet on intuitive name-editing and finally adding the sketch thumbnail to the editor page!
(this was mostly auto-generated by gren
, going to try this out).
- [refactor] Removes Unused Configuration Files #154
- [dependencies] Bump cross-env from 6.0.3 to 7.0.0 #183
- [dependencies] Bump lint-staged from 10.0.1 to 10.0.2 #179
- [dependencies] Bump lint-staged from 9.5.0 to 10.0.1 #178
- [dependencies] Bump reactstrap from 8.3.2 to 8.4.0 #175
- [dependencies] Bump codemirror from 5.50.2 to 5.51.0 #177
- [dependencies] Bump husky from 4.0.7 to 4.0.10 #170
- [dependencies] Bump firebase from 7.6.2 to 7.7.0 #173
- [dependencies] Bump node-sass from 4.13.0 to 4.13.1 #171
- [dependencies] Bump reactstrap from 8.3.1 to 8.3.2 #169
- [dependencies] Bump reactstrap from 8.2.0 to 8.3.1 #167
- [dependencies] Bump firebase from 7.6.1 to 7.6.2 #164
- [dependencies] Bump husky from 4.0.1 to 4.0.7 #165
- [dependencies] Bump husky from 4.0.0 to 4.0.1 #161
- [dependencies] Bump husky from 3.1.0 to 4.0.0 #160
- [dependencies] Bump react-spinners from 0.7.2 to 0.8.0 #159
- [dependencies] Bump codemirror from 5.50.0 to 5.50.2 #158
Happy new year! This is a quick snapshot of our app at 01/01/20 (wow). The diff from 1.0.0
is just dependency updates. Until I investigate a way to auto-generate these (probably using gren
, but that didn't work), I'll type them up manually.
- Bump codemirror from 5.50.0 to 5.50.2 (#158)
- Bump react-spinners from 0.7.1 to 0.7.2 (#157)
- Bump redux from 4.0.4 to 4.0.5 (#156)
- Bump react-spinners from 0.6.1 to 0.7.1 (involved updating a Jest snapshot) (#155)
- Bump enzyme from 3.10.0 to 3.11.0 (#151)
- Bump codemirror from 5.49.2 to 5.50.0 (#153)
- Bump enzyme-adapter-react-16 from 1.15.1 to 1.15.2 (#152)
- Bump firebase from 7.6.0 to 7.6.1 (#150)
Hey there,
This release marks a milestone - the (almost) end of product development for the decade (wow!), and also the official release of our website on the editor.uclaacm.com
subdomain (with light mode and everything!). It also marks a milestone for our project's maturity; from this point on, we'll adhere to a slightly modified version of semver, where we'll tag releases with bug fixes (patches), new features (minor releases), and changes that dramatically change the structure of our app or involve a changed API (major releases).
Usually, we'll release a PR-based changelog of the diff from the previous version, but in our case that doesn't really make sense for our first release. As we make more releases, we'll add more detail to what's changed!
Keep tuned for more info! Happy holidays, and have a great new year 😄!