Skip to content

v0.9.2

Compare
Choose a tag to compare
@pveyes pveyes released this 18 Feb 13:01
· 35 commits to master since this release
9982b03
  • Empty child for dangerouslySetChildren is now allowed

Previously, these don't work

htmr('<style></style>');
htmr('<script></script>', { dangerouslySetChildren: ['script'] });