Skip to content

v1.1.0

Compare
Choose a tag to compare
@jimmycallin jimmycallin released this 19 Dec 13:54
· 164 commits to main since this release
f021ef5

What's Changed

Highlights

  • feat: Support use blob to createComponent by @WaylonFtrack in #20
  • fix: remove lodash functions to decrease bundle size by @gismya in #37
  • build: upgraded vite to 4.0, which means that it no longer transpiles nullish coalescing and optional chaining. You will need to make sure your build pipeline supports these natively.

Misc changes

  • Configure Renovate by @renovate in #7
  • chore: Update CI with new actions and change renovate schedule by @jimmycallin in #25
  • fix: fix typing of createComponent by @WaylonFtrack in #28
  • fix: breaking documentation build due to extentions change in README file by @hdd in #30
  • test: Migrate from mocha to vitest by @jimmycallin in #29
  • test: Updated unit test to match the API output by @gismya in #33
  • chore(deps): updated dependencies

New Contributors

Full Changelog: v1.0.0...v1.1.0