Skip to content

v0.16.0

Latest
Compare
Choose a tag to compare
@lxsmnsyc lxsmnsyc released this 23 Oct 06:44
· 6 commits to main since this release

Changes

  • Add solid-labels (#19)
    • This change separates the global type definition from the babel plugin.
    • This addition deprecates babel-plugin-solid-labels in favor of solid-labels/babel.
  • Add solid-labels as peer dependencies for the plugins.
  • Add prototype optimization for $getter, $setter and $property. (#18)
    • This optimization was inspired by Svelte 5 runes.

Migration

  • babelrc
    • Change target plugin from babel-plugin-solid-labels to solid-labels/babel
  • unplugin-solid-labels, rollup-plugin-solid-labels and vite-plugin-solid-labels
    • Add solid-labels as devDependency
  • Typescript
    • Change babel-plugin-solid-labels into solid-labels for <reference types> and types in tsconfig.

Full Changelog: v0.15.1...v0.16.0