# [@hig/dropdown-v3.3.0](https://github.com/Autodesk/hig/compare/@hig/dropdown@3.2.0...@hig/dropdown@3.3.0) (2022-08-26)


### Features

* use latest theme-data ([815e718](https://github.com/Autodesk/hig/commit/815e718))

# [@hig/dropdown-v3.2.0](https://github.com/Autodesk/hig/compare/@hig/dropdown@3.1.0...@hig/dropdown@3.2.0) (2022-05-20)


### Features

* update to Downshift 6.0.0 ([9157a4a](https://github.com/Autodesk/hig/commit/9157a4a))

# [@hig/dropdown-v3.1.0](https://github.com/Autodesk/hig/compare/@hig/dropdown@3.0.0...@hig/dropdown@3.1.0) (2022-01-24)


### Features

* updating peer dependencies release ([0a8a2b6](https://github.com/Autodesk/hig/commit/0a8a2b6))

# [@hig/dropdown-v3.0.0](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.4.3...@hig/dropdown@3.0.0) (2022-01-13)


### Code Refactoring

* Major Release - React 17 Upgrade ([2523711](https://github.com/Autodesk/hig/commit/2523711))


### BREAKING CHANGES

* This release includes upgrading to React 17 and all associated libraries. The components have also had structural changes, utilizing stateless components and hooks. There should be no change in look or behavior of components. The code usage is the same so if you’re already on react 17 you can bump the version directly. If you’re on an old version of react you’ll need to upgrade your project’s react first to 17 and then the HIG components. This upgrade also means no more fixes for the react 15 version but it will still be available for download from NPM. You can fork the repo and make fixes with the older version if there is something critical past this release date.

# [@hig/dropdown-v2.4.3](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.4.2...@hig/dropdown@2.4.3) (2022-01-12)


### Bug Fixes

* Forcing semantic release by editing readmes ([d39b61f](https://github.com/Autodesk/hig/commit/d39b61f))


### Reverts

* "Revert "Revert "feat : Migrate all repository to React v17.0 """ ([bf78986](https://github.com/Autodesk/hig/commit/bf78986))

# [@hig/dropdown-v2.4.2](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.4.1...@hig/dropdown@2.4.2) (2022-01-12)


### Bug Fixes

*  react v. in peerDependencies instead of dependencies ([4701332](https://github.com/Autodesk/hig/commit/4701332))
* change functions enzyme ([99b2ff5](https://github.com/Autodesk/hig/commit/99b2ff5))

# [@hig/dropdown-v2.4.1](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.4.0...@hig/dropdown@2.4.1) (2021-10-06)


### Bug Fixes

* tabindex should go to input ([02f9f1b](https://github.com/Autodesk/hig/commit/02f9f1b))

# [@hig/dropdown-v2.4.0](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.3.1...@hig/dropdown@2.4.0) (2021-01-14)


### Features

*  match the latest designs ([5cbfa0e](https://github.com/Autodesk/hig/commit/5cbfa0e))

# [@hig/dropdown-v2.3.1](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.3.0...@hig/dropdown@2.3.1) (2020-11-02)


### Bug Fixes

* defaultValue when multiple is selected ([3eec268](https://github.com/Autodesk/hig/commit/3eec268))

# [@hig/dropdown-v2.3.0](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.2.2...@hig/dropdown@2.3.0) (2020-10-06)


### Bug Fixes

* long options should not run into the caret ([34471fa](https://github.com/Autodesk/hig/commit/34471fa))


### Features

* add searchable and onInputChange props ([317286a](https://github.com/Autodesk/hig/commit/317286a))
* add stylesheet prop ([1edf4ed](https://github.com/Autodesk/hig/commit/1edf4ed))

# [@hig/dropdown-v2.2.2](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.2.1...@hig/dropdown@2.2.2) (2020-05-13)


### Bug Fixes

* stop using deprecated theme-data roles ([f49febe](https://github.com/Autodesk/hig/commit/f49febe))

# [@hig/dropdown-v2.2.1](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.2.0...@hig/dropdown@2.2.1) (2020-02-21)


### Bug Fixes

* show checked selected option when options is an array of objects ([70828a4](https://github.com/Autodesk/hig/commit/70828a4))

# [@hig/dropdown-v2.2.0](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.1.0...@hig/dropdown@2.2.0) (2019-10-23)


### Features

* allow for disabled options ([64ae4ca](https://github.com/Autodesk/hig/commit/64ae4ca))

# [@hig/dropdown-v2.1.0](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.0.7...@hig/dropdown@2.1.0) (2019-09-06)


### Features

* add error prop for Dropdown ([6d86709](https://github.com/Autodesk/hig/commit/6d86709))

# [@hig/dropdown-v2.0.7](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.0.6...@hig/dropdown@2.0.7) (2019-07-11)


### Bug Fixes

* allow className to be passed down in Dropdown ([faedcce](https://github.com/Autodesk/hig/commit/faedcce))
* update Dropdown to the newest Icons version ([3a446de](https://github.com/Autodesk/hig/commit/3a446de))

# [@hig/dropdown-v2.0.6](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.0.5...@hig/dropdown@2.0.6) (2019-06-07)


### Bug Fixes

* cursor should be pointer and not text ([0751d13](https://github.com/Autodesk/hig/commit/0751d13))

# [@hig/dropdown-v2.0.5](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.0.4...@hig/dropdown@2.0.5) (2019-05-10)


### Bug Fixes

* remove unused styles dependency ([708554b](https://github.com/Autodesk/hig/commit/708554b))

# [@hig/dropdown-v2.0.4](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.0.3...@hig/dropdown@2.0.4) (2019-04-04)


### Bug Fixes

* match menu open caret to designs ([aba3bf9](https://github.com/Autodesk/hig/commit/aba3bf9))

# [@hig/dropdown-v2.0.3](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.0.2...@hig/dropdown@2.0.3) (2019-03-20)


### Bug Fixes

* update caret icon padding ([f7ca4a0](https://github.com/Autodesk/hig/commit/f7ca4a0))

# [@hig/dropdown-v2.0.2](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.0.1...@hig/dropdown@2.0.2) (2019-03-13)


### Bug Fixes

* theme-context and theme-data as peer dependencies ([832fe94](https://github.com/Autodesk/hig/commit/832fe94))

# [@hig/dropdown-v2.0.1](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.0.0...@hig/dropdown@2.0.1) (2019-03-08)


### Bug Fixes

* dropdown design tweaks ([f16bd20](https://github.com/Autodesk/hig/commit/f16bd20))

# [@hig/dropdown-v2.0.0](https://github.com/Autodesk/hig/compare/@hig/dropdown@1.0.2...@hig/dropdown@2.0.0) (2019-02-26)


### Bug Fixes

* remove leftover text-field code ([bcce416](https://github.com/Autodesk/hig/commit/bcce416))


### Features

* **dropdown:** make dropdown menu themable ([b1da361](https://github.com/Autodesk/hig/commit/b1da361))
* **dropdown:** replace dropdown text field with input ([5d527fb](https://github.com/Autodesk/hig/commit/5d527fb))
* **dropdown:** tweak styles ([7d0410f](https://github.com/Autodesk/hig/commit/7d0410f))


### BREAKING CHANGES

* **dropdown:** * CSS class names have been dropped.
* The label and instructions props are deprecated.
* @hig/input replaces the input element.

# [@hig/dropdown-v1.0.2](https://github.com/Autodesk/hig/compare/@hig/dropdown@1.0.1...@hig/dropdown@1.0.2) (2019-01-23)


### Bug Fixes

* **package:** update [@hig](https://github.com/hig)/icons to version 2.0.0 ([1ff94ab](https://github.com/Autodesk/hig/commit/1ff94ab))

# [@hig/dropdown-v1.0.1](https://github.com/Autodesk/hig/compare/@hig/dropdown@1.0.0...@hig/dropdown@1.0.1) (2018-12-11)


### Bug Fixes

* remove leftover icon css dependencies ([2af5d0b](https://github.com/Autodesk/hig/commit/2af5d0b))

# [@hig/dropdown-v1.0.0](https://github.com/Autodesk/hig/compare/@hig/dropdown@0.3.0...@hig/dropdown@1.0.0) (2018-12-06)


### BREAKING

* **icon/icon-button:** Removes [@hig](https://github.com/hig)/icon and refactor [@hig](https://github.com/hig)/icon-button to use [@hig](https://github.com/hig)/icons ([49d78f4](https://github.com/Autodesk/hig/commit/49d78f4))


### Bug Fixes

* **behavior:** add missing keyboard interactions ([efb1ad9](https://github.com/Autodesk/hig/commit/efb1ad9))
* combined greenkeeper prs for version updates see pr 1392 ([d0a017a](https://github.com/Autodesk/hig/commit/d0a017a))
* Correct variable names for downshift onchange event ([99ee455](https://github.com/Autodesk/hig/commit/99ee455))
* prevent setting invalid props ([2502b3f](https://github.com/Autodesk/hig/commit/2502b3f))
* **dropdown:** remove alpha so it can release and use new icons ([1f508ba](https://github.com/Autodesk/hig/commit/1f508ba))
* **package:** update [@hig](https://github.com/hig)/text-field to version 0.5.0 ([2cc44b3](https://github.com/Autodesk/hig/commit/2cc44b3))
* **storybook:** Add back Icon stories ([f38f2d4](https://github.com/Autodesk/hig/commit/f38f2d4))


### Features

* Add optional text entry to Dropdown ([5c0f334](https://github.com/Autodesk/hig/commit/5c0f334))


### BREAKING CHANGES

* **icon/icon-button:** Removes @hig/icon
* **icon/icon-button:** Use icon prop instead of name or svg in @hig/icon-button to render Icon/svg
* **icon/icon-button:** No longer export `names` from @hig/icon-button

Usage:
```
import { Assets24 } from "@hig/icons"

function MyComponent() {
  return (
    <IconButton
      icon={<Assets24 />}
      onClick={() => console.log('Clicked it.')}
    />
  );
}
```

# [@hig/dropdown-v0.3.0](https://github.com/Autodesk/hig/compare/@hig/dropdown@0.2.3...@hig/dropdown@0.3.0) (2018-08-23)


### Features

* Add Dropdown.renderOption and Option.render for optionally rendering dropdown options with custom behavior ([ade7b24](https://github.com/Autodesk/hig/commit/ade7b24))

# [@hig/dropdown-v0.2.3](https://github.com/Autodesk/hig/compare/@hig/dropdown@0.2.2...@hig/dropdown@0.2.3) (2018-08-08)


### Bug Fixes

* correct set Downshift menu ref ([c4d15c3](https://github.com/Autodesk/hig/commit/c4d15c3))

# [@hig/dropdown-v0.2.2](https://github.com/Autodesk/hig/compare/@hig/dropdown@0.2.1...@hig/dropdown@0.2.2) (2018-08-07)


### Bug Fixes

* update icon sets ([9281451](https://github.com/Autodesk/hig/commit/9281451))

<a name="@hig/dropdown-v0.2.1"></a>
# [@hig/dropdown-v0.2.1](https://github.com/Autodesk/hig/compare/@hig/dropdown@0.2.0...@hig/dropdown@0.2.1) (2018-07-31)


### Bug Fixes

* Suppress ref check error to account for new ref validation in Downshift 2.0.20 ([12cfc18](https://github.com/Autodesk/hig/commit/12cfc18))

<a name="@hig/dropdown-v0.2.0"></a>
# [@hig/dropdown-v0.2.0](https://github.com/Autodesk/hig/compare/@hig/dropdown@0.1.1...@hig/dropdown@0.2.0) (2018-07-26)


### Bug Fixes

* **behavior:** allow falsy controlled values ([afa7ffe](https://github.com/Autodesk/hig/commit/afa7ffe))


### Features

* **behavior:** add support to be used as a controlled component ([5e02989](https://github.com/Autodesk/hig/commit/5e02989))

<a name="@hig/dropdown-v0.1.1"></a>
# [@hig/dropdown-v0.1.1](https://github.com/Autodesk/hig/compare/@hig/dropdown@0.1.0...@hig/dropdown@0.1.1) (2018-07-19)


### Bug Fixes

* upgrade dependencies to recieve fixes ([b96e706](https://github.com/Autodesk/hig/commit/b96e706))

<a name="@hig/dropdown-v0.1.0"></a>
# [@hig/dropdown-v0.1.0](https://github.com/Autodesk/hig/compare/@hig/dropdown@0.0.0...@hig/dropdown@0.1.0) (2018-07-18)


### Bug Fixes

* **behavior:** change menu toggle to activate on click ([25de807](https://github.com/Autodesk/hig/commit/25de807))
* **behavior:** change TestField type to button to prevent text selection ([1e3de1a](https://github.com/Autodesk/hig/commit/1e3de1a))
* **behavior:** correct id propagation ([ea1f2d2](https://github.com/Autodesk/hig/commit/ea1f2d2))
* **behavior:** correct multiple selection logic ([3249f5f](https://github.com/Autodesk/hig/commit/3249f5f))
* **bundle:** Fix package bundles ([a1b479d](https://github.com/Autodesk/hig/commit/a1b479d))
* **bundle:** include dependency CSS ([f5a4a62](https://github.com/Autodesk/hig/commit/f5a4a62))
* **presentation:** correct logic determining single select options ([cafaac1](https://github.com/Autodesk/hig/commit/cafaac1))
* **style:** import dependency CSS ([791f304](https://github.com/Autodesk/hig/commit/791f304))
* **style:** upgrade dependencies to correct box model ([eb4f1ec](https://github.com/Autodesk/hig/commit/eb4f1ec))


### Features

* **a11y:** upgrade Downshift to apply Aria attributes to the option menu ([9bd971e](https://github.com/Autodesk/hig/commit/9bd971e))
* **behavior:** add `formatOption` prop ([19ba202](https://github.com/Autodesk/hig/commit/19ba202))
* **behavior:** add multiple selection support to Dropdown component ([a3195b7](https://github.com/Autodesk/hig/commit/a3195b7))
* **dropdown:** Add caret icon to dropdown ([0d0c7a1](https://github.com/Autodesk/hig/commit/0d0c7a1))
* **dropdown:** Add Dropdown placeholders ([7e69d52](https://github.com/Autodesk/hig/commit/7e69d52))
* **dropdown:** Allow overriding id attribute ([1646118](https://github.com/Autodesk/hig/commit/1646118))
* **dropdown:** Begin extracting style tokens that influence each other ([d21a621](https://github.com/Autodesk/hig/commit/d21a621))
* **dropdown:** Begin porting DropdownOption ([bcb1339](https://github.com/Autodesk/hig/commit/bcb1339))
* **dropdown:** Connect onChange handler ([d958d3f](https://github.com/Autodesk/hig/commit/d958d3f))
* add support for any option type ([e730c74](https://github.com/Autodesk/hig/commit/e730c74))
* **dropdown:** Depend on Downshift ([a274452](https://github.com/Autodesk/hig/commit/a274452))
* **dropdown:** Document prop-types and begin wiring label/input ([cfaae21](https://github.com/Autodesk/hig/commit/cfaae21))
* **dropdown:** Forward remaining text-field props ([9929868](https://github.com/Autodesk/hig/commit/9929868))
* **dropdown:** Initial Dropdown commit ([06263da](https://github.com/Autodesk/hig/commit/06263da))
* **dropdown:** Position dropdown menu absolutely ([1ece4e2](https://github.com/Autodesk/hig/commit/1ece4e2))
* **dropdown:** Render dropdown options and connect event handlers ([7c8fdff](https://github.com/Autodesk/hig/commit/7c8fdff))
* **text-field:** Theme Dropdown options to indicate keyboard interactions ([12ffc04](https://github.com/Autodesk/hig/commit/12ffc04))


### Performance Improvements

* convert menu toggling to use CSS display property ([df822ae](https://github.com/Autodesk/hig/commit/df822ae))
