Skip to content

v2.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@YizYah YizYah released this 06 Apr 09:48
6bf75f2

2.0.0-beta.1 (2021-04-06)

Bug Fixes

  • register_user: changed userClass to userClassId for REGISTER_USER (71c3f44), closes #70
  • src/mutations/index.ts: updated parameters in mutation (9509d05)
  • change to new server api.nostack.net (fdddbe7)
  • conform to new server convention of lowercase query names (f0c6b4b)
  • removed executions ids from auth (7130e75)
  • replaced data.ExecuteAction with data.Execute (a02de65)
  • security update (934e071)
  • source query replaced by source (7d9fac0)
  • apollo links: fix token refresh 🐛 (#32) (974d94d)
  • console delete user action: fix UI update and convert to TS (893770c)
  • console user action view: fix post-action creation UI update 🐛 (7fbe10f)
  • console user class: add keys to User Class action list (4d77bf4)
  • inspector popup: re-enable click event bubbling 🐛 (#36) (5b85ef0)
  • loginform: display login errors properly 🐛 (bcce97f)
  • mutations: replaced ExecuteAction with Execute (068cc5b)
  • nostackcontext: handle refresh token failures 🐛 (#35) (0155e99)
  • nostackcontext: log out user if token is truly invalid 🐛 (#34) (1e47d00)
  • unit: add missing fields to updateUnitAfterCreation's new instance (1731a8f)

Features

  • adding an optional formValues parameter to mutation RegisterUser (10aefea)

  • call RESENT_CONFIRMATION (7f20fb9)

  • initialize registration form component ✨ (5a819f7)

  • new server (18e5a34)

  • not to release (8690f2f)

  • stable version before context change (f01a272)

  • mutations: add password mutations ✨ (#33) (e9723f2)

  • mutations: implement EXECUTE mutation ✨ (#38) (9b74172)

  • registrationform: implement success and error UX ✨ (f208dba)

  • source: replace Source with Unit component (7bdc7c2)

  • unit: modify Unit cache helpers to support the new unit API (1011f33)

  • Refactoring and testing (#31) (c783c11), closes #31

Code Refactoring

  • unit: refactor updateUnitInstanceAfterUpdateAction (b0da851)

BREAKING CHANGES

  • the prior versions will no longer work with the current server.

  • All apps using Console component will have to remove it from their code manually

  • refactor: refactor Unit Inspector component ♻️

  • unit: updateUnitAfterUpdateAction is now updateUnitInstanceAfterUpdateAction

  • unit: Affects cache updates after each Unit-related mutation

  • source: Source components are now Unit components.