Releases: saleor/app-sdk
Releases · saleor/app-sdk
0.26.0
0.26.0-4
0.26.0-3
0.26.0-2
0.26.0-1
0.25.1
0.25.0
Changes
- During registration, the app validates token from the handshake
- Add experimental
useAuthenticatedFetch
(undocumented till officially tested)
What's Changed
- Add protected handler docs by @krzysztofwolski in #135
- Check app id during the registration by @krzysztofwolski in #136
- Add authenticated fetch by @lkostrowski in #138
Full Changelog: v0.24.0...v0.25.0
0.24.0
What's Changed
- Add protected handlers for next by @krzysztofwolski in #121
- Fix condition checking if domain or api url is provided by @lkostrowski in #127
- Change AppBridge interval to timeout by @lkostrowski in #128
- Add action that informs Dashboard that AppBridge is ready by @lkostrowski in #129
Full Changelog: v0.23.0...v0.24.0
0.24.0-0
0.23.0
New features
In app-sdk 0.21.0
, AppBridgeState contains the saleorApiUrl
param, which is the full URL to the graphQL endpoint (eg. https://xyz.saleor.cloud/graphql
).
The domain
param is preserved for backward compatibility.
This feature works with Dashboard 3.8.5
and newer. In older versions it will be ""
and domain
will be filled.
Full issue here
saleor/saleor-dashboard#2387
What's Changed
- Add doc about SaleorAsyncWebhook by @lkostrowski in #109
- Add saleorApiUrl state param to AppBridge by @lkostrowski in #114
- Copy readme on build by @lkostrowski in #119
Full Changelog: v0.20.1...v0.23.0