From 2664fd602a8f8c9a61d0867cb595725b41070660 Mon Sep 17 00:00:00 2001 From: Joss Mackison Date: Mon, 16 May 2016 14:08:46 +1000 Subject: [PATCH] update HISTORY.md --- HISTORY.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 474a5e09..4d486922 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # React-Images +### 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](https://github.com/newsiberian) + +### v0.4.3 / 2016-05-16 +* Resolve peer-dependency issues thanks to [jedwatson](https://github.com/jedwatson) + ### v0.4.2 / 2016-05-14 * Update dependencies