# [@hig/icon-button-v3.1.1](https://github.com/Autodesk/hig/compare/@hig/icon-button@3.1.0...@hig/icon-button@3.1.1) (2022-08-24)


### Bug Fixes

* static icon positioning to match dynamic ([4afc1e9](https://github.com/Autodesk/hig/commit/4afc1e9))

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


### Features

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

# [@hig/icon-button-v3.0.0](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.6.3...@hig/icon-button@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/icon-button-v2.6.3](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.6.2...@hig/icon-button@2.6.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/icon-button-v2.6.2](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.6.1...@hig/icon-button@2.6.2) (2022-01-12)


### Bug Fixes

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

# [@hig/icon-button-v2.6.1](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.6.0...@hig/icon-button@2.6.1) (2021-09-28)


### Bug Fixes

* allow tabindex to be passed down to root ([8784d15](https://github.com/Autodesk/hig/commit/8784d15))

# [@hig/icon-button-v2.6.0](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.5.0...@hig/icon-button@2.6.0) (2021-09-08)


### Features

* pass ...otherProps to the root element ([980fc5c](https://github.com/Autodesk/hig/commit/980fc5c))

# [@hig/icon-button-v2.5.0](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.4.2...@hig/icon-button@2.5.0) (2020-12-07)


### Bug Fixes

* include static on pressed states ([969c415](https://github.com/Autodesk/hig/commit/969c415))


### Features

* add stylesheet prop ([bdebb11](https://github.com/Autodesk/hig/commit/bdebb11))

# [@hig/icon-button-v2.4.2](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.4.1...@hig/icon-button@2.4.2) (2020-09-22)


### Bug Fixes

* do not trigger focus/hover/pressed states when disabled ([19ab026](https://github.com/Autodesk/hig/commit/19ab026))

# [@hig/icon-button-v2.4.1](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.4.0...@hig/icon-button@2.4.1) (2020-05-12)


### Bug Fixes

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

# [@hig/icon-button-v2.4.0](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.3.2...@hig/icon-button@2.4.0) (2020-04-27)


### Features

* title prop is no longer required ([e3240eb](https://github.com/Autodesk/hig/commit/e3240eb))

# [@hig/icon-button-v2.3.2](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.3.1...@hig/icon-button@2.3.2) (2020-01-29)


### Bug Fixes

* export surfaces, AVAILABLE_SURFACES, variants, AVAILABLE_VARIANTS ([b81c7cb](https://github.com/Autodesk/hig/commit/b81c7cb))

# [@hig/icon-button-v2.3.1](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.3.0...@hig/icon-button@2.3.1) (2019-09-05)


### Bug Fixes

* remove non-existant theme-data role from stylesheet ([ee42999](https://github.com/Autodesk/hig/commit/ee42999))

# [@hig/icon-button-v2.3.0](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.2.1...@hig/icon-button@2.3.0) (2019-08-07)


### Features

* allow passing down of css className ([ef3d19d](https://github.com/Autodesk/hig/commit/ef3d19d))

# [@hig/icon-button-v2.2.1](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.2.0...@hig/icon-button@2.2.1) (2019-08-02)


### Bug Fixes

* remove static variant's fill color ([8c71b7a](https://github.com/Autodesk/hig/commit/8c71b7a))

# [@hig/icon-button-v2.2.0](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.1.3...@hig/icon-button@2.2.0) (2019-08-01)


### Features

* add static variant ([d8ace9d](https://github.com/Autodesk/hig/commit/d8ace9d))

# [@hig/icon-button-v2.1.3](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.1.2...@hig/icon-button@2.1.3) (2019-07-26)


### Bug Fixes

* pass down disabled attribute to root element ([3f57c24](https://github.com/Autodesk/hig/commit/3f57c24))
* prevent disabled IconButton gaining tab focus ([f548f9c](https://github.com/Autodesk/hig/commit/f548f9c))

# [@hig/icon-button-v2.1.2](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.1.1...@hig/icon-button@2.1.2) (2019-07-24)


### Bug Fixes

* halo transitions ([66b1301](https://github.com/Autodesk/hig/commit/66b1301))

# [@hig/icon-button-v2.1.1](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.1.0...@hig/icon-button@2.1.1) (2019-05-07)


### Bug Fixes

* need correct surface level values ([500dffc](https://github.com/Autodesk/hig/commit/500dffc))

# [@hig/icon-button-v2.1.0](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.0.1...@hig/icon-button@2.1.0) (2019-05-03)


### Features

* add on prop and styles for it ([89be8db](https://github.com/Autodesk/hig/commit/89be8db))
* add surface prop and styles for it ([db4ae52](https://github.com/Autodesk/hig/commit/db4ae52))

# [@hig/icon-button-v2.0.1](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.0.0...@hig/icon-button@2.0.1) (2019-04-23)


### Bug Fixes

* console errors for invalid props ([608c207](https://github.com/Autodesk/hig/commit/608c207))

# [@hig/icon-button-v2.0.0](https://github.com/Autodesk/hig/compare/@hig/icon-button@1.0.2...@hig/icon-button@2.0.0) (2019-04-19)


### Features

* make icon-button themable ([9f829d2](https://github.com/Autodesk/hig/commit/9f829d2))


### BREAKING CHANGES

* * deprecated props are now removed (name, svg)
* also removed and deprecated type prop - there are no longer different types with the new design
* removed all css classnames
* removed css stylesheets

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


### Bug Fixes

* don't show icon tooltip ([d8d3a3f](https://github.com/Autodesk/hig/commit/d8d3a3f))

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


### Bug Fixes

* combined greenkeeper prs for version updates see pr 1392 ([d0a017a](https://github.com/Autodesk/hig/commit/d0a017a))

# [@hig/icon-button-v1.0.0](https://github.com/Autodesk/hig/compare/@hig/icon-button@0.2.2...@hig/icon-button@1.0.0) (2018-12-04)


### 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

* **storybook:** Add back Icon stories ([f38f2d4](https://github.com/Autodesk/hig/commit/f38f2d4))


### 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/icon-button-v0.2.2](https://github.com/Autodesk/hig/compare/@hig/icon-button@0.2.1...@hig/icon-button@0.2.2) (2018-10-16)


### Bug Fixes

* add icon css to icon-button ([89810fc](https://github.com/Autodesk/hig/commit/89810fc))

# [@hig/icon-button-v0.2.1](https://github.com/Autodesk/hig/compare/@hig/icon-button@0.2.0...@hig/icon-button@0.2.1) (2018-10-08)


### Bug Fixes

* update dependencies ([70fb27c](https://github.com/Autodesk/hig/commit/70fb27c))

# [@hig/icon-button-v0.2.0](https://github.com/Autodesk/hig/compare/@hig/icon-button@0.1.3...@hig/icon-button@0.2.0) (2018-08-07)


### Features

* update icon set ([80bf8c6](https://github.com/Autodesk/hig/commit/80bf8c6))

<a name="@hig/icon-button-v0.1.3"></a>
# [@hig/icon-button-v0.1.3](https://github.com/Autodesk/hig/compare/@hig/icon-button@0.1.2...@hig/icon-button@0.1.3) (2018-07-06)


### Bug Fixes

* **bundle:** include dependency CSS ([f5a4a62](https://github.com/Autodesk/hig/commit/f5a4a62))

<a name="@hig/icon-button-v0.1.2"></a>
# [@hig/icon-button-v0.1.2](https://github.com/Autodesk/hig/compare/@hig/icon-button@0.1.1...@hig/icon-button@0.1.2) (2018-06-20)


### Bug Fixes

* **bundle:** Fix package bundles ([a1b479d](https://github.com/Autodesk/hig/commit/a1b479d))
