Skip to content

Releases: pcbowers/sanity-plugin-tags

2.1.1

04 Dec 15:20
e684d41
Compare
Choose a tag to compare

What's Changed

  • fix: 💚 Dark Mode Support by @ryjac in #36

Full Changelog: 2.1.0...2.1.1

2.1.0

05 Nov 14:51
f94db97
Compare
Choose a tag to compare

What's Changed

  • fix: 💚 Dropdown menu no longer overlaps with background items by @ryjac in #35

New Contributors

  • @ryjac made their first contribution in #35

Full Changelog: 2.0.2...2.1.0

2.0.2

09 May 13:03
f8cf6d2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

02 Mar 18:46
dbaab58
Compare
Choose a tag to compare

v2.0.1 Update to Sanity v3 🥳

Thanks for your hard work on this one @LeoBakerHytch!

What's Changed

New Contributors

Full Changelog: 1.5.0...2.0.1

1.5.0

26 Apr 20:19
156e24e
Compare
Choose a tag to compare

v1.5.0 | Added checkValid Option

This option allows one to validate the created tags before one tries to create them.

What's Changed

  • feat: ✨ Added a new 'check valid' feature by @pcbowers in #9

Full Changelog: 1.4.1...1.5.0

1.4.1

26 Apr 18:34
4af1a28
Compare
Choose a tag to compare

v1.4.1 Update Dependencies

Added sanity v3 as a peer dependency on top of v2. Hopefully resolves any peer dependency conflicts.

What's Changed

  • build: ⬆️ Upgrade sanity to version 3 by @pcbowers in #7

Full Changelog: 1.4.0...1.4.1

1.4.0

15 Apr 16:30
94244d3
Compare
Choose a tag to compare

v1.4.0 | ES5 Transpilation

What's Changed

  • build: 🚨 Added Transpilation to ES5 by @pcbowers in #5

Full Changelog: 1.3.0...1.4.0

1.3.0

05 Apr 18:05
Compare
Choose a tag to compare

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

  • perf: ⚡ Improved Bundle Size and Performance by @pcbowers in #3

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

02 Apr 01:27
Compare
Choose a tag to compare

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

1.1.7

30 Mar 18:14
Compare
Choose a tag to compare

v1.1.7

Shrunk the package size considerably by removing the docs.

Full Changelog: 1.1.6...1.1.7