Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Releases: LinkedInAttic/hopscotch

v0.3.1

02 Jun 20:31
Compare
Choose a tag to compare

Hotfix to pick up the new AMD artifacts in dist.

v0.3.0

02 Jun 20:26
Compare
Choose a tag to compare
  • #337 Refactor build to generate UMD and AMD artifacts

v0.2.8

04 May 23:54
Compare
Choose a tag to compare
  • #323 Fix the rest of the deprecated gradient warnings

v.0.2.7

25 Feb 01:36
Compare
Choose a tag to compare
  • #312 Generate templates without with keyword (now strict compatible)
  • #307 Avoid "Gradient has outdated syntax" error
  • #320 [Chore] Refactor notice; Bump year

v0.2.6

01 Jul 22:55
Compare
Choose a tag to compare
  • #287 Add new items to .gitignore (ported over from gh72).
  • #275 Update jasmine version in package.json
  • #273 Fix unlisten method (wrong callback equals)
  • #253 Improve documentation of the target attribute of step elements.
  • #280 Miss a variable declaration
  • #291 Add error callback for showStep (Issue #274)

v0.2.5

20 Jul 23:18
Compare
Choose a tag to compare
  • #188 [GH-188] No event called after tour is finished
  • #193 [GH-190] Close button should be a button
  • #187 [GH-24] Recover when tour bubble DOM element is destroyed
  • #183 Remove moot version property from bower.json
  • #181 Remove all styling from hopscotch.less
  • #182 [GH-175] totalSteps should be i18n-ified
  • #178 [GH-177] Require existing target element for stand-alone callouts
  • #176 [GH-172] documentIsReady is when document.readyState is complete

0.2.4

28 Apr 23:33
Compare
Choose a tag to compare
  • #168 Gracefully handle steps without valid target
  • #167 Hide previous button on first step, even if steps are skipped.
  • #153 Tour ID as part of classes
  • #151 Add support for AMD and CommonJS
  • #146 Check tour & callout IDs for invalid characters
  • #142 Simple bower config file added.

v0.2.3

10 Dec 19:58
Compare
Choose a tag to compare
  • #139 RefreshBubblePosition updates all known callouts
  • #136 Ignore skipped steps in numbering
  • #137 NextOnTarget Click event not always removed
  • #133 Add right-to-left support to hopscotch
  • #128 Trailing comma in opts.i18n object
  • #126 Revert default z-index to empty vs auto
  • #102 Callbacks on callouts do not work

v0.2.2: Version 0.2.2

29 Jun 19:12
Compare
Choose a tag to compare
  • #91 Don't cache step targets - support for single page apps
  • #96 box-sizing: content-box - Issues with Bootstrap 3
  • #90 Prefer jQuery and Sizzle when searching for a target
  • #94 Catch exceptions caused by illegal targets in document.QuerySelector

v0.2.0

25 Mar 04:01
Compare
Choose a tag to compare
  • #70 Rendering tour & callout bubbles using compiled templates (@zimmi88)
  • #62 Add method to redraw the bubble at a new position (@cedrics)
  • #64 Add changelog (@kate2753)
  • #61 Reorganize repo and automate release process, travis integration (@kate2753)