Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing SDK functionality #479

Merged
merged 18 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
1a843a0
feat(sdk): implement shareStory method
heyqbnk Oct 1, 2024
c763acd
docs(sdk): add shareStory method docs
heyqbnk Oct 1, 2024
74d91db
docs(methods): add web_app_share_to_story and web_app_setup_secondary…
heyqbnk Oct 1, 2024
4af4ae1
docs(methods): add has_shine_effect option information in web_app_set…
heyqbnk Oct 1, 2024
fa8a7b7
docs(events): add secondary_button_pressed docs
heyqbnk Oct 1, 2024
d759840
feat(sdk): add shine effect in Main Button
heyqbnk Oct 1, 2024
1905781
docs(sdk): add shine effect information in Main Button
heyqbnk Oct 1, 2024
b008c11
tests(sdk): add hasShineEffect tests
heyqbnk Oct 1, 2024
03d61af
fix(sdk,main-button): set proper background color, text and text colo…
heyqbnk Oct 1, 2024
d25c4e5
feat(bridge): add web_app_set_bottom_bar_color typings
heyqbnk Oct 1, 2024
696a8ea
docs(methods): add web_app_set_bottom_bar_color information
heyqbnk Oct 1, 2024
a184dbb
docs(theming): add bottom_bar_bg_color color example
heyqbnk Oct 1, 2024
59c099a
feat(types): add bottomBarBgColor value in ThemeParamsKey
heyqbnk Oct 1, 2024
58e797d
feat(sdk,theme-params): add bottomBarBgColor signal
heyqbnk Oct 1, 2024
5435a57
feat(sdk): export theme's bottom bar bg color signal. Re-export Botto…
heyqbnk Oct 1, 2024
b27e6fa
docs(changeset): Add bottomBarBgColor to ThemeParamsKey type
heyqbnk Oct 1, 2024
74dfc59
docs(changeset): Add web_app_set_bottom_bar_color method typings. Add…
heyqbnk Oct 1, 2024
baa1994
docs(changeset): - Add the Main Button `hasShineEffect` signal.
heyqbnk Oct 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/tricky-owls-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@telegram-apps/sdk": minor
---

- Add the Main Button `hasShineEffect` signal.
- Fix the Main Button default values closer to the Telegram SDK's.
- Add Theme Params `bottomBarBgColor` signal.
- Implement `shareStory` function.
5 changes: 5 additions & 0 deletions .changeset/tricky-worms-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@telegram-apps/bridge": minor
---

Add web_app_set_bottom_bar_color method typings. Add BottomBarColor type.
5 changes: 5 additions & 0 deletions .changeset/young-houses-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@telegram-apps/types": patch
---

Add bottomBarBgColor to ThemeParamsKey type
Loading