From 91859ba14abcf37174286643621303642c8adc62 Mon Sep 17 00:00:00 2001 From: Kate Odnous Date: Mon, 20 Jul 2015 16:13:21 -0700 Subject: [PATCH] Update CHANGELOG.md for 0.2.5 release --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1412deb3..0071fe3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## Change Log +### v0.2.5 (2015/07/20) + * [#188](https://github.com/linkedin/hopscotch/pull/188) [GH-188] No event called after tour is finished + * [#193](https://github.com/linkedin/hopscotch/pull/193) [GH-190] Close button should be a button + * [#187](https://github.com/linkedin/hopscotch/pull/187) [GH-24] Recover when tour bubble DOM element is destroyed + * [#183](https://github.com/linkedin/hopscotch/pull/183) Remove moot `version` property from bower.json + * [#181](https://github.com/linkedin/hopscotch/pull/181) Remove all styling from hopscotch.less + * [#182](https://github.com/linkedin/hopscotch/pull/182) [GH-175] totalSteps should be i18n-ified + * [#178](https://github.com/linkedin/hopscotch/pull/178) [GH-177] Require existing target element for stand-alone callouts + * [#176](https://github.com/linkedin/hopscotch/pull/176) [GH-172] documentIsReady is when document.readyState is complete + ### v0.2.4 (2015/04/28) * [#168](https://github.com/linkedin/hopscotch/pull/168) Gracefully handle steps without valid target * [#167](https://github.com/linkedin/hopscotch/pull/167) Hide previous button on first step, even if steps are skipped.