Skip to content

Latest commit

 

History

History
205 lines (90 loc) · 8.46 KB

CHANGELOG.md

File metadata and controls

205 lines (90 loc) · 8.46 KB

4.0.2 (2020-09-24)

Bug Fixes

4.0.1 (2020-06-23)

Reverts

  • "Filter out missing elements (#2)" (478bd53)
  • "remove optional chaining, not supported by microbundle yet" (64c64de)

4.0.0 (2020-06-22)

Bug Fixes

  • remove optional chaining, not supported by microbundle yet (e933f6b)

Features

BREAKING CHANGES

  • update API to not use data attributes

3.0.0 (2020-05-06)

Bug Fixes

  • reverse offset to match css positioning system (9ea5291)

BREAKING CHANGES

  • This reverses the direction that elements will move according to offsetY

2.3.1 (2020-05-05)

Bug Fixes

2.3.0 (2020-05-01)

Features

  • pass global styles to tooltip (c6c9b34)

2.2.4 (2020-05-01)

Bug Fixes

2.2.3 (2020-05-01)

Bug Fixes

  • hide Control and Overlay when tourguide is not showing (6bbf1e7)

2.2.2 (2020-04-30)

Bug Fixes

  • handle offset if custom dimen height is smaller than base (5083d3f)

2.2.1 (2020-04-30)

Bug Fixes

2.2.0 (2020-04-30)

Features

  • export tourguide style props (4bc054f)

2.1.0 (2020-04-30)

Features

  • add global width height style overrides (7951848)
  • add offset positioning options for spotlight (2aaf57f)
  • add width, height and spring style config for spotlight (8db2b37)
  • type def for style config (d9d6ae0)

2.0.2 (2020-04-27)

Bug Fixes

  • position fixed for overlay (0eff594)

2.0.1 (2020-04-26)

Bug Fixes

  • move react-is and styled-components to peer dependencies (6607023)

2.0.0 (2020-04-26)

Bug Fixes

  • set spotlight visibility to hidden if not focused and not active (ac1c098)
  • set visibility to hidden if tooltip is not active (ddeda72)

Features

  • mix blend mode spotlight layer (82546fa)

BREAKING CHANGES

  • Overlay goes on top of other elements and blocks user from interacting with underlying elements when guide is on. Spotlight can now be shaped like any other div.

1.5.0 (2020-04-23)

Features

  • throttle keydown handler (ef891f1)

1.4.0 (2020-04-22)

Features

  • add ability to close and nav tourguide with keyboard (c9c53c6)

1.3.5 (2020-04-21)

Bug Fixes

  • use useEffect for non-blocking behavior (aa4203b)

1.3.4 (2020-04-21)

Bug Fixes

1.3.3 (2020-04-21)

Bug Fixes

1.3.2 (2020-04-21)

Bug Fixes

  • zindex overlapping between Tourguide children (596eb54)

1.3.1 (2020-04-20)

Bug Fixes

1.3.0 (2020-04-20)

Features

  • export tour guide types (3def3fe)

1.2.1 (2020-04-19)

Code Refactoring

1.2.0 (2020-04-18)

Features

  • add precondition to starting tourguide (13457fc)