Skip to content

v0.1.0

Compare
Choose a tag to compare
@rams23 rams23 released this 07 Jan 21:03
· 613 commits to main since this release

0.1.0 (2021-01-07)

Bug Fixes

  • app-config: fix cypress file typo (c49dfa4)
  • app-config: restore broken statement and test (ea082c7)
  • app-general: add type to buttons (07e8345)
  • app-general: improve dynamicData retrieval (4bcf2ad)
  • app-general: separate firebase docs model from collections model (8be2c47)
  • app-signup: disable button on resend email loading and show error (af70e7e)
  • app-signup: remove mandatory special character from password (88c15f3)
  • app-signup: update password requirements error (bf631bf)
  • app-signup: update redirects based on auth (eaf3f77)

Features

  • all-general: add common package for enum and types (6b7bb89)
  • app-auth: add PrivateRoute and initialization hook (6b864f3)
  • app-auth: add retrieval of auth status on startup (a615b3c)
  • app-config: add envs config (b159b63)
  • app-config: add i18n and its integration with cypress (5ae5bd2)
  • app-config: add redux and saga configuration (2db5d13)
  • app-config: add routing configuration (8a0de1a)
  • app-config: add web envs and firebase setup (7fc77e6)
  • app-general: add centralized loading and error management (1f53258)
  • app-general: add common models for dynamic data (a08c70a)
  • app-general: add custom fonts (aaeb995)
  • app-general: add flow to recover dynamicData (7e8c122)
  • app-general: add logout functionality (8de46ae)
  • app-general: improve dynamic data retrieval (e9de750)
  • app-general: improve select input (1c824a5)
  • app-login: add login page (cd4270b)
  • app-login: add signup link (8c74b65)
  • app-signup: add a bit of style (6f7d9cc)
  • app-signup: add email verification functionality (c0ab0f9)
  • app-signup: add empty option in SelectInput (4ea0e1d)
  • app-signup: add error translations (93953f5)
  • app-signup: add initial signup form (09da2c5)
  • app-signup: add labels translation and password input (89a7d39)
  • app-signup: add loading and error management (7cf12bd)
  • app-signup: add login link (0143fcc)
  • app-signup: add send verification email and verification required page (388421e)
  • app-signup: add signup logic with firebase connection (06d3eea)
  • app-signup: make roles and devops maturities dynamic (5a2ff32)
  • firestore-rules: add rules for gameRoles and devOpsMaturities (d051c81)
  • firestore-signup: add security rules (51ef618)