0.9.9
Features
- Notify user for new message through browser API #59:
- Check if notifications API is supported
- Add a switch allowing the user to received notifications when new message is received
- Show notification when application is not visible (minimized or displaying another tab)
Bug fixes
-
Display invite guest link only if guest access (
hasGuestAccess
) is activated (if guest access was deactivated,/guest
route could not be resolved and threw an error) -
Do not load registered app until authenticated (prevent children components to use not initialized XMPP information)
Technical
- Update dev dependencies:
- Bump vite from 2.9 to 4.1
- Bump plugin-vue from 2.3 to 4.0
- Remove some dev dependencies
- Update dependencies:
- Bump filesize from 9.0 to 10.0
- Bump nanoid from 3.3 to 4.0
- Refactor router (remove next(), as per Vue RFC 37)