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 ofsolid-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
tosolid-labels/babel
- Change target plugin from
unplugin-solid-labels
,rollup-plugin-solid-labels
andvite-plugin-solid-labels
- Add
solid-labels
asdevDependency
- Add
- Typescript
- Change
babel-plugin-solid-labels
intosolid-labels
for<reference types>
andtypes
intsconfig
.
- Change
Full Changelog: v0.15.1...v0.16.0