Skip to content

Latest commit

 

History

History
90 lines (36 loc) · 2.94 KB

CHANGELOG.md

File metadata and controls

90 lines (36 loc) · 2.94 KB

0.4.0 (2024-01-28)

Bug Fixes

Features

  • move DOM SSR to wesc/dom submodule (5e76fa0)

0.3.3 (2023-10-14)

Bug Fixes

  • add event methods to globalThis. closes #4 (d174a6e)
  • move recursive renderChildren call after appendChild (#3) (5fe5aef)

0.3.2 (2023-07-18)

Bug Fixes

  • React children render bug (3fea989)

0.3.1 (2023-07-18)

Bug Fixes

0.3.0 (2023-07-16)

Bug Fixes

  • improve React node resolver (7005536)
  • pass options to renderToStream (f0db21a)
  • render race condition and mutation bug (b3250ee)

Features

0.2.0 (2023-07-02)

Bug Fixes

  • package lock (updated Next.js settings) (38b9d95)

Features

0.1.0 (2023-07-01)

Bug Fixes

  • add web component SSR module (be96b3c)
  • linkedom bug, add lint / WCC tests (f1fddcc)
  • make React module lighter client side (4f36f6e)

Features

  • add react module, add unshim (fc4efee)