### [0.3.3](https://github.com/danielroe/stream-vue/compare/0.3.2...0.3.3) (2021-01-20) ### Bug Fixes * don't replace `Vue.config` completely ([abc02d8](https://github.com/danielroe/stream-vue/commit/abc02d84c29a27fdce3ad554b87ed323a5d0c965)) ### [0.3.2](https://github.com/danielroe/stream-vue/compare/0.3.1...0.3.2) (2021-01-20) ### Bug Fixes * don't assume existence of `Vue.config` ([eb23bbb](https://github.com/danielroe/stream-vue/commit/eb23bbb4b5159887699c5115f54eae10f1a885e2)), closes [#38](https://github.com/danielroe/stream-vue/issues/38) ### [0.3.1](https://github.com/danielroe/stream-vue/compare/0.3.0...0.3.1) (2020-09-27) ### Bug Fixes * tell vue to ignore custom `` element ([9aacc5e](https://github.com/danielroe/stream-vue/commit/9aacc5e8dc0a6c7dafebb735a534b2d47b68f953)) ## [0.3.0](https://github.com/danielroe/stream-vue/compare/0.2.0...0.3.0) (2020-09-27) ### Features * add support for ssr script injection using `vue-meta` ([63817d5](https://github.com/danielroe/stream-vue/commit/63817d543f6579732716dc745509de469263dcef)) ### Bug Fixes * allow class and size bindings to be correctly inherited ([72e2b00](https://github.com/danielroe/stream-vue/commit/72e2b002bafa30c42cca6286c9cc60cdf7d9ec94)) * don't set height and width if not provided ([d967246](https://github.com/danielroe/stream-vue/commit/d96724641c3d968614ba351bb1f2fdbde80aca69)) ## [0.2.0](https://github.com/danielroe/stream-vue/compare/0.1.1...0.2.0) (2020-09-26) ### Features * enable vetur autocompletion ([22bff52](https://github.com/danielroe/stream-vue/commit/22bff52eb51df09d94ccc7e20346ec0c0b90cf76)) ### Bug Fixes * add defaults and sync props with child stream element ([eb45f24](https://github.com/danielroe/stream-vue/commit/eb45f245128c16ba315a07cfcd1c909e60faa380)) ### 0.1.1 (2020-09-26)