Skip to content

Version v2.2.0 | Login page redesign, bug fixes

Compare
Choose a tag to compare
@krashanoff krashanoff released this 19 Jun 23:16
· 543 commits to master since this release

This minor release brings an updating of our input validation (#283, #297) and a brand new login page (#269) along with a critical bug fix (#289).

bug

  • [bug] Fixes deleting mostRecentProgram in ConfirmDeleteModal #289

dependencies

  • [dependencies] Bump @fortawesome/free-brands-svg-icons from 5.13.0 to 5.13.1 #303
  • [dependencies] Bump @fortawesome/free-solid-svg-icons from 5.13.0 to 5.13.1 #306
  • [dependencies] Bump @fortawesome/react-fontawesome from 0.1.9 to 0.1.11
    • 0.1.10 to 0.1.11 #301
    • 0.1.9 to 0.1.10 #291
  • [dependencies] Bump firebase from 7.14.5 to 7.15.2
    • 7.15.1 to 7.15.2 #304
    • 7.15.0 to 7.15.1 #299
    • 7.14.6 to 7.15.0 #296
    • 7.14.5 to 7.14.6 #290
  • [dependencies] Bump lint-staged from 10.2.6 to 10.2.11
    • 10.2.10 to 10.2.11 #302
    • 10.2.9 to 10.2.10 #300
    • 10.2.7 to 10.2.9 #294
    • 10.2.6 to 10.2.7 #288
  • [dependencies] Bump react-codemirror2 from 7.2.0 to 7.2.1 #298
  • [dependencies][security] [Security] Bump websocket-extensions from 0.1.3 to 0.1.4 #295

feature

  • [feature] Adjust Input Validation Policies #297
  • [feature][refactor] New Login Page Design & Unifying Login/CreateUser #269

refactor

  • [refactor] Refactoring Input Validation #283