Releases: cloudinary/cloudinary-react
Releases · cloudinary/cloudinary-react
Version 1.3.1
Version 1.3.0
- Add support for innerRef to the Image & Video components
- Fix compile script
- Fix photo album sample app startup
Version 1.2.1
- Fix image component responsive prop
Version 1.2.0
- Upgrade to react 16.3.3 (#120)
- Use new context api in CloudinaryContext
- Remove usage of componentWillReceiveProps and componentWillUpdate in Image
- Add test for custom function invocation
- Add test for dynamic context
- Bump webpack-dev-server from 2.9.4 to 3.1.11 in /samples/photo_album
Version 1.1.4
- Fix responsiveUseBreakpoints not affecting image size
- Fix build & console errors
- Exclude tests for Node 6 with sources
- Fix photo album sample app
- Add test for startOffset parameter
- Update TravisCI configuration
- Bump packages versions in /samples/photo_album
Version 1.1.1
- Merge pull request #50 from runar-rkmedia/issue#49
- Round off containerWidth
- Don't render Context as div (#81)
- Add fps test (#84)
- Update Dependencies
- Add test pages
- Separate transformation parameters from configuration
- Increase performance of image rendering
- Add support for kebab-case and snake_case attribute names (#78)
Version 1.1.0
- Add the
tools
folder and theupdate_version
script - Update package configuration
- Update tests configuration
- Upgrade webpack and babel
- Add "Join the Community"
- Use nextProps for updating calculated URL correctly (#73)
- Add test for user variables
- Merge pull request #59 from lisamartin00/bug/src-empty-string
- Default src to undefined instead of empty string
- Merge pull request #42 from cloudinary/react-sample
- create react sample application
- use new react-sdk and fix imports
- Merge pull request #46 from IndependentContractor/master
- Link to react documentation for configuration
- Undo
cp
rename
Version 1.0.6
Version 1.0.4
Version 1.0.3
- Add more informative responsive story
- Add dependency on
prop-types