@tivio/sdk-react 4.2.0 → 4.4.0

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -6,6 +6,21 @@ settings in the administration of Tivio Studio while having the freedom to build
6
6
 
7
7
  ## Changelog
8
8
 
9
+ * v4.4.0
10
+ * minor: PrimaryButton component props type set to any for now
11
+ * patch: isPurchasableAsVoucher added to PurchasableMonetization
12
+ * patch: voucherPurchase flag added to purchase overlays
13
+ * patch: item added to MonetizationsSelectOverlayData
14
+ * minor: added hungarian language to `LangCode` enum
15
+
16
+ * v4.3.0:
17
+ * minor: add GetPurchaseInfoResponse and PurchaseEndpointPayload to exported types
18
+ * minor: support for disabling purchase of specified subscriptions (new param in useOrganizationSubscriptions hook)
19
+ * minor: more specific PurchasableMonetization type usage instead of Monetization
20
+ * minor: monetization property deleted from Video type
21
+ * minor: monetization now has originalPrice and promotion properties available
22
+ * patch: remove not used OrganizationSubscriptionsContext, **this change requires bundle 3.20.0 or newer**
23
+
9
24
  * v4.2.0:
10
25
  * minor: fix useSearch loading type
11
26
  * patch: added italian language to `LangCode` enum
package/README.md.bak CHANGED
@@ -6,6 +6,21 @@ settings in the administration of Tivio Studio while having the freedom to build
6
6
 
7
7
  ## Changelog
8
8
 
9
+ * v4.4.0
10
+ * minor: PrimaryButton component props type set to any for now
11
+ * patch: isPurchasableAsVoucher added to PurchasableMonetization
12
+ * patch: voucherPurchase flag added to purchase overlays
13
+ * patch: item added to MonetizationsSelectOverlayData
14
+ * minor: added hungarian language to `LangCode` enum
15
+
16
+ * v4.3.0:
17
+ * minor: add GetPurchaseInfoResponse and PurchaseEndpointPayload to exported types
18
+ * minor: support for disabling purchase of specified subscriptions (new param in useOrganizationSubscriptions hook)
19
+ * minor: more specific PurchasableMonetization type usage instead of Monetization
20
+ * minor: monetization property deleted from Video type
21
+ * minor: monetization now has originalPrice and promotion properties available
22
+ * patch: remove not used OrganizationSubscriptionsContext, **this change requires bundle 3.20.0 or newer**
23
+
9
24
  * v4.2.0:
10
25
  * minor: fix useSearch loading type
11
26
  * patch: added italian language to `LangCode` enum