File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 1.5.0 / 2021-10-11
3
+ =============
4
+ New functionality
5
+ -----------------
6
+ * Add position input to background image directive (#309 )
7
+
8
+ Other changes
9
+ -----------------
10
+ * Updated cloudinary-core version (#310 )
11
+
12
+
2
13
1.4.2 / 2021-05-24
3
14
=============
4
15
* Add support for angular 12 (#308 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cloudinary_angular" ,
3
- "version" : " 1.4.2 " ,
3
+ "version" : " 1.5.0 " ,
4
4
"scripts" : {
5
5
"lint" : " tslint **/*.ts --exclude \" **/*.d.ts\" -t verbose --project tsconfig.lib.json" ,
6
6
"test" : " npm run test-es5 && npm run test-es2015" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudinary/angular-5.x" ,
3
- "version" : " 1.4.2 " ,
3
+ "version" : " 1.5.0 " ,
4
4
"peerDependencies" : {
5
5
"@angular/common" : " ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0" ,
6
6
"@angular/core" : " ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0"
You can’t perform that action at this time.
0 commit comments