## 1.21.5 (2026-01-26)

#### :house: Internal
* [#281](https://github.com/heroku/ember-hk-components/pull/281) Resolve markdown-it, qs, systeminformation, and weback vulnerabilities ([@kenyaplenty](https://github.com/kenyaplenty))
* [#279](https://github.com/heroku/ember-hk-components/pull/279) Chore: Update local development setup ([@kenyaplenty](https://github.com/kenyaplenty))

#### Committers: 2
- Kenya ([@kenyaplenty](https://github.com/kenyaplenty))
- Milad Imen ([@mimen](https://github.com/mimen))

## 1.21.3 (2025-11-18)

#### :house: Internal
* [#266](https://github.com/heroku/ember-hk-components/pull/266) Security: Migrate to PNPM and resolve critical vulnerabilities including babel-traverse ([@barretts](https://github.com/barretts))
* [#262](https://github.com/heroku/ember-hk-components/pull/262) Update to heroku-24 stack
* [#252](https://github.com/heroku/ember-hk-components/pull/252) Repository maintenance updates
* [#251](https://github.com/heroku/ember-hk-components/pull/251) Component inventory migration ([@component-inventory-migration-opex](https://github.com/component-inventory-migration-opex))

#### :memo: Documentation
* Updated security documentation with comprehensive vulnerability resolution guide
* Added `BABEL_TRAVERSE_VULNERABILITY_GUIDE.md` for detailed security mitigation strategies

#### :boom: Breaking Change
* Migrated from Yarn to PNPM for package management
* Updated `ember-changeset-validations` from `^2.x` to `^4.0.0`
* Updated `ember-cli-babel` from `^6.x` to `^7.26.11`

**Security Improvements:**
- Resolved critical babel-traverse vulnerability (CVE-2023-45133)
- Fixed high-severity vulnerabilities in rollup, json5, ansi-html, braces
- Implemented strategic package resolutions for transitive dependencies
- Enhanced dependency security through PNPM's stricter resolution

**Migration Note:** This version eliminates the babel-traverse vulnerability. Consuming applications should update to this version and run `pnpm install` to benefit from the security fixes.

#### Committers: 4
- Barrett ([@barretts](https://github.com/barretts))
- Kenya Plenty
- Jennette Heikes
- Component Inventory Team

## 0.21.2 (2023-02-22)

#### :bug: Bug Fix
* [#241](https://github.com/heroku/ember-hk-components/pull/241) Pass disabled as proper argument ([@eablack](https://github.com/eablack))

#### Committers: 1
- Eric ([@eablack](https://github.com/eablack))
## 0.21.1 (2023-02-20)

#### :bug: Bug Fix
* [#239](https://github.com/heroku/ember-hk-components/pull/239) Updates to hk-select ([@eablack](https://github.com/eablack))

#### Committers: 1
- Eric ([@eablack](https://github.com/eablack))

## 0.21.0 (2023-01-27)

#### :boom: Breaking Change
* [#229](https://github.com/heroku/ember-hk-components/pull/229) Switch to qunit ([@eablack](https://github.com/eablack))

#### :bug: Bug Fix
* [#235](https://github.com/heroku/ember-hk-components/pull/235) Fix freestyle and hk-select ([@eablack](https://github.com/eablack))

#### :house: Internal
* [#231](https://github.com/heroku/ember-hk-components/pull/231) Update to node 16 ([@eablack](https://github.com/eablack))
* [#226](https://github.com/heroku/ember-hk-components/pull/226) Ember update to 3.28 ([@eablack](https://github.com/eablack))

#### Committers: 1
- Eric ([@eablack](https://github.com/eablack))

## 0.20.0 (2022-02-01)

#### :rocket: Enhancement
* [#188](https://github.com/heroku/ember-hk-components/pull/188) hk-slide-panel up the confirmable documentation runnable example ([@fivetanley](https://github.com/fivetanley))

#### :house: Internal
* [#205](https://github.com/heroku/ember-hk-components/pull/205) Update supported node versions to include 14 ([@eablack](https://github.com/eablack))
* [#199](https://github.com/heroku/ember-hk-components/pull/199) Update `app.json` to heroku-20 stack ([@cafreeman](https://github.com/cafreeman))

#### Committers: 3
- Chris Freeman ([@cafreeman](https://github.com/cafreeman))
- Eric ([@eablack](https://github.com/eablack))
- Stanley Stuart ([@fivetanley](https://github.com/fivetanley))

## 0.19.0 (2020-10-06)

#### :rocket: Enhancement
* [#180](https://github.com/heroku/ember-hk-components/pull/180) Associate validation error status with hk-form-group ([@brettgoulder](https://github.com/brettgoulder))
* [#181](https://github.com/heroku/ember-hk-components/pull/181) Utilize Dashboard test devmode and UI ([@brettgoulder](https://github.com/brettgoulder))

#### Committers: 1
- Brett Goulder ([@brettgoulder](https://github.com/brettgoulder))

## 0.18.0 (2020-08-10)

#### :bug: Bug Fix
* [#177](https://github.com/heroku/ember-hk-components/pull/177) fix: Malibu icon upgrade + fix accessibility violations ([@fivetanley](https://github.com/fivetanley))

#### :memo: Documentation
* [#172](https://github.com/heroku/ember-hk-components/pull/172) Update release documentation ([@samarao](https://github.com/samarao))

#### Committers: 2
- Sama ([@samarao](https://github.com/samarao))
- Stanley Stuart ([@fivetanley](https://github.com/fivetanley))

#### :memo: Documentation
* [#172](https://github.com/heroku/ember-hk-components/pull/172) Update release documentation ([@samarao](https://github.com/samarao))

#### Committers: 2
- Sama ([@samarao](https://github.com/samarao))
- Stanley Stuart ([@fivetanley](https://github.com/fivetanley))

## 0.17.0 (2020-05-27)

#### :rocket: Enhancement
* [#170](https://github.com/heroku/ember-hk-components/pull/170) Set the trap focus default to true for hk-slide-panel ([@samarao](https://github.com/samarao))

#### :house: Internal
* [#169](https://github.com/heroku/ember-hk-components/pull/169) Bump jquery from 3.4.1 to 3.5.0 ([@dependabot[bot]](https://github.com/apps/dependabot))

#### Committers: 1
- Sama ([@samarao](https://github.com/samarao))

## 0.16.0 (2020-04-16)

#### :house: Internal
* [#163](https://github.com/heroku/ember-hk-components/pull/163) Import async button ([@timlinquist](https://github.com/timlinquist))

#### Committers: 1
- Tim Linquist ([@timlinquist](https://github.com/timlinquist))

## 0.15.0 (2020-03-02)

#### :rocket: Enhancement
* [#159](https://github.com/heroku/ember-hk-components/pull/159) add focus trap and aria label to slide panel ([@cafreeman](https://github.com/cafreeman))

#### Committers: 3
- Chris Freeman ([@cafreeman](https://github.com/cafreeman))

## 0.14.2 (2020-02-19)

#### :memo: Documentation
* [#155](https://github.com/heroku/ember-hk-components/pull/155) A11y doc updates ([@fivetanley](https://github.com/fivetanley))

#### :bug: Bug Fix
* [#156](https://github.com/heroku/ember-hk-components/pull/156) Add hk-inline-value test target to input ([@brettgoulder](https://github.com/brettgoulder))

#### Committers: 2
- Brett Goulder ([@brettgoulder](https://github.com/brettgoulder))
- Stanley Stuart ([@fivetanley](https://github.com/fivetanley))

## 0.14.1 (2020-02-14)

#### :bug: Bug Fix
* [#153](https://github.com/heroku/ember-hk-components/pull/153) Update hk-inline-edit styling ([@brettgoulder](https://github.com/brettgoulder))

#### Committers: 1
- Brett Goulder ([@brettgoulder](https://github.com/brettgoulder))

## 0.14.0 (2020-02-13)

#### :boom: Breaking Change
* [#151](https://github.com/heroku/ember-hk-components/pull/151) update hk-inline-edit to always have a label and be rendered as input ([@fivetanley](https://github.com/fivetanley))

#### :rocket: Enhancement
* [#151](https://github.com/heroku/ember-hk-components/pull/151) update hk-inline-edit to always have a label and be rendered as input ([@fivetanley](https://github.com/fivetanley))
* [#150](https://github.com/heroku/ember-hk-components/pull/150) Cleanup prep for axe ([@mattgraham](https://github.com/mattgraham))

#### :house: Internal
* [#149](https://github.com/heroku/ember-hk-components/pull/149) add aXe testing through ember-a11y-testing ([@fivetanley](https://github.com/fivetanley))

#### Committers: 2
- Matt Graham ([@mattgraham](https://github.com/mattgraham))
- Stanley Stuart ([@fivetanley](https://github.com/fivetanley))

## 0.13.4 (2020-02-07)

#### :rocket: Enhancement
* [#146](https://github.com/heroku/ember-hk-components/pull/146) Disable confirmable slidepanel button ([@brettgoulder](https://github.com/brettgoulder))

#### Committers: 1
- Brett Goulder ([@brettgoulder](https://github.com/brettgoulder))

## 0.13.3 (2019-10-03)

#### :rocket: Enhancement
* [#136](https://github.com/heroku/ember-hk-components/pull/136) Update and alignment to hk-well ([@mattgraham](https://github.com/mattgraham))

#### Committers: 1
- Matt Graham ([@mattgraham](https://github.com/mattgraham))

## 0.13.2 (2019-09-11)

#### :rocket: Enhancement
* [#134](https://github.com/heroku/ember-hk-components/pull/134) Slide Panel Content Takes Full Height Always  and Shadow Adjustments ([@mattrothenberg](https://github.com/mattrothenberg))

#### Committers: 1
- Matt Rothenberg ([@mattrothenberg](https://github.com/mattrothenberg))

## 0.13.1 (2019-09-10)

#### :bug: Bug Fix
* [#132](https://github.com/heroku/ember-hk-components/pull/132) Use flex to stretch main panel content ([@mattrothenberg](https://github.com/mattrothenberg))

#### :memo: Documentation
* [#129](https://github.com/heroku/ember-hk-components/pull/129) Update documentation to reflect slide panel updates ([@brendangatens](https://github.com/brendangatens))

#### Committers: 2
- Brendan Gatens ([@brendangatens](https://github.com/brendangatens))
- Matt Rothenberg ([@mattrothenberg](https://github.com/mattrothenberg))

## 0.12.1 (2019-08-20)

#### :rocket: Enhancement
* [#124](https://github.com/heroku/ember-hk-components/pull/124) Add aria-labels to hk-slide-panel ([@chadian](https://github.com/chadian))

#### :memo: Documentation
* [#123](https://github.com/heroku/ember-hk-components/pull/123) Add install step for ember-cli-eyeglass ([@chadian](https://github.com/chadian))

#### Committers: 1
* - Chad Carbert ([@chadian](https://github.com/chadian))

## 0.12.0 (2019-08-16)

#### :rocket: Enhancement
* [#122](https://github.com/heroku/ember-hk-components/pull/122) add shadows and default padding to hk-slide-panel ([@mimen](https://github.com/mimen))

#### :bug: Bug Fix
* [#125](https://github.com/heroku/ember-hk-components/pull/125) Move body scroll logic to slide panel content component ([@tmock12](https://github.com/tmock12))

### :house: Internal
* [#127](https://github.com/heroku/ember-hk-components/pull/127) Upgrade Ember-CLI to 3.12 ([@fivetanley)(https://github.com/fivetanley))

#### Committers: 3
- Milad Imen ([@mimen](https://github.com/mimen))
- Brendan Gatens ([@brendangatens](https://github.com/brendangatens))
- Taylor Mock ([@tmock12](https://github.com/tmock12))

## 0.11.0 (2019-07-25)

#### :rocket: Enhancement
* [#116](https://github.com/heroku/ember-hk-components/pull/116) remove jquery 👉🚪 ([@jmonster](https://github.com/jmonster))

#### :house: Internal
* [#120](https://github.com/heroku/ember-hk-components/pull/120) ember-malibu-icon 1.1.2 ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 2
- Brian Runnells ([@Dhaulagiri](https://github.com/Dhaulagiri))
- Johnny Domino ([@jmonster](https://github.com/jmonster))

## 0.10.1 (2019-07-22)

#### :bug: Bug Fix
* [#117](https://github.com/heroku/ember-hk-components/pull/117) Remove height: 100vh to fix mobile slide panel ([@code0100fun](https://github.com/code0100fun))

#### Committers: 1
- Chase McCarthy ([@code0100fun](https://github.com/code0100fun))

## 0.10.0 (2019-06-07)

#### :rocket: Enhancement
* [#109](https://github.com/heroku/ember-hk-components/pull/109) Slide Panel Height Limit ([@brendangatens](https://github.com/brendangatens))

#### Committers: 1
- Brendan Gatens ([@brendangatens](https://github.com/brendangatens))

## 0.9.1 (2019-02-22)

#### :house: Internal
* [#110](https://github.com/heroku/ember-hk-components/pull/110) Update some deps ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 1
- Brian Runnells ([@Dhaulagiri](https://github.com/Dhaulagiri))

## 0.9.0 (2018-12-04)

#### :rocket: Enhancement
* [#107](https://github.com/heroku/ember-hk-components/pull/107) make the slide panel full screen on mobile ([@fivetanley](https://github.com/fivetanley))
* [#104](https://github.com/heroku/ember-hk-components/pull/104) Add animation and dismiss action to hk-slide-panel/confirmable-action ([@jgwhite](https://github.com/jgwhite))

#### :bug: Bug Fix
* [#105](https://github.com/heroku/ember-hk-components/pull/105) Ensure the hk-slide-panel close button does not submit forms ([@jgwhite](https://github.com/jgwhite))

#### :house: Internal
* [#106](https://github.com/heroku/ember-hk-components/pull/106) Add note about yarn unlink to readme ([@brendangatens](https://github.com/brendangatens))
* [#103](https://github.com/heroku/ember-hk-components/pull/103) Fix false positives in test suite ([@jgwhite](https://github.com/jgwhite))

#### Committers: 3
- Brendan Gatens ([@brendangatens](https://github.com/brendangatens))
- Jamie White ([@jgwhite](https://github.com/jgwhite))
- Stanley Stuart ([@fivetanley](https://github.com/fivetanley))

## 0.8.0 (2018-10-17)

#### :rocket: Enhancement
* [#100](https://github.com/heroku/ember-hk-components/pull/100) Add primaryButtonType arg to hk-slide-panel/confirmable-action ([@jgwhite](https://github.com/jgwhite))

#### Committers: 1
- Jamie White ([@jgwhite](https://github.com/jgwhite))

## 0.7.0 (2018-10-09)

#### :rocket: Enhancement
* [#97](https://github.com/heroku/ember-hk-components/pull/97) add title to hk-button ([@Dhaulagiri](https://github.com/Dhaulagiri))
* [#94](https://github.com/heroku/ember-hk-components/pull/94) Add required badge to form-group component ([@jmar910](https://github.com/jmar910))

#### :bug: Bug Fix
* [#96](https://github.com/heroku/ember-hk-components/pull/96) propogate `isValidating` when changeset.validate() called from outside ([@fivetanley](https://github.com/fivetanley))

#### :memo: Documentation
* [#91](https://github.com/heroku/ember-hk-components/pull/91) document more buttonType options on hk-button ([@fivetanley](https://github.com/fivetanley))

#### :house: Internal
* [#98](https://github.com/heroku/ember-hk-components/pull/98) ember-cli 3.4 ([@Dhaulagiri](https://github.com/Dhaulagiri))
* [#95](https://github.com/heroku/ember-hk-components/pull/95) Create pull_request_template.md ([@Dhaulagiri](https://github.com/Dhaulagiri))
* [#60](https://github.com/heroku/ember-hk-components/pull/60) Migrate tests to latest style ([@jgwhite](https://github.com/jgwhite))

#### Committers: 5
- Brian Runnells ([@Dhaulagiri](https://github.com/Dhaulagiri))
- Hector Simpson ([@dizzyup](https://github.com/dizzyup))
- James Martinez ([@jmar910](https://github.com/jmar910))
- Jamie White ([@jgwhite](https://github.com/jgwhite))
- Stanley Stuart ([@fivetanley](https://github.com/fivetanley))

## 0.6.0 (2018-07-16)

#### :rocket: Enhancement
* [#87](https://github.com/heroku/ember-hk-components/pull/87) Style updates for purple3 4.1.2 ([@dizzyup](https://github.com/dizzyup))

#### :house: Internal
* [#59](https://github.com/heroku/ember-hk-components/pull/59) Upgrade to ember-mocha@0.14.0 ([@jgwhite](https://github.com/jgwhite))

#### Committers: 2
- Hector Simpson ([@dizzyup](https://github.com/dizzyup))
- Jamie White ([@jgwhite](https://github.com/jgwhite))

## 0.5.3 (2018-07-02)

#### :rocket: Enhancement
* [#85](https://github.com/heroku/ember-hk-components/pull/85) add type="button" to hk-slide-panel cancel button. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 1
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))

## 0.5.2 (2018-07-02)

#### :rocket: Enhancement
* [#80](https://github.com/heroku/ember-hk-components/pull/80) Make confirmable action interface cleaner. ([@jmar910](https://github.com/jmar910))
* [#79](https://github.com/heroku/ember-hk-components/pull/79) refactor hk-button to always include loading indicator. ([@Dhaulagiri](https://github.com/Dhaulagiri))
* [#83](https://github.com/heroku/ember-hk-components/pull/83) add margin to cancel button by default. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### :house: Internal
* [#82](https://github.com/heroku/ember-hk-components/pull/82) lerna-changelog 0.8.0. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 2
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))
- James Martinez ([jmar910](https://github.com/jmar910))

## 0.5.1 (2018-06-27)

#### :bug: Bug Fix
* [#58](https://github.com/heroku/ember-hk-components/pull/58) Ensure hk-field-validations value recomputes when changes come from elsewhere. ([@jgwhite](https://github.com/jgwhite))

#### Committers: 1
- Jamie White ([jgwhite](https://github.com/jgwhite))

## 0.5.0 (2018-06-25)

#### :rocket: Enhancement
* [#71](https://github.com/heroku/ember-hk-components/pull/71) Add hk-slide-panel/breakout & hk-slide-panel/confirmable-action. ([@jmar910](https://github.com/jmar910))

#### Committers: 1
- James Martinez ([jmar910](https://github.com/jmar910))

## 0.4.2 (2018-06-25)

#### :rocket: Enhancement
* [#74](https://github.com/heroku/ember-hk-components/pull/74) turn off auto-* and specllcheck for hk-search-input. ([@Dhaulagiri](https://github.com/Dhaulagiri))
* [#72](https://github.com/heroku/ember-hk-components/pull/72) add bg-gradient-silver to panel header. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### :house: Internal
* [#73](https://github.com/heroku/ember-hk-components/pull/73) let beta and canary fail. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 1
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))

## 0.4.1 (2018-06-18)

#### :bug: Bug Fix
* [#66](https://github.com/heroku/ember-hk-components/pull/66) adjust design of error output. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### :memo: Documentation
* [#55](https://github.com/heroku/ember-hk-components/pull/55) update publish instructions. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### :house: Internal
* [#57](https://github.com/heroku/ember-hk-components/pull/57) use purple 4.0.4 in the dummy app. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 2
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))

## 0.4.0 (2018-16-05)

#### :boom: Breaking Change
* [#50](https://github.com/heroku/ember-hk-components/pull/50) name addon @heroku/ember-hk-components. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### :rocket: Enhancement
* [#51](https://github.com/heroku/ember-hk-components/pull/51) Add form validation components. ([@tevanoff](https://github.com/tevanoff))

#### :memo: Documentation
* [#53](https://github.com/heroku/ember-hk-components/pull/53) Add release instructions to readme. ([@Dhaulagiri](https://github.com/Dhaulagiri))
* [#48](https://github.com/heroku/ember-hk-components/pull/48) add lerna-changelog. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### :house: Internal
* [#45](https://github.com/heroku/ember-hk-components/pull/45) ember-cli-update to 3.0. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 2
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))
- Todd Evanoff ([tevanoff](https://github.com/tevanoff))


## 0.3.4 (2018-01-25)

#### :rocket: Enhancement
* [#41](https://github.com/heroku/ember-hk-components/pull/41) allow form attribute to be bound to hk-button. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 1
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))


## 0.3.3 (2018-01-08)

#### :rocket: Enhancement
* [#37](https://github.com/heroku/ember-hk-components/pull/37) closeButton and primaryButton to hk-slide-panel. ([@caseywatts](https://github.com/caseywatts))

#### :house: Internal
* [#36](https://github.com/heroku/ember-hk-components/pull/36) ember-wormhole 0.5.3. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 2
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))
- Casey Watts ([caseywatts](https://github.com/caseywatts))


## 0.3.2 (2017-11-20)

#### :house: Internal
* [#35](https://github.com/heroku/ember-hk-components/pull/35) dep updates. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 1
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))


## 0.3.1 (2017-11-06)

#### :house: Internal
* [#34](https://github.com/heroku/ember-hk-components/pull/34) ember 2.16. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 1
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))


## 0.3.0 (2017-09-05)

#### :house: Internal
* [#33](https://github.com/heroku/ember-hk-components/pull/33) 2.15. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 1
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))


## 0.2.2 (2017-08-25)

#### :rocket: Enhancement
* [#31](https://github.com/heroku/ember-hk-components/pull/31) don't render headline if it doesn't exist. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 1
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))


## 0.2.1 (2017-08-23)

#### :rocket: Enhancement
* [#27](https://github.com/heroku/ember-hk-components/pull/27) reset focusIn/Out handler after submit. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 1
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))


## 0.2.0 (2017-08-22)

#### :rocket: Enhancement
* [#25](https://github.com/heroku/ember-hk-components/pull/25) Make loading buttons v-mid. ([@Dhaulagiri](https://github.com/Dhaulagiri))
* [#23](https://github.com/heroku/ember-hk-components/pull/23) Resolve a :focus issue with hk-slide-panel. ([@dizzyup](https://github.com/dizzyup))
* [#21](https://github.com/heroku/ember-hk-components/pull/21) bring in hk-inline-edit. ([@fivetanley](https://github.com/fivetanley))
* [#22](https://github.com/heroku/ember-hk-components/pull/22) hk-button. ([@Dhaulagiri](https://github.com/Dhaulagiri))
* [#19](https://github.com/heroku/ember-hk-components/pull/19) Adjust css to align with purple3. ([@mattgraham](https://github.com/mattgraham))

#### Committers: 4
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))
- Hector Simpson ([dizzyup](https://github.com/dizzyup))
- Matt Graham ([mattgraham](https://github.com/mattgraham))
- Stanley Stuart ([fivetanley](https://github.com/fivetanley))


## 0.1.1 (2017-08-16)

#### :rocket: Enhancement
* [#17](https://github.com/heroku/ember-hk-components/pull/17) Update hk-search-input. ([@dizzyup](https://github.com/dizzyup))

#### :house: Internal
* [#16](https://github.com/heroku/ember-hk-components/pull/16) update purple3. ([@Dhaulagiri](https://github.com/Dhaulagiri))
* [#14](https://github.com/heroku/ember-hk-components/pull/14) Make eslint work. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 2
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))
- Hector Simpson ([dizzyup](https://github.com/dizzyup))


## 0.1.0 (2017-08-09)

#### :rocket: Enhancement
* [#11](https://github.com/heroku/ember-hk-components/pull/11) Slide panel updates. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 1
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))


## 0.0.1 (2017-08-02)

#### :rocket: Enhancement
* [#6](https://github.com/heroku/ember-hk-components/pull/6) add footer to hk-slide-panel. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 1
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))


## 0.0.10 (2017-08-02)

#### :rocket: Enhancement
* [#6](https://github.com/heroku/ember-hk-components/pull/6) add footer to hk-slide-panel. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 1
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))


## 0.0.9 (2017-07-26)

#### :bug: Bug Fix
* [#8](https://github.com/heroku/ember-hk-components/pull/8) Panel Title overflow bug. ([@mattgraham](https://github.com/mattgraham))

#### Committers: 1
- Matt Graham ([mattgraham](https://github.com/mattgraham))


## 0.0.7 (2017-07-24)

#### :rocket: Enhancement
* [#7](https://github.com/heroku/ember-hk-components/pull/7) Adding flex-column to sidebar. ([@mattgraham](https://github.com/mattgraham))

#### Committers: 1
- Matt Graham ([mattgraham](https://github.com/mattgraham))


## 0.0.3 (2017-07-20)

#### :rocket: Enhancement
* [#5](https://github.com/heroku/ember-hk-components/pull/5) hk-well. ([@Dhaulagiri](https://github.com/Dhaulagiri))
* [#4](https://github.com/heroku/ember-hk-components/pull/4) hk-search-input. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 1
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))


## 0.0.2 (2017-07-18)

#### :house: Internal
* [#3](https://github.com/heroku/ember-hk-components/pull/3) redo test detection logic. ([@Dhaulagiri](https://github.com/Dhaulagiri))

#### Committers: 1
- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri))
