Releases: karol-f/vue-custom-element
Releases · karol-f/vue-custom-element
beforeCreateVueInstance can now return a promise
Setting boolean property with JS to true doesn't work
Fix for "Setting boolean property with JS to true doesn't work" (#194), thanks @BennyAlex
Update index.d.ts
IE issue #189
Hopefully Fixing IE issue (#189), thanks @supproduction
Return root instance if not mounted
Cannot reuse element after it's detached
Avoided problem with deleted attributes
Add possibility to avoid auto destroying detached Custom Element
Add possibility to avoid auto destroying detached Custom Element - PR from @akki-jat - thanks!
Vue.customElement('demo-component', DemoComponent, { destroyTimeout: null } );
Improve ES2015 detection
Improve ES2015 detection to avoid false detection