Skip to content

0.7.0

Compare
Choose a tag to compare
@rmorshea rmorshea released this 15 May 05:04

IDOM now officially supports referencing arbitrary ES modules as part of its layouts. See the docs for more info.

This release also includes a few other quality of life improvements:

  • the vdom() constructor now supports passing children as positional arguments outside of a list. This comes with the caveat that element attributes must not contain a tagName key (which seems like a reasonable concession).
  • update calls can now be made from within separate threads. This means when you define an element with run_in_executor=True you'll be able to update it later. Until now updates had to be managed from the thread where the layout's event loop was.