@uniformdev/canvas-vue 16.0.1-nuxt.166 → 16.2.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/CHANGELOG.md +65 -0
- package/README.md +6 -0
- package/dist/index.d.ts +0 -0
- package/dist/index.esm.js +0 -0
- package/dist/index.js +0 -0
- package/dist/index.mjs +0 -0
- package/package.json +4 -5
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [16.2.0](https://github.com/uniformdev/platform/compare/v16.1.0...v16.2.0) (2022-06-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @uniformdev/canvas-vue
|
|
9
|
+
|
|
10
|
+
## [16.1.0](https://github.com/uniformdev/platform/compare/v16.0.0...v16.1.0) (2022-06-02)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @uniformdev/canvas-vue
|
|
13
|
+
|
|
14
|
+
## [16.0.0](https://github.com/uniformdev/platform/compare/v15.0.0...v16.0.0) (2022-04-26)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @uniformdev/canvas-vue
|
|
17
|
+
|
|
18
|
+
## [15.0.0](https://github.com/uniformdev/optimize/compare/v14.2.0...v15.0.0) (2022-03-28)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @uniformdev/canvas-vue
|
|
21
|
+
|
|
22
|
+
### [14.1.1](https://github.com/uniformdev/optimize-sdk-internal/compare/v14.1.0...v14.1.1) (2022-02-02)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @uniformdev/canvas-vue
|
|
25
|
+
|
|
26
|
+
## [14.1.0](https://github.com/uniformdev/optimize-sdk-internal/compare/v14.0.0...v14.1.0) (2022-02-02)
|
|
27
|
+
|
|
28
|
+
**Note:** Version bump only for package @uniformdev/canvas-vue
|
|
29
|
+
|
|
30
|
+
## [14.0.0](https://github.com/uniformdev/optimize-sdk-internal/compare/v13.0.0...v14.0.0) (2021-12-21)
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
- **deps:** upgrade dependency versions ([2ed0022](https://github.com/uniformdev/optimize-sdk-internal/commit/2ed002274b06f06e13e0be1f3024a9b93a2f6d14))
|
|
35
|
+
|
|
36
|
+
## [13.0.0](https://github.com/uniformdev/optimize-sdk-internal/compare/v12.2.0...v13.0.0) (2021-11-24)
|
|
37
|
+
|
|
38
|
+
### ⚠ BREAKING CHANGES
|
|
39
|
+
|
|
40
|
+
- **npm:** Bundled ESM exports from npm packages have changed internal package structure
|
|
41
|
+
- **npm:** npm package files are now transpiled to target ES2018 instead of ES5, significantly reducing their size
|
|
42
|
+
|
|
43
|
+
### Features
|
|
44
|
+
|
|
45
|
+
- **npm:** update package build system for better ESM compatibility ([d66f998](https://github.com/uniformdev/optimize-sdk-internal/commit/d66f998e30e186dbe7886a9d4197c49a8b25b89c))
|
|
46
|
+
|
|
47
|
+
## [12.2.0](https://github.com/uniformdev/optimize-sdk-internal/compare/v12.0.0...v12.2.0) (2021-10-28)
|
|
48
|
+
|
|
49
|
+
### Features
|
|
50
|
+
|
|
51
|
+
- **canvas-vue:** add vetur support to canvas-vue package ([f4d6a28](https://github.com/uniformdev/optimize-sdk-internal/commit/f4d6a2831b436de432904b154555c27802e88731))
|
|
52
|
+
|
|
53
|
+
### Bug Fixes
|
|
54
|
+
|
|
55
|
+
- add conditional check for uniformOptimizeContext to prevent application error if the module was not installed ([0e91900](https://github.com/uniformdev/optimize-sdk-internal/commit/0e919002048c66ee5cb038c05f299ca46e0c4436))
|
|
56
|
+
|
|
57
|
+
## [12.0.0](https://github.com/uniformdev/optimize-sdk-internal/compare/v11.0.0...v12.0.0) (2021-10-05)
|
|
58
|
+
|
|
59
|
+
### ⚠ BREAKING CHANGES
|
|
60
|
+
|
|
61
|
+
- **canvas:** everything that was named 'UPM' at all is now equivalently titled 'Canvas' or 'CANVAS' depending on the context. Literally everything.
|
|
62
|
+
|
|
63
|
+
### Features
|
|
64
|
+
|
|
65
|
+
- **canvas:** farewell UPM, we hardly knew ye ([00997ae](https://github.com/uniformdev/optimize-sdk-internal/commit/00997aecd388403a0b98d0a919750b994d3794c1))
|
package/README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
1
|
# Vue SDK for Uniform Canvas
|
|
2
2
|
|
|
3
|
+
**Supports only Vue 3, and uses Uniform Context SDK internally.**
|
|
4
|
+
|
|
5
|
+
⚠️ If you want Uniform Optimize with Vue 2 support, stick to the versions before v15.
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
---
|
|
3
9
|
part of the [Uniform Platform](https://uniform.app). See our [documentation](https://docs.uniform.app) for more details.
|
package/dist/index.d.ts
CHANGED
|
File without changes
|
package/dist/index.esm.js
CHANGED
|
File without changes
|
package/dist/index.js
CHANGED
|
File without changes
|
package/dist/index.mjs
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-vue",
|
|
3
|
-
"version": "16.0
|
|
3
|
+
"version": "16.2.0",
|
|
4
4
|
"description": "Vue SDK for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"format": "prettier --write \"src/**/*.{js,ts,tsx}\""
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@uniformdev/canvas": "^16.0
|
|
27
|
-
"@uniformdev/context-vue": "^16.0
|
|
26
|
+
"@uniformdev/canvas": "^16.2.0",
|
|
27
|
+
"@uniformdev/context-vue": "^16.2.0",
|
|
28
28
|
"@vue/test-utils": "1.3.0",
|
|
29
29
|
"pascal-case": "3.1.2",
|
|
30
30
|
"uuid": "8.3.2",
|
|
@@ -63,6 +63,5 @@
|
|
|
63
63
|
"> 1%",
|
|
64
64
|
"last 2 versions",
|
|
65
65
|
"not dead"
|
|
66
|
-
]
|
|
67
|
-
"gitHead": "ce56da6c5608c89d33524abf60993a68855afcd2"
|
|
66
|
+
]
|
|
68
67
|
}
|