-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #482 from Telegram-Mini-Apps/feature/mini-app-bott…
…om-bar Add bottom bar functionality. Export Secondary Button and add related docs
- Loading branch information
Showing
25 changed files
with
3,096 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@telegram-apps/bridge": minor | ||
--- | ||
|
||
- Add `web_app_set_bottom_bar_color` in `supports` | ||
- Widen type for `web_app_set_background_color.color` | ||
- Add `web_app_setup_secondary_button.position` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@telegram-apps/sdk": minor | ||
--- | ||
|
||
- Enhance the Secondary Button with the `position` signal. Export the component | ||
- Add bottom bar related functionality in the Mini App component |
Oops, something went wrong.