Skip to content

TypeScript version alpha version

Latest
Compare
Choose a tag to compare
@thednp thednp released this 26 Dec 18:09
· 83 commits to master since this release

5.0.0 Changes

Typescript

All components, utilities, tooling, testing is 100% TypeScript sourced.

Tooltip/Popover

  • simplified Tooltip/Popover positioning code
  • deprecated the container option

Other

  • updated tests
  • updated dependencies
  • updated tooling, replaced Rollup with Vite
  • added Prettier
  • code cleanup and minor fixes