- 5f49e9b: test fix
- f187824: test fix
- 94b5e28: Added experimental
async
mode
- 6631ede: useInitData returns undefined if window is unavailable
- 1e3beb1: Update docs
- f705506: Fix signature bug
- e4b17fb: Fix types
- e856e14: Fix bug with types
- c28cc2e: useWebApp hook
- 0339c94: Added
useCloudStorage
that providesCloudStorage
object as Promise functions - 1589011: Added useInitData hook
- 54f5400: Fix smoothButtonsTransition restore state after refresh page
- bcf3a0e: Added props
disabled
to MainButton component. It is just an alias on theMainButtonProps.disable
Propsdisable
marked as deprecated and will be removed
- 05d7b34: - Reduced default value for
smoothButtonsTransitionMs
- 24545c3: Fix package missed export types
- 4084742: - Have added unnecessary provider
WebAppProvider
- Fixed all components to works inside
WebAppProvider
- Fix incorrect types
useExpand
- Added
smoothButtonsTransition
options toWebAppProvider
- Fixed all components to works inside
- 3221966: Support dynamic webApp in context
- 5e82b6c: Fix documentation format
- 0bc91cf: Fix structure and types context
- c402a76: Added documentation for WebAppProvider
- 4f18299: Describe all WebApp types
- 111549b: Added jest tests for package and public api
- af6ccfb: Added useExpand hook, that hook provided isExpanded state, and expand() handle. Remove unsafe_useExpand
- ef7d3e9: Change readme
- 8af00e3: Added unsafe_useExpand hook
- dd8ab05: Update readme
- 5b1f85f: Added hook useReadTextFromClipboard, that provide function that read text from clipboard
- 2e16b48: Added hook useSwitchInlineQuery
- 458e93d: Added docs and demo, describes work useScanQrPopup hook
- c8b49cf: Added useScanQrPopup hook. This hook provide functions showScanQrPopup, closeScanQrPopup
- 9ed6405: Add useThemeParams hook
- 5a248e3: Fix .npmignore paths
- 7a5106c: Fix MainButton uniq effects
- 2006b71: Add docst and example with useHapticFeedback
- 92a21c9: Change interfeces
- dd146bc: Add useHapticFeedback hook
- 6a7c5b4: Add CRA demo webapp
- fdbfcc8: Fix window typed error
- 28c08e4: Add useShowPopup hook
- b7bfbcb: Add BackButton component
- 4e36d80: Update documentation
- 395c91f: Documentation fix
- 3f5bd48: Changes types, add documentation
- 81546ee: Add docs pages
- 6e8043f: Fix ci files, add README and LICENCE
- ea7807b: Inited project and added MainButton component