diff --git a/.stackblitz/package.json b/.stackblitz/package.json index 701267c..b0234de 100644 --- a/.stackblitz/package.json +++ b/.stackblitz/package.json @@ -11,6 +11,6 @@ "nuxt": "^3.11.2" }, "dependencies": { - "@nuxtjs/cloudinary": "^3.0.0-rc.4" + "@nuxtjs/cloudinary": "^3.0.0" } } diff --git a/.stackblitz/yarn.lock b/.stackblitz/yarn.lock index 8ae705c..02c221a 100644 --- a/.stackblitz/yarn.lock +++ b/.stackblitz/yarn.lock @@ -1169,10 +1169,10 @@ vite-plugin-checker "^0.6.4" vue-bundle-renderer "^2.0.0" -"@nuxtjs/cloudinary@^3.0.0-rc.4": - version "3.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-3.0.0-rc.4.tgz#1349ce2d7aae9b1281ba3dedc4538d0b51a8a2c7" - integrity sha512-MR9Nth1u65u31W0Ia0C4lPJpdHRvtHQ9d0ETKnEg7xNNrYE/TL5C5Pollp9EJwGO1eqtyLnU6Blj2gB2Qjh/BA== +"@nuxtjs/cloudinary@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-3.0.0.tgz#06031868cc146555929ac7a2cf3d249c27842935" + integrity sha512-FvFNjAQHeRJxRXH7395gUZq60HUdfwHNuy48xGOdJbfo8A7rcv643AFFuXGrXqKtF5IB8KXZhL/XoVAjnIDuLA== dependencies: "@cloudinary-util/types" "1.0.2" "@cloudinary-util/url-loader" "^5.3.1" diff --git a/docs/content/2.components/CldUploadWidget.md b/docs/content/2.components/CldUploadWidget.md index 6ba8324..08583c8 100644 --- a/docs/content/2.components/CldUploadWidget.md +++ b/docs/content/2.components/CldUploadWidget.md @@ -1,5 +1,5 @@ --- -description: +description: --- The CldUploadWidget creates a new instance of the [Cloudinary Upload Widget](https://cloudinary.com/documentation/upload_widget) giving you an easy way to add upload capabilities to your Nuxt app. @@ -68,12 +68,13 @@ To use the above, create a Node-based API route, add the snippet, and use that e ## General Props -| Prop Name | Type | Example | -| ----------------- | -------- | ---------------------------------- | -| children | function | `{ (options) => {} }` | -| options | object | `{ encryption: {...} }` | -| signatureEndpoint | string | `"/api/sign-cloudinary-params.js"` | -| uploadPreset | string | `"my-upload-preset"` | +| Prop Name | Type | Example | +| ----------------- | ------ | ---------------------------------- | +| options | object | `{ encryption: {...} }` | +| signatureEndpoint | string | `"/api/sign-cloudinary-params.js"` | +| uploadPreset | string | `"my-upload-preset"` | +| config | object | `{ cloud: {}, url: {} }` | +| tags | array | `['music', 'sad']` | ## Event Props diff --git a/docs/content/2.components/CldVideoPlayer.md b/docs/content/2.components/CldVideoPlayer.md index 1350a4c..ca22e07 100644 --- a/docs/content/2.components/CldVideoPlayer.md +++ b/docs/content/2.components/CldVideoPlayer.md @@ -137,6 +137,7 @@ Adding a button to select chapters (you can pass `chapters` prop as a boolean if | pictureInPictureToogle | boolean | - | Enable Picture in Picture mode | true | | chaptersButton | boolean | - | Enable Chapters button | true | | chapters | object/boolean | - | Chapters configuration | { 0: 'Chapter 1', 6: 'Chapter 2', 9: 'Chapter 3' } | +| disableRemotePlayback | boolean | - | Indicate if media element may have a remote playback UI | true | ## Colors Prop diff --git a/docs/package.json b/docs/package.json index e22d740..a129373 100644 --- a/docs/package.json +++ b/docs/package.json @@ -17,6 +17,6 @@ "typescript": "^5.4.5" }, "dependencies": { - "@nuxtjs/cloudinary": "^3.0.0-rc.4" + "@nuxtjs/cloudinary": "^3.0.0" } } diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml index 0e4026f..c1123c8 100644 --- a/docs/pnpm-lock.yaml +++ b/docs/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@nuxtjs/cloudinary': - specifier: ^3.0.0-rc.4 - version: 3.0.0-rc.4(typescript@5.4.5) + specifier: ^3.0.0 + version: 3.0.0(typescript@5.4.5) devDependencies: '@iconify-json/ph': specifier: ^1.1.10 @@ -1753,8 +1753,8 @@ packages: - vue-tsc dev: true - /@nuxtjs/cloudinary@3.0.0-rc.4(typescript@5.4.5): - resolution: {integrity: sha512-MR9Nth1u65u31W0Ia0C4lPJpdHRvtHQ9d0ETKnEg7xNNrYE/TL5C5Pollp9EJwGO1eqtyLnU6Blj2gB2Qjh/BA==} + /@nuxtjs/cloudinary@3.0.0(typescript@5.4.5): + resolution: {integrity: sha512-FvFNjAQHeRJxRXH7395gUZq60HUdfwHNuy48xGOdJbfo8A7rcv643AFFuXGrXqKtF5IB8KXZhL/XoVAjnIDuLA==} dependencies: '@cloudinary-util/types': 1.0.2 '@cloudinary-util/url-loader': 5.3.1 diff --git a/package.json b/package.json index 30b7142..f5fed4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/cloudinary", - "version": "3.0.0-rc.4", + "version": "3.0.0", "description": "Cloudinary module for Nuxt", "license": "MIT", "type": "module", diff --git a/playground/app.vue b/playground/app.vue index cbd279b..46919f9 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -63,6 +63,7 @@ const colors = {