Releases: weavy/weavy-sln
Releases · weavy/weavy-sln
v4.0.1
- Added ability to update user profile when signing in via JWT
- Fixed an issue with uploading images when editing a Note.
- Fixed compilation warning that System.Web.Http could not be found.
- Removed invalid configuration for Microsoft.IdentityModel.Protocols from web.config
v4.0.0
- Fixed a realtime connection bug when connecting multiple clients at the same time.
- Fixed an issue with signing out when using the sso plugin.
- Client: Added .ajax(..) method in the client for easy access to server JSON endpoints.
- Client: .close() supports optional panelId to only close a specific panel
- Client: Fixed an issue with .sendToFrame() that caused an occational bug in sign-in
v3.0.1
v3.0.0
- Added support for custom Content controllers.
- Added support for custom icons.
- Added support for multi-colored icons.
- Added setting for specifying if app/folder should allow multiple items with same names.
- Added PushService for sending realtime updates to connected clients.
- Added SSO to the Widget
- Updated the Widget UI and API with many new features
- Refactored configuration settings
- Refactored search methods to allow strongly typed search results.