Releases: sanity-io/plugin-kit
Releases · sanity-io/plugin-kit
v3.1.2
v3.1.1
v3.1.0
v3.0.0
3.0.0 (2023-01-02)
⚠ BREAKING CHANGES
emitDeclarationOnly
is now a required compiler option.
Runplugin-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.
Runplugin-kit verify-package
to get hints about how to apply required changes.outDir
is now required intsconfig.json
. Runplugin-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: