Skip to content

Releases: cloudinary/cloudinary-react

Version 1.3.1

01 Mar 14:33

Choose a tag to compare

  • 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

Version 1.3.0

26 Dec 11:58

Choose a tag to compare

  • Add support for innerRef to the Image & Video components
  • Fix compile script
  • Fix photo album sample app startup

Version 1.2.1

30 Sep 13:33

Choose a tag to compare

  • Fix image component responsive prop

Version 1.2.0

26 Sep 10:48

Choose a tag to compare

  • 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

25 Jul 14:43

Choose a tag to compare

  • 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

06 Jun 11:30

Choose a tag to compare

  • 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

20 Dec 14:48

Choose a tag to compare

  • Add the tools folder and the update_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

23 Jan 14:19

Choose a tag to compare

  • 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

Version 1.0.4

25 May 14:07

Choose a tag to compare

Refactor test for Transformation. Fixes #17. Fixes #13. References #10.

Version 1.0.3

16 Apr 09:39

Choose a tag to compare

  • Add more informative responsive story
  • Add dependency on prop-types