- Add support for signature param
- Upgrade cloudinary-core version to ^2.8.2
- Fix video tag props were passed as snake_case instead of camelCase
- Fix video poster default frame to be the middle frame
- Remove docs folder from npm package
- Fix contextType to be class property of CloudinaryComponent (#145)
- Update sample project's dependencies (#127)
- Add Transformation test for font antialiasing and hinting (#126)
- Add /docs folder with storybook output
- Fix spelling in README.md
- Add support for innerRef to the Image & Video components
- Fix compile script
- Fix photo album sample app startup
- Fix image component responsive prop
- 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
- 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
- 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)
- 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
- Fix publish of previous version
- Filter Cloudinary custom props from rendered div (#37)
- React16 (#33)
- github-fixes-#31-error-maximum-call-stack-exceeded (#39)
- fixes #35 from github - video component ignores transformations (#38)
- Merge branch 'fBosch-master'
- Add test
- fix: pass props to CloudinaryContext's returned div
- Refactor test for Transformation. Fixes #17. Fixes #13. References #10.
- Add more informative responsive story
- Add dependency on
prop-types
- Don't convert keys to snake_case in
normalizeOptions
. Fixes #6. - SpponsiveUseBreakpoints not affecting image size
- Update photo album sample app
- Update TravisCI configuration
- Bump lodash-es from 4.17.4 to 4.17.15 in /samples/photo_album
- Add test for startOffset parameter
- Bump eslint from 4.10.0 to 4.18.2 in /samples/photo_album
- Bump diff from 3.4.0 to 3.5.0 in /samples/photo_album
- Bump clean-css from 4.1.9 to 4.1.11 in /samples/photo_album
- Bump handlebars from 4.0.11 to 4.1.2 in /samples/photo_album (#99)
- Bump lodash.template from 4.4.0 to 4.5.0 in /samples/photo_album
- Bump lodash from 4.17.11 to 4.17.14 in /samples/photo_album
- Merge pull request #102 from felixmosh/fix-album-demo
- Make index as key
- Fix build & console errors
- Exclude tests for Node 6 with sources rate class definition and export statements. Updated documentation comments.
- Use traditional array traversing to solve react native issue on Android
- Force Travis-ci to use npm version >=3. Add test for Node 6.x
- Add jsdom to development requirements
- Update name and location of repository in package.json and bower.json
- Image element
- Video element
- CloudinaryContext element
- Transformation element