Skip to content

Releases: karol-f/vue-custom-element

Avoid duplicated Custom Element name registration errors

07 Aug 21:29
Compare
Choose a tag to compare

Avoid duplicated Custom Element name registration errors - thank you @kleingtm (#139).

Add 'vueInstanceCreatedCallback' that is triggered after creating Vue instance

01 Aug 22:11
Compare
Choose a tag to compare

Add 'vueInstanceCreatedCallback' to options, that is triggered after creating Vue instance.

fix(#128): Empty boolean prop not recognised

05 Jul 21:40
Compare
Choose a tag to compare

fix(#128): Empty boolean prop not recognised, thanks @woubuc

Fix "Throws error when component use mixin - Typescript"

06 Jun 08:06
Compare
Choose a tag to compare

fix(#125): Throws error when component use mixin - Typescript, thanks @akki-jat

Expose Vue instance using `getVueInstance()` method

04 Jun 21:50
Compare
Choose a tag to compare

Expose Vue instance using getVueInstance() method.

Thanks @allenhwkim (#123)

Allow template syntax for slots

27 May 22:37
Compare
Choose a tag to compare

Merge "Allow template syntax for slots" (#121) PR. Thanks @dennisbaskin!

TypeScript fixes

14 May 09:38
Compare
Choose a tag to compare

TypeScript fixes - #115, thanks @akki-jat

fix(#113): Getting "propsValue.match is not a function" by setting property with querySelector

11 May 09:58
Compare
Choose a tag to compare

Bug Fix for Boolean Prop Validation

18 Apr 19:38
Compare
Choose a tag to compare

Bug Fix for Boolean Prop Validation (#103). Thanks @auzmartist !

Fix Error Using Multiple Prop Types

16 Apr 19:21
Compare
Choose a tag to compare

Fix error using multiple prop types, thanks @dmlinn!