[READ-ONLY] Mirror of https://github.com/danielroe/stream-vue. Vue component for Cloudflare Stream.
cloudflare stream vue vuejs
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: release v0.3.0

Daniel Roe (Sep 27, 2020, 10:51 AM +0100) f87c9dbc 2546ed0b

+14 -1
+13
CHANGELOG.md
··· 1 + ## [0.3.0](https://github.com/danielroe/stream-vue/compare/0.2.0...0.3.0) (2020-09-27) 2 + 3 + 4 + ### Features 5 + 6 + * add support for ssr script injection using `vue-meta` ([63817d5](https://github.com/danielroe/stream-vue/commit/63817d543f6579732716dc745509de469263dcef)) 7 + 8 + 9 + ### Bug Fixes 10 + 11 + * allow class and size bindings to be correctly inherited ([72e2b00](https://github.com/danielroe/stream-vue/commit/72e2b002bafa30c42cca6286c9cc60cdf7d9ec94)) 12 + * don't set height and width if not provided ([d967246](https://github.com/danielroe/stream-vue/commit/d96724641c3d968614ba351bb1f2fdbde80aca69)) 13 + 1 14 ## [0.2.0](https://github.com/danielroe/stream-vue/compare/0.1.1...0.2.0) (2020-09-26) 2 15 3 16
+1 -1
package.json
··· 1 1 { 2 2 "name": "stream-vue", 3 - "version": "0.2.0", 3 + "version": "0.3.0", 4 4 "description": "Cloudflare Stream component for VueJS", 5 5 "keywords": [ 6 6 "vue",