Skip to content

Releases: sanity-io/plugin-kit

v3.1.0

04 Jan 13:01
Compare
Choose a tag to compare

3.1.0 (2023-01-04)

Features

  • verify that no duplicate prettier or eslint config exits (78eb114)

This release is also available on:

v3.0.0

02 Jan 14:19
Compare
Choose a tag to compare

3.0.0 (2023-01-02)

⚠ BREAKING CHANGES

  • emitDeclarationOnly is now a required compiler option.
    Run plugin-kit verify-package to get hints about how to apply required changes.
  • rootDir is now expected to be set to the root directory of the project.
    Run plugin-kit verify-package to get hints about how to apply required changes.
  • outDir is now required in tsconfig.json. Run plugin-kit verify-package to
    get hints about how to apply required changes.

Features

  • add a ui preset (776950e)
  • initialize with format script (9d753c2)
  • optional outDir directory (13ef06e)
  • run pkg-utils in strict mode (4ec8613)
  • validate emitDeclarationOnly compiler option (d60d46e)
  • validate presence of outDir in tsconfig (89d0978)

Bug Fixes

  • correct typos and formatting (6dc04be)
  • deps: install latest dependencies (819efff)
  • deps: upgrade to @sanity/pkg-utils@2 (7d1d7e6)
  • final newline (2109f76)
  • format comment in .gitignore (9dae13d)
  • format readmes and examples (6d26a0c)
  • install styled-components (446bf14)
  • remove jsx validation (6617a04)

Code Refactoring

  • expect rootDir to be set to root directory (41cd4ef)

This release is also available on:

v2.2.0

07 Dec 12:38
Compare
Choose a tag to compare

2.2.0 (2022-12-07)

Features

  • added ui-workshop preset (d9a1ec5)

This release is also available on:

v2.1.19

01 Dec 00:06
Compare
Choose a tag to compare

2.1.19 (2022-12-01)

Bug Fixes

  • docs: sanity dev instead of sanity start (f068ad8)

This release is also available on:

v2.1.18

30 Nov 20:33
Compare
Choose a tag to compare

2.1.18 (2022-11-30)

Bug Fixes

  • use sanity ^3.0.0 and @sanity/ui ^1.0.0 for plugins (9f2c6c6)

This release is also available on:

v2.1.17

22 Nov 19:45
Compare
Choose a tag to compare

2.1.17 (2022-11-22)

Bug Fixes

  • workflow manual trigger now includes branch name om run-name (0596fdf)

This release is also available on:

v2.1.16

16 Nov 12:35
Compare
Choose a tag to compare

2.1.16 (2022-11-16)

Bug Fixes

  • docs: quickstart correction (02a0fa4)

This release is also available on:

v2.1.15

16 Nov 11:14
Compare
Choose a tag to compare

2.1.15 (2022-11-16)

Bug Fixes

  • docs: added more details on inject command (9f0d3ae)

This release is also available on:

v2.1.14

15 Nov 23:14
Compare
Choose a tag to compare

2.1.14 (2022-11-15)

Bug Fixes

  • deps: update dependency get-it to v7 (#28) (9928b10)
  • deps: update dependency git-user-info to v2 (#20) (71ea801)
  • deps: update dependency npm-packlist to v7 (#33) (bb883c8)
  • deps: update dependency postcss to ^8.4.19 (#45) (21a7c0c)
  • deps: update dependency validate-npm-package-name to v5 (#37) (4005536)
  • show correct yalc command for both npm and yarn (47ac2a0)
  • support how renovatebot generate lockfiles (#47) (160e64b)

This release is also available on:

v2.1.13

15 Nov 10:44
Compare
Choose a tag to compare

2.1.13 (2022-11-15)

Bug Fixes

  • shortened the V3 banner and added it to init readme (31757d7)

This release is also available on: