Skip to content

Releases: karol-f/vue-custom-element

beforeCreateVueInstance can now return a promise

27 Feb 19:31
Compare
Choose a tag to compare

Setting boolean property with JS to true doesn't work

17 Feb 11:43
Compare
Choose a tag to compare

Fix for "Setting boolean property with JS to true doesn't work" (#194), thanks @BennyAlex

Update index.d.ts

04 Dec 09:24
Compare
Choose a tag to compare

IE issue #189

29 Nov 11:31
Compare
Choose a tag to compare

Hopefully Fixing IE issue (#189), thanks @supproduction

Return root instance if not mounted

15 Oct 09:08
Compare
Choose a tag to compare

Cannot reuse element after it's detached

30 Sep 19:31
Compare
Choose a tag to compare

Avoided problem with deleted attributes

03 Sep 19:19
Compare
Choose a tag to compare

Avoided problem with deleted attributes, thanks @bezany for PR - #175

Add possibility to avoid auto destroying detached Custom Element

08 May 18:35
Compare
Choose a tag to compare

Add possibility to avoid auto destroying detached Custom Element - PR from @akki-jat - thanks!

Vue.customElement('demo-component', DemoComponent, { destroyTimeout: null } );

Improve ES2015 detection

16 Oct 12:56
Compare
Choose a tag to compare

Improve ES2015 detection to avoid false detection

fix(#140): getPropsData() sets propsData for all props regardless of attribute existence. collides with 'required' validation

12 Aug 11:03
Compare
Choose a tag to compare

fix(#140): getPropsData() sets propsData for all props regardless of attribute existence. collides with 'required' validation

Thanks @djabor!