Skip to content

Latest commit

 

History

History
72 lines (50 loc) · 2.03 KB

HISTORY.md

File metadata and controls

72 lines (50 loc) · 2.03 KB

React-Images

v0.4.7 / 2016-07-14

  • Custom controls thanks to robintail
  • dependency fix for react-addons-transition-group thanks to fend25

v0.4.6 / 2016-05-17

  • General cleanup

v0.4.5 / 2016-05-16

  • Added imageCountSeparator prop to replace " of " in the image count

v0.4.4 / 2016-05-16

  • Account for scrollbar width when opening/closing the lightbox
  • Remove required flag on onClickNext and onClickPrev - may only render a single image
  • Increase dialog z-index to 2001 thanks to newsiberian

v0.4.3 / 2016-05-16

  • Resolve peer-dependency issues thanks to jedwatson

v0.4.2 / 2016-05-14

  • Update dependencies

v0.4.1 / 2016-05-12

  • Update peer dependencies

v0.4.0 / 2016-05-12

  • Bump all applicable dependencies
  • Remove peer dependencies

v0.3.3 / 2016-05-12

  • Updated website with more info + new design
  • Introduction of onClickImage prop thanks to pradel
  • Documentation for showImageCount thanks to neptunian

v0.3.2 / 2016-01-20

  • Fix backdropClosesModal behaviour
  • Update defaults: backdropClosesModal false, showCloseButton true

v0.3.1 / 2016-01-15

  • Updated react dependencies
  • Better handling of lightbox positioning

v0.3.0 / 2016-01-06

  • Update to use ES6
  • Update to use JSS
  • Layout refactor:
    • Moved away from CSS transforms for centering
    • Improved responsiveness, performance
  • Update example images to Gratisography
  • Optional captions below images thanks to @ko
  • Optional count below images e.g. "3 of 12"
  • Move close button top right of frame, and replace with × icon

v0.2.1 / 2015-11-29

  • Fix bug in examples with goto functions

v0.2.0 / 2015-11-29

  • Make the component stateless, now uses functions onClickPrev/onClickNext

v0.1.0 / 2015-11-20