Skip to content

Releases: redneckz/uni-jsx

2.5.5

31 Mar 08:12
Compare
Choose a tag to compare

Fixed:

  • useAsyncData hook state update strategy

2.5.4

10 Mar 11:30
Compare
Choose a tag to compare

New:

  • Support of in-memory cache for useAsyncData hook

Fixed:

  • useEffect hook on Nuxt/SSR

2.3.3

28 Dec 10:25
Compare
Choose a tag to compare

New:

  • Preact + Next.js support
  • Full support of functional universal components with hooks (stateful)
  • React-like hooks for Vue3: useState, useEffect, useLayoutEffect, useCallback, useMemo, useRef
  • Refs to native DOM nodes for Vue3 (by means of useRef hook)
  • useSWR-like hook useAsyncData

Fixed:

  • SSR check inside Vue3 useEffect hook