downshift 7.0.0-alpha.1 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ # CHANGELOG
2
+
3
+ The changelog is automatically updated using
4
+ [semantic-release](https://github.com/semantic-release/semantic-release). You
5
+ can see it on the [releases page](../../releases).
package/README.md CHANGED
@@ -57,6 +57,12 @@ has been around for a while. It established a successful pattern for making
57
57
  components accessible and functional while giving developers complete freedom
58
58
  when building the UI.
59
59
 
60
+ Both _useSelect_ and _useCombobox_ support he latest ARIA combobox patterns for
61
+ W3C, which _Downshift_ does not. Consequently, we strongly recommend the you use
62
+ the hooks. The hooks have been migrated to the ARIA 1.2 combobox pattern in the
63
+ version 7 of _downshift_. There is a [Migration Guide][migration-guide-v7] that
64
+ documents the changes introduced in version 7.
65
+
60
66
  The `README` on this page covers only the component while each hook has its own
61
67
  `README` page. You can navigate to the [hooks page][hooks-readme] or go directly
62
68
  to the hook you need by using the links in the list above.
@@ -1499,3 +1505,5 @@ MIT
1499
1505
  https://codesandbox.io/s/github/kentcdodds/downshift-examples?file=/src/downshift/ordered-examples/00-get-root-props-example.js
1500
1506
  [code-sandbox-no-get-root-props]:
1501
1507
  https://codesandbox.io/s/github/kentcdodds/downshift-examples?file=/src/downshift/ordered-examples/01-basic-autocomplete.js
1508
+ [migration-guide-v7]:
1509
+ https://github.com/downshift-js/downshift/tree/master/src/hooks/MIGRATION_V7.md