Skip to content

Latest commit

 

History

History
189 lines (106 loc) · 11.6 KB

File metadata and controls

189 lines (106 loc) · 11.6 KB

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.1 (2022-11-25)

Bug Fixes

  • deps: sanity ^3.0.0 (works with rc.3) (7916ec7)

2.0.0 (2022-11-17)

⚠ BREAKING CHANGES

  • this version does not work in Sanity Studio v2
  • v3 version

Features

  • initial Sanity Studio v3 release (6e93d7d)
  • initial V3 version (d73b762)

Bug Fixes

  • compiled for sanity 3.0.0-rc.0 (ad97473)
  • deps: dev-preview.21 (c2fe409)
  • deps: dev-preview.22 (5cf5e49)
  • deps: pin dependencies (#23) (42c4755)
  • deps: pkg-utils & @sanity/plugin-kit (c36cb83)
  • deps: sanity 3.0.0-dev-preview.17 (8d66211)
  • deps: update dependency object-hash to v3 (#24) (9620d89)
  • deps: update sanity-ui-pin (#28) (838b9e7)
  • docs: use defineConfig in example (284d2be)
  • update peerDependencies (4fdb76a)
  • v3 version (ed8b793)

2.0.0-v3-studio.7 (2022-11-04)

Bug Fixes

  • deps: pkg-utils & @sanity/plugin-kit (c36cb83)

2.0.0-v3-studio.6 (2022-11-04)

Bug Fixes

2.0.0-v3-studio.5 (2022-11-03)

Bug Fixes

  • compiled for sanity 3.0.0-rc.0 (ad97473)

2.0.0-v3-studio.4 (2022-10-27)

Bug Fixes

2.0.0-v3-studio.3 (2022-10-07)

Bug Fixes

2.0.0-v3-studio.2 (2022-09-15)

Bug Fixes

  • deps: sanity 3.0.0-dev-preview.17 (8d66211)

2.0.0-v3-studio.1 (2022-09-02)

⚠ BREAKING CHANGES

  • v3 version

Features

Bug Fixes

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.1 (2022-01-03)

Bug Fixes

  • correctly namespace deployment target _ids (cd97cd3)

1.1.0 (2021-03-25)

Features

  • use API-versioned client if available (44ca27f)

1.0.0 (2021-03-24)

⚠ BREAKING CHANGES

  • Deployment targets are now configured within sanity - please remove any vercel related configuration you may have stored inside your dashboard config file. Support for forcing small layout has also been (temporarily) dropped.

Features

  • store tokens in a namespaced sanity document, add support for multiple deploy targets (a1a3446)

Bug Fixes

  • add eventless transitions to deployment target list machine (7a6d921)
  • set correct form defaults, update input descriptions, include target name in deploy button (bf10600)

0.1.5 (2021-01-23)

0.1.4 (2021-01-15)

0.1.3 (2020-11-23)

Bug Fixes

  • add babel plugin-transform-runtime (7a5ad89)

0.1.2 (2020-11-23)

Bug Fixes

  • don't return an empty array prior to aliases being fetched (856be29)

0.1.1 (2020-11-21)

Bug Fixes

0.1.0 (2020-11-21)

0.0.6 (2020-11-21)

Features

  • allow deployLimit to be user configurable, minor cleanup" (d15f4a8)

Bug Fixes

  • correctly show cancelled dot color (5045a3d)

0.0.5 (2020-11-20)

Features

  • make deployHook optional, show error snackbar on refresh error, add deployment skeleton" (a24071e)

0.0.4 (2020-11-20)

Features

  • create dedicated cell components, force cell widths, minor cleanup (fb4b36a)
  • display configuration error message, store config error in machine context (e8ce270)

Bug Fixes

  • add delay to DEPLOYED event before forcing refresh (cd104fc)

0.0.3 (2020-11-19)

Features

  • add initial xstate machines, use react-query (ffff751)
  • add xstate deploy machhine, pull config values from sanity, add run-time config checking" (6c940cb)

0.0.2 (2020-11-11)

Features

  • add commitizen, standard-release and husky (160646c)