From b580e6b1f4c57e95e9d76832e7f5fb2e26ec6b7d Mon Sep 17 00:00:00 2001 From: Robert Wagner Date: Sun, 6 Jan 2019 19:24:20 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81c138cee..f5f9e658e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [v2.1.0](https://github.com/shipshapecode/shepherd/tree/v2.1.0) (2019-01-06) + +[Full Changelog](https://github.com/shipshapecode/shepherd/compare/v2.0.2...v2.1.0) + +**Fixed bugs:** + +- fix: turn off passive events for touchmove on Safari \> 10 [\#307](https://github.com/shipshapecode/shepherd/pull/307) ([chuckcarpenter](https://github.com/chuckcarpenter)) + +**Merged pull requests:** + +- Move modal to its own class [\#308](https://github.com/shipshapecode/shepherd/pull/308) ([rwwagner90](https://github.com/rwwagner90)) + +## [v2.0.2](https://github.com/shipshapecode/shepherd/tree/v2.0.2) (2019-01-04) + +[Full Changelog](https://github.com/shipshapecode/shepherd/compare/v2.0.1...v2.0.2) + +**Fixed bugs:** + +- fix: remove class when modal hidden so elements are clickable [\#305](https://github.com/shipshapecode/shepherd/pull/305) ([chuckcarpenter](https://github.com/chuckcarpenter)) + +## [v2.0.1](https://github.com/shipshapecode/shepherd/tree/v2.0.1) (2018-12-31) + +[Full Changelog](https://github.com/shipshapecode/shepherd/compare/v2.0.0...v2.0.1) + ## [v2.0.0](https://github.com/shipshapecode/shepherd/tree/v2.0.0) (2018-12-31) [Full Changelog](https://github.com/shipshapecode/shepherd/compare/v2.0.0-beta.35...v2.0.0)