All Versions
12
Latest Version
Avg Release Cycle
32 days
Latest Release
1585 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.