All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.1.2 (2022-05-20)
- use secure commitizen (236f363)
0.1.1 (2022-05-20)
- package.json: add resolution for minimist (55e7a0e)
- logged is user has to be fetched using useGetSingleUserQuery and userId from session storage or local storage. Do not use useCurrentUser selector as auth reducer has been removed
- add absolute paths to routes object (f1867af)
- add animation component (6569cd6)
- add auth + routing tests (1d7acd4)
- add bootstrap (2c25f60)
- add custom sidebar (6f8ee41)
- add developer helpers (0971e86)
- add error handler (23a0b0d)
- add Forgot Password (c3dc2b4)
- add layout component (ea4a34b)
- add Loader (748db99)
- add matcher for login/logout (6b5b34a)
- add navbar (debb395)
- add new user (a802c50)
- add Not Found page (a5ae6ba)
- add other auth mutations (2047b3a)
- add page routing animation (54aad48)
- add reauth (78adc1e)
- add register page (29c895d)
- add remember me (4e6437a)
- add routing (cddf7fa)
- add rtk config (27ab5f2)
- add sidebar (3270f41)
- add slider for pagination limit (467ba99)
- add user filters (f612f2b)
- add user list (61870bf)
- add user profile (4cab0a9)
- add user queries + mutations (d65bcbb)
- package.json: add automatic git staging (21953b5)
- resetpassword.tsx: add reset password page and functionality (df31780)
- verifyemail.tsx: add verify email (ab9323f)