Skip to content

Release/core 0.17

Jean-Baptiste Pasquier requested to merge release/core-0.17 into master

🍰 Versions

  • Core 0.16 -> 0.17
  • OIDC 0.14 -> 0.15: DPoP upgrade
  • Chat 5.3 -> 6.1
  • Map 0.16 -> 0.17
  • Dashboard 4.0 -> 5.0
  • Conversation 0.10 -> 0.11
  • Event 3.0 -> 4.0
  • Invoice 1.4
  • Job Board 5.0 -> 6.0
  • Notifications 0.12 -> 0.13
  • Polls 2.1 -> 3.0
  • Directory 5.1 -> 6.0
  • Resources 3.3 -> 3.4
  • Styling framework 1.8.24 -> 1.9.6

New features

  • Watcher will now accept a PORT env var. PORT=51200 npm run watch will run the client on the port 51200.
  • Service worker: API caching, every request is now cached and store is informed with new values whenever something gets updated during the page load - Will require Push for further upgrades. Cache expire after 30 days, stale & re-validate method.
  • Chat: Message reactions
  • Project: Customer's management, when in combination with Invoices

🐛 Bugfix & Improvements

  • "ctrl+k" mention on search bar on left menu
  • Fixed default route usage after a login
  • Workaround sib-auth not returning a promise when token is too old
  • Improved service worker caching on google's CDNs (Fonts)
  • Improved service worker caching on CDNs used by dependencies, catch all method
  • Fixed CSS breaking changes from Core 0.17
  • Chat: Added send button
  • Chat: fixed enter button on touch devices
  • Chat: fixed emoji dropdown on one to one
Edited by Jean-Baptiste Pasquier

Merge request reports