cloudinary-react
Advanced tools
Comparing version 1.7.2 to 1.8.0
@@ -0,5 +1,22 @@ | ||
1.8.0 / 2022-06-27 | ||
================== | ||
New functionality | ||
----------------- | ||
* Add support for React 18 (#246) | ||
Other changes | ||
----------------- | ||
* Add description to package | ||
1.7.2 / 2022-03-24 | ||
================== | ||
* bump immer and ejs versions in photo_album | ||
* bump immer and ejs versions in photo_album | ||
1.7.1 / 2022-01-25 | ||
================== | ||
* Update README.md | ||
* Update sample app dependencies | ||
* Update travis configuration | ||
@@ -6,0 +23,0 @@ 1.7.0 / 2021-02-28 |
@@ -6,3 +6,3 @@ import React, { createContext, createRef, PureComponent, Fragment } from 'react'; | ||
function _extends() { | ||
_extends = Object.assign || function (target) { | ||
_extends = Object.assign ? Object.assign.bind() : function (target) { | ||
for (var i = 1; i < arguments.length; i++) { | ||
@@ -20,3 +20,2 @@ var source = arguments[i]; | ||
}; | ||
return _extends.apply(this, arguments); | ||
@@ -33,7 +32,6 @@ } | ||
function _setPrototypeOf(o, p) { | ||
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { | ||
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { | ||
o.__proto__ = p; | ||
return o; | ||
}; | ||
return _setPrototypeOf(o, p); | ||
@@ -40,0 +38,0 @@ } |
@@ -11,3 +11,3 @@ var React = require('react'); | ||
function _extends() { | ||
_extends = Object.assign || function (target) { | ||
_extends = Object.assign ? Object.assign.bind() : function (target) { | ||
for (var i = 1; i < arguments.length; i++) { | ||
@@ -25,3 +25,2 @@ var source = arguments[i]; | ||
}; | ||
return _extends.apply(this, arguments); | ||
@@ -38,7 +37,6 @@ } | ||
function _setPrototypeOf(o, p) { | ||
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { | ||
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { | ||
o.__proto__ = p; | ||
return o; | ||
}; | ||
return _setPrototypeOf(o, p); | ||
@@ -45,0 +43,0 @@ } |
@@ -12,3 +12,3 @@ (function (global, factory) { | ||
function _extends() { | ||
_extends = Object.assign || function (target) { | ||
_extends = Object.assign ? Object.assign.bind() : function (target) { | ||
for (var i = 1; i < arguments.length; i++) { | ||
@@ -26,3 +26,2 @@ var source = arguments[i]; | ||
}; | ||
return _extends.apply(this, arguments); | ||
@@ -39,7 +38,6 @@ } | ||
function _setPrototypeOf(o, p) { | ||
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { | ||
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { | ||
o.__proto__ = p; | ||
return o; | ||
}; | ||
return _setPrototypeOf(o, p); | ||
@@ -46,0 +44,0 @@ } |
{ | ||
"name": "cloudinary-react", | ||
"version": "1.7.2", | ||
"description": "Present Cloudinary images and videos using React components", | ||
"version": "1.8.0", | ||
"description": "This is a legacy package, please find latest at https://www.npmjs.com/package/@cloudinary/react", | ||
"main": "./dist/cloudinary-react.js", | ||
@@ -37,22 +37,19 @@ "umd:main": "./dist/cloudinary-react.umd.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.0", | ||
"@babel/core": "^7.2.2", | ||
"@babel/cli": "^7.17.6", | ||
"@babel/core": "^7.17.8", | ||
"@babel/eslint-parser": "^7.13.4", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-export-default-from": "^7.2.0", | ||
"@babel/preset-env": "^7.2.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/register": "^7.0.0", | ||
"@babel/plugin-proposal-class-properties": "^7.16.7", | ||
"@babel/plugin-proposal-export-default-from": "^7.16.7", | ||
"@babel/preset-env": "^7.16.11", | ||
"@babel/preset-react": "^7.16.7", | ||
"@babel/register": "^7.17.7", | ||
"@storybook/addon-essentials": "^6.1.20", | ||
"@storybook/react": "^6.1.20", | ||
"babel-eslint": "^10.1.0", | ||
"babel-loader": "^8.0.4", | ||
"babelify": "^10.0.0", | ||
"browserify": "^16.2.3", | ||
"browserify-shim": "^3.8.14", | ||
"bundlewatch": "^0.2.6", | ||
"babel-loader": "^8.2.4", | ||
"bundlewatch": "^0.3.3", | ||
"cpy-cli": "^3.1.1", | ||
"del-cli": "^3.0.0", | ||
"enzyme": "^3.10.0", | ||
"enzyme-adapter-react-16": "^1.14.0", | ||
"enzyme-adapter-react-16": "^1.15.6", | ||
"eslint": "^7.20.0", | ||
@@ -72,13 +69,13 @@ "eslint-config-standard": "^14.1.0", | ||
"jsdom": "^11.12.0", | ||
"microbundle": "^0.13.0", | ||
"microbundle": "^0.13.3", | ||
"npm-run-all": "^4.1.5", | ||
"react": "^16.3.3", | ||
"react-dom": "^16.3.3" | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0" | ||
}, | ||
"dependencies": { | ||
"cloudinary-core": "^2.11.3", | ||
"prop-types": "^15.6.2" | ||
"cloudinary-core": "^2.12.3", | ||
"prop-types": "^15.8.1" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.3.3 || ^17.0.0" | ||
"react": "^16.3.3 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -85,0 +82,0 @@ "files": [ |
Cloudinary React SDK | ||
========================= | ||
## About | ||
**NOTE-IMPORTANT**: This is a legacy package, please find latest at https://github.com/cloudinary/frontend-frameworks/tree/master/packages/react | ||
The Cloudinary React SDK allows you to quickly and easily integrate your application with Cloudinary. | ||
@@ -26,8 +28,8 @@ Effortlessly optimize and transform your cloud's assets. | ||
## Version Support | ||
| SDK Version | React 15.3 | React 16.2 | React 16.3 | React 17 | | ||
|---------------|------------|------------|------------|----------| | ||
| 1.6.8 & up | X | X | V | V | | ||
| 1.2.0 - 1.6.7 | X | X | V | X | | ||
| 1.0.5 - 1.1.4 | X | V | X | X | | ||
| 1.0.0 - 1.0.4 | V | X | X | X | | ||
| SDK Version | React 15.3 | React 16.2 | React 16.3 | React 17 | React 18 | | ||
|---------------|------------|------------|------------|----------|----------| | ||
| 1.6.8 & up | X | X | V | V | V | | ||
| 1.2.0 - 1.6.7 | X | X | V | X | X | | ||
| 1.0.5 - 1.1.4 | X | V | X | X | X | | ||
| 1.0.0 - 1.0.4 | V | X | X | X | X | | ||
@@ -34,0 +36,0 @@ ## Installation |
108501
35
104
+ Addedreact@18.3.1(transitive)
- Removedreact@17.0.2(transitive)
Updatedcloudinary-core@^2.12.3
Updatedprop-types@^15.8.1