All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
AutoComplete (#1439)
(4dd3794)yarn format to include new files
(48d3d7f)Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
prettier after upgrading to v2.3.0
(3ce236a)typedoc
(cf54c35)Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package
Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
Note: Version bump only for package @react-md/autocomplete
sideEffects field to package.json
(31820b9)sideEffects formatting
(78a7b6b)No changes.
The v2 release completely re-write the Autocomplete component and renamed it
to AutoComplete. There is a new API for dealing with data as well as a lot of
accessibility fixes.
<input /> elementOption/ListItem styles"inline" autocomplete is no longer a clickable <span> and instead is
done with input.setSelectionRange"inline" and "menu" autocomplete behavior instead of being
separatevalue for custom
display itemsgetResultId, getResultLabel and getResultValue to customizing the
displayed matches a bit nicer (this is also have the data is filtered)Everything is honestly a breaking change, but here's a few that are important to mention:
value is no longer controllable (will be added in a later release)aria-setsize and aria-posinset for each option
automatically when paginating results (will be added in a later release)dataLabel to labelKeydataValue to valueKeydeleteKeys to omitKeys$md-inline-autocomplete$md-autocomplete-suggestion-top$md-autocomplete-suggestion-mobile-floating-top$md-autocomplete-suggestion-mobile-block-top$md-autocomplete-suggestion-desktop-floating-top$md-autocomplete-suggestion-desktop-block-top@mixin react-md-autocompletes@mixin react-md-theme-autocompletes@mixin react-md-autocompletes-mobile@mixin react-md-autocompletes-desktop@mixin react-md-autocompletes-media