Releases: iksaku/inertia-adapter-solid
Releases · iksaku/inertia-adapter-solid
0.3.0
11 Oct 06:47
Compare
Sorry, something went wrong.
No results found
What's Changed
Setup playground for Development.
Improved persistent layout implementation.
Fixed <Link />
data not being reactive.
Enhanced useForm()
.
Warning
Starting with this version, we're deprecating direct access of form data via useForm()
.
As an example, let's say your code is something like:
const form = useForm ( { userId : 1 } )
Previously, it was allowed to access its properties directly:
Going forward, this style is deprecated in favor of accessing form data via data
reactive property:
console . log ( form . data . userId )
Change is expected to take full effect when releasing the v1.0 of the adapter.
Full Changelog : 0.2.0...0.3.0
0.2.0
23 Mar 19:31
Compare
Sorry, something went wrong.
No results found
What's Changed
Support Solidjs ^1.8 and Solidjs/Meta ^0.29
Full Changelog : 0.1.9...0.2.0
0.1.9
16 Feb 22:36
Compare
Sorry, something went wrong.
No results found
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
24 Oct 02:55
Compare
Sorry, something went wrong.
No results found
Fixes
(f4981ce ) Return head tags as array instead of string. Fixes #14
0.1.7
04 Jul 03:43
Compare
Sorry, something went wrong.
No results found
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
23 May 00:01
Compare
Sorry, something went wrong.
No results found
Changes
(28d72f7 ) enhance(api): Export inertia's router from adapter
0.1.5
22 May 02:43
Compare
Sorry, something went wrong.
No results found
Fixes
(8fa15a3 ) bug: Link component not accepting Solid's custom attributes
0.1.4
21 May 23:52
Compare
Sorry, something went wrong.
No results found
Fixes
(42cc11a ) bug: SSR page data not escaped correctly
0.1.3
19 May 23:40
Compare
Sorry, something went wrong.
No results found
Fixes
(be7ec7b ) Fix component layout checks
0.1.2
18 May 23:58
Compare
Sorry, something went wrong.
No results found
Push updated assets missing from v0.1.1.