Skip to content

v0.1.5

Choose a tag to compare

@just214 just214 released this 27 Apr 13:54
· 8 commits to master since this release
  • Updated dependencies. be7f984
  • Merge pull request #3 from weltraumpirat/master d63f595
  • Bugfix: ref.current sometimes returns null on page refresh - conditional operator prevents undesired errors. 245c0ad
  • Bugfix: Adding selected directly to the <wired-listbox> web component results in it being rendered correctly. 59b1de3
  • Bugfix: Adding value directly to the <wired-item> web component results in it being rendered correctly. 0e25849
  • Bugfix: Adding the click handler per useCustomElement() leads to a multiplication of handlers - one eventlistener is added per render pass - and thus, a single click will cause many actions, e.g. when a form is updated via onChange() on input elements. c47b67a
  • Bugfix: Adding the click handler per useCustomElement() leads to a multiplication of handlers - one eventlistener is added per render pass - and thus, a single click will cause many actions, e.g. when a form is updated via onChange() on input elements. 0c445ac
  • Workaround to fix an issue that prevents className and style base properties from being forwarded to web components. See github.com/react/react/issues/4933 9e20317

v0.1.4...v0.1.5