Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.01 KB

CHANGELOG.MD

File metadata and controls

54 lines (30 loc) · 1.01 KB

Changelog

[2.3.3] - 2022-12-7

Fix

  • Add SSR check in Vue useEffect hook

[2.3.2] - 2022-12-1

Update

  • Update docs

[2.3.1] - 2022-11-25

Fix

  • Remove setup.pnext function
  • Fix setup.preact function (now for both Next.js + Preact and Preact)

[2.3.0] - 2022-11-25

New

  • Support of Preact + Next.js (setup.pnext function)

[2.2.0] - 2022-11-21

New

  • Support of Preact (setup.preact function)

[2.1.7] - 2022-11-12

New

  • Support of refs to native DOM nodes (by means of useRef hook)

[2.1.6] - 2022-10-21

New

  • Full support of functional universal components with hooks (stateful)
  • React-like hooks for Vue3: useState, useEffect, useLayoutEffect, useCallback, useMemo, useRef
  • useSWR-like hook useAsyncData

[1.0.0] - 2022-07-25

Breaking changes

  • Npm workspaces instead of yarn workspaces
  • New contract for universal components (README.MD)
  • New demos (Next.js and Nuxt)