Skip to content

Releases: eficode/pipeline-the-game

v0.2.0

21 Jan 08:07
Compare
Choose a tag to compare

0.2.0 (2021-01-21)

Bug Fixes

  • app-board: improve widget position and background (0c8f026)
  • app-board: make drag aware of panel mode (22d892d)
  • app-board: remove zoom button (b8e34ed)
  • app-board: update panel closing transition (8896e63)
  • app-components: add role to buttons (4f9efa4)
  • app-components: update font weight on fun button (cdc2422)
  • app-components: update role to type (6f936b7)
  • firestore-config: remove within-sentence new lines from scenario cards (ad89a4c)
  • firestore-create-game: add missing game creation rules tests (ed52a3a)
  • firestore-general: fix tests reading from firebase (baaf09a)

Features

  • app-board: add card animation in panel (e450993)
  • app-board: add estimation component (fdab96e)
  • app-board: add game view draft (a495702)
  • app-board: add initial panel ui (2787925)
  • app-board: add over highlight to panel (6511a21)
  • app-board: add panel mode switch (697d502)
  • app-board: add scenario panel and text logo (28a2eaa)
  • app-board: add share game dialog (9de335f)
  • app-board: add top widgets bar (210bf3a)
  • app-board: add zoom fab dial (c55c1e5)
  • app-board: connect game board to state (d258839)
  • app-board: improve cards scale on panel (2533af7)
  • app-components: add button variants (3076637)
  • app-components: add dragging state to card (77fe04c)
  • app-components: add overlay and dialog component (6b9dcb8)
  • app-components: update card design (787182d)
  • app-create-game: add create game form (de21b18)
  • app-create-game: add navigation with game id (5c2566e)
  • app-general: add icons (8aea75a)
  • app-general: add initial styled-system and storybook integration (56d6f5b)
  • app-general: create first ui-components (cb5cc5d)
  • app-general: redirect user to visited link after authentication (9946a73)
  • common-general: add card models (66a2636)
  • common-general: add game and short user models (ae15d31)
  • firestore-config: add fixture for cards and decks (c9ad215)
  • firestore-create-game: add game creation rules and tests (83cef7c)

v0.1.0

07 Jan 21:03
Compare
Choose a tag to compare

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)