Skip to content

Release 0.1.6

Compare
Choose a tag to compare
@tks18 tks18 released this 26 Oct 07:34
· 128 commits to master since this release
v0.1.6
5681985

0.1.6 (2022-10-26)

Bug Fixes 🛠

  • components/nav-list: fix navigation path (16d3e14)
  • plugins/backend: fix user register api path (c8dc6b1)

Code Refactoring 🖌

  • plugins/store: export the user workflow file (8f91561)
  • routes/master: fix import line (d4204e0)

Build System 🏗

  • package: add @mui/lab for more mui components (8292033)

Features 🔥

  • plugins/store/user: create a selector for new prop (b4a8f88)
  • plugins/user/store: add a helper prop for handling user (68f34df)
  • plugins/user/workflow: create user workflow dispatch handler for handling login and register (2116ad1)
  • router: add the auth component to routes (9dc166e)
  • routes/auth: write a login component (80fa9f2)
  • routes/auth: write a register component (7b7dca4)
  • routes/auth: write the main auth route component (9713b42)
  • routes/root: give theme for toast container (25f9249)