File tree Expand file tree Collapse file tree 7 files changed +27
-10
lines changed
projects/cloudinary-library Expand file tree Collapse file tree 7 files changed +27
-10
lines changed Original file line number Diff line number Diff line change
1
+ Html
2
+ -------
3
+ * fix: guard html image layer analytics options
4
+
5
+ React
6
+ -------
7
+ * fix: change playground package name
8
+ * fix: use cloudinary favicon in playground
9
+ * fix: use responsive plugin in react playground
10
+ * fix: fix react playground by using vite
11
+
12
+ Vue
13
+ ------------------
14
+ * chore: package @cloudinary/vue3 was renamed to @cloudinary/vue
15
+ * fix: fix analytic token in SSR
16
+ * fix: fix broken src attribute in SSR
17
+
1
18
1.6.0 / 2022-11-17
2
19
==================
3
20
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/**/!(dist|playground)*"
4
4
],
5
- "version" : " 1.6 .0"
5
+ "version" : " 1.7 .0"
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudinary/angular-workspace" ,
3
- "version" : " 1.6 .0" ,
3
+ "version" : " 1.7 .0" ,
4
4
"description" : " Cloudinary Angular SDK" ,
5
5
"repository" : " https://github.com/cloudinary/frontend-frameworks" ,
6
6
"sideEffects" : false ,
32
32
"@angular-devkit/build-angular" : " ~0.1002.3" ,
33
33
"@angular/cli" : " ~10.2.3" ,
34
34
"@angular/compiler-cli" : " ~10.2.4" ,
35
- "@cloudinary/html" : " ^1.6 .0" ,
35
+ "@cloudinary/html" : " ^1.7 .0" ,
36
36
"@cloudinary/url-gen" : " ^1.8.6" ,
37
37
"@types/jasmine" : " ~3.5.0" ,
38
38
"@types/jasminewd2" : " ~2.0.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudinary/ng" ,
3
- "version" : " 1.6 .0" ,
3
+ "version" : " 1.7 .0" ,
4
4
"repository" : " https://github.com/cloudinary/frontend-frameworks" ,
5
5
"peerDependencies" : {
6
6
"@angular/common" : " >=10.0.0" ,
10
10
"@cloudinary/url-gen" : " ^1.8.6"
11
11
},
12
12
"dependencies" : {
13
- "@cloudinary/html" : " ^1.6 .0"
13
+ "@cloudinary/html" : " ^1.7 .0"
14
14
},
15
15
"publishConfig" : {
16
16
"access" : " public"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudinary/html" ,
3
- "version" : " 1.6 .0" ,
3
+ "version" : " 1.7 .0" ,
4
4
"description" : " An HTML wrapper for Cloudinary" ,
5
5
"main" : " ./index.js" ,
6
6
"umd" : " ./index.umd.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudinary/react" ,
3
- "version" : " 1.6 .0" ,
3
+ "version" : " 1.7 .0" ,
4
4
"description" : " Cloudinary React SDK" ,
5
5
"author" : " cloudinary" ,
6
6
"license" : " MIT" ,
67
67
"typescript" : " ^3.7.5"
68
68
},
69
69
"dependencies" : {
70
- "@cloudinary/html" : " ^1.6 .0"
70
+ "@cloudinary/html" : " ^1.7 .0"
71
71
}
72
72
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudinary/vue" ,
3
- "version" : " 1.6 .0" ,
3
+ "version" : " 1.7 .0" ,
4
4
"description" : " Cloudinary Vue SDK" ,
5
5
"author" : " cloudinary" ,
6
6
"license" : " MIT" ,
65
65
"vue-tsc" : " ^0.38.5"
66
66
},
67
67
"dependencies" : {
68
- "@cloudinary/html" : " ^1.6 .0"
68
+ "@cloudinary/html" : " ^1.7 .0"
69
69
},
70
70
"eslintConfig" : {
71
71
"root" : true ,
You can’t perform that action at this time.
0 commit comments