## [1.27.6](https://github.com/Headstorm/foundry-ui/compare/v1.27.5...v1.27.6) (2023-11-15) ### Bug Fixes * **table:** default table sorting now correctly ignores capitalized letters in sort ([de312b9](https://github.com/Headstorm/foundry-ui/commit/de312b9f82e3b4463d950c463c36552dc32bdde1)), closes [#479](https://github.com/Headstorm/foundry-ui/issues/479) * **table:** default table sorting now correctly ignores capitalized letters in sort ([#489](https://github.com/Headstorm/foundry-ui/issues/489)) ([1069d90](https://github.com/Headstorm/foundry-ui/commit/1069d90960b37bb0dea949b50dc67f9f2a61b695)), closes [#479](https://github.com/Headstorm/foundry-ui/issues/479) ## [1.27.5](https://github.com/Headstorm/foundry-ui/compare/v1.27.4...v1.27.5) (2023-11-02) ### Bug Fixes * **modal onclickoutside:** modal onClickOutside=false fails on Esc key press ([e442c88](https://github.com/Headstorm/foundry-ui/commit/e442c881db0a2fcb3bec3a60527eb8e3b8936978)) ## [1.27.4](https://github.com/Headstorm/foundry-ui/compare/v1.27.3...v1.27.4) (2023-10-24) ### Bug Fixes * **spotlight, usescrollobserver:** automatically scroll nearest scrollable element ([74385aa](https://github.com/Headstorm/foundry-ui/commit/74385aa54d3ea7c461f83abceb398cc94a141f32)), closes [#481](https://github.com/Headstorm/foundry-ui/issues/481) * **spotlight, usescrollobserver:** automatically scroll nearest scrollable element ([#484](https://github.com/Headstorm/foundry-ui/issues/484)) ([7469d87](https://github.com/Headstorm/foundry-ui/commit/7469d87de78de05901fcb9f7e5654f37daa17509)), closes [#481](https://github.com/Headstorm/foundry-ui/issues/481) ## [1.27.3](https://github.com/Headstorm/foundry-ui/compare/v1.27.2...v1.27.3) (2023-10-12) ### Bug Fixes * **spotlight:** spotlight now scrolls to new targets if they are scrolled out of view ([8d7776a](https://github.com/Headstorm/foundry-ui/commit/8d7776a2c3d7aeac02f0440ae6086255ecaf0486)), closes [#476](https://github.com/Headstorm/foundry-ui/issues/476) ## [1.27.2](https://github.com/Headstorm/foundry-ui/compare/v1.27.1...v1.27.2) (2023-08-01) ### Bug Fixes * **rangeslider:** fix mouse/value attachment logic with debounce interval ([388938b](https://github.com/Headstorm/foundry-ui/commit/388938b09991a653237c22fce32762d73b8c9e02)) ## [1.27.1](https://github.com/Headstorm/foundry-ui/compare/v1.27.0...v1.27.1) (2023-08-01) ### Bug Fixes * **rangeslider:** fix readonly mode with new range slider interactions ([f239150](https://github.com/Headstorm/foundry-ui/commit/f23915089414ba352bdfca1a7fbf778a113f153f)) # [1.27.0](https://github.com/Headstorm/foundry-ui/compare/v1.26.1...v1.27.0) (2023-08-01) ### Features * **rangeslider:** add onChange and onDebounceChange callbacks to slider, and dragHandleBehavior ([7c9e8a7](https://github.com/Headstorm/foundry-ui/commit/7c9e8a73cf0d1f90696d02cae4c9e00bba8103e3)) ## [1.26.1](https://github.com/Headstorm/foundry-ui/compare/v1.26.0...v1.26.1) (2023-07-31) ### Performance Improvements * reduce bundle size by improving lodash imports ([0a6d140](https://github.com/Headstorm/foundry-ui/commit/0a6d1405fdf5362064386dbc24afddd98e5eb9b3)) # [1.26.0](https://github.com/Headstorm/foundry-ui/compare/v1.25.1...v1.26.0) (2023-07-28) ### Features * **adds readonly prop to rangeslider component:** implemented readonly mode to RangeSlider ([bc8f150](https://github.com/Headstorm/foundry-ui/commit/bc8f1506d2b5f2cd0528f2fbb6aad99460f6cf17)) ## [1.25.1](https://github.com/Headstorm/foundry-ui/compare/v1.25.0...v1.25.1) (2023-07-21) ### Bug Fixes * **dropdown.tsx:** modified isOpen prop on ArrowIconContainer in dropdown ([49af051](https://github.com/Headstorm/foundry-ui/commit/49af051eac907c13f2d4018f958feb38dab79cd6)) * **dropdown.tsx:** transient instead to make the dom happy ([9492550](https://github.com/Headstorm/foundry-ui/commit/94925505dd04000c80971deb09c36676052317f2)) # [1.25.0](https://github.com/Headstorm/foundry-ui/compare/v1.24.0...v1.25.0) (2023-07-18) ### Features * **dropdown.tsx dropdown.stories.tsx:** removed showCloseIcon prop, replaced with clearable ([5b2d0a8](https://github.com/Headstorm/foundry-ui/commit/5b2d0a8f7081007c65ff0efe468fd321bc7e94ee)), closes [#451](https://github.com/Headstorm/foundry-ui/issues/451) * **dropdown.tsx:** another reduction to blurring logic ([b114578](https://github.com/Headstorm/foundry-ui/commit/b1145787243b0b2ba6334a64b7c029b249a05fca)), closes [#449](https://github.com/Headstorm/foundry-ui/issues/449) * **dropdown.tsx:** fixing blurring, placeholder persist ([7202f26](https://github.com/Headstorm/foundry-ui/commit/7202f26bd0dd6f7f96d8792efbecb29b6227e47e)) * **dropdown.tsx:** improved naming to make code more readable ([9f9d925](https://github.com/Headstorm/foundry-ui/commit/9f9d92563cd407d6354f9304466862c5343b4de4)), closes [#449](https://github.com/Headstorm/foundry-ui/issues/449) * **dropdown.tsx:** left multi in logic, removed and checked functionality of blur ([ca68fc0](https://github.com/Headstorm/foundry-ui/commit/ca68fc0acb546fa4e76add1f4cad02dfdff995c3)), closes [#449](https://github.com/Headstorm/foundry-ui/issues/449) * **dropdown.tsx:** made logical statement shorter, reverified blur fucntionliaty ([5abcf09](https://github.com/Headstorm/foundry-ui/commit/5abcf09c05c61e5bf2dc83dbeee2bf3ffcd3d05c)), closes [#449](https://github.com/Headstorm/foundry-ui/issues/449) * **dropdown.tsx:** modified logic for displaying count & close icon, made requested changes ([9214047](https://github.com/Headstorm/foundry-ui/commit/9214047629ea0a5ee565e4a0047e40e40017426d)), closes [#451](https://github.com/Headstorm/foundry-ui/issues/451) * **dropdown.tsx:** modified placeholder logic again ([a197895](https://github.com/Headstorm/foundry-ui/commit/a197895f564dedcdb86090bfb87b5e58194b879d)), closes [#449](https://github.com/Headstorm/foundry-ui/issues/449) * **dropdown.tsx:** removed unnecessary logic in blurring ([a99add3](https://github.com/Headstorm/foundry-ui/commit/a99add3fbfef80ba6e0928fb890b14540ab2edde)) * **dropdown.tsx:** removing a console log ([2e69f32](https://github.com/Headstorm/foundry-ui/commit/2e69f328bb54f801dd17c4c362850e8146b7446b)), closes [#449](https://github.com/Headstorm/foundry-ui/issues/449) * **dropdown.tsx:** updated snapshots ([d1223b7](https://github.com/Headstorm/foundry-ui/commit/d1223b7b3292a966692a9a7fb5fe0704e6b3db4e)), closes [#451](https://github.com/Headstorm/foundry-ui/issues/451) * **dropdown.tsx:** updated snapshots ([7fde800](https://github.com/Headstorm/foundry-ui/commit/7fde800f8e5b0df5aec34cfd74810616f8752977)), closes [#451](https://github.com/Headstorm/foundry-ui/issues/451) * **dropdown.tsx:** variant Support, show count, show close, show both, style-able, prop-able ([36ee394](https://github.com/Headstorm/foundry-ui/commit/36ee3945dffd9b39ab9682f710c79a58dc4b5161)), closes [#451](https://github.com/Headstorm/foundry-ui/issues/451) * snapshots ([74648b1](https://github.com/Headstorm/foundry-ui/commit/74648b1b9a78404a3484c7165cab9ff13a9c1d17)) # [1.24.0](https://github.com/Headstorm/foundry-ui/compare/v1.23.1...v1.24.0) (2023-07-17) ### Features * **drpdwn:** types ([1ddade3](https://github.com/Headstorm/foundry-ui/commit/1ddade3f356ba31b26bc2d87f61d0be02b9e930b)), closes [#450](https://github.com/Headstorm/foundry-ui/issues/450) ## [1.23.1](https://github.com/Headstorm/foundry-ui/compare/v1.23.0...v1.23.1) (2023-07-11) ### Bug Fixes * **dropdown.tsx:** fixed inability to blur when searchable and multi and option selected ([921a318](https://github.com/Headstorm/foundry-ui/commit/921a318546b30dbab483ab970c33c467a38d402b)), closes [#448](https://github.com/Headstorm/foundry-ui/issues/448) # [1.23.0](https://github.com/Headstorm/foundry-ui/compare/v1.22.0...v1.23.0) (2023-07-10) ### Features * **avatar:** creates Avatar Component ([984e1ec](https://github.com/Headstorm/foundry-ui/commit/984e1ecc4e6e94509a662974a15cb02c94764ced)) # [1.22.0](https://github.com/Headstorm/foundry-ui/compare/v1.21.1...v1.22.0) (2023-07-05) ### Features * **dropdown.tsx:** added isOpen to StyledArrowIconContainer ([61e52f4](https://github.com/Headstorm/foundry-ui/commit/61e52f4f845f9932a43ace452dfeb0caced34ca6)) * **dropdown.tsx:** adds acess to isOpen state in StyledArrowIconContainer ([ab8cc0d](https://github.com/Headstorm/foundry-ui/commit/ab8cc0d9af2c453b09c753fdc72bc920ce73f3ff)) ## [1.21.1](https://github.com/Headstorm/foundry-ui/compare/v1.21.0...v1.21.1) (2023-06-28) ### Bug Fixes * **table:** fix isSorted prop to HeaderCell, improve sorting performance ([24a697a](https://github.com/Headstorm/foundry-ui/commit/24a697af95c4040ce8436fec76d1962c59bf23d1)) * **table:** fixes isSorted prop ([74f09ba](https://github.com/Headstorm/foundry-ui/commit/74f09ba1f1f4baae1f3c01d1661b157826330b35)) # [1.21.0](https://github.com/Headstorm/foundry-ui/compare/v1.20.12...v1.21.0) (2023-06-26) ### Features * **table:** improve sorting typing, add third click to unsort, remove mutation of data prop ([416d366](https://github.com/Headstorm/foundry-ui/commit/416d366da99cc5c9e18b579b6d19d80740ffec4a)) ## [1.20.12](https://github.com/Headstorm/foundry-ui/compare/v1.20.11...v1.20.12) (2023-06-20) ### Bug Fixes * **table deps:** update use-resize-observer to v9.1.0 ([cb0f7fb](https://github.com/Headstorm/foundry-ui/commit/cb0f7fbff5e583d91d7e527b353b1145748f662b)) ## [1.20.11](https://github.com/Headstorm/foundry-ui/compare/v1.20.10...v1.20.11) (2023-06-19) ### Bug Fixes * **table:** pass in row props, enhance sorting, improve responsiveness customization, improve types ([b4a2f36](https://github.com/Headstorm/foundry-ui/commit/b4a2f36f258e72c5644d41b43eafb800b44fb754)), closes [#433](https://github.com/Headstorm/foundry-ui/issues/433) [#434](https://github.com/Headstorm/foundry-ui/issues/434) ## [1.20.10](https://github.com/Headstorm/foundry-ui/compare/v1.20.9...v1.20.10) (2023-02-25) ### Bug Fixes * upgrade detect-gpu from 4.0.27 to 4.0.50 ([6312af4](https://github.com/Headstorm/foundry-ui/commit/6312af452c0fae2d7470a64d9ff53ca1eb6830ba)) ## [1.20.9](https://github.com/Headstorm/foundry-ui/compare/v1.20.8...v1.20.9) (2023-02-25) ### Bug Fixes * upgrade @react-stately/toggle from 3.3.1 to 3.4.4 ([413e078](https://github.com/Headstorm/foundry-ui/commit/413e078ec6298f493139ffda8888cb954e62ac7f)) ## [1.20.8](https://github.com/Headstorm/foundry-ui/compare/v1.20.7...v1.20.8) (2023-01-19) ### Bug Fixes * **analytics function:** switch nullish coalescing to a ternary to make foundry Node-14 compatible ([bcc8b57](https://github.com/Headstorm/foundry-ui/commit/bcc8b57a1e56fcc5205dcaf928d65d93889c2e97)) ## [1.20.7](https://github.com/Headstorm/foundry-ui/compare/v1.20.6...v1.20.7) (2023-01-11) ### Bug Fixes * **dropdown:** fixed the inability for the dropdown to stay open once clicked ([5172bc8](https://github.com/Headstorm/foundry-ui/commit/5172bc8b795e898dc2ac3ff4b28154e4c87093c9)), closes [#421](https://github.com/Headstorm/foundry-ui/issues/421) ## [1.20.6](https://github.com/Headstorm/foundry-ui/compare/v1.20.5...v1.20.6) (2023-01-10) ### Bug Fixes * **analytics:** safely access props, as it can be undefined ([dd5c329](https://github.com/Headstorm/foundry-ui/commit/dd5c32916e1a6d44a734514230e1c7d97e3646aa)) ## [1.20.5](https://github.com/Headstorm/foundry-ui/compare/v1.20.4...v1.20.5) (2022-12-13) ### Bug Fixes * **exports:** add style-related util functions to exports ([6b154f3](https://github.com/Headstorm/foundry-ui/commit/6b154f3ffbc6adf921b5189218bb033084ed1a11)) ## [1.20.4](https://github.com/Headstorm/foundry-ui/compare/v1.20.3...v1.20.4) (2022-12-09) ### Bug Fixes * **analyticsfunction:** made all param types optional ([a2195c4](https://github.com/Headstorm/foundry-ui/commit/a2195c434456adb8fd63e4d94161504577bf9b08)) ## [1.20.3](https://github.com/Headstorm/foundry-ui/compare/v1.20.2...v1.20.3) (2022-09-09) ### Bug Fixes * **card component:** add position relative ([c35cd6a](https://github.com/Headstorm/foundry-ui/commit/c35cd6ad42e3cbc1e2c6a80bd316577862ea8e57)), closes [#408](https://github.com/Headstorm/foundry-ui/issues/408) * **card component:** add position relative ([8a44c4b](https://github.com/Headstorm/foundry-ui/commit/8a44c4b3c6d2b196c47087156257c64b1c00336a)), closes [#408](https://github.com/Headstorm/foundry-ui/issues/408) ## [1.20.2](https://github.com/Headstorm/foundry-ui/compare/v1.20.1...v1.20.2) (2022-07-05) ### Bug Fixes * webkit-appearance: none for ButtonContainer ([3eefc91](https://github.com/Headstorm/foundry-ui/commit/3eefc91656ebfe812e7e8f4e9d8fa9681f3360ea)) ## [1.20.1](https://github.com/Headstorm/foundry-ui/compare/v1.20.0...v1.20.1) (2022-06-30) ### Bug Fixes * **modal underlay:** set the default background color to a translucent black instead of opaque black ([8f625b5](https://github.com/Headstorm/foundry-ui/commit/8f625b5da7bf89f32c44a3a87a91fea23682384b)) * **modal underlay:** use theme hook in subcomponent so the subcomponent is portable outside of Modal ([b50d70c](https://github.com/Headstorm/foundry-ui/commit/b50d70c533119695f0bf08bf32cbb28d084bbd2a)) # [1.20.0](https://github.com/Headstorm/foundry-ui/compare/v1.19.2...v1.20.0) (2022-06-24) ### Features * **foundryprovider/context:** add GPU profiling results to context for performance tuning ([4cffbce](https://github.com/Headstorm/foundry-ui/commit/4cffbcec9f678dd7a940c43074a0b0d8dd1ac15c)) * **modal:** add a .close() function to smoothly animate modal away instead of unmounting ([ebcb993](https://github.com/Headstorm/foundry-ui/commit/ebcb993fb61b08212e44be189d05a2950062bf07)) ## [1.19.2](https://github.com/Headstorm/foundry-ui/compare/v1.19.1...v1.19.2) (2022-06-17) ### Bug Fixes * **dependencies:** this commit is merely to generate a new npm version deploy of the CRA 5.X fixes ([433310b](https://github.com/Headstorm/foundry-ui/commit/433310b07fcd37f77f68ed788e9da8cb0fd66402)) ## [1.19.1](https://github.com/Headstorm/foundry-ui/compare/v1.19.0...v1.19.1) (2022-06-06) ### Bug Fixes * **exports:** add Toggle component to module exports ([10215f9](https://github.com/Headstorm/foundry-ui/commit/10215f9503526fa586da6224915e118a37e727f5)) # [1.19.0](https://github.com/Headstorm/foundry-ui/compare/v1.18.0...v1.19.0) (2022-06-03) ### Features * **toggle:** added new toggle component ([fa9a187](https://github.com/Headstorm/foundry-ui/commit/fa9a187b39933ab7ab744dab3d64c7e2271f3c50)), closes [#382](https://github.com/Headstorm/foundry-ui/issues/382) # [1.18.0](https://github.com/Headstorm/foundry-ui/compare/v1.17.0...v1.18.0) (2022-05-23) ### Features * **context and hooks:** added support for prefers-reduced-motion OS setting via the context & hook ([5d17f2a](https://github.com/Headstorm/foundry-ui/commit/5d17f2a7dc192f049954ecb359a37b5eb4ceb633)), closes [#391](https://github.com/Headstorm/foundry-ui/issues/391) # [1.17.0](https://github.com/Headstorm/foundry-ui/compare/v1.16.1...v1.17.0) (2022-05-13) ### Features * **base html components:** renamed the internally used base styled html elements, and exported them ([d80004b](https://github.com/Headstorm/foundry-ui/commit/d80004b036ec5345782e17d33bcbf67e04685914)), closes [#388](https://github.com/Headstorm/foundry-ui/issues/388) ## [1.16.1](https://github.com/Headstorm/foundry-ui/compare/v1.16.0...v1.16.1) (2022-05-04) ### Bug Fixes * **spotlight:** spotlight now smoothly animates only when switching target and not on scroll/resize ([9c8f763](https://github.com/Headstorm/foundry-ui/commit/9c8f763a77d8737f3626e8ae3f29411b101ea160)), closes [#360](https://github.com/Headstorm/foundry-ui/issues/360) # [1.16.0](https://github.com/Headstorm/foundry-ui/compare/v1.15.1...v1.16.0) (2022-05-03) ### Features * **react:** update React version to 18.1.X ([f28d6f3](https://github.com/Headstorm/foundry-ui/commit/f28d6f3fb357f9557a311db90b7299a01c30d736)), closes [#383](https://github.com/Headstorm/foundry-ui/issues/383) ## [1.15.1](https://github.com/Headstorm/foundry-ui/compare/v1.15.0...v1.15.1) (2022-04-06) ### Bug Fixes * **dropdown:** added missing props to control the value Tag(s) ([7f5e053](https://github.com/Headstorm/foundry-ui/commit/7f5e05333d8fa2023b21d1b1e62688cdf735a400)) # [1.15.0](https://github.com/Headstorm/foundry-ui/compare/v1.14.6...v1.15.0) (2022-04-06) ### Features * **adding props and refs:** targeting the skeleton component from Text using props and refs ([7f6271a](https://github.com/Headstorm/foundry-ui/commit/7f6271a264c3a1bb6ab78d49f064830d15e8d1e6)) ## [1.14.6](https://github.com/Headstorm/foundry-ui/compare/v1.14.5...v1.14.6) (2021-12-21) ### Bug Fixes * **dropdown.tsx:** 309 - changed useEffect to use Json.stringify (options)/(filteredOptions) ([05e4484](https://github.com/Headstorm/foundry-ui/commit/05e448435a8be5754c243b567f5d16b94412632d)) * **dropdown.tsx dropdown.test.tsx dropdown.test.tsx.snap:** changed variable name for useEffect dep ([eae6f44](https://github.com/Headstorm/foundry-ui/commit/eae6f44d075fa94aea4f8d79ed2fc48efded783c)) ## [1.14.5](https://github.com/Headstorm/foundry-ui/compare/v1.14.4...v1.14.5) (2021-12-06) ### Bug Fixes * **textinput:** Hotfix to hide clear button if clearable is false ([919c54f](https://github.com/Headstorm/foundry-ui/commit/919c54ff0599876526d97b19eacbb9b191c66b58)) ## [1.14.4](https://github.com/Headstorm/foundry-ui/compare/v1.14.3...v1.14.4) (2021-12-06) ### Bug Fixes * **button:** icons should align with text baseline ([dadbc4f](https://github.com/Headstorm/foundry-ui/commit/dadbc4f40edcf603e9938123511bcadbdfdfb4a0)) * **most components:** utilize em instead of rem in font-size, padding, etc ([24129a1](https://github.com/Headstorm/foundry-ui/commit/24129a1a9f9db78522830eabee4c6485c6f2a5a7)) * **spotlight:** set z-index of default annotation to be above spotlight container ([4dd7acd](https://github.com/Headstorm/foundry-ui/commit/4dd7acd1f59d34e4b2819a6a5df37fdf85968865)) * **text:** apply size to iconSuffix correctly ([7c8ec58](https://github.com/Headstorm/foundry-ui/commit/7c8ec58a3cd28688c73d0d290fd49793d72c0fbc)) ## [1.14.3](https://github.com/Headstorm/foundry-ui/compare/v1.14.2...v1.14.3) (2021-12-03) ### Bug Fixes * **textinput:** Change TextInput icon cursor from 'pointer' to 'text' ([8c47466](https://github.com/Headstorm/foundry-ui/commit/8c47466fa40f9b72e2e01fef388bffaac5f614d7)) * **textinput:** fix onclear for uncontrolled and controlled TextInputs ([2558829](https://github.com/Headstorm/foundry-ui/commit/2558829782e6de27e0a279e5e815a7ee32956b46)), closes [#355](https://github.com/Headstorm/foundry-ui/issues/355) [#356](https://github.com/Headstorm/foundry-ui/issues/356) [#357](https://github.com/Headstorm/foundry-ui/issues/357) ## [1.14.2](https://github.com/Headstorm/foundry-ui/compare/v1.14.1...v1.14.2) (2021-12-02) ### Bug Fixes * **spotlight:** set default z-index of 200 ([9916fe6](https://github.com/Headstorm/foundry-ui/commit/9916fe6638134b74379b76323f6ed649124ad7be)) ## [1.14.1](https://github.com/Headstorm/foundry-ui/compare/v1.14.0...v1.14.1) (2021-11-24) ### Bug Fixes * **spotlight:** Spotlight now reacts to scroll events, keeping targets highlighted ([6866c09](https://github.com/Headstorm/foundry-ui/commit/6866c09b949391d9a1193614715d553d4b74384d)) # [1.14.0](https://github.com/Headstorm/foundry-ui/compare/v1.13.1...v1.14.0) (2021-11-04) ### Features * **button:** add prop support for Button icons ([490705a](https://github.com/Headstorm/foundry-ui/commit/490705a0775023b1fbea8c645cbe876440fa485e)), closes [#330](https://github.com/Headstorm/foundry-ui/issues/330) ## [1.13.1](https://github.com/Headstorm/foundry-ui/compare/v1.13.0...v1.13.1) (2021-10-25) ### Bug Fixes * **textinput:** icon container -> , icon size -> , pass icon props ([0b4d458](https://github.com/Headstorm/foundry-ui/commit/0b4d45800c4ae9b7310a86550a18f85032da1687)) * **textinput:** move focus highlighting to container ([71ac95d](https://github.com/Headstorm/foundry-ui/commit/71ac95d7759f05c946b0eb6e31cc7fea6ce0d4d0)) # [1.13.0](https://github.com/Headstorm/foundry-ui/compare/v1.12.0...v1.13.0) (2021-10-25) ### Features * **textinput:** add variant support to TextInput ([f88aac8](https://github.com/Headstorm/foundry-ui/commit/f88aac8327c05b94af66e6d870ccddda9b32cc34)), closes [#256](https://github.com/Headstorm/foundry-ui/issues/256) # [1.12.0](https://github.com/Headstorm/foundry-ui/compare/v1.11.5...v1.12.0) (2021-10-07) ### Features * **added aria attributes to components:** added aria roles and labels to some components ([7b73659](https://github.com/Headstorm/foundry-ui/commit/7b73659a396c9c7fb827bdf6e102b66400cbdb0d)), closes [#266](https://github.com/Headstorm/foundry-ui/issues/266) ## [1.11.5](https://github.com/Headstorm/foundry-ui/compare/v1.11.4...v1.11.5) (2021-09-21) ### Bug Fixes * **checkbox.stories:** fixed import location for checkboxTypes ([d0542f7](https://github.com/Headstorm/foundry-ui/commit/d0542f715d0bfee588a0fd68840fb032fcecde0c)), closes [#334](https://github.com/Headstorm/foundry-ui/issues/334) ## [1.11.4](https://github.com/Headstorm/foundry-ui/compare/v1.11.3...v1.11.4) (2021-09-10) ### Bug Fixes * **textinput:** swap nullish coalescing for && to fix broken bundle ([d4718d2](https://github.com/Headstorm/foundry-ui/commit/d4718d2dba184ff6558e792d601773d9bf049531)) ## [1.11.3](https://github.com/Headstorm/foundry-ui/compare/v1.11.2...v1.11.3) (2021-09-08) ### Bug Fixes * **textinput:** enable display of character count without max length ([90844f3](https://github.com/Headstorm/foundry-ui/commit/90844f3db583ed109f39a9eaab41081b3399fb96)), closes [#295](https://github.com/Headstorm/foundry-ui/issues/295) * **textinput:** make uncontrolled input clearable ([4b1a4f0](https://github.com/Headstorm/foundry-ui/commit/4b1a4f0b038b60c62387a8583bc135e5e7e03fba)), closes [#295](https://github.com/Headstorm/foundry-ui/issues/295) * **textinput:** reset character count on clear ([abd36a5](https://github.com/Headstorm/foundry-ui/commit/abd36a59b027ddb47ece7b39b05bfac57a04977d)), closes [#295](https://github.com/Headstorm/foundry-ui/issues/295) ## [1.11.2](https://github.com/Headstorm/foundry-ui/compare/v1.11.1...v1.11.2) (2021-09-07) ### Bug Fixes * **button:** skeleton props object is now correctly spread on skeleton shimmer ([1fcf324](https://github.com/Headstorm/foundry-ui/commit/1fcf324055fc9667b168dcc054132657c51798b7)), closes [#322](https://github.com/Headstorm/foundry-ui/issues/322) ## [1.11.1](https://github.com/Headstorm/foundry-ui/compare/v1.11.0...v1.11.1) (2021-08-31) ### Bug Fixes * **dropdown tests:** dropdown tests used to fail at random due to options not being fully rendered ([5b92a4e](https://github.com/Headstorm/foundry-ui/commit/5b92a4ee7efb9c033ee48ac3acb3fcdef3d61d9a)) # [1.11.0](https://github.com/Headstorm/foundry-ui/compare/v1.10.0...v1.11.0) (2021-08-30) ### Bug Fixes * **button:** stop button text from being selectable (via CSS user-select:none) ([38832cc](https://github.com/Headstorm/foundry-ui/commit/38832ccff2606a7a1b62fbec75564cd82343d5b8)) * **button/dropdown:** fix breaking change caused by nesting Button inside of skeleton component ([23986e9](https://github.com/Headstorm/foundry-ui/commit/23986e924ecc399754f9d6412a63b76220473533)), closes [#308](https://github.com/Headstorm/foundry-ui/issues/308) ### Features * **foundryprovider:** add global analytics function which fires on every user interraction ([2a1ad39](https://github.com/Headstorm/foundry-ui/commit/2a1ad39744e59749ff5ff92e29a842fbb5540e0e)) # [1.10.0](https://github.com/Headstorm/foundry-ui/compare/v1.9.1...v1.10.0) (2021-08-24) ### Features * **dropdown:** add searching (with callbacks) ([d1e9237](https://github.com/Headstorm/foundry-ui/commit/d1e9237e01f14fae6ae863c87863fd3ea60a91f0)), closes [#185](https://github.com/Headstorm/foundry-ui/issues/185) ## [1.9.1](https://github.com/Headstorm/foundry-ui/compare/v1.9.0...v1.9.1) (2021-08-20) ### Bug Fixes * **dropdown:** stop clear icon from opening dropdown and remove pointer options from arrow icon ([f29fa05](https://github.com/Headstorm/foundry-ui/commit/f29fa054c856629bf597aacddf8bb04fcffff03d)), closes [#288](https://github.com/Headstorm/foundry-ui/issues/288) # [1.9.0](https://github.com/Headstorm/foundry-ui/compare/v1.8.0...v1.9.0) (2021-08-17) ### Features * **dropdown:** added functionality to change direction of dropdown menu based on viewport bounds ([28f5203](https://github.com/Headstorm/foundry-ui/commit/28f52033f14765da6093b638b93310ec9fa8ce61)), closes [#187](https://github.com/Headstorm/foundry-ui/issues/187) # [1.8.0](https://github.com/Headstorm/foundry-ui/compare/v1.7.1...v1.8.0) (2021-08-16) ### Features * **table:** added footer support for table ([bc5e41e](https://github.com/Headstorm/foundry-ui/commit/bc5e41e3922e11dd3939b7301f0c0ee6e52bfaa8)) * **table:** added table footer ([b78eaea](https://github.com/Headstorm/foundry-ui/commit/b78eaea6436b3c928259a0593e446be1765bd40e)) ## [1.7.1](https://github.com/Headstorm/foundry-ui/compare/v1.7.0...v1.7.1) (2021-08-12) ### Bug Fixes * **button:** fix skeleton props issue making Buttons display: block ([d1045b3](https://github.com/Headstorm/foundry-ui/commit/d1045b3a1070d8a8276b3d272718433500a839ed)) # [1.7.0](https://github.com/Headstorm/foundry-ui/compare/v1.6.0...v1.7.0) (2021-08-12) ### Features * **dropdown:** virtualize options list for better performance of long lists ([805ed04](https://github.com/Headstorm/foundry-ui/commit/805ed048e9f360f793c60fba79bbf196b0d1d6f6)), closes [#184](https://github.com/Headstorm/foundry-ui/issues/184) # [1.6.0](https://github.com/Headstorm/foundry-ui/compare/v1.5.1...v1.6.0) (2021-08-09) ### Bug Fixes * **skeleton:** make the skeleton display: inline-block ([b88f270](https://github.com/Headstorm/foundry-ui/commit/b88f270d536349c7ce44a3e6905a93c5bfd0de7f)) ### Features * **skeleton:** adds a "new" Skeleton component to replace the old "Progress" component ([b3c5812](https://github.com/Headstorm/foundry-ui/commit/b3c5812af7ef4c8f5de04b99312d614f102044f7)), closes [#267](https://github.com/Headstorm/foundry-ui/issues/267) ## [1.5.1](https://github.com/Headstorm/foundry-ui/compare/v1.5.0...v1.5.1) (2021-08-09) ### Bug Fixes * **divider:** adds the divider subcomponent to the module exports ([aa30d77](https://github.com/Headstorm/foundry-ui/commit/aa30d77500c8e42f0f494b77e9da17c112f35da1)), closes [#280](https://github.com/Headstorm/foundry-ui/issues/280) * **divider:** removed wildcard props being passed to the container ([a1a272b](https://github.com/Headstorm/foundry-ui/commit/a1a272b349d9e7bc7213b0fe7b57a6e71a1fac5b)) # [1.5.0](https://github.com/Headstorm/foundry-ui/compare/v1.4.0...v1.5.0) (2021-08-08) ### Features * **form components:** added focus on form components such as textInput, buttons and checkboxes ([b3bd267](https://github.com/Headstorm/foundry-ui/commit/b3bd2678ba0153911e7f3a7979bc765acfa48204)), closes [#209](https://github.com/Headstorm/foundry-ui/issues/209) # [1.4.0](https://github.com/Headstorm/foundry-ui/compare/v1.3.0...v1.4.0) (2021-08-05) ### Features * **#188:** added toggle and boolean property for showHandleLabels on the rangeSlider ([c52e562](https://github.com/Headstorm/foundry-ui/commit/c52e562025cc963a9be5fc9a0b98dce52ff40f60)), closes [#188](https://github.com/Headstorm/foundry-ui/issues/188) # [1.3.0](https://github.com/Headstorm/foundry-ui/compare/v1.2.2...v1.3.0) (2021-08-03) ### Features * **textinput:** add CharacterCount ref and prop to TextInput ([daf250e](https://github.com/Headstorm/foundry-ui/commit/daf250ee3616d4de08f11777cbf51e0dcfe1d19f)) ## [1.2.2](https://github.com/Headstorm/foundry-ui/compare/v1.2.1...v1.2.2) (2021-08-02) ### Bug Fixes * **appendix.stories:** update the appendix images and update the path to work on deployed envs ([cd33d52](https://github.com/Headstorm/foundry-ui/commit/cd33d5268b6022238f2cfe5428ac3d97d9469b80)), closes [#259](https://github.com/Headstorm/foundry-ui/issues/259) ## [1.2.1](https://github.com/Headstorm/foundry-ui/compare/v1.2.0...v1.2.1) (2021-07-29) ### Bug Fixes * **dropdown:** fix keyboard and mouse focus/blur issues ([bfff5f7](https://github.com/Headstorm/foundry-ui/commit/bfff5f7b745600139a8aba4b0af1b7b172f3c45f)), closes [#210](https://github.com/Headstorm/foundry-ui/issues/210) * **dropdown:** improve accessibility keyboard navigation of dropdown ([4b17920](https://github.com/Headstorm/foundry-ui/commit/4b1792089e9d3694978e2f705280938396b536f3)), closes [#210](https://github.com/Headstorm/foundry-ui/issues/210) * **dropdown:** improve accessibility keyboard navigation of dropdown ([d18fc68](https://github.com/Headstorm/foundry-ui/commit/d18fc68eab32979c99d52cc88e97ec61b7b532c5)), closes [#210](https://github.com/Headstorm/foundry-ui/issues/210) * **dropdown & button:** add ability to click on the "button" part of the modal to close it when open ([b5c7bd0](https://github.com/Headstorm/foundry-ui/commit/b5c7bd03139b402dcb574893f5ae897c48882a33)), closes [#210](https://github.com/Headstorm/foundry-ui/issues/210) # [1.2.0](https://github.com/Headstorm/foundry-ui/compare/v1.1.0...v1.2.0) (2021-07-27) ### Bug Fixes * **shadowstyles:** round offsetY and opacity values for consistent testing ([d33ee94](https://github.com/Headstorm/foundry-ui/commit/d33ee9496a9946297a53871af7688c0c7f16cd43)) ### Features * **colors.ts:** added secondary and tertiary colors ([778c9a5](https://github.com/Headstorm/foundry-ui/commit/778c9a5226c68765cff5149d3480baf7fbf80f1d)) # [1.1.0](https://github.com/Headstorm/foundry-ui/compare/v1.0.6...v1.1.0) (2021-07-21) ### Features * **globalstyles:** reduce load times by using Arial instead of Montserrat ([9e7ffff](https://github.com/Headstorm/foundry-ui/commit/9e7ffff6c755040bd81cb4bda686cee314721c60)), closes [#250](https://github.com/Headstorm/foundry-ui/issues/250) ## [1.0.6](https://github.com/Headstorm/foundry-ui/compare/v1.0.5...v1.0.6) (2021-07-15) ### Bug Fixes * **dropdown.tsx:** don't show scrollbars on dropdowns if they don't need to scroll ([20c2a12](https://github.com/Headstorm/foundry-ui/commit/20c2a12a317575efab8f7cbe4d482bc9685c2f1d)) * **dropdown.tsx:** set color of selected option's checkmark to match its text color ([aa78d66](https://github.com/Headstorm/foundry-ui/commit/aa78d662bce85c38792ddde0f63b46d757332025)), closes [#242](https://github.com/Headstorm/foundry-ui/issues/242) ## [1.0.5](https://github.com/Headstorm/foundry-ui/compare/v1.0.4...v1.0.5) (2021-06-29) ### Bug Fixes * fix interaction animation bounds when elevation <= 0 ([8fe84ef](https://github.com/Headstorm/foundry-ui/commit/8fe84efd4575fa3b750e60ee6a4b2738f6152f71)), closes [#233](https://github.com/Headstorm/foundry-ui/issues/233) ## [1.0.4](https://github.com/Headstorm/foundry-ui/compare/v1.0.3...v1.0.4) (2021-03-12) ### Bug Fixes * **interactionfeedback.tsx:** update useResizeObserver in accordance with breaking change ([417598e](https://github.com/Headstorm/foundry-ui/commit/417598eb90f06292a78612052bbbcc74a4283f9c)) ## [1.0.3](https://github.com/Headstorm/foundry-ui/compare/v1.0.2...v1.0.3) (2021-03-04) ### Bug Fixes * 🐛 Scroll position now persists when open/closing options ([5cc4e85](https://github.com/Headstorm/foundry-ui/commit/5cc4e8547aa0c82094ace8167b0b0a6f851e1a87)), closes [#214](https://github.com/Headstorm/foundry-ui/issues/214) ## [1.0.2](https://github.com/Headstorm/foundry-ui/compare/v1.0.1...v1.0.2) (2020-10-19) ### Bug Fixes * **dropdown:** merge valueItemContainerProps more intelligently ([74625e7](https://github.com/Headstorm/foundry-ui/commit/74625e7fb531532f320e1ff0a48760926d4ddef7)), closes [#202](https://github.com/Headstorm/foundry-ui/issues/202) ### Performance Improvements * move more dependencies to devDependencies to improve experience while using Foundry UI ([91c3ac6](https://github.com/Headstorm/foundry-ui/commit/91c3ac603b6f326d57231f93d2ac68d7e691cc32)) ## [1.0.1](https://github.com/Headstorm/foundry-ui/compare/v1.0.0...v1.0.1) (2020-10-15) ### Bug Fixes * **image paths:** use absolute paths to github for images and files that are not part of bundle ([80834f3](https://github.com/Headstorm/foundry-ui/commit/80834f3b5ab4c568c9c9b3a61b3a9eca69d59b1a)) # [1.0.0](https://github.com/Headstorm/foundry-ui/compare/v0.1.14...v1.0.0) (2020-10-14) ### Bug Fixes * **button:** fix feedback position/display superceding buttoncontainer's position/display ([66d3a8f](https://github.com/Headstorm/foundry-ui/commit/66d3a8fcf44a2729304a916cdeb75517db6108b2)) * **button:** set position: relative to contain the feedbackinteraction ([c81f008](https://github.com/Headstorm/foundry-ui/commit/c81f008720726c8fd29d1aa65472d27e39facadd)) * **button:** tweak margin of icon containers ([7f85160](https://github.com/Headstorm/foundry-ui/commit/7f85160a815e052dd5f1ba0955f552fd3cf27a50)) * **button and interactionfeedback:** style the InteractionFeedback for the Button to inline-block ([acf5389](https://github.com/Headstorm/foundry-ui/commit/acf53897cb5ef2f7172ee6ff942c5bd970fd571a)) * **button icon container:** add ability to style icon containers ([5755755](https://github.com/Headstorm/foundry-ui/commit/57557554c88788e5044fde8b42e223604efd1a70)) * **card:** header padding equal on all side if body and footer not present ([64e0c0b](https://github.com/Headstorm/foundry-ui/commit/64e0c0bbd46ef6732f375755b41ab9934f801757)) * **dropdown placeholder and onclear:** demostrate styledplaceholder and fix onclear ([ce237c5](https://github.com/Headstorm/foundry-ui/commit/ce237c5d7a78121d526527ad2d8b6350ceac43a3)) * **dropdown valuecontainer:** rename modalisopen prop to isopen ([89b98e8](https://github.com/Headstorm/foundry-ui/commit/89b98e8b81938ecefac518091a5c3b43867fc8ec)) * **package.json:** install react-portal types ([9f7e2cc](https://github.com/Headstorm/foundry-ui/commit/9f7e2cccaba11b38f2a8c9c7d46e4529df63da87)) * **table:** remove row height of 100% ([1d10f24](https://github.com/Headstorm/foundry-ui/commit/1d10f24294873fd6b9145efd198efe9cce527d1c)) * **textinput:** fix text input charCounter not appearing at the top w/ no error message ([4f31ea2](https://github.com/Headstorm/foundry-ui/commit/4f31ea2ed9b460ae406aee59138a7a36f2b77a5e)) * **textinput:** spread the rest of the props onto the Input element ([856f6cb](https://github.com/Headstorm/foundry-ui/commit/856f6cb5804b1c265c790b8649a94ee1e2550fae)) * **textinput accepts styledtextarea:** textinput accepts styledtextarea ([9b2d106](https://github.com/Headstorm/foundry-ui/commit/9b2d10632af10be2a8a0c509cee34c5bbfd72cdd)) * **uncontrolled ability:** allows component to be uncontrolled as well controlled ([8afbd40](https://github.com/Headstorm/foundry-ui/commit/8afbd407174ecb49e72550171e8656661916a160)) * **update snapshots:** update snapshots again ([f3754e9](https://github.com/Headstorm/foundry-ui/commit/f3754e99f127614a3cd9f218ad02d32a1c9bff68)) ### Features * **button, interactionfeedback:** add InteractionFeedback wrapper around Button ([26cf13d](https://github.com/Headstorm/foundry-ui/commit/26cf13da518827176d696842ea79e6e67a1d2447)) * **button, textinput, checkbox:** add disabled prop ([374355d](https://github.com/Headstorm/foundry-ui/commit/374355d8d8c30dc42d516ec53c1fcbce58e19210)) * **card:** add interaction feedback ([946f907](https://github.com/Headstorm/foundry-ui/commit/946f9071f6837cb4b8ae4103a2e814e302b8d490)) * **card:** streamline Card Feedback API and DOM structure ([dc7535b](https://github.com/Headstorm/foundry-ui/commit/dc7535bd1306f92e284e00d848677c07ceabdd89)) * **docspage props table:** add props table to docspage ([09b124f](https://github.com/Headstorm/foundry-ui/commit/09b124f428fe0971dd7a6dc999c494102f06d112)) * **dropdown:** add value variants using tags ([1aae340](https://github.com/Headstorm/foundry-ui/commit/1aae340ebe8918986c55136ac5b207b84351f22e)) * **dropdown:** add variants to dropdown ([0cc22b3](https://github.com/Headstorm/foundry-ui/commit/0cc22b3978ed9fb51e086adb64c75b44348578fa)) * **enable ripple on buttons by default:** improved the ripple animation and made it the defualt ([f467dbf](https://github.com/Headstorm/foundry-ui/commit/f467dbf400d7c32bbf730b7d2a5c626655986acb)) * **forwardref:** add reference to pass through to component container ([e47f473](https://github.com/Headstorm/foundry-ui/commit/e47f4735b60cde1e41aeaccb74da00a6a592cebe)) * **foundryprovider:** replace useColor hook with generic useTheme hook ([7a13871](https://github.com/Headstorm/foundry-ui/commit/7a13871d65dfbe78e7057d9eb9efad2eb0b335a1)) * **rangeslider:** add functionality to support clicking the RangeSlider's rail to set the value ([beeb2e6](https://github.com/Headstorm/foundry-ui/commit/beeb2e625bd37b3f7d23dea10378adc695ebe3ba)) * **rangeslider:** add markers API ([519f096](https://github.com/Headstorm/foundry-ui/commit/519f096712f300ac76ef1675a1dee1ab82b4f07d)) * **rename package:** rename package name from hs-react-ui to foundry-react-ui, same for angular ([ad21895](https://github.com/Headstorm/foundry-ui/commit/ad2189579e62fef02fa297b0fcce22bacb7fcfce)) * **tag:** add new Tag component ([2fa81a4](https://github.com/Headstorm/foundry-ui/commit/2fa81a42e8f7ad9bdff609382e208e5020ab63b8)) * **textinput:** add character counter and maxlength to textInput ([b45192b](https://github.com/Headstorm/foundry-ui/commit/b45192b11606d8e18afd8abf5661cc51d34a6b2b)) * **v1 release:** commitizen push to trigger a release of v1.0.0 ([791bffa](https://github.com/Headstorm/foundry-ui/commit/791bffa9c0df6b913ba57deaac9a5a54dd9a87fe)) * 🎸 Added slick animation on modal mount ([54fd551](https://github.com/Headstorm/foundry-ui/commit/54fd5519703e49fb42a6b23ce1d1588f040fa894)) ### BREAKING CHANGES * **foundryprovider:** Removed the useColors function # [1.0.0-v1-release.23](https://github.com/Headstorm/foundry-ui/compare/v1.0.0-v1-release.22...v1.0.0-v1-release.23) (2020-10-14) ### Bug Fixes * **uncontrolled ability:** allows component to be uncontrolled as well controlled ([8afbd40](https://github.com/Headstorm/foundry-ui/commit/8afbd407174ecb49e72550171e8656661916a160)) ### Features * **forwardref:** add reference to pass through to component container ([e47f473](https://github.com/Headstorm/foundry-ui/commit/e47f4735b60cde1e41aeaccb74da00a6a592cebe)) * **rename package:** rename package name from hs-react-ui to foundry-react-ui, same for angular ([ad21895](https://github.com/Headstorm/foundry-ui/commit/ad2189579e62fef02fa297b0fcce22bacb7fcfce)) # [1.0.0-v1-release.22](https://github.com/Headstorm/foundry-ui/compare/v1.0.0-v1-release.21...v1.0.0-v1-release.22) (2020-09-28) ### Bug Fixes * **card:** header padding equal on all side if body and footer not present ([64e0c0b](https://github.com/Headstorm/foundry-ui/commit/64e0c0bbd46ef6732f375755b41ab9934f801757)) * **dropdown placeholder and onclear:** demostrate styledplaceholder and fix onclear ([ce237c5](https://github.com/Headstorm/foundry-ui/commit/ce237c5d7a78121d526527ad2d8b6350ceac43a3)) # [1.0.0-v1-release.21](https://github.com/Headstorm/foundry-ui/compare/v1.0.0-v1-release.20...v1.0.0-v1-release.21) (2020-09-28) ### Bug Fixes * **dropdown valuecontainer:** rename modalisopen prop to isopen ([89b98e8](https://github.com/Headstorm/foundry-ui/commit/89b98e8b81938ecefac518091a5c3b43867fc8ec)) # [1.0.0-v1-release.20](https://github.com/Headstorm/foundry-ui/compare/v1.0.0-v1-release.19...v1.0.0-v1-release.20) (2020-09-22) ### Bug Fixes * **button:** tweak margin of icon containers ([7f85160](https://github.com/Headstorm/foundry-ui/commit/7f85160a815e052dd5f1ba0955f552fd3cf27a50)) * **button icon container:** add ability to style icon containers ([5755755](https://github.com/Headstorm/foundry-ui/commit/57557554c88788e5044fde8b42e223604efd1a70)) * **textinput accepts styledtextarea:** textinput accepts styledtextarea ([9b2d106](https://github.com/Headstorm/foundry-ui/commit/9b2d10632af10be2a8a0c509cee34c5bbfd72cdd)) # [1.0.0-v1-release.19](https://github.com/Headstorm/rasa-ui/compare/v1.0.0-v1-release.18...v1.0.0-v1-release.19) (2020-09-01) ### Features * **card:** streamline Card Feedback API and DOM structure ([dc7535b](https://github.com/Headstorm/rasa-ui/commit/dc7535bd1306f92e284e00d848677c07ceabdd89)) # [1.0.0-v1-release.18](https://github.com/Headstorm/rasa-ui/compare/v1.0.0-v1-release.17...v1.0.0-v1-release.18) (2020-08-26) ### Bug Fixes * **button:** set position: relative to contain the feedbackinteraction ([c81f008](https://github.com/Headstorm/rasa-ui/commit/c81f008720726c8fd29d1aa65472d27e39facadd)) # [1.0.0-v1-release.17](https://github.com/Headstorm/rasa-ui/compare/v1.0.0-v1-release.16...v1.0.0-v1-release.17) (2020-08-26) ### Bug Fixes * **button:** fix feedback position/display superceding buttoncontainer's position/display ([66d3a8f](https://github.com/Headstorm/rasa-ui/commit/66d3a8fcf44a2729304a916cdeb75517db6108b2)) # [1.0.0-v1-release.16](https://github.com/Headstorm/rasa-ui/compare/v1.0.0-v1-release.15...v1.0.0-v1-release.16) (2020-08-26) ### Features * **enable ripple on buttons by default:** improved the ripple animation and made it the defualt ([f467dbf](https://github.com/Headstorm/rasa-ui/commit/f467dbf400d7c32bbf730b7d2a5c626655986acb)) # [1.0.0-v1-release.15](https://github.com/Headstorm/rasa-ui/compare/v1.0.0-v1-release.14...v1.0.0-v1-release.15) (2020-08-26) ### Bug Fixes * **button and interactionfeedback:** style the InteractionFeedback for the Button to inline-block ([acf5389](https://github.com/Headstorm/rasa-ui/commit/acf53897cb5ef2f7172ee6ff942c5bd970fd571a)) # [1.0.0-v1-release.14](https://github.com/Headstorm/rasa-ui/compare/v1.0.0-v1-release.13...v1.0.0-v1-release.14) (2020-08-25) ### Features * 🎸 Added slick animation on modal mount ([54fd551](https://github.com/Headstorm/rasa-ui/commit/54fd5519703e49fb42a6b23ce1d1588f040fa894)) # [1.0.0-v1-release.13](https://github.com/Headstorm/rasa-ui/compare/v1.0.0-v1-release.12...v1.0.0-v1-release.13) (2020-08-25) ### Features * **dropdown:** add value variants using tags ([1aae340](https://github.com/Headstorm/rasa-ui/commit/1aae340ebe8918986c55136ac5b207b84351f22e)) # [1.0.0-v1-release.12](https://github.com/Headstorm/rasa-ui/compare/v1.0.0-v1-release.11...v1.0.0-v1-release.12) (2020-08-24) ### Features * **docspage props table:** add props table to docspage ([09b124f](https://github.com/Headstorm/rasa-ui/commit/09b124f428fe0971dd7a6dc999c494102f06d112)) # [1.0.0-v1-release.11](https://github.com/Headstorm/rasa-ui/compare/v1.0.0-v1-release.10...v1.0.0-v1-release.11) (2020-08-21) ### Bug Fixes * **textinput:** spread the rest of the props onto the Input element ([856f6cb](https://github.com/Headstorm/rasa-ui/commit/856f6cb5804b1c265c790b8649a94ee1e2550fae)) # [1.0.0-v1-release.10](https://github.com/Headstorm/rasa-ui/compare/v1.0.0-v1-release.9...v1.0.0-v1-release.10) (2020-08-20) ### Features * **card:** add interaction feedback ([946f907](https://github.com/Headstorm/rasa-ui/commit/946f9071f6837cb4b8ae4103a2e814e302b8d490)) # [1.0.0-v1-release.9](https://github.com/Headstorm/rasa-ui/compare/v1.0.0-v1-release.8...v1.0.0-v1-release.9) (2020-08-20) ### Features * **button, interactionfeedback:** add InteractionFeedback wrapper around Button ([26cf13d](https://github.com/Headstorm/rasa-ui/commit/26cf13da518827176d696842ea79e6e67a1d2447)) # [1.0.0-v1-release.8](https://github.com/Headstorm/rasa-ui/compare/v1.0.0-v1-release.7...v1.0.0-v1-release.8) (2020-08-19) ### Features * **rangeslider:** add markers API ([519f096](https://github.com/Headstorm/rasa-ui/commit/519f096712f300ac76ef1675a1dee1ab82b4f07d)) # [1.0.0-v1-release.7](https://github.com/Headstorm/rasa-ui/compare/v1.0.0-v1-release.6...v1.0.0-v1-release.7) (2020-08-19) ### Bug Fixes * **textinput:** fix text input charCounter not appearing at the top w/ no error message ([4f31ea2](https://github.com/Headstorm/rasa-ui/commit/4f31ea2ed9b460ae406aee59138a7a36f2b77a5e)) ### Features * **dropdown:** add variants to dropdown ([0cc22b3](https://github.com/Headstorm/rasa-ui/commit/0cc22b3978ed9fb51e086adb64c75b44348578fa)) # [1.0.0-v1-release.6](https://github.com/Headstorm/rasa-ui/compare/v1.0.0-v1-release.5...v1.0.0-v1-release.6) (2020-08-19) ### Features * **rangeslider:** add functionality to support clicking the RangeSlider's rail to set the value ([beeb2e6](https://github.com/Headstorm/rasa-ui/commit/beeb2e625bd37b3f7d23dea10378adc695ebe3ba)) # [1.0.0-v1-release.5](https://github.com/Headstorm/rasa-ui/compare/v1.0.0-v1-release.4...v1.0.0-v1-release.5) (2020-08-19) ### Features * **tag:** add new Tag component ([2fa81a4](https://github.com/Headstorm/rasa-ui/commit/2fa81a42e8f7ad9bdff609382e208e5020ab63b8)) # [1.0.0-v1-release.4](https://github.com/Headstorm/rasa-ui/compare/v1.0.0-v1-release.3...v1.0.0-v1-release.4) (2020-08-19) ### Bug Fixes * **table:** remove row height of 100% ([1d10f24](https://github.com/Headstorm/rasa-ui/commit/1d10f24294873fd6b9145efd198efe9cce527d1c)) # [1.0.0-v1-release.3](https://github.com/Headstorm/rasa-ui/compare/v1.0.0-v1-release.2...v1.0.0-v1-release.3) (2020-08-18) ### Features * **foundryprovider:** replace useColor hook with generic useTheme hook ([7a13871](https://github.com/Headstorm/rasa-ui/commit/7a13871d65dfbe78e7057d9eb9efad2eb0b335a1)) ### BREAKING CHANGES * **foundryprovider:** Removed the useColors function # [1.0.0-v1-release.2](https://github.com/Headstorm/rasa-ui/compare/v1.0.0-v1-release.1...v1.0.0-v1-release.2) (2020-08-17) ### Features * **textinput:** add character counter and maxlength to textInput ([b45192b](https://github.com/Headstorm/rasa-ui/commit/b45192b11606d8e18afd8abf5661cc51d34a6b2b)) # [1.0.0-v1-release.1](https://github.com/Headstorm/rasa-ui/compare/v0.1.0-v1-release.1...v1.0.0-v1-release.1) (2020-08-14) ### Features * **button, textinput, checkbox:** add disabled prop ([374355d](https://github.com/Headstorm/rasa-ui/commit/374355d8d8c30dc42d516ec53c1fcbce58e19210)) # [0.1.0-v1-release.1](https://github.com/Headstorm/rasa-ui/compare/v0.0.8...v0.1.0-v1-release.1) (2020-08-11) ### Features * **cicd:** add cicd through github actions ([34a8fc0](https://github.com/Headstorm/rasa-ui/commit/34a8fc0245c335e4ca8fbf16291fc39fda963f64)) * **utils/styles.ts:** move elevation shadow calculation to single function ([3e2332e](https://github.com/Headstorm/rasa-ui/commit/3e2332e64b50320681dded46e24562ff29b7bb49)) # [0.1.0](https://github.com/Headstorm/rasa-ui/compare/v0.0.8...v0.1.0) (2020-08-11) ### Features * **cicd:** add cicd through github actions ([34a8fc0](https://github.com/Headstorm/rasa-ui/commit/34a8fc0245c335e4ca8fbf16291fc39fda963f64)) * **utils/styles.ts:** move elevation shadow calculation to single function ([3e2332e](https://github.com/Headstorm/rasa-ui/commit/3e2332e64b50320681dded46e24562ff29b7bb49)) # [0.1.0](https://github.com/Headstorm/rasa-ui/compare/v0.0.8...v0.1.0) (2020-08-11) ### Features * **cicd:** add cicd through github actions ([34a8fc0](https://github.com/Headstorm/rasa-ui/commit/34a8fc0245c335e4ca8fbf16291fc39fda963f64)) * **utils/styles.ts:** move elevation shadow calculation to single function ([3e2332e](https://github.com/Headstorm/rasa-ui/commit/3e2332e64b50320681dded46e24562ff29b7bb49)) # [0.1.0](https://github.com/Headstorm/rasa-ui/compare/v0.0.8...v0.1.0) (2020-08-11) ### Features * **cicd:** add cicd through github actions ([34a8fc0](https://github.com/Headstorm/rasa-ui/commit/34a8fc0245c335e4ca8fbf16291fc39fda963f64)) * **utils/styles.ts:** move elevation shadow calculation to single function ([3e2332e](https://github.com/Headstorm/rasa-ui/commit/3e2332e64b50320681dded46e24562ff29b7bb49)) # [0.1.0](https://github.com/Headstorm/rasa-ui/compare/v0.0.8...v0.1.0) (2020-08-11) ### Features * **cicd:** add cicd through github actions ([34a8fc0](https://github.com/Headstorm/rasa-ui/commit/34a8fc0245c335e4ca8fbf16291fc39fda963f64)) * **utils/styles.ts:** move elevation shadow calculation to single function ([3e2332e](https://github.com/Headstorm/rasa-ui/commit/3e2332e64b50320681dded46e24562ff29b7bb49)) # [0.1.0](https://github.com/Headstorm/rasa-ui/compare/v0.0.8...v0.1.0) (2020-08-11) ### Features * **cicd:** add cicd through github actions ([34a8fc0](https://github.com/Headstorm/rasa-ui/commit/34a8fc0245c335e4ca8fbf16291fc39fda963f64)) * **utils/styles.ts:** move elevation shadow calculation to single function ([3e2332e](https://github.com/Headstorm/rasa-ui/commit/3e2332e64b50320681dded46e24562ff29b7bb49)) # [0.1.0](https://github.com/Headstorm/rasa-ui/compare/v0.0.8...v0.1.0) (2020-08-11) ### Features * **cicd:** add cicd through github actions ([34a8fc0](https://github.com/Headstorm/rasa-ui/commit/34a8fc0245c335e4ca8fbf16291fc39fda963f64)) * **utils/styles.ts:** move elevation shadow calculation to single function ([3e2332e](https://github.com/Headstorm/rasa-ui/commit/3e2332e64b50320681dded46e24562ff29b7bb49)) # [0.1.0](https://github.com/Headstorm/rasa-ui/compare/v0.0.8...v0.1.0) (2020-08-11) ### Features * **cicd:** add cicd through github actions ([34a8fc0](https://github.com/Headstorm/rasa-ui/commit/34a8fc0245c335e4ca8fbf16291fc39fda963f64)) * **utils/styles.ts:** move elevation shadow calculation to single function ([3e2332e](https://github.com/Headstorm/rasa-ui/commit/3e2332e64b50320681dded46e24562ff29b7bb49))