vue-datocms 5.0.0 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,11 +6,11 @@
6
6
 
7
7
  # vue-datocms
8
8
 
9
- ![MIT](https://img.shields.io/npm/l/vue-datocms?style=for-the-badge) ![NPM](https://img.shields.io/npm/v/vue-datocms?style=for-the-badge) [![Build Status](https://img.shields.io/github/actions/workflow/status/datocms/vue-datocms/node.js.yml?branch=master&style=for-the-badge)](https://github.com/datocms/vue-datocms/actions/workflows/node.js.yml)
9
+ [![MIT](https://img.shields.io/npm/l/vue-datocms?style=for-the-badge)](https://github.com/datocms/vue-datocms/blob/master/LICENSE) [![NPM](https://img.shields.io/npm/v/vue-datocms?style=for-the-badge)](https://www.npmjs.com/package/vue-datocms) [![Build Status](https://img.shields.io/github/actions/workflow/status/datocms/vue-datocms/node.js.yml?branch=master&style=for-the-badge)](https://github.com/datocms/vue-datocms/actions/workflows/node.js.yml)
10
10
 
11
11
  A set of components and utilities to work faster with [DatoCMS](https://www.datocms.com/) in Vue.js environments. Integrates seamlessly with [DatoCMS's GraphQL Content Delivery API](https://www.datocms.com/docs/content-delivery-api).
12
12
 
13
- - Works with Vue 3 (version 4 is maintaind for compatibility with Vue 2);
13
+ - Works with Vue 3 (version 4 is maintained for compatibility with Vue 2);
14
14
  - TypeScript ready;
15
15
  - Compatible with any data-fetching library (axios, Apollo);
16
16
  - Usable both client and server side;
@@ -29,12 +29,14 @@ A set of components and utilities to work faster with [DatoCMS](https://www.dato
29
29
  [Components](https://vuejs.org/guide/essentials/component-basics.html):
30
30
 
31
31
  - [`<DatocmsImage />`](src/components/Image)
32
+ - [`<DatocmsVideoPlayer />`](src/components/VideoPlayer)
32
33
  - [`<DatocmsStructuredText />`](src/components/StructuredText)
33
34
 
34
35
  [Composables](https://vuejs.org/guide/reusability/composables.html):
35
36
 
36
37
  - [`useQuerySubscription`](src/composables/useQuerySubscription)
37
38
  - [`useSiteSearch`](src/composables/useSiteSearch)
39
+ - [`useVideoPlayer`](src/composables/useVideoPlayer)
38
40
 
39
41
  Helpers:
40
42