-
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.
- Remember Me Logic. When it's active, JWT and AUTH Cookie are valid for 30 days, otherwise it's valid for only 24
What's Changed
- Update application-docker.yml by @mlecar in #161
- Update application-docker.yml for redis client-type by @mlecar in #162
- Patch v0.9.0 by @FernandaCastro in #163
- Patch v0.9.7 by @FernandaCastro in #164
- Patch v0.9.8 by @FernandaCastro in #165
- Patch v0.9.9 by @FernandaCastro in #166
- Patch v0.9.0 by @FernandaCastro in #167
- Refactoring react query (v.0.10.0) by @FernandaCastro in #168
- pantry-web : fix : module Utils not found (v.0.10.0) by @FernandaCastro in #169
- Refactoring react query (v0.10.0) by @FernandaCastro in #170
- build fix : place utils module back to right place (v.10.0) by @FernandaCastro in #171
- fix: profile status after login (v.0.10.0) by @FernandaCastro in #172
Full Changelog: v0.9.5...v0.10.0