Skip to content

1.2.0

Compare
Choose a tag to compare
@pcbowers pcbowers released this 02 Apr 01:27
· 40 commits to main since this release

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