Skip to content

Releases: saleor/app-sdk

0.26.0

13 Jan 16:47
Compare
Choose a tag to compare

Breaking changes:

The new version introduces new fields to the AuthData interface. After updating the SDK version, reinstallation of the apps in your Saleor instances will be required to populate saved tokens.

Updated documentation is available here

  • REST APL has been removed

Chenges:

0.26.0-4

13 Jan 15:37
Compare
Choose a tag to compare
0.26.0-4 Pre-release
Pre-release

0.26.0-3

12 Jan 15:14
Compare
Choose a tag to compare
0.26.0-3 Pre-release
Pre-release
  • Rename api url field in the Cloud APL (#146) (bc622dd)

0.26.0-2

12 Jan 12:51
Compare
Choose a tag to compare
0.26.0-2 Pre-release
Pre-release

0.26.0-1

12 Jan 12:42
Compare
Choose a tag to compare
0.26.0-1 Pre-release
Pre-release

0.25.1

11 Jan 11:57
Compare
Choose a tag to compare
  • Restrict VercelAPL reinstallations to the same domain (#141) (58244a4)

0.25.0

12 Dec 10:55
Compare
Choose a tag to compare

Changes

  • During registration, the app validates token from the handshake
  • Add experimental useAuthenticatedFetch (undocumented till officially tested)

What's Changed

Full Changelog: v0.24.0...v0.25.0

0.24.0

06 Dec 09:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.0...v0.24.0

0.24.0-0

29 Nov 17:53
Compare
Choose a tag to compare
0.24.0-0 Pre-release
Pre-release

0.23.0

23 Nov 16:45
Compare
Choose a tag to compare

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

Full Changelog: v0.20.1...v0.23.0