diff --git a/CHANGELOG.md b/CHANGELOG.md index b62dec1..58c5deb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.1.3 +* Fix page scrolling bug +* Refactor CSS + ### 0.1.2 * Public collection of instances. Now you can get specific instance throw JS: `var inst = $.remodal.lookup[$('[data-remodal-id=modal]').data('remodal')];`; * Plugin constructor calling returns instance now. `var inst = $('[data-remodal-id=modal]').remodal()`.