@weavy/uikit-react 11.0.0 → 11.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -49,6 +49,8 @@ export default function App() {
49
49
 
50
50
  In your app.tsx or wherever you would like to add the Weavy Messenger:
51
51
 
52
+ > If you registered for a free account on <a href="https://get.weavy.io">get.weavy.io</a>, you can use the demo/test JWT token generated for you and use it in the `getToken` below and just return it as a string. But in a real application, this is typically fetched from a backend enpoint or similar that returns a valid JWT for your currently signed in user.
53
+
52
54
  ```js
53
55
  import React from 'react';
54
56
  import { WeavyClient, WeavyProvider, Messenger } from '@weavy/uikit-react';
@@ -107,4 +109,4 @@ Start your React app. You should see the Weavy Messenger component rendering a C
107
109
 
108
110
  ## Documentation
109
111
 
110
- To learn more about all the different components that you can use and how to setup the authentication flow, head over to our [Documentation site](https://https://www.weavy.com/docs/frontend)
112
+ To learn more about all the different components that you can use and how to setup the authentication flow, head over to our [Documentation site](https://weavy.com/docs/frontend/uikit-react)
package/changelog.md CHANGED
@@ -1,3 +1,7 @@
1
+ # Weavy 11.0.1 (2022-06-13)
2
+
3
+ * Added database compatibility level check for SQL Azure.
4
+
1
5
  # Weavy 11.0.0 (2022-06-13)
2
6
 
3
7
  * Added Weavy REST API.