Skip to content

v.0.10.0

Latest
Compare
Choose a tag to compare
@FernandaCastro FernandaCastro released this 16 Nov 17:56
· 16 commits to master since this release
fc441ec
  • Modules:

    • pantry-web: v.0.9.0
    • account-service: v0.4.11
    • pantry-service: v0.6.11
    • purchase-service: v0.4.8
  • pantry-web:

    • Big refactoring replacing the use of React Context by React-Query as a global state manager
    • Use of react-query cache to improve the dashbord graph generation, fetching fresh data only when it's stale.
    • Totally refactoring of App.js, removing context dependencies and isolating routes to avoid unnecessary
      re-rendering.
    • Use of Link component from react-router-dom to correctly navigate among pages, avoiding complete re-render on
      transitions.
    • Apply theme based on the user logging in. It's no more based on the last theme saved on the browser LocalStorage.
  • account-service:

    • Remember Me Logic. When it's active, JWT and AUTH Cookie are valid for 30 days, otherwise it's valid for only 24
      hours.

What's Changed

Full Changelog: v0.9.5...v0.10.0