Releases: iksaku/inertia-adapter-solid
Releases · iksaku/inertia-adapter-solid
0.2.0
What's Changed
- Support Solidjs ^1.8 and Solidjs/Meta ^0.29
Full Changelog: 0.1.9...0.2.0
0.1.9
What's Changed
<Link>
does not ignore the onClick
event handler by @apademide in #5
New Contributors
Full Changelog: 0.1.8...0.1.9
0.1.8
Fixes
- (f4981ce) Return head tags as array instead of string. Fixes #14
0.1.7
Changes
- (73c83b2) Migrate
useRemember()
to signals
- (4b5c962) Improve
useForm()
internals. Remove dependency from @solid-primitives/deep
Fixes
- (d3b536c) Prevent Axios from bundling when using
useForm()
with SSR
0.1.6
Changes
- (28d72f7) enhance(api): Export inertia's router from adapter
0.1.5
Fixes
- (8fa15a3) bug: Link component not accepting Solid's custom attributes
0.1.4
Fixes
- (42cc11a) bug: SSR page data not escaped correctly
0.1.3
Fixes
- (be7ec7b) Fix component layout checks
0.1.2
Push updated assets missing from v0.1.1.
0.1.1
Fixes
- (a3cc482) Fixed
useForm().clearErrors()
not honoring arguments
- (#2) Fixed persistent layouts not "persisting"