Releases: RAprogramm/telegram-webapp-sdk
v0.10.0
v0.9.1
v0.9.0
[0.9.0] - 2026-05-13
Added
-
feat sync Bot API 9.6 add requestChat remove phantom methods (#186)
-
feat add invokeCustomMethod close_with_options try_browser and webapp property getters (#197)
-
feat async API for one-shot WebApp callbacks via JsFuture (#207)
-
feat add reactive Leptos hooks use_viewport use_theme use_safe_area (#211)
-
feat add reactive Yew hooks use_viewport use_theme use_safe_area (#213)
-
feat: add BackButton and SettingsButton components for Leptos and Yew (#217)
CI/CD
- deps(ci): bump softprops/action-gh-release from 2 to 3 (#180)
Bumps softprops/action-gh-release from 2 to 3. - Release notes
- Changelog
- Commits
updated-dependencies:
-
dependency-name: softprops/action-gh-release
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -
deps(ci): bump codecov/codecov-action from 5 to 6 (#178)
Bumps codecov/codecov-action from 5 to 6.
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Changed
-
test add wasm-bindgen-test coverage for dom Document and ElementExt (#193)
-
test backfill coverage for viewport dialogs and content safe area event (#201)
-
refactor replace cb.forget leaks with Closure::once_into_js for one-shot callbacks (#203)
Dependencies
- deps(cargo)(deps): bump toml (#173)
Bumps the cargo-minor-patch group with 1 update in the / directory: toml.
Updatestomlfrom 1.0.4+spec-1.1.0 to 1.0.6+spec-1.1.0 - Commits
updated-dependencies:
- dependency-name: toml
dependency-version: 1.0.6+spec-1.1.0
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-minor-patch
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixed
- fix wrap show_scan_qr_popup text in params object (#195)
Maintenance
-
chore remove dead dom event module and empty frontend features (#189)
-
chore release 0.6.0 (#191)
-
chore release 0.7.0 bump MSRV to 1.95.0 (#199)
-
chore release 0.7.1 (#205)
-
chore release 0.8.0 (#209)
Release
- chore: release 0.9.0 (#215)
0.4.0
What's Changed
- deps(cargo)(deps): bump the cargo-minor-patch group across 1 directory with 2 updates by @dependabot[bot] in #159
- deps(ci): bump actions/checkout from 5 to 6 by @dependabot[bot] in #158
- deps(cargo)(deps): bump reqwest from 0.12.24 to 0.12.25 in the cargo-minor-patch group across 1 directory by @dependabot[bot] in #160
- refactor: auto-parse MSRV badge from Cargo.toml by @RAprogramm in #162
- deps(cargo)(deps): bump the cargo-minor-patch group across 1 directory with 3 updates by @dependabot[bot] in #163
- deps(cargo)(deps): bump the cargo-minor-patch group across 1 directory with 2 updates by @dependabot[bot] in #164
- deps(cargo)(deps): bump serde_json from 1.0.147 to 1.0.148 in the cargo-minor-patch group across 1 directory by @dependabot[bot] in #165
- deps(cargo)(deps): bump the cargo-minor-patch group across 1 directory with 2 updates by @dependabot[bot] in #166
- deps(cargo)(deps): bump wasm-bindgen-test from 0.3.56 to 0.3.58 in the cargo-minor-patch group across 1 directory by @dependabot[bot] in #167
- deps(cargo)(deps): bump regex from 1.12.2 to 1.12.3 in the cargo-minor-patch group across 1 directory by @dependabot[bot] in #169
- deps(cargo)(deps): bump bytes from 1.11.0 to 1.11.1 by @dependabot[bot] in #168
Full Changelog: v0.3.0...0.4.0
v0.3.1
[0.3.1] - 2025-12-15
Changed
- docs: add Wiki badge to README
v0.3.0
v0.2.18
v0.2.17
v0.2.16
Fixed
- Made
use_telegram_contextYew hook reactive to properly handle cases when
the Telegram SDK initializes after component mount. The hook now uses
requestAnimationFrameto efficiently poll for context availability and
automatically updates when the context becomes ready (#141, #142)
Full Changelog: v0.2.15...v0.2.16
v0.2.15
Fixed
- Restored compatibility with the latest nightly toolchains by probing support
fordoc_cfganddoc_auto_cfg, ensuring docs.rs builds succeed after the
upstream removal ofdoc_auto_cfg.
Changed
- Emitted explicit
cargo:rustc-check-cfgdeclarations for both documentation
capability flags so that future compilers surface helpful diagnostics when
the build script conditions fall out of sync.