|
1 | 1 | # React-Images |
2 | 2 |
|
3 | 3 | ### v1.0.0 / 2019-06-05 |
| 4 | + |
4 | 5 | - v1 release |
5 | 6 |
|
6 | 7 | ### v0.5.19 / 2018-07-19 |
| 8 | + |
7 | 9 | - Fix babel lib output not transpiling |
8 | 10 |
|
9 | 11 | ### v0.5.18 / 2018-07-19 |
| 12 | + |
10 | 13 | - LightBox srcSet support for string and array #236 thanks to [lordoffreaks](https://github.com/lordoffreaks) |
11 | 14 | - Upgrade react-transition-group to v2 #238 thanks to [filipecosta01](https://github.com/filipecosta01) |
12 | 15 | - Add zindex to close button to bring it in front of spinner #225 thanks to [seanpascoe](https://github.com/seanpascoe) |
|
15 | 18 | - Fix Lightbox srcSet prop type validation #209 thanks to [kripod](https://github.com/kripod) |
16 | 19 |
|
17 | 20 | ### v0.5.17 / 2018-02-07 |
| 21 | + |
18 | 22 | - fix for "srcSet" inconsistency #204 thanks to [kripod](https://github.com/kripod) and [wmertens](https://github.com/wmertens) |
19 | 23 | - fix for preload bug when mounted with `isOpen` set to true thanks to [mkalygin](https://github.com/mkalygin) |
20 | 24 | - removed `react-spinners` dependency which was bloating the bundle, and implemented a simple loading component, thanks [kripod](https://github.com/kripod) |
21 | 25 | - support for conditional ScrollLock via new property `preventScroll` thanks to [Josh-a-e](https://github.com/Josh-a-e) |
22 | 26 |
|
23 | 27 | ### v0.5.16 / 2018-01-30 |
| 28 | + |
24 | 29 | - add preloadImage call to componentDidMount PR #200 thanks to [ilker0](https://github.com/ilker0) |
25 | 30 | - Changes some docs to clarify that yarn is the preferred package manager for this project. Removes package-lock.json. PR #191 Thanks to [jorrit](https://github.com/jorrit) |
26 | | -- Unmount the component tree before removing the portal node from DOM PR #180 thanks to [pleunv](https://github.com/pleunv) |
| 31 | +- Unmount the component tree before removing the portal node from DOM PR #180 thanks to [pleunv](https://github.com/pleunv) |
27 | 32 | - Fix react warnings by updating react-scrolllock version [jorrit](https://github.com/jorrit)) |
28 | 33 |
|
29 | 34 | ### v0.5.15 / 2018-01-25 |
| 35 | + |
30 | 36 | - spinner functionality pull request #187 thanks to [mkalygin](https://github.com/mkalygin) |
31 | 37 |
|
32 | 38 | ### v0.5.13 / 2017-11-29 |
| 39 | + |
33 | 40 | - change srcset to srcSet to fix intermittent warning: Invalid DOM property `srcset`. Did you mean `srcSet`? |
34 | 41 |
|
35 | 42 | ### v0.5.12 / 2017-11-29 |
36 | | -- Fix React warning issue #171 thanks to [kachkaev](https://github.com/kachkaev) |
| 43 | + |
| 44 | +- Fix React warning issue #171 thanks to [kachkaev](https://github.com/kachkaev) |
37 | 45 |
|
38 | 46 | ### v0.5.10 / 2017-10-18 |
| 47 | + |
39 | 48 | - New build |
40 | 49 |
|
41 | 50 | ### v0.5.8 / 2017-10-06 |
| 51 | + |
42 | 52 | - Incorrect peer dependency in package.json file |
43 | 53 |
|
44 | 54 | ### v0.5.7 / 2017-10-04 |
| 55 | + |
45 | 56 | - Fix warnings for React 16.0.0 and update dependencies |
46 | 57 |
|
47 | 58 | ### v0.5.6 / 2017-09-20 |
| 59 | + |
48 | 60 | - Update: Let user pass in srcSet as prop in addition to srcset thanks to [smeijer](https://github.com/smeijer) |
49 | 61 | - Fix: default arrow bg color is none |
50 | 62 | - Fix: make content div, figure, image respond to theme props #127 |
51 | 63 | - Fix: caption extending and disabling backdropClosesModal click issue #156 |
52 | 64 | - Fix: alignment in safari issue #105 |
53 | 65 |
|
54 | 66 | ### v0.5.5 / 2017-07-28 |
| 67 | + |
55 | 68 | - Fix: let user override all possible properties with theme object thanks to [clintharris](https://github.com/clintharris) |
56 | 69 | - Fix: clicking on image closes lightbox when backdropClosesModal is set to true #152 |
57 | 70 | - Fix: clicking close lightbox button fired onClose handler twice #155 |
58 | 71 |
|
59 | 72 | ### v0.5.4 / 2017-05-31 |
| 73 | + |
60 | 74 | - Update: separate out prop-types for React 16 thanks to [hiyamamo](https:github.com/hiyamamo) |
61 | 75 | - Update: update react-addons-css-transition-group to react-transition-group thanks to [neptunian](https://github.com/neptunian) |
62 | 76 | - Fix: React warnings in React v15.5.0 |
63 | 77 |
|
64 | 78 | ### v0.5.2 / 2016-11-17 |
| 79 | + |
65 | 80 | - Fix: keydown listeners thanks to [aknuds1](https:github.com/aknuds1) [archr](https:github.com/archr) |
66 | 81 | - Fix: thumbnail click propagation thanks to [GregoryPotdevin](https://github.com/GregoryPotdevin) |
67 | 82 | - Update: use abstracted ScrollLock component |
68 | 83 |
|
69 | 84 | ### v0.5.1 / 2016-08-21 |
70 | | -* Feature: Support theming with aphrodite classes |
71 | | -* Examples: Update options with new new prop details |
| 85 | + |
| 86 | +- Feature: Support theming with aphrodite classes |
| 87 | +- Examples: Update options with new new prop details |
72 | 88 |
|
73 | 89 | ### v0.5.0 / 2016-08-20 |
74 | | -* Feature: Added a thumbnail preview beneath the lightbox thanks to [GregoryPotdevin](https://github.com/GregoryPotdevin) |
75 | | -* Feature: Re-implemented the layout using `flexbox` |
76 | | -* Examples: Replaced local images with hot-linked Unsplash photographs |
77 | 90 |
|
78 | | -* * * |
| 91 | +- Feature: Added a thumbnail preview beneath the lightbox thanks to [GregoryPotdevin](https://github.com/GregoryPotdevin) |
| 92 | +- Feature: Re-implemented the layout using `flexbox` |
| 93 | +- Examples: Replaced local images with hot-linked Unsplash photographs |
| 94 | + |
| 95 | +--- |
79 | 96 |
|
80 | 97 | ### v0.4.11 / 2016-08-15 |
81 | | -* Feature: Pre-load the next image based on user intention, uses new prop `preloadNextImage` |
82 | | -* Fix: bug with `enableKeyboardInput` where images fail to render thanks to [benhowell](https://github.com/benhowell) |
83 | | -* Bump dev dependencies for `react` and `react-dom` to `15.3.0` |
84 | | -* Increase the default max-width of the Lightbox to `1024px` |
| 98 | + |
| 99 | +- Feature: Pre-load the next image based on user intention, uses new prop `preloadNextImage` |
| 100 | +- Fix: bug with `enableKeyboardInput` where images fail to render thanks to [benhowell](https://github.com/benhowell) |
| 101 | +- Bump dev dependencies for `react` and `react-dom` to `15.3.0` |
| 102 | +- Increase the default max-width of the Lightbox to `1024px` |
85 | 103 |
|
86 | 104 | ### v0.4.10 / 2016-08-11 |
87 | | -* Fix react PropTypes warning. See [fixing-the-false-positive](https://facebook.github.io/react/warnings/dont-call-proptypes.html#fixing-the-false-positive-in-third-party-proptypes) |
88 | | -* Simplify fade transition using `react-css-addons-transition-group` |
| 105 | + |
| 106 | +- Fix react PropTypes warning. See [fixing-the-false-positive](https://facebook.github.io/react/warnings/dont-call-proptypes.html#fixing-the-false-positive-in-third-party-proptypes) |
| 107 | +- Simplify fade transition using `react-css-addons-transition-group` |
89 | 108 |
|
90 | 109 | ### v0.4.9 / 2016-07-28 |
91 | | -* Resolve react "no-unused-prop" warnings [benhowell](https://github.com/benhowell) |
| 110 | + |
| 111 | +- Resolve react "no-unused-prop" warnings [benhowell](https://github.com/benhowell) |
92 | 112 |
|
93 | 113 | ### v0.4.7 / 2016-07-14 |
94 | | -* Custom controls thanks to [robintail](https://github.com/robintail) |
95 | | -* dependency fix for `react-addons-transition-group` thanks to [fend25](https://github.com/fend25) |
| 114 | + |
| 115 | +- Custom controls thanks to [robintail](https://github.com/robintail) |
| 116 | +- dependency fix for `react-addons-transition-group` thanks to [fend25](https://github.com/fend25) |
96 | 117 |
|
97 | 118 | ### v0.4.6 / 2016-05-17 |
98 | | -* General cleanup |
| 119 | + |
| 120 | +- General cleanup |
99 | 121 |
|
100 | 122 | ### v0.4.5 / 2016-05-16 |
101 | | -* Added `imageCountSeparator` prop to replace " of " in the image count |
| 123 | + |
| 124 | +- Added `imageCountSeparator` prop to replace " of " in the image count |
102 | 125 |
|
103 | 126 | ### v0.4.4 / 2016-05-16 |
104 | | -* Account for scrollbar width when opening/closing the lightbox |
105 | | -* Remove required flag on `onClickNext` and `onClickPrev` - may only render a single image |
106 | | -* Increase dialog z-index to `2001` thanks to [newsiberian](https://github.com/newsiberian) |
| 127 | + |
| 128 | +- Account for scrollbar width when opening/closing the lightbox |
| 129 | +- Remove required flag on `onClickNext` and `onClickPrev` - may only render a single image |
| 130 | +- Increase dialog z-index to `2001` thanks to [newsiberian](https://github.com/newsiberian) |
107 | 131 |
|
108 | 132 | ### v0.4.3 / 2016-05-16 |
109 | | -* Resolve peer-dependency issues thanks to [jedwatson](https://github.com/jedwatson) |
| 133 | + |
| 134 | +- Resolve peer-dependency issues thanks to [jedwatson](https://github.com/jedwatson) |
110 | 135 |
|
111 | 136 | ### v0.4.2 / 2016-05-14 |
112 | | -* Update dependencies |
| 137 | + |
| 138 | +- Update dependencies |
113 | 139 |
|
114 | 140 | ### v0.4.1 / 2016-05-12 |
115 | | -* Update peer dependencies |
| 141 | + |
| 142 | +- Update peer dependencies |
116 | 143 |
|
117 | 144 | ### v0.4.0 / 2016-05-12 |
118 | | -* Bump all applicable dependencies |
119 | | -* Remove peer dependencies |
120 | 145 |
|
121 | | -* * * |
| 146 | +- Bump all applicable dependencies |
| 147 | +- Remove peer dependencies |
| 148 | + |
| 149 | +--- |
122 | 150 |
|
123 | 151 | ### v0.3.3 / 2016-05-12 |
124 | | -* Updated website with more info + new design |
125 | | -* Introduction of `onClickImage` prop thanks to [pradel](https://github.com/pradel) |
126 | | -* Documentation for `showImageCount` thanks to [neptunian](https://github.com/neptunian) |
| 152 | + |
| 153 | +- Updated website with more info + new design |
| 154 | +- Introduction of `onClickImage` prop thanks to [pradel](https://github.com/pradel) |
| 155 | +- Documentation for `showImageCount` thanks to [neptunian](https://github.com/neptunian) |
127 | 156 |
|
128 | 157 | ### v0.3.2 / 2016-01-20 |
129 | | -* Fix backdropClosesModal behaviour |
130 | | -* Update defaults: backdropClosesModal `false`, showCloseButton `true` |
| 158 | + |
| 159 | +- Fix backdropClosesModal behaviour |
| 160 | +- Update defaults: backdropClosesModal `false`, showCloseButton `true` |
131 | 161 |
|
132 | 162 | ### v0.3.1 / 2016-01-15 |
133 | | -* Updated react dependencies |
134 | | -* Better handling of lightbox positioning |
| 163 | + |
| 164 | +- Updated react dependencies |
| 165 | +- Better handling of lightbox positioning |
135 | 166 |
|
136 | 167 | ### v0.3.0 / 2016-01-06 |
137 | 168 |
|
138 | | -* Update to use ES6 |
139 | | -* Update to use JSS |
140 | | -* Layout refactor: |
141 | | - - Moved away from CSS transforms for centering |
142 | | - - Improved responsiveness, performance |
143 | | -* Update example images to Gratisography |
144 | | -* Optional captions below images thanks to [@ko](https://github.com/ko) |
145 | | -* Optional count below images e.g. "3 of 12" |
146 | | -* Move close button top right of frame, and replace with × icon |
| 169 | +- Update to use ES6 |
| 170 | +- Update to use JSS |
| 171 | +- Layout refactor: |
| 172 | + - Moved away from CSS transforms for centering |
| 173 | + - Improved responsiveness, performance |
| 174 | +- Update example images to Gratisography |
| 175 | +- Optional captions below images thanks to [@ko](https://github.com/ko) |
| 176 | +- Optional count below images e.g. "3 of 12" |
| 177 | +- Move close button top right of frame, and replace with × icon |
147 | 178 |
|
148 | | -* * * |
| 179 | +--- |
149 | 180 |
|
150 | 181 | ### v0.2.1 / 2015-11-29 |
151 | 182 |
|
152 | | -* Fix bug in examples with `goto` functions |
| 183 | +- Fix bug in examples with `goto` functions |
153 | 184 |
|
154 | 185 | ### v0.2.0 / 2015-11-29 |
155 | 186 |
|
156 | | -* Make the component stateless, now uses functions `onClickPrev`/`onClickNext` |
| 187 | +- Make the component stateless, now uses functions `onClickPrev`/`onClickNext` |
157 | 188 |
|
158 | | -* * * |
| 189 | +--- |
159 | 190 |
|
160 | 191 | ### v0.1.0 / 2015-11-20 |
161 | 192 |
|
162 | | -* Support for `srcset` thanks to [@neptunian](https://github.com/neptunian) |
| 193 | +- Support for `srcset` thanks to [@neptunian](https://github.com/neptunian) |
0 commit comments