Skip to content

Releases: iksaku/inertia-adapter-solid

0.2.0

23 Mar 19:31
cead916
Compare
Choose a tag to compare

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
141c9c2
Compare
Choose a tag to compare

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
75d927a
Compare
Choose a tag to compare

Fixes

  • (f4981ce) Return head tags as array instead of string. Fixes #14

0.1.7

04 Jul 03:43
fdad291
Compare
Choose a tag to compare

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
28d72f7
Compare
Choose a tag to compare

Changes

  • (28d72f7) enhance(api): Export inertia's router from adapter

0.1.5

22 May 02:43
8fa15a3
Compare
Choose a tag to compare

Fixes

  • (8fa15a3) bug: Link component not accepting Solid's custom attributes

0.1.4

21 May 23:52
8f11095
Compare
Choose a tag to compare

Fixes

  • (42cc11a) bug: SSR page data not escaped correctly

0.1.3

19 May 23:40
fd077e8
Compare
Choose a tag to compare

Fixes

  • (be7ec7b) Fix component layout checks

0.1.2

18 May 23:58
f608980
Compare
Choose a tag to compare

Push updated assets missing from v0.1.1.

0.1.1

18 May 23:51
dc7c40f
Compare
Choose a tag to compare

Fixes

  • (a3cc482) Fixed useForm().clearErrors() not honoring arguments
  • (#2) Fixed persistent layouts not "persisting"