Skip to content

v1.20

Choose a tag to compare

@zaiste zaiste released this 16 Nov 08:29
· 217 commits to main since this release
f01b9a7

New Features

  • Automatically set the correct instance URL in SALEOR_API_URL when using saleor store create --demo
  • Introduced the --example argument for the saleor app create. You can now quickly use our app examples as a starting point when building Saleor Apps
saleor app create --example external-webhook

If you pass this argument without its value, we will display a list of existing examples to choose from

saleor app create --example

CleanShot 2022-11-22 at 13 38 25@2x

Improvements

  • saleor env switch can now accept the environment name as input
  • reorganised the message display through the entire app, for better terminal compatibility we use alternate symbols while Unicode is not supported
  • we now inform that there is a built-in tunnel when creating a new Saleor App
    CleanShot 2022-11-22 at 13 47 20@2x
  • if there is just one organization or just one environment, it gets automatically selected during the prompt for convenience
  • we eliminated the direct calls to get the API instance endpoint. Instead, we use the middleware stack and harmonised the approach
  • we improved the watch mode in development with esbuild
  • we now display the Dashboard URL when the saleor app tunnel is run

We have added the additional line with link to the app in the Dashboard. It's handy to find the app among many App installs or instances. The link provides the App id in the URL.

CleanShot 2022-11-22 at 13 42 35@2x

  • we improved the system login status for different providers (saleor status)

Previously it verified the presence of the tokens in the configuration file to display the status of the connection.

Right now we verify the token validity. We also store the environment name along with the Saleor token. This allows to automatically pick the proper Cloud environment (useful for the Saleor team).

CleanShot 2022-11-22 at 11 56 25@2x

Fixes

  • fix the instance endpoint for saleor app list

Full Changelog: 1.19.0...1.20.0