Skip to content

misc. fixes and better snabbdom support

Choose a tag to compare

@tdumitrescu tdumitrescu released this 23 Feb 00:33
· 79 commits to master since this release
  • snabbdom mode now defaults to passing through attributes directly, to take advantage of snabbdom-specific modules notations such as objects for props and attrs
  • snabbdom mode now supports literal/raw HTML imports
  • "falsey" values returned from buffered code are now output, so e.g. span= 0 ultimately becomes <span>0</span>