@tivio/sdk-react 3.1.2 → 3.1.3

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  ## Changelog
4
4
 
5
5
  * UNRELEASED
6
+ * v3.1.3
7
+ * patch: Hotfix made sure disabled Tivio does not break React Native
6
8
  * v3.1.2
7
9
  * patch: Allow `conf` prop of `TivioProvider` to be `null` or `undefined` in order to turn off Tivio
8
10
  * v3.1.1
package/README.md.bak CHANGED
@@ -3,6 +3,9 @@
3
3
  ## Changelog
4
4
 
5
5
  * UNRELEASED
6
+ * v3.1.3
7
+ * patch: Hotfix made sure disabled Tivio does not break React Native
8
+ * internal: Fixed conf.bundleUrlOverride error handling
6
9
  * v3.1.2
7
10
  * patch: Allow `conf` prop of `TivioProvider` to be `null` or `undefined` in order to turn off Tivio
8
11
  * internal: Added `runFeatureSupportCheck` to `TivioProvider`