Releases: pcbowers/sanity-plugin-tags
Releases · pcbowers/sanity-plugin-tags
2.1.1
2.1.0
2.0.2
What's Changed
- Update README.md by @Mtillmann in #25
- styled-components ^v6.0.0 by @doesnotexist in #26
New Contributors
- @Mtillmann made their first contribution in #25
- @doesnotexist made their first contribution in #26
Full Changelog: 2.0.1...2.0.2
2.0.1
v2.0.1 Update to Sanity v3 🥳
Thanks for your hard work on this one @LeoBakerHytch!
What's Changed
- feat: ✨ Upgrade to be compatible with Sanity v3 by @LeoBakerHytch in #19
New Contributors
- @LeoBakerHytch made their first contribution in #19
Full Changelog: 1.5.0...2.0.1
1.5.0
1.4.1
1.4.0
1.3.0
v1.3.0 | Improved Bundle Size, Linting, & Performance
This release dramatically decreased the overall bundle size along with several other changes to improve overall development.
- Added eslint
- Added Vite as the package bundler
- Corrected dependencies, devDependencies, and peerDependencies
- Ensured all files properly matched the new eslint rules
What's Changed
New Contributors
Full Changelog: 1.2.0...1.3.0
1.2.0
v1.2.0 | Code Splitting, Typescript, and Other Refactors ♻️
This release comes with a full refactor of the plugin. The following items were changed:
- A
utils
folder was added with several hooks, mutators, observables, and helper functions to decrease the size of the Input Component. - Typescript types were full implemented across every variable, including
parts
modules to improve IntelliSense. - Typescript overloads were also added to several functions for similar reasons.
- Any previous observable implementations were improved with better typing and custom pipes.
- Overall redundancy was improved across all functions, and several implementations were abstracted into their own functions.
- Types were added globally to reduce import and export statements.
Full Changelog: 1.1.7...1.2.0