All Versions
12
Latest Version
Avg Release Cycle
32 days
Latest Release
1586 days ago

Changelog History
Page 1

  • v2.2.1 Changes

    December 16, 2019
    • ⚡️ Update react-floater to 0.7.2: 9c13936

    💻 > If you need to support legacy browsers you need to include the scrollingelement polyfill.

  • v2.2.0 Changes

    December 15, 2019
    • ➕ Add scrollDuration prop: 9689e06
    • 🛠 Fix primary button auto focus: 6d9f117
    • Replace scroll-doc with the native scrollingElement: 092e127
    • 👌 Improve Step warning for hidden elements: e83b76b
    • ⬆️ Upgrade dependencies: 6f62f50
    • 🛠 Minor fixes: 2a40561

    💻 > If you need to support legacy browsers you need to include the scrollingelement polyfill.

  • v2.1.1 Changes

    July 15, 2019
    • ➕ Add open to the locale typescript definitions: 0fb9c7b
    • ⬆️ Upgrade dependencies: 81cc678
    • ➕ Add open to helpers: 3c39b73
  • v2.1.0 Changes

    July 11, 2019
    • ⚡️ Update homepage: 08dbea7
    • 🛠 Fix links in the docs: 28b9bab
    • ⚡️ Update issue templates: 70c279e
    • ➕ Add disableAnimation to FloaterOptions type definition: 5a22186
    • 🛠 Fix docs: c1debd7
    • ⚡️ Update element position helper to handle sticky: 5c54978
    • 🛠 Fix scrollToFirstStep being required to auto scroll: 8c560e4
    • Prevent scroll by the Beacon focus if disableScrolling is set: 49fb275
    • 🛠 Fix spotlight positioning with sticky targets: 191c973
    • ⚡️ Update typescript declaration: 9c63f11
    • 🛠 Minor fixes: b72b47d
    • ⬆️ Upgrade dependencies: 3c1d80f
    • 🛠 Fix Overlay updating the component after it is unmounted: 24fe5e9
    • ⚡️ Update docs: 46967db
  • v2.0.5 Changes

    February 12, 2019
    • 🛠 Fix typescript declaration: 5679a56
    • ⚡️ Update floaterProps shape and merge options: 93a06d9
    • ➕ Add FloaterProps and Styles to typescript declaration: 1ddc600
  • v2.0.4 Changes

    February 10, 2019
    • 🛠 Fix Beacon focus been called after the component unmounts: 51e647f
    • ✂ Remove src from the npm distribution: 5d808f7
    • ⬆️ Upgrade dependencies (including react-floater's fix): 4b57755
  • v2.0.3 Changes

    February 03, 2019
    • ➕ Add prettier and lint-staged: 6e224ef
    • ➕ Add Spectrum link: 72687db
    • 🛠 Fix typo in docs/migration.md: ef156aa
    • 🛠 Fix types/propTypes: 512737d
    • ⬆️ Upgrade dependencies: 06fc623
  • v2.0.2 Changes

    January 06, 2019
    • ⚡️ Update README links: 73095a0
    • ⚡️ Update README image and link for V2: d7c350c
    • ⚡️ Update CI config: 862a97b
    • 🛠 Minor fixes: c27ca91
    • 🔨 Refactor scope module: 1aef94b
    • ⬇️ Drop React 0.14.x support: a0a0799
    • ➕ Add tests for the scope module: 0a8119d
    • ➕ Add custom propType for custom components: 56ed49a
    • 🛠 Minor fixes: 0c0a94f
    • ⚡️ Update dependencies: 12c6684
    • 👌 Improve accessibility: 5b0c718
    • 🛠 Fix TooltipFooter UI on legacy browsers: d288c61
    • ⚡️ Update helpers and add tests: 1aeedd3
    • ⚡️ Update store: 5c1c0d5
    • ✂ Remove useless lifecycle checks: e869577
  • v2.0.1 Changes

    December 31, 2018
    • ⚡️ Update typescript definition: 2c15c37
    • ⚡️ Update flow definitions: 4adf007
    • ⚡️ Update store helpers: 3aa9047
    • ⚡️ Update issue templates: 148a957
    • ⚡️ Update tools and npm scripts: 8e87448
    • 🛠 Fix store method on componentDidMount: 1f3b1a4
    • ⚡️ Update types: 48c7a1c
    • 🛠 Fix property name in styling docs: 881b9d4
    • ⚡️ Update docs: 018d02f
    • ⚡️ Update README: a45bd7e
  • v2.0.0 Changes

    December 31, 2018

    📚 Complete refactor with an improved API and documentation.
    👍 Now it uses react-floater (with popper.js) for better tooltip positioning.

    📄 For breaking changes from V1, read the migration guide.