Skip to content

Latest commit

 

History

History
75 lines (55 loc) · 6.8 KB

CHANGELOG.md

File metadata and controls

75 lines (55 loc) · 6.8 KB

1.4.0 (2020-05-17)

Bug Fixes

  • store: fix rehydration of Immutable objects (fd8347f)

Features

  • authenticationscreen: implement design for the screen (ad012ef)
  • meds: display Intakes in MedsScreen (06abcbf)
  • medsscreen: render human readable list of days for MedsScreen (900145b)

1.3.0 (2020-05-16)

Bug Fixes

  • store: migrate ScheduledIntakeStore to IntakesStore (5c3b94e)

Features

  • components: create WeeklyScheduleSelector component (fcfcb18)
  • data: create action to reset the store app-wide (07f00d4)
  • data: create actions & reducers for medications in ScheduledIntake (78d1012)
  • data: create ScheduledIntake models, and related actions (34ab279)
  • settingsscreen: update resetUser action to reset the whole app (e83a018)
  • views: create basic view to make new ScheduledIntake (2df0a2b)
  • views: create skeleton for SetScheduledIntakeScreen (37a7ea5)

1.0.0 (2020-05-02)

Bug Fixes

  • fix disappearance of the TabNavigation (341a516)
  • navigation: fix initial route & navigation issue when ending wizard (4381ba4)
  • fix security issue with acorn (afd4600)

Features

  • add enrolmment condition for Sentry initialization (8f4f2b9)
  • add FaceID to the iOS configuration (4a3d09c)
  • add new right actions in ViewHeader (3ff0769)
  • add NewMedication screen to the application (49feecd)
  • add Sentry monitoring consent screen (68ef8ba)
  • add sentry state in settings (12d2784)
  • change order of navigation stacks (db2dcc4)
  • create draft of store for encryption key (dd18bd2)
  • create foundations for custom mapping and theme for this app (260feee)
  • create Heading UI component and use it on WelcomeScreen (636209b)
  • create LocalizationProvider for translations (0cbdaa4)
  • create Meds view with new ViewHeader component (a2f017a)
  • create new typography UI components & update welcome screen layout (7a4be2c)
  • create PrivacyScreen part of the wizard (fdac373)
  • first draft of profile setup screen and dashboard (86c58a8)
  • implements safe view & light/dark theme (b129e86)
  • improve routing and navigation between wizard and inapp screens (6f398aa)
  • install and setup i18n-js in this project (ed95cac)
  • install and setup react-navigation with first test view (9ee9b71)
  • loads the in-app views when user already initialized (01f5da7)
  • replace AsyncStorage with FileSystem (ae55566)
  • setup an encryption key generation for our store and persistor (0945e07)
  • setup basic screen routing (5412589)
  • setup creation and edition of medications (3e5e5e8)
  • setup tabs in the application (27fe2b4)
  • setup Welcome screen with copy & layout (c62c1cd)
  • split root app file to execute routing only once store is loaded (2047e3c)
  • trigger LocalAuthentication when app brought back from background (a7d2667)
  • update app icon and splash screen (55fe968)
  • use LocalAuthentication to protect the application (026d2a4)
  • meds: create actions and reducer for medications (964cdf7)