WebPurple / site

Site of front-end community - WebPurple
https://www.webpurple.net
Other
39 stars 44 forks source link

An in-range update of downshift is breaking the build 🚨 #373

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency downshift was updated from 3.1.3 to 3.1.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

downshift is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/WebPurple/site/builds/445301478?utm_source=github_status&utm_medium=notification)).

Release Notes for v3.1.4

3.1.4 (2018-10-23)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 47d9487 fix: remove 'ref is not a prop' warning (#613)

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 3.1.3 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.1.5

3.1.5 (2018-11-08)

Bug Fixes

  • component should reset on tap outside, not on swipe outside (#618) (#619) (92b5ad0)
Commits

The new version differs by 1 commits.

  • 92b5ad0 fix: component should reset on tap outside, not on swipe outside (#618) (#619)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.1.6

3.1.6 (2018-12-11)

Bug Fixes

Commits

The new version differs by 3 commits.

  • 4ea7b2c test: fix cypress tests
  • 6c2e57d fix(TS): make getInputProps accept extra props #313 (#616)
  • 27a19a3 docs: add list of stateChangeTypes in README.md (#622)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.1.7

3.1.7 (2018-12-13)

Bug Fixes

  • events: stop handled key events propagating (#633) (5084cd0)
Commits

The new version differs by 4 commits.

  • 5084cd0 fix(events): stop handled key events propagating (#633)
  • 4ea7b2c test: fix cypress tests
  • 6c2e57d fix(TS): make getInputProps accept extra props #313 (#616)
  • 27a19a3 docs: add list of stateChangeTypes in README.md (#622)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.1.8

3.1.8 (2018-12-21)

Bug Fixes

  • ie: error when pressing Tab key in Internet Explorer (#635) (ddc8758)
Commits

The new version differs by 6 commits.

  • b271d3d chore: fix build
  • ddc8758 fix(ie): error when pressing Tab key in Internet Explorer (#635)
  • 5084cd0 fix(events): stop handled key events propagating (#633)
  • 4ea7b2c test: fix cypress tests
  • 6c2e57d fix(TS): make getInputProps accept extra props #313 (#616)
  • 27a19a3 docs: add list of stateChangeTypes in README.md (#622)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.2.3

3.2.3 (2019-02-21)

Bug Fixes

  • release: manually release a patch version (1caa6a3), closes #674
Commits

The new version differs by 24 commits.

  • 1caa6a3 fix(release): manually release a patch version
  • 8f98792 fixed index highlights in toggle and keydown (#674)
  • fd09334 fix(ie11): added extra guard condition for ie11 issue #660
  • 9fb1524 chore: replace "paypal/downshift" with "downshift-js/downshift" (#658)
  • aecd730 fix(TS): Item can be null in onChange and onSelect (#611)
  • f2b7b6f feat(highlightedIndex): Highlights defaultHighlightedIndex when open (#652)
  • f846aa0 fix(ts): change touchStart to touchEnd in StateChangeTypes (#648)
  • 4de24a7 chore(lint): fixed the lint camelcase errors (#656)
  • 39ca5d4 fix(revert): revert #633 (#649)
  • 0773ffe fix: handle End and Home Keys in list navigation (#646)
  • d7d8985 fix: use menuNode for scrolling boundary (#644)
  • e13a167 chore: disable cypress in CI
  • c21731a fix(TS): (revert) [TypeScript] Fixed type for "GetInputPropsOptions" (#641)
  • cbfa03f docs: add note about stateReducer and onStateChange
  • 1b6ab98 chore: add types tests back to CI

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.2.5

3.2.5 (2019-02-26)

Bug Fixes

  • keyDownHandlers: call setState instead of toggle when opening (#681) (984f8f9)
Commits

The new version differs by 27 commits.

  • 984f8f9 fix(keyDownHandlers): call setState instead of toggle when opening (#681)
  • 363e7de fix(toggleMenu): removed breaking reset on toggle close (#678)
  • 60ec62d docs(contributor): add GonchuB as a contributor. (#676)
  • 1caa6a3 fix(release): manually release a patch version
  • 8f98792 fixed index highlights in toggle and keydown (#674)
  • fd09334 fix(ie11): added extra guard condition for ie11 issue #660
  • 9fb1524 chore: replace "paypal/downshift" with "downshift-js/downshift" (#658)
  • aecd730 fix(TS): Item can be null in onChange and onSelect (#611)
  • f2b7b6f feat(highlightedIndex): Highlights defaultHighlightedIndex when open (#652)
  • f846aa0 fix(ts): change touchStart to touchEnd in StateChangeTypes (#648)
  • 4de24a7 chore(lint): fixed the lint camelcase errors (#656)
  • 39ca5d4 fix(revert): revert #633 (#649)
  • 0773ffe fix: handle End and Home Keys in list navigation (#646)
  • d7d8985 fix: use menuNode for scrolling boundary (#644)
  • e13a167 chore: disable cypress in CI

There are 27 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.2.6

3.2.6 (2019-02-26)

Bug Fixes

  • scroll: replace state with getState in shouldScroll (#682) (abafc98)
Commits

The new version differs by 28 commits.

  • abafc98 fix(scroll): replace state with getState in shouldScroll (#682)
  • 984f8f9 fix(keyDownHandlers): call setState instead of toggle when opening (#681)
  • 363e7de fix(toggleMenu): removed breaking reset on toggle close (#678)
  • 60ec62d docs(contributor): add GonchuB as a contributor. (#676)
  • 1caa6a3 fix(release): manually release a patch version
  • 8f98792 fixed index highlights in toggle and keydown (#674)
  • fd09334 fix(ie11): added extra guard condition for ie11 issue #660
  • 9fb1524 chore: replace "paypal/downshift" with "downshift-js/downshift" (#658)
  • aecd730 fix(TS): Item can be null in onChange and onSelect (#611)
  • f2b7b6f feat(highlightedIndex): Highlights defaultHighlightedIndex when open (#652)
  • f846aa0 fix(ts): change touchStart to touchEnd in StateChangeTypes (#648)
  • 4de24a7 chore(lint): fixed the lint camelcase errors (#656)
  • 39ca5d4 fix(revert): revert #633 (#649)
  • 0773ffe fix: handle End and Home Keys in list navigation (#646)
  • d7d8985 fix: use menuNode for scrolling boundary (#644)

There are 28 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.2.7

3.2.7 (2019-03-09)

Bug Fixes

  • highlightedIndex: reset to defaultHighlightedIndex on input value change (#675) (5b721a1)
  • lint: change jest method that breaks the build (#685) (dddd76c)
Commits

The new version differs by 30 commits.

  • dddd76c fix(lint): change jest method that breaks the build (#685)
  • 5b721a1 fix(highlightedIndex): reset to defaultHighlightedIndex on input value change (#675)
  • abafc98 fix(scroll): replace state with getState in shouldScroll (#682)
  • 984f8f9 fix(keyDownHandlers): call setState instead of toggle when opening (#681)
  • 363e7de fix(toggleMenu): removed breaking reset on toggle close (#678)
  • 60ec62d docs(contributor): add GonchuB as a contributor. (#676)
  • 1caa6a3 fix(release): manually release a patch version
  • 8f98792 fixed index highlights in toggle and keydown (#674)
  • fd09334 fix(ie11): added extra guard condition for ie11 issue #660
  • 9fb1524 chore: replace "paypal/downshift" with "downshift-js/downshift" (#658)
  • aecd730 fix(TS): Item can be null in onChange and onSelect (#611)
  • f2b7b6f feat(highlightedIndex): Highlights defaultHighlightedIndex when open (#652)
  • f846aa0 fix(ts): change touchStart to touchEnd in StateChangeTypes (#648)
  • 4de24a7 chore(lint): fixed the lint camelcase errors (#656)
  • 39ca5d4 fix(revert): revert #633 (#649)

There are 30 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.2.8

3.2.8 (2019-04-19)

Bug Fixes

  • highlightedIndex: use correct state change type for End key (#702) (#703) (ea5f388)
Commits

The new version differs by 32 commits.

  • ea5f388 fix(highlightedIndex): use correct state change type for End key (#702) (#703)
  • 5d9403a chore: fix typo in README.md (#697)
  • dddd76c fix(lint): change jest method that breaks the build (#685)
  • 5b721a1 fix(highlightedIndex): reset to defaultHighlightedIndex on input value change (#675)
  • abafc98 fix(scroll): replace state with getState in shouldScroll (#682)
  • 984f8f9 fix(keyDownHandlers): call setState instead of toggle when opening (#681)
  • 363e7de fix(toggleMenu): removed breaking reset on toggle close (#678)
  • 60ec62d docs(contributor): add GonchuB as a contributor. (#676)
  • 1caa6a3 fix(release): manually release a patch version
  • 8f98792 fixed index highlights in toggle and keydown (#674)
  • fd09334 fix(ie11): added extra guard condition for ie11 issue #660
  • 9fb1524 chore: replace "paypal/downshift" with "downshift-js/downshift" (#658)
  • aecd730 fix(TS): Item can be null in onChange and onSelect (#611)
  • f2b7b6f feat(highlightedIndex): Highlights defaultHighlightedIndex when open (#652)
  • f846aa0 fix(ts): change touchStart to touchEnd in StateChangeTypes (#648)

There are 32 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.2.9

3.2.9 (2019-04-24)

Bug Fixes

  • set-a11y-status: perform cleanup after setting a status (#707) (7f75f2f)
Commits

The new version differs by 33 commits.

  • 7f75f2f fix(set-a11y-status): perform cleanup after setting a status (#707)
  • ea5f388 fix(highlightedIndex): use correct state change type for End key (#702) (#703)
  • 5d9403a chore: fix typo in README.md (#697)
  • dddd76c fix(lint): change jest method that breaks the build (#685)
  • 5b721a1 fix(highlightedIndex): reset to defaultHighlightedIndex on input value change (#675)
  • abafc98 fix(scroll): replace state with getState in shouldScroll (#682)
  • 984f8f9 fix(keyDownHandlers): call setState instead of toggle when opening (#681)
  • 363e7de fix(toggleMenu): removed breaking reset on toggle close (#678)
  • 60ec62d docs(contributor): add GonchuB as a contributor. (#676)
  • 1caa6a3 fix(release): manually release a patch version
  • 8f98792 fixed index highlights in toggle and keydown (#674)
  • fd09334 fix(ie11): added extra guard condition for ie11 issue #660
  • 9fb1524 chore: replace "paypal/downshift" with "downshift-js/downshift" (#658)
  • aecd730 fix(TS): Item can be null in onChange and onSelect (#611)
  • f2b7b6f feat(highlightedIndex): Highlights defaultHighlightedIndex when open (#652)

There are 33 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.2.10

3.2.10 (2019-04-24)

Bug Fixes

  • clear input text and selected item on escape key (#689) (7dc7a5b)
Commits

The new version differs by 34 commits.

  • 7dc7a5b fix: clear input text and selected item on escape key (#689)
  • 7f75f2f fix(set-a11y-status): perform cleanup after setting a status (#707)
  • ea5f388 fix(highlightedIndex): use correct state change type for End key (#702) (#703)
  • 5d9403a chore: fix typo in README.md (#697)
  • dddd76c fix(lint): change jest method that breaks the build (#685)
  • 5b721a1 fix(highlightedIndex): reset to defaultHighlightedIndex on input value change (#675)
  • abafc98 fix(scroll): replace state with getState in shouldScroll (#682)
  • 984f8f9 fix(keyDownHandlers): call setState instead of toggle when opening (#681)
  • 363e7de fix(toggleMenu): removed breaking reset on toggle close (#678)
  • 60ec62d docs(contributor): add GonchuB as a contributor. (#676)
  • 1caa6a3 fix(release): manually release a patch version
  • 8f98792 fixed index highlights in toggle and keydown (#674)
  • fd09334 fix(ie11): added extra guard condition for ie11 issue #660
  • 9fb1524 chore: replace "paypal/downshift" with "downshift-js/downshift" (#658)
  • aecd730 fix(TS): Item can be null in onChange and onSelect (#611)

There are 34 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.2.12

3.2.12 (2019-08-09)

Bug Fixes

  • release: manually release a patch version (#741) (a46289a)
Commits

The new version differs by 41 commits.

  • a46289a fix(release): manually release a patch version (#741)
  • 30b2e09 fix(lint): disable label a11y lint rule (#739)
  • 193b7b6 fix: environment undefined in props on cleanup (#738)
  • d4f384c docs: mention downshift-hooks in the README (#726)
  • 07366a8 chore: dependency updates (#724)
  • 4ba61b1 docs(usage): change the usage codesandbox link (#722)
  • 8d94bc1 docs(onChange): Update docs to mention onChange can be called with null when selection is cleared (#721)
  • 7dc7a5b fix: clear input text and selected item on escape key (#689)
  • 7f75f2f fix(set-a11y-status): perform cleanup after setting a status (#707)
  • ea5f388 fix(highlightedIndex): use correct state change type for End key (#702) (#703)
  • 5d9403a chore: fix typo in README.md (#697)
  • dddd76c fix(lint): change jest method that breaks the build (#685)
  • 5b721a1 fix(highlightedIndex): reset to defaultHighlightedIndex on input value change (#675)
  • abafc98 fix(scroll): replace state with getState in shouldScroll (#682)
  • 984f8f9 fix(keyDownHandlers): call setState instead of toggle when opening (#681)

There are 41 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.2.13

3.2.13 (2019-09-04)

Bug Fixes

  • getRootProps: add access to ref from getRootProps (#756) (009b016)
Commits

The new version differs by 46 commits.

  • 009b016 fix(getRootProps): add access to ref from getRootProps (#756)
  • 6bda5e6 chore(test): disable lines for eslint (#754)
  • 0d2e9a2 chore: update everything (#746)
  • 10394a8 chore(set-a11y-status): use debounce for a11y message cleanup (#742)
  • 931d876 chore(typescript): add type definitions for scrollIntoView prop (#737)
  • a46289a fix(release): manually release a patch version (#741)
  • 30b2e09 fix(lint): disable label a11y lint rule (#739)
  • 193b7b6 fix: environment undefined in props on cleanup (#738)
  • d4f384c docs: mention downshift-hooks in the README (#726)
  • 07366a8 chore: dependency updates (#724)
  • 4ba61b1 docs(usage): change the usage codesandbox link (#722)
  • 8d94bc1 docs(onChange): Update docs to mention onChange can be called with null when selection is cleared (#721)
  • 7dc7a5b fix: clear input text and selected item on escape key (#689)
  • 7f75f2f fix(set-a11y-status): perform cleanup after setting a status (#707)
  • ea5f388 fix(highlightedIndex): use correct state change type for End key (#702) (#703)

There are 46 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.2.14

3.2.14 (2019-09-05)

Bug Fixes

  • set-a11y-status: pass props.environment.document to getStatusDiv (#755) (6ae0bbc)
Commits

The new version differs by 47 commits.

  • 6ae0bbc fix(set-a11y-status): pass props.environment.document to getStatusDiv (#755)
  • 009b016 fix(getRootProps): add access to ref from getRootProps (#756)
  • 6bda5e6 chore(test): disable lines for eslint (#754)
  • 0d2e9a2 chore: update everything (#746)
  • 10394a8 chore(set-a11y-status): use debounce for a11y message cleanup (#742)
  • 931d876 chore(typescript): add type definitions for scrollIntoView prop (#737)
  • a46289a fix(release): manually release a patch version (#741)
  • 30b2e09 fix(lint): disable label a11y lint rule (#739)
  • 193b7b6 fix: environment undefined in props on cleanup (#738)
  • d4f384c docs: mention downshift-hooks in the README (#726)
  • 07366a8 chore: dependency updates (#724)
  • 4ba61b1 docs(usage): change the usage codesandbox link (#722)
  • 8d94bc1 docs(onChange): Update docs to mention onChange can be called with null when selection is cleared (#721)
  • 7dc7a5b fix: clear input text and selected item on escape key (#689)
  • 7f75f2f fix(set-a11y-status): perform cleanup after setting a status (#707)

There are 47 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.3.0

3.3.0 (2019-09-10)

Features

Commits

The new version differs by 48 commits.

  • 21199b9 feat(hooks): add useSelect hook (#747)
  • 6ae0bbc fix(set-a11y-status): pass props.environment.document to getStatusDiv (#755)
  • 009b016 fix(getRootProps): add access to ref from getRootProps (#756)
  • 6bda5e6 chore(test): disable lines for eslint (#754)
  • 0d2e9a2 chore: update everything (#746)
  • 10394a8 chore(set-a11y-status): use debounce for a11y message cleanup (#742)
  • 931d876 chore(typescript): add type definitions for scrollIntoView prop (#737)
  • a46289a fix(release): manually release a patch version (#741)
  • 30b2e09 fix(lint): disable label a11y lint rule (#739)
  • 193b7b6 fix: environment undefined in props on cleanup (#738)
  • d4f384c docs: mention downshift-hooks in the README (#726)
  • 07366a8 chore: dependency updates (#724)
  • 4ba61b1 docs(usage): change the usage codesandbox link (#722)
  • 8d94bc1 docs(onChange): Update docs to mention onChange can be called with null when selection is cleared (#721)
  • 7dc7a5b fix: clear input text and selected item on escape key (#689)

There are 48 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.3.1

3.3.1 (2019-09-11)

Bug Fixes

  • rollup: fix imports and revert added namedExports (#761) (cddf9a1)
Commits

The new version differs by 49 commits.

  • cddf9a1 fix(rollup): fix imports and revert added namedExports (#761)
  • 21199b9 feat(hooks): add useSelect hook (#747)
  • 6ae0bbc fix(set-a11y-status): pass props.environment.document to getStatusDiv (#755)
  • 009b016 fix(getRootProps): add access to ref from getRootProps (#756)
  • 6bda5e6 chore(test): disable lines for eslint (#754)
  • 0d2e9a2 chore: update everything (#746)
  • 10394a8 chore(set-a11y-status): use debounce for a11y message cleanup (#742)
  • 931d876 chore(typescript): add type definitions for scrollIntoView prop (#737)
  • a46289a fix(release): manually release a patch version (#741)
  • 30b2e09 fix(lint): disable label a11y lint rule (#739)
  • 193b7b6 fix: environment undefined in props on cleanup (#738)
  • d4f384c docs: mention downshift-hooks in the README (#726)
  • 07366a8 chore: dependency updates (#724)
  • 4ba61b1 docs(usage): change the usage codesandbox link (#722)
  • 8d94bc1 docs(onChange): Update docs to mention onChange can be called with null when selection is cleared (#721)

There are 49 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.3.2

3.3.2 (2019-09-25)

Bug Fixes

  • useSelect controlled state and custom document for setStatus (#774) (7f72cf3)
Commits

The new version differs by 53 commits.

  • 7f72cf3 fix: useSelect controlled state and custom document for setStatus (#774)
  • 4331b94 docs(uiLibraries): better illustrate how itemToString is used (#771)
  • 52b5740 docs: fix useSelect try out yourself codesandbox link (#768)
  • a22675e docs: fix docs and readme link (#760)
  • cddf9a1 fix(rollup): fix imports and revert added namedExports (#761)
  • 21199b9 feat(hooks): add useSelect hook (#747)
  • 6ae0bbc fix(set-a11y-status): pass props.environment.document to getStatusDiv (#755)
  • 009b016 fix(getRootProps): add access to ref from getRootProps (#756)
  • 6bda5e6 chore(test): disable lines for eslint (#754)
  • 0d2e9a2 chore: update everything (#746)
  • 10394a8 chore(set-a11y-status): use debounce for a11y message cleanup (#742)
  • 931d876 chore(typescript): add type definitions for scrollIntoView prop (#737)
  • a46289a fix(release): manually release a patch version (#741)
  • 30b2e09 fix(lint): disable label a11y lint rule (#739)
  • 193b7b6 fix: environment undefined in props on cleanup (#738)

There are 53 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.3.3

3.3.3 (2019-09-27)

Bug Fixes

  • TS: correct TypeScript typings for useSelect (#765) (acafe0a)
Commits

The new version differs by 1 commits.

  • acafe0a fix(TS): correct TypeScript typings for useSelect (#765)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.3.4

3.3.4 (2019-09-27)

Performance Improvements

  • remove keyboardKey library and replace its uses (#776) (66bc9ea)
Commits

The new version differs by 2 commits.

  • 66bc9ea perf: remove keyboardKey library and replace its uses (#776)
  • acafe0a fix(TS): correct TypeScript typings for useSelect (#765)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.3.5

3.3.5 (2019-10-17)

Bug Fixes

  • localise clearTimeout per useSelect mounted instances (#795) (4ee97b5)
Commits

The new version differs by 5 commits.

  • 4ee97b5 fix: localise clearTimeout per useSelect mounted instances (#795)
  • 60965ae docs: correct usage of stateReducer in useSelect docs (#777)
  • 11ee6f7 docs: fix typo in Readme (#778)
  • 66bc9ea perf: remove keyboardKey library and replace its uses (#776)
  • acafe0a fix(TS): correct TypeScript typings for useSelect (#765)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.3.6

3.3.6 (2019-10-27)

Bug Fixes

  • useSelect: getLabelProps returns htmlFor (#797) (1b5dac7)
Commits

The new version differs by 9 commits.

  • 1b5dac7 fix(useSelect): getLabelProps returns htmlFor (#797)
  • 4c05e03 docs: add epeicher as a contributor (#806)
  • 2fbe0ce chore: revert cypress test library update (#807)
  • 20d5584 chore: update packages (#804)
  • 4ee97b5 fix: localise clearTimeout per useSelect mounted instances (#795)
  • 60965ae docs: correct usage of stateReducer in useSelect docs (#777)
  • 11ee6f7 docs: fix typo in Readme (#778)
  • 66bc9ea perf: remove keyboardKey library and replace its uses (#776)
  • acafe0a fix(TS): correct TypeScript typings for useSelect (#765)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.3.7

3.3.7 (2019-10-27)

Bug Fixes

  • useSelect: don't select item at blur (#796) (7bb4512)
Commits

The new version differs by 10 commits.

  • 7bb4512 fix(useSelect): don't select item at blur (#796)
  • 1b5dac7 fix(useSelect): getLabelProps returns htmlFor (#797)
  • 4c05e03 docs: add epeicher as a contributor (#806)
  • 2fbe0ce chore: revert cypress test library update (#807)
  • 20d5584 chore: update packages (#804)
  • 4ee97b5 fix: localise clearTimeout per useSelect mounted instances (#795)
  • 60965ae docs: correct usage of stateReducer in useSelect docs (#777)
  • 11ee6f7 docs: fix typo in Readme (#778)
  • 66bc9ea perf: remove keyboardKey library and replace its uses (#776)
  • acafe0a fix(TS): correct TypeScript typings for useSelect (#765)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.4.0

3.4.0 (2019-10-27)

Features

Commits

The new version differs by 11 commits.

  • 046e4ab feat(preact): add support for Preact X (#802)
  • 7bb4512 fix(useSelect): don't select item at blur (#796)
  • 1b5dac7 fix(useSelect): getLabelProps returns htmlFor (#797)
  • 4c05e03 docs: add epeicher as a contributor (#806)
  • 2fbe0ce chore: revert cypress test library update (#807)
  • 20d5584 chore: update packages (#804)
  • 4ee97b5 fix: localise clearTimeout per useSelect mounted instances (#795)
  • 60965ae docs: correct usage of stateReducer in useSelect docs (#777)
  • 11ee6f7 docs: fix typo in Readme (#778)
  • 66bc9ea perf: remove keyboardKey library and replace its uses (#776)
  • acafe0a fix(TS): correct TypeScript typings for useSelect (#765)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.4.1

3.4.1 (2019-10-31)

Bug Fixes

Commits

The new version differs by 12 commits.

  • c2f2fc8 fix(refs): accept object refs (#813)
  • 046e4ab feat(preact): add support for Preact X (#802)
  • 7bb4512 fix(useSelect): don't select item at blur (#796)
  • 1b5dac7 fix(useSelect): getLabelProps returns htmlFor (#797)
  • 4c05e03 docs: add epeicher as a contributor (#806)
  • 2fbe0ce chore: revert cypress test library update (#807)
  • 20d5584 chore: update packages (#804)
  • 4ee97b5 fix: localise clearTimeout per useSelect mounted instances (#795)
  • 60965ae docs: correct usage of stateReducer in useSelect docs (#777)
  • 11ee6f7 docs: fix typo in Readme (#778)
  • 66bc9ea perf: remove keyboardKey library and replace its uses (#776)
  • acafe0a fix(TS): correct TypeScript typings for useSelect (#765)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.4.3

3.4.3 (2019-11-27)

Bug Fixes

  • useSelect: respect disabled option passed to getItemProps (#833) (fabffff)
Commits

The new version differs by 17 commits.

  • fabffff fix(useSelect): respect disabled option passed to getItemProps (#833)
  • d54e95d docs: add maxmalov as a contributor (#831)
  • 9cf3838 fix(useSelect): respect disabled option passed to getToggleButtonProps (#829)
  • d2fef0f chore(deps): update @testing-library/cypress to v5.0.2 (#817)
  • 234cbcd docs: remove mentions of add-contributor (#814)
  • c2f2fc8 fix(refs): accept object refs (#813)
  • 046e4ab feat(preact): add support for Preact X (#802)
  • 7bb4512 fix(useSelect): don't select item at blur (#796)
  • 1b5dac7 fix(useSelect): getLabelProps returns htmlFor (#797)
  • 4c05e03 docs: add epeicher as a contributor (#806)
  • 2fbe0ce chore: revert cypress test library update (#807)
  • 20d5584 chore: update packages (#804)
  • 4ee97b5 fix: localise clearTimeout per useSelect mounted instances (#795)
  • 60965ae docs: correct usage of stateReducer in useSelect docs (#777)
  • 11ee6f7 docs: fix typo in Readme (#778)

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.4.4

3.4.4 (2019-11-29)

Bug Fixes

  • useSelect: fix Firefox menu close on toggleButton click (#837) (c2fd95a)
Commits

The new version differs by 18 commits.

  • c2fd95a fix(useSelect): fix Firefox menu close on toggleButton click (#837)
  • fabffff fix(useSelect): respect disabled option passed to getItemProps (#833)
  • d54e95d docs: add maxmalov as a contributor (#831)
  • 9cf3838 fix(useSelect): respect disabled option passed to getToggleButtonProps (#829)
  • d2fef0f chore(deps): update @testing-library/cypress to v5.0.2 (#817)
  • 234cbcd docs: remove mentions of add-contributor (#814)
  • c2f2fc8 fix(refs): accept object refs (#813)
  • 046e4ab feat(preact): add support for Preact X (#802)
  • 7bb4512 fix(useSelect): don't select item at blur (#796)
  • 1b5dac7 fix(useSelect): getLabelProps returns htmlFor (#797)
  • 4c05e03 docs: add epeicher as a contributor (#806)
  • 2fbe0ce chore: revert cypress test library update (#807)
  • 20d5584 chore: update packages (#804)
  • 4ee97b5 fix: localise clearTimeout per useSelect mounted instances (#795)
  • 60965ae docs: correct usage of stateReducer in useSelect docs (#777)

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.4.5

3.4.5 (2019-12-02)

Performance Improvements

  • getItemProps: memoize the event handlers for item (#841) (c90e41b)
Commits

The new version differs by 19 commits.

  • c90e41b perf(getItemProps): memoize the event handlers for item (#841)
  • c2fd95a fix(useSelect): fix Firefox menu close on toggleButton click (#837)
  • fabffff fix(useSelect): respect disabled option passed to getItemProps (#833)
  • d54e95d docs: add maxmalov as a contributor (#831)
  • 9cf3838 fix(useSelect): respect disabled option passed to getToggleButtonProps (#829)
  • d2fef0f chore(deps): update @testing-library/cypress to v5.0.2 (#817)
  • 234cbcd docs: remove mentions of add-contributor (#814)
  • c2f2fc8 fix(refs): accept object refs (#813)
  • 046e4ab feat(preact): add support for Preact X (#802)
  • 7bb4512 fix(useSelect): don't select item at blur (#796)
  • 1b5dac7 fix(useSelect): getLabelProps returns htmlFor (#797)
  • 4c05e03 docs: add epeicher as a contributor (#806)
  • 2fbe0ce chore: revert cypress test library update (#807)
  • 20d5584 chore: update packages (#804)
  • 4ee97b5 fix: localise clearTimeout per useSelect mounted instances (#795)

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.4.6

3.4.6 (2019-12-06)

Bug Fixes

  • revert): Revert "perf(getItemProps: memoize the event handlers for item (#841)" (#846) (297bdb6)
Commits

The new version differs by 20 commits.

  • 297bdb6 fix(revert): Revert "perf(getItemProps): memoize the event handlers for item (#841)" (#846)
  • c90e41b perf(getItemProps): memoize the event handlers for item (#841)
  • c2fd95a fix(useSelect): fix Firefox menu close on toggleButton click (#837)
  • fabffff fix(useSelect): respect disabled option passed to getItemProps (#833)
  • d54e95d docs: add maxmalov as a contributor (#831)
  • 9cf3838 fix(useSelect): respect disabled option passed to getToggleButtonProps (#829)
  • d2fef0f chore(deps): update @testing-library/cypress to v5.0.2 (#817)
  • 234cbcd docs: remove mentions of add-contributor (#814)
  • c2f2fc8 fix(refs): accept object refs (#813)
  • 046e4ab feat(preact): add support for Preact X (#802)
  • 7bb4512 fix(useSelect): don't select item at blur (#796)
  • 1b5dac7 fix(useSelect): getLabelProps returns htmlFor (#797)
  • 4c05e03 docs: add epeicher as a contributor (#806)
  • 2fbe0ce chore: revert cypress test library update (#807)
  • 20d5584 chore: update packages (#804)

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.4.7

3.4.7 (2019-12-06)

Bug Fixes

  • ts: fix useSelect typings for stateReducer and stateChangeTypes (#847) (e3a0c23)
Commits

The new version differs by 21 commits.

  • e3a0c23 fix(ts): fix useSelect typings for stateReducer and stateChangeTypes (#847)
  • 297bdb6 fix(revert): Revert "perf(getItemProps): memoize the event handlers for item (#841)" (#846)
  • c90e41b perf(getItemProps): memoize the event handlers for item (#841)
  • c2fd95a fix(useSelect): fix Firefox menu close on toggleButton click (#837)
  • fabffff fix(useSelect): respect disabled option passed to getItemProps (#833)
  • d54e95d docs: add maxmalov as a contributor (#831)
  • 9cf3838 fix(useSelect): respect disabled option passed to getToggleButtonProps (#829)
  • d2fef0f chore(deps): update @testing-library/cypress to v5.0.2 (#817)
  • 234cbcd docs: remove mentions of add-contributor (#814)
  • c2f2fc8 fix(refs): accept object refs (#813)
  • 046e4ab feat(preact): add support for Preact X (#802)
  • 7bb4512 fix(useSelect): don't select item at blur (#796)
  • 1b5dac7 fix(useSelect): getLabelProps returns htmlFor (#797)
  • 4c05e03 docs: add epeicher as a contributor (#806)
  • 2fbe0ce chore: revert cypress test library update (#807)

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.4.8

3.4.8 (2019-12-11)

Bug Fixes

Commits

The new version differs by 22 commits.

  • ae49ad8 fix: treeshake Downshift and useSelect (#850)
  • e3a0c23 fix(ts): fix useSelect typings for stateReducer and stateChangeTypes (#847)
  • 297bdb6 fix(revert): Revert "perf(getItemProps): memoize the event handlers for item (#841)" (#846)
  • c90e41b perf(getItemProps): memoize the event handlers for item (#841)
  • c2fd95a fix(useSelect): fix Firefox menu close on toggleButton click (#837)
  • fabffff fix(useSelect): respect disabled option passed to getItemProps (#833)
  • d54e95d docs: add maxmalov as a contributor (#831)
  • 9cf3838 fix(useSelect): respect disabled option passed to getToggleButtonProps (#829)
  • d2fef0f chore(deps): update @testing-library/cypress to v5.0.2 (#817)
  • 234cbcd docs: remove mentions of add-contributor (#814)
  • c2f2fc8 fix(refs): accept object refs (#813)
  • 046e4ab feat(preact): add support for Preact X (#802)
  • 7bb4512 fix(useSelect): don't select item at blur (#796)
  • 1b5dac7 fix(useSelect): getLabelProps returns htmlFor (#797)
  • 4c05e03 docs: add epeicher as a contributor (#806)

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v3.5.0

3.5.0 (2019-12-18)

Features

Commits

The new version differs by 26 commits.

  • 1a11745 feat: release 4.0.0 (#812) (#857)
  • 78e47ae docs: add saitonakamura as a contributor (#854)
  • b989f77 docs: add epiqueras as a contributor (#852)
  • abd9dbe docs: add layershifter as a contributor (#851)
  • ae49ad8 fix: treeshake Downshift and useSelect (#850)
  • e3a0c23 fix(ts): fix useSelect typings for stateReducer and stateChangeTypes (#847)
  • 297bdb6 fix(revert): Revert "perf(getItemProps): memoize the event handlers for item (#841)" (#846)
  • c90e41b perf(getItemProps): memoize the event handlers for item (#841)
  • c2fd95a fix(useSelect): fix Firefox menu close on toggleButton click (#837)
  • fabffff fix(useSelect): respect disabled option passed to getItemProps (#833)
  • d54e95d docs: add maxmalov as a contributor (#831)
  • 9cf3838 fix(useSelect): respect disabled option passed to getToggleButtonProps (#829)
  • d2fef0f chore(deps): update @testing-library/cypress to v5.0.2 (#817)
  • 234cbcd docs: remove mentions of add-contributor (#814)
  • c2f2fc8 fix(refs): accept object refs (#813)

There are 26 commits in total.

See the full diff