4 Commits

Author SHA1 Message Date
05f0e66a42 v0.0.10: Attempt to fix a bug, and added callback in customElement to trigger code after-render (renderCallback, in analogy with CustomElement's callbacks) 2020-03-29 19:37:54 +02:00
a757ae37b3 v0.0.7: Switched to lowercase decorators. 2020-02-26 16:27:24 +01:00
2b1846a008 Bugfix 2019-12-30 23:18:19 +01:00
4ca54727f1 Fixed a bug relating to custom-elements's first vnode where render(){ return <div class="example" /> } would set the example-class on the custom-element itself.
Added support for className and style similar to react
Cleaned up some comments
Reworked how tests are built in order to add a new test "pdf" which was a small side-project where previous mentioned bug showed up, it's an example using HTML to create a PDF for printing
2019-12-21 21:48:38 +01:00