Releases: vkruglikov/react-telegram-web-app
Releases · vkruglikov/react-telegram-web-app
v2.1.6
Patch Changes
- 6631ede: useInitData returns undefined if window is unavailable
v2.2.0
Minor Changes
- 0339c94: Added
useCloudStorage
that provides CloudStorage
object as Promise functions
- 1589011: Added useInitData hook
v2.1.1
Patch Changes
- 54f5400: Fix smoothButtonsTransition restore state after refresh page
v2.1.0
Minor Changes
- bcf3a0e: Added props
disabled
to MainButton component. It is just an alias on the MainButtonProps.disable
Props disable
marked as deprecated and will be removed
Patch Changes
- 05d7b34: - Reduced default value for
smoothButtonsTransitionMs