# @servicetitan/hammer-react

## 1.42.1

### Patch Changes

- [#1514](https://github.com/servicetitan/hammer/pull/1514) [`4e84d2b`](https://github.com/servicetitan/hammer/commit/4e84d2b47fa26eaaf62ad58b6cfea7bc61723c1c) Thanks [@rgdelato](https://github.com/rgdelato)! - [Combobox] Fix `Combobox` controlled `items` change firing before `onIsOpenChange` (adds 200ms delay to `items` update)

- [#1514](https://github.com/servicetitan/hammer/pull/1514) [`b43e5f4`](https://github.com/servicetitan/hammer/commit/b43e5f49690d5d72b8eb4ab2241a07e37fe374d3) Thanks [@rgdelato](https://github.com/rgdelato)! - [Combobox] Allow `groupToString` to return `null` to render empty group labels

- [#1514](https://github.com/servicetitan/hammer/pull/1514) [`eeac4b5`](https://github.com/servicetitan/hammer/commit/eeac4b54d5df83dfb07b3acc9d4cefa1baa58599) Thanks [@rgdelato](https://github.com/rgdelato)! - [Combobox] Add `hideCheckbox` prop to `Combobox.Item`

- [#1514](https://github.com/servicetitan/hammer/pull/1514) [`c4ced28`](https://github.com/servicetitan/hammer/commit/c4ced28bfaf44403758ca527026a16139de7d649) Thanks [@rgdelato](https://github.com/rgdelato)! - [Combobox] Add `forceCloseOnSelect` and `forceClearInputValueOnSelect` props to `Combobox.Item`

## 1.42.0

### Minor Changes

- [#1396](https://github.com/servicetitan/hammer/pull/1396) [`f36288b`](https://github.com/servicetitan/hammer/commit/f36288bc6dbc39d8b78bfd0d4e8cd29e4d694939) Thanks [@tounsoo](https://github.com/tounsoo)! - [LinkButton] Add LinkButton component - Link styled button component

- [#1409](https://github.com/servicetitan/hammer/pull/1409) [`7646cce`](https://github.com/servicetitan/hammer/commit/7646cce3c6b02c8c883a554700f0f5eab07f56fd) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [ListView] New `indeterminate` prop for indeterminate checkboxes on options

- [#1416](https://github.com/servicetitan/hammer/pull/1416) [`62475a4`](https://github.com/servicetitan/hammer/commit/62475a43d02c4c386dc17d3e2ffd9f41c60c193d) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [NumberField] Implement NumberField

## 1.41.1

### Patch Changes

- [#1424](https://github.com/servicetitan/hammer/pull/1424) [`fa87b98`](https://github.com/servicetitan/hammer/commit/fa87b98bad36fb124a4ed946429266d7a7e58e79) Thanks [@rgdelato](https://github.com/rgdelato)! - [Combobox] Fix `Combobox` `disabled` and `readOnly` behavior

## 1.41.0

### Minor Changes

- [#1370](https://github.com/servicetitan/hammer/pull/1370) [`1efcc9c`](https://github.com/servicetitan/hammer/commit/1efcc9c0d726253734034ccaf122c65c06bf36a9) Thanks [@ericag1985](https://github.com/ericag1985)! - [TimeField] Add time field component

## 1.40.2

### Patch Changes

- [#1403](https://github.com/servicetitan/hammer/pull/1403) [`46b4a7b`](https://github.com/servicetitan/hammer/commit/46b4a7bb061a2aecbc934b494b9805685adde5c8) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DateFieldYearless] Fix a case where pasting a value in could result in onChange not being called

## 1.40.1

### Patch Changes

- [#1401](https://github.com/servicetitan/hammer/pull/1401) [`7aba43b`](https://github.com/servicetitan/hammer/commit/7aba43bfb1bdfb4d5fdb04fa36436d187601c6bc) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DateFieldSingle, DateFieldRange] Fix invalid props spread onto input element

## 1.40.0

### Minor Changes

- [#1393](https://github.com/servicetitan/hammer/pull/1393) [`0869aed`](https://github.com/servicetitan/hammer/commit/0869aed7c5d63837d10d74576e0932ad14812401) Thanks [@rgdelato](https://github.com/rgdelato)! - [Tokens] Add chart color tokens to `hammer-token` package

- [#1363](https://github.com/servicetitan/hammer/pull/1363) [`6ec6d61`](https://github.com/servicetitan/hammer/commit/6ec6d615cfa50f362fb3d63a8fa23354ad28e26a) Thanks [@rgdelato](https://github.com/rgdelato)! - [Chip] Add `prefix` and `avatar` props to `Chip`

### Patch Changes

- [#1389](https://github.com/servicetitan/hammer/pull/1389) [`b433751`](https://github.com/servicetitan/hammer/commit/b433751ae5b388c526140d766563f16683a10ffd) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DateField] Deprecate DateField in favor of DateFieldSingle, DateFieldRange

- [#1397](https://github.com/servicetitan/hammer/pull/1397) [`4229149`](https://github.com/servicetitan/hammer/commit/4229149e8d43cd2d7d49560db5de81c6d2cc8ed0) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Calendar] Fix `minDate` and `maxDate` incorrectly disabling the month they occur in

- [#1398](https://github.com/servicetitan/hammer/pull/1398) [`c1dc055`](https://github.com/servicetitan/hammer/commit/c1dc055cda836a304534ef57d7359f3b45e33721) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DateFieldSingle] Internal refactor to make code more composable for re-use in filters

- [#1386](https://github.com/servicetitan/hammer/pull/1386) [`808cde3`](https://github.com/servicetitan/hammer/commit/808cde3a787a9a5502c5230c8ce2dadadfc9bf95) Thanks [@tounsoo](https://github.com/tounsoo)! - [Text] Add focus ring for Text when it is focus-visible

- [#1392](https://github.com/servicetitan/hammer/pull/1392) [`09637f9`](https://github.com/servicetitan/hammer/commit/09637f9da186787e04fa2f12a4aafc894bb02c50) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [TextField, Textarea] Internal alignment on implementation of common features

- [#1395](https://github.com/servicetitan/hammer/pull/1395) [`13d97a9`](https://github.com/servicetitan/hammer/commit/13d97a99da73932c71721dfda78d4b71d60825d6) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Menu] Fix closure of root menu on nested item click

- [#1392](https://github.com/servicetitan/hammer/pull/1392) [`09637f9`](https://github.com/servicetitan/hammer/commit/09637f9da186787e04fa2f12a4aafc894bb02c50) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [TextField, Textarea] Fix bugs related to `showCounter`

- [#1392](https://github.com/servicetitan/hammer/pull/1392) [`09637f9`](https://github.com/servicetitan/hammer/commit/09637f9da186787e04fa2f12a4aafc894bb02c50) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [Textarea] **Partially deprecated prop:** `errorAriaLive` does not support `boolean`

- [#1400](https://github.com/servicetitan/hammer/pull/1400) [`99a098a`](https://github.com/servicetitan/hammer/commit/99a098a00601211c690fc3a53d77809d31bcfa24) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DateFieldRange] Internal refactor to make code more composable for re-use in filters

- Updated dependencies [[`0869aed`](https://github.com/servicetitan/hammer/commit/0869aed7c5d63837d10d74576e0932ad14812401)]:
  - @servicetitan/hammer-token@2.5.0

## 1.39.0

### Minor Changes

- [#1379](https://github.com/servicetitan/hammer/pull/1379) [`d6ccb84`](https://github.com/servicetitan/hammer/commit/d6ccb846d40568719c478d6bec2ece9038a23be6) Thanks [@tounsoo](https://github.com/tounsoo)! - [useIsScrollable] New hook to check if an element is scrollable

- [#1371](https://github.com/servicetitan/hammer/pull/1371) [`e698265`](https://github.com/servicetitan/hammer/commit/e69826504f2cbf32bc12925f16930afcb57952c9) Thanks [@tounsoo](https://github.com/tounsoo)! - [Popover] Provide finer control over open state timing of the Popover relative to animation

- [#1364](https://github.com/servicetitan/hammer/pull/1364) [`75f3468`](https://github.com/servicetitan/hammer/commit/75f3468786a0bfb196d04c351a6363b58614e257) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DateFieldYearless] Add DateFieldYearless component

### Patch Changes

- [#1383](https://github.com/servicetitan/hammer/pull/1383) [`96c526d`](https://github.com/servicetitan/hammer/commit/96c526d2bb80884ad897beed9647bd8334150abe) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - [Drawer] Focus in Drawers within iframes is now respected.

- [#1384](https://github.com/servicetitan/hammer/pull/1384) [`66f031c`](https://github.com/servicetitan/hammer/commit/66f031cb91674168cc1cbc09e65ac8d640963804) Thanks [@tounsoo](https://github.com/tounsoo)! - [Dialog, Drawer] Fix Dialog and Drawer to also consider Toaster to be clickable without closing

- [#1382](https://github.com/servicetitan/hammer/pull/1382) [`d135b02`](https://github.com/servicetitan/hammer/commit/d135b02ec09a076eb6222d1da5102f61a0cd9bc0) Thanks [@ericag1985](https://github.com/ericag1985)! - [Calendar] Fix not being able to add custom class

## 1.38.3

### Patch Changes

- [#1373](https://github.com/servicetitan/hammer/pull/1373) [`d617c5f`](https://github.com/servicetitan/hammer/commit/d617c5f2a70e9b1cc6671cf1d317a5e3b3eec3cf) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DateField, DateFieldSingle, DateFieldRange] Tweak conditional rendering of popover content

- [#1373](https://github.com/servicetitan/hammer/pull/1373) [`d617c5f`](https://github.com/servicetitan/hammer/commit/d617c5f2a70e9b1cc6671cf1d317a5e3b3eec3cf) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DateFieldSingle, DateFieldRange] Reduce number of excess `onChange` calls

- [#1373](https://github.com/servicetitan/hammer/pull/1373) [`d617c5f`](https://github.com/servicetitan/hammer/commit/d617c5f2a70e9b1cc6671cf1d317a5e3b3eec3cf) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DateField, DateFieldSingle, DateFieldRange] Restrict calendar positioning to verticial axis

- [#1373](https://github.com/servicetitan/hammer/pull/1373) [`d617c5f`](https://github.com/servicetitan/hammer/commit/d617c5f2a70e9b1cc6671cf1d317a5e3b3eec3cf) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DateFieldSingle, DateFieldRange] Update `onFocus` and `onBlur` to treat calendar as part of the focus area

## 1.38.2

### Patch Changes

- [#1367](https://github.com/servicetitan/hammer/pull/1367) [`8af6242`](https://github.com/servicetitan/hammer/commit/8af62425ecdf3006813b5b28663dcf452e515eb4) Thanks [@tounsoo](https://github.com/tounsoo)! - [Overflow] Fix Overflow not recalculating internal clip state when content changes

- [#1325](https://github.com/servicetitan/hammer/pull/1325) [`2791619`](https://github.com/servicetitan/hammer/commit/2791619fdf4bd4e4dbfd7ac1757ad5dac1a18420) Thanks [@tounsoo](https://github.com/tounsoo)! - [Dialog, Drawer] Fix Dialog and Drawer to not close when the select drag ends outside of the component

- [#1325](https://github.com/servicetitan/hammer/pull/1325) [`2791619`](https://github.com/servicetitan/hammer/commit/2791619fdf4bd4e4dbfd7ac1757ad5dac1a18420) Thanks [@tounsoo](https://github.com/tounsoo)! - [Popover] Deprecate `onOutsidePress` over `onClickOutside` to sync prop names

- [#1368](https://github.com/servicetitan/hammer/pull/1368) [`52eb524`](https://github.com/servicetitan/hammer/commit/52eb52469c544bcef9d8a20e472fd6fa731310d7) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - [Checkbox] Focus is no longer lost on change

- [#1366](https://github.com/servicetitan/hammer/pull/1366) [`30eba12`](https://github.com/servicetitan/hammer/commit/30eba12b44f79e3dcddff15468e48af9c99b04cf) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DateField, DateFieldSingle, DateFieldRange, InputMask] Switch to subdued color when the input value is equivalent to empty

## 1.38.1

### Patch Changes

- [#1361](https://github.com/servicetitan/hammer/pull/1361) [`e7de26c`](https://github.com/servicetitan/hammer/commit/e7de26c1b819ff02ea1503556022652edf69d488) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - [Dialog, Drawer] Fix for dialog or drawer closing when the open state is not changed

## 1.38.0

### Minor Changes

- [#1350](https://github.com/servicetitan/hammer/pull/1350) [`3faa08f`](https://github.com/servicetitan/hammer/commit/3faa08fb3fa2df9013b43c03b5482fbd0a3c5f9e) Thanks [@tounsoo](https://github.com/tounsoo)! - [Pagination] New Pagination component!

- [#1304](https://github.com/servicetitan/hammer/pull/1304) [`51ba5ed`](https://github.com/servicetitan/hammer/commit/51ba5edefe1ed1b300fbc7d7fc7450f3a7387840) Thanks [@rgdelato](https://github.com/rgdelato)! - [SelectTrigger] Add `SelectTrigger` component for more complex `Combobox`-style use cases

- [#1271](https://github.com/servicetitan/hammer/pull/1271) [`66419c5`](https://github.com/servicetitan/hammer/commit/66419c5d240c5a527741b9cb2b20aace07883218) Thanks [@tounsoo](https://github.com/tounsoo)! - [SelectCard] Add option to remove drop shadow in SelectCard and update background color for interactive states

- [#1345](https://github.com/servicetitan/hammer/pull/1345) [`81cbe05`](https://github.com/servicetitan/hammer/commit/81cbe05ba5740cc3d630850151db5ed1a9726d14) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DateFieldSingle] Implement DateFieldSingle component

- [#1345](https://github.com/servicetitan/hammer/pull/1345) [`81cbe05`](https://github.com/servicetitan/hammer/commit/81cbe05ba5740cc3d630850151db5ed1a9726d14) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DateFieldRange] Implmement DateFieldRange component

### Patch Changes

- [`9262fcd`](https://github.com/servicetitan/hammer/commit/9262fcdb154fe8367547f43219b0e3e73e19eedd) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DateField] No longer renders a calendar when popover is closed

- [#1355](https://github.com/servicetitan/hammer/pull/1355) [`082055e`](https://github.com/servicetitan/hammer/commit/082055eac4c50fc5be44fd27f077bfa6886d6213) Thanks [@rgdelato](https://github.com/rgdelato)! - [Combobox, SelectTrigger] Add `layoutProps` to `SelectTrigger`, `Combobox.SearchField`, and `Combobox.SelectTrigger`

- [#1355](https://github.com/servicetitan/hammer/pull/1355) [`082055e`](https://github.com/servicetitan/hammer/commit/082055eac4c50fc5be44fd27f077bfa6886d6213) Thanks [@rgdelato](https://github.com/rgdelato)! - [Combobox, SelectTrigger] Update `data-anv` attibutes for `SelectTrigger`, `Combobox.SearchField`, and `Combobox.SelectTrigger`

## 1.37.4

### Patch Changes

- [#1344](https://github.com/servicetitan/hammer/pull/1344) [`62d0547`](https://github.com/servicetitan/hammer/commit/62d05471a27676615864d539adb910d02d2c934a) Thanks [@ericag1985](https://github.com/ericag1985)! - [Tooltip] Fixed custom trigger content so that it is always an accessible element

- [#1346](https://github.com/servicetitan/hammer/pull/1346) [`12a8880`](https://github.com/servicetitan/hammer/commit/12a8880afeec369f09e1f4b3ad2f7f630fe00cfa) Thanks [@rgdelato](https://github.com/rgdelato)! - [FieldMessage] Update `FieldMessage` CSS reset

- [#1344](https://github.com/servicetitan/hammer/pull/1344) [`62d0547`](https://github.com/servicetitan/hammer/commit/62d05471a27676615864d539adb910d02d2c934a) Thanks [@ericag1985](https://github.com/ericag1985)! - [SearchField, TextField, TextArea] Fix label logic so that there is always an accessible label present

- [#1342](https://github.com/servicetitan/hammer/pull/1342) [`ac30e1c`](https://github.com/servicetitan/hammer/commit/ac30e1c52b7b546b89baedcd3e33d4e2cfc0db43) Thanks [@rgdelato](https://github.com/rgdelato)! - [SelectCard] Fix `SelectCard` `defaultChecked` inside of `SelectCardGroup`

- Updated dependencies [[`46212ed`](https://github.com/servicetitan/hammer/commit/46212ed9ff046019b8c65a7edfce746766c93e90)]:
  - @servicetitan/hammer-token@2.4.0

## 1.37.3

### Patch Changes

- [#1309](https://github.com/servicetitan/hammer/pull/1309) [`d0d3a50`](https://github.com/servicetitan/hammer/commit/d0d3a5009a453d9f7665bcdd73974055451ed593) Thanks [@ericag1985](https://github.com/ericag1985)! - [Switch] Fix no helper text being present

- [#1319](https://github.com/servicetitan/hammer/pull/1319) [`708f38e`](https://github.com/servicetitan/hammer/commit/708f38e9954cb37d6eaa838ab998efce5f07ab62) Thanks [@rgdelato](https://github.com/rgdelato)! - [Fonts] Add `@servicetitan/anvil-fonts` import to `index.ts` in `hammer-react`

- [#1339](https://github.com/servicetitan/hammer/pull/1339) [`66f764c`](https://github.com/servicetitan/hammer/commit/66f764cf3e8dc243213641ce92e25e13c5424c05) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [InputMask, DateField] Fix keypresses being swallowed on Android devices

- [#1332](https://github.com/servicetitan/hammer/pull/1332) [`bad14e1`](https://github.com/servicetitan/hammer/commit/bad14e137fd0990073abd5852d3a0f27a6bf4a76) Thanks [@tounsoo](https://github.com/tounsoo)! - [ListView] Fix onSelectionChange not firing and incorrectly firing at wrong state change

## 1.37.2

### Patch Changes

- [#1317](https://github.com/servicetitan/hammer/pull/1317) [`c3c8561`](https://github.com/servicetitan/hammer/commit/c3c8561f8c00b5caaff5f613acd2c6c58b238685) Thanks [@tounsoo](https://github.com/tounsoo)! - [Tooltip] Fix Tooltip.Content `id` being overwritten

- [#1310](https://github.com/servicetitan/hammer/pull/1310) [`9ce3f62`](https://github.com/servicetitan/hammer/commit/9ce3f62f0561d2a186ce8e83ac3b78001f4bfc3e) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Toast] Fix clicking on items overlapped by transparent toast stack element

- [#1321](https://github.com/servicetitan/hammer/pull/1321) [`8734469`](https://github.com/servicetitan/hammer/commit/8734469bb8a140a37bf96d8f6df75cf94d97ba6a) Thanks [@ericag1985](https://github.com/ericag1985)! - [Tooltip] Add themeprovider around complex content

## 1.37.1

### Patch Changes

- [#1198](https://github.com/servicetitan/hammer/pull/1198) [`2994641`](https://github.com/servicetitan/hammer/commit/29946416693d2aa6710cc3943a379c0f97ae971e) Thanks [@rgdelato](https://github.com/rgdelato)! - [FieldMessage] Add `FieldMessage` component

- [#1302](https://github.com/servicetitan/hammer/pull/1302) [`d014286`](https://github.com/servicetitan/hammer/commit/d014286ccfc72791e5bb55e0b562c736765ce26f) Thanks [@ericag1985](https://github.com/ericag1985)! - [Drawer] Fix not being able to add custom classes to drawer components

- Updated dependencies [[`5c52b85`](https://github.com/servicetitan/hammer/commit/5c52b85103b69e4e3ed732442f219a3edac7a613)]:
  - @servicetitan/hammer-icon@1.2.0

## 1.37.0

### Minor Changes

- [#1277](https://github.com/servicetitan/hammer/pull/1277) [`099a80c`](https://github.com/servicetitan/hammer/commit/099a80c2030b821a0e4b53a411d38f4be8769ca6) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Drawer, Dialog] Add props to leverage animation state (onOpenAnimationStart, onOpenAnimationComplete, onCloseAnimationStart, onCloseAnimationComplete)

### Patch Changes

- [#1297](https://github.com/servicetitan/hammer/pull/1297) [`dca9813`](https://github.com/servicetitan/hammer/commit/dca981344ca5291b48cba3999c3fc3053a451eb4) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Dialog, Drawer] Fix cleanup of body scroll disable

- [#1277](https://github.com/servicetitan/hammer/pull/1277) [`099a80c`](https://github.com/servicetitan/hammer/commit/099a80c2030b821a0e4b53a411d38f4be8769ca6) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Drawer] Deprecate onOpen prop

- [#1277](https://github.com/servicetitan/hammer/pull/1277) [`099a80c`](https://github.com/servicetitan/hammer/commit/099a80c2030b821a0e4b53a411d38f4be8769ca6) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Dialog, Drawer] Delay onClose until after close animation completes

- [#1277](https://github.com/servicetitan/hammer/pull/1277) [`099a80c`](https://github.com/servicetitan/hammer/commit/099a80c2030b821a0e4b53a411d38f4be8769ca6) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Dialog] Deprecate onOpenChange prop

- [#1294](https://github.com/servicetitan/hammer/pull/1294) [`965baaf`](https://github.com/servicetitan/hammer/commit/965baafe7a8e34bbcc8404da5337ab53648f91af) Thanks [@rgdelato](https://github.com/rgdelato)! - [Combobox] Update `Combobox` selected item gap

## 1.36.1

### Patch Changes

- [#1280](https://github.com/servicetitan/hammer/pull/1280) [`0c48362`](https://github.com/servicetitan/hammer/commit/0c48362a7020ecca1a81fd129d18cf0f13ceb5cf) Thanks [@tounsoo](https://github.com/tounsoo)! - [Menu, Popover, Tooltip, Toaster] Add stronger safe guard for Popover API usages

## 1.36.0

### Minor Changes

- [#1241](https://github.com/servicetitan/hammer/pull/1241) [`6bc71b2`](https://github.com/servicetitan/hammer/commit/6bc71b27a329f89c905dbc8f08871262a1d0c1b8) Thanks [@rgdelato](https://github.com/rgdelato)! - [Combobox] Add `prefix` and `selectedItemProps` props to `Combobox`.

### Patch Changes

- [#1272](https://github.com/servicetitan/hammer/pull/1272) [`2e6ba3f`](https://github.com/servicetitan/hammer/commit/2e6ba3fce24f3ba179da6a6b1ae6e8f89da9f5b2) Thanks [@rgdelato](https://github.com/rgdelato)! - [Chip] Remove `Chip` `aria-label` when `Chip` is not interactive

- [#1269](https://github.com/servicetitan/hammer/pull/1269) [`fe42e32`](https://github.com/servicetitan/hammer/commit/fe42e322ffe1781bbd6b1fb35c2bdd06e30ff036) Thanks [@tounsoo](https://github.com/tounsoo)! - [Tooltip] Tooltip to have proper role depending on content type for accessibility

- [#1260](https://github.com/servicetitan/hammer/pull/1260) [`b15af34`](https://github.com/servicetitan/hammer/commit/b15af34334d3667aab8ed5036a31b7020e969cbf) Thanks [@tounsoo](https://github.com/tounsoo)! - [Tooltip] Fix Tooltip getting stuck when moving rapidly between them

- [#1273](https://github.com/servicetitan/hammer/pull/1273) [`7edde5c`](https://github.com/servicetitan/hammer/commit/7edde5c13eac5ef32a7ef1fd4d3e0d496fd99db9) Thanks [@tounsoo](https://github.com/tounsoo)! - [ButtonToggle] Fix border color to match the design – using `border-color-default` token

- [#1268](https://github.com/servicetitan/hammer/pull/1268) [`d5c4afd`](https://github.com/servicetitan/hammer/commit/d5c4afdfdd26c1d64980ca81011f5ff2f05f4209) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Dialog] Revert overflow clipping to allow A1 Select, etc. to overflow

- [#1270](https://github.com/servicetitan/hammer/pull/1270) [`539d261`](https://github.com/servicetitan/hammer/commit/539d26142989b17206a102eb2af827940954e244) Thanks [@tounsoo](https://github.com/tounsoo)! - [Overflow] Fix truncated Overflow not showing "Show less" after expanding

- [#1260](https://github.com/servicetitan/hammer/pull/1260) [`b15af34`](https://github.com/servicetitan/hammer/commit/b15af34334d3667aab8ed5036a31b7020e969cbf) Thanks [@tounsoo](https://github.com/tounsoo)! - [Tooltip] Allow Dialog to close when Tooltip is open

- [#1260](https://github.com/servicetitan/hammer/pull/1260) [`b15af34`](https://github.com/servicetitan/hammer/commit/b15af34334d3667aab8ed5036a31b7020e969cbf) Thanks [@tounsoo](https://github.com/tounsoo)! - [Popover] [Tooltip] Fix Popover that opens on hover getting stuck when moving rapidly between them

- [#1248](https://github.com/servicetitan/hammer/pull/1248) [`f23ab10`](https://github.com/servicetitan/hammer/commit/f23ab10f2d951545af1be9a2a969ffde65c65542) Thanks [@ericag1985](https://github.com/ericag1985)! - [TextField] Fix initial value not being tallied in character count

## 1.35.1

### Patch Changes

- [#1262](https://github.com/servicetitan/hammer/pull/1262) [`1c87a6c`](https://github.com/servicetitan/hammer/commit/1c87a6c23661f567522d7558ed07e704fa06e4ea) Thanks [@rgdelato](https://github.com/rgdelato)! - [Combobox] Increasing `setTimeout` on `Combobox.ItemAddNew` to fire after `Popover` closes

## 1.35.0

### Minor Changes

- [#1243](https://github.com/servicetitan/hammer/pull/1243) [`3dc3fe0`](https://github.com/servicetitan/hammer/commit/3dc3fe0c86416f739b421114a5509a0d7616d456) Thanks [@rgdelato](https://github.com/rgdelato)! - [Grid] Add `inline` prop to `Grid` component

- [#1242](https://github.com/servicetitan/hammer/pull/1242) [`074d4b1`](https://github.com/servicetitan/hammer/commit/074d4b1069b6069acfdb656cb9b7aaf9984be8c0) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [Calendar, DateField] Add month and year selection

- [#1242](https://github.com/servicetitan/hammer/pull/1242) [`074d4b1`](https://github.com/servicetitan/hammer/commit/074d4b1069b6069acfdb656cb9b7aaf9984be8c0) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [SelectCard] Add controlled state with `checked` prop

- [#1232](https://github.com/servicetitan/hammer/pull/1232) [`56854b3`](https://github.com/servicetitan/hammer/commit/56854b36b3edf32865ffd141ee0e66b56a3eb1ca) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Dnd] Add Dnd primitive components

### Patch Changes

- [#1244](https://github.com/servicetitan/hammer/pull/1244) [`1fa8614`](https://github.com/servicetitan/hammer/commit/1fa861447d3b66eaff08554300b53d493e513a6a) Thanks [@rgdelato](https://github.com/rgdelato)! - [Toast] Update `Toast` `message` prop to be optional

- [#1252](https://github.com/servicetitan/hammer/pull/1252) [`71fd6fc`](https://github.com/servicetitan/hammer/commit/71fd6fc9a0ba9e1eebb81e65784e27a87fd1be4b) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [Toast] Fix blocking clicks under toasts

- [#1242](https://github.com/servicetitan/hammer/pull/1242) [`074d4b1`](https://github.com/servicetitan/hammer/commit/074d4b1069b6069acfdb656cb9b7aaf9984be8c0) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [Calendar] Fix no-op `defaultFocusedDate` prop

- [#1232](https://github.com/servicetitan/hammer/pull/1232) [`56854b3`](https://github.com/servicetitan/hammer/commit/56854b36b3edf32865ffd141ee0e66b56a3eb1ca) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DndSort] Fixed card props not being forward to the drag preview

- [#1242](https://github.com/servicetitan/hammer/pull/1242) [`074d4b1`](https://github.com/servicetitan/hammer/commit/074d4b1069b6069acfdb656cb9b7aaf9984be8c0) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [DateField] Fix missing asterisk when `required` is `true`

- [#1247](https://github.com/servicetitan/hammer/pull/1247) [`dd61597`](https://github.com/servicetitan/hammer/commit/dd61597f3156f0a11c5c1de107acaa8359ddb0a5) Thanks [@rgdelato](https://github.com/rgdelato)! - [Combobox] Update `Combobox` `multiple` input to allow key actions (such as Backspace) while the popover is open

- [#1232](https://github.com/servicetitan/hammer/pull/1232) [`56854b3`](https://github.com/servicetitan/hammer/commit/56854b36b3edf32865ffd141ee0e66b56a3eb1ca) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DndSort] Fix potential issue with various zone gap sizes

- [#1232](https://github.com/servicetitan/hammer/pull/1232) [`56854b3`](https://github.com/servicetitan/hammer/commit/56854b36b3edf32865ffd141ee0e66b56a3eb1ca) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DndSort] Fix card and handle border styling issues

- [#1246](https://github.com/servicetitan/hammer/pull/1246) [`5b78a36`](https://github.com/servicetitan/hammer/commit/5b78a362bf0e6e82978fd3a622b766fdbbe86af8) Thanks [@rgdelato](https://github.com/rgdelato)! - [Divider] Fix `Divider` `children` wrapping on multi-word content

## 1.34.1

### Patch Changes

- [#1237](https://github.com/servicetitan/hammer/pull/1237) [`47dbf2a`](https://github.com/servicetitan/hammer/commit/47dbf2a3590be6e5e8bf4f7c4e0a929a2a74ebdd) Thanks [@rgdelato](https://github.com/rgdelato)! - [Flex] Revert omitting `flexShrink` prop type and deprecate instead

## 1.34.0

### Minor Changes

- [#1212](https://github.com/servicetitan/hammer/pull/1212) [`1b63032`](https://github.com/servicetitan/hammer/commit/1b6303229bafadaba49eca50259c782de2c5562e) Thanks [@rgdelato](https://github.com/rgdelato)! - [Flex] Add `inline` prop to `Flex` component

- [#1213](https://github.com/servicetitan/hammer/pull/1213) [`5aa9071`](https://github.com/servicetitan/hammer/commit/5aa9071087467182e4cc28612880709f1121f7f7) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [CheckboxGroup, RadioGroup] Add `moreInfo` prop to add icon and tooltip to label

### Patch Changes

- [#1213](https://github.com/servicetitan/hammer/pull/1213) [`5aa9071`](https://github.com/servicetitan/hammer/commit/5aa9071087467182e4cc28612880709f1121f7f7) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [CheckboxGroup, RadioGroup] Fix label font-size to match other form field labels

- [#1227](https://github.com/servicetitan/hammer/pull/1227) [`76b5a25`](https://github.com/servicetitan/hammer/commit/76b5a25320844dd42ceb01691c88af048fe7bd20) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Dialog, Drawer] Fix issue with scroll blocking on body and nested dialogs

- [#1233](https://github.com/servicetitan/hammer/pull/1233) [`5f14d4e`](https://github.com/servicetitan/hammer/commit/5f14d4ea5d93795779e4eab60022afb1921532a0) Thanks [@ericag1985](https://github.com/ericag1985)! - [Menu] Fix nested menus throwing resize observor loop if taller than base menu

## 1.33.1

### Patch Changes

- [#1223](https://github.com/servicetitan/hammer/pull/1223) [`5a5dcfa`](https://github.com/servicetitan/hammer/commit/5a5dcfa2cc1afcb9fadf3dbb7a72dd360dc0fa7f) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - [Combobox, DateField, Dialog, Drawer, Menu] Focus no longer unexpectedly jumps when used in the shadow DOM

- [#1226](https://github.com/servicetitan/hammer/pull/1226) [`36a2ed6`](https://github.com/servicetitan/hammer/commit/36a2ed6c2e083c091e8ecf283069bdd5c3b2a544) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - [Tooltip] Reference to child Trigger is preserved

- [#1230](https://github.com/servicetitan/hammer/pull/1230) [`425d247`](https://github.com/servicetitan/hammer/commit/425d2478cb24fda008038e8392cc54b9cea8154b) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - [Calendar, DateField] Calendar no longer resets focus unexpectedly

## 1.33.0

### Minor Changes

- [#1209](https://github.com/servicetitan/hammer/pull/1209) [`37c2411`](https://github.com/servicetitan/hammer/commit/37c24110b543941ded1677d502677c87d8d320e7) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [SegmentedControl] Add ability to control state to SegmentedControl

- [#1209](https://github.com/servicetitan/hammer/pull/1209) [`37c2411`](https://github.com/servicetitan/hammer/commit/37c24110b543941ded1677d502677c87d8d320e7) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [useOptionallyControlledState] Add `useOptionallyControlledState` hook

- [#1203](https://github.com/servicetitan/hammer/pull/1203) [`37c2411`](https://github.com/servicetitan/hammer/commit/37c24110b543941ded1677d502677c87d8d320e7) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DaysOfTheWeek] Adds DaysOfTheWeek component

## 1.32.4

### Patch Changes

- [#1210](https://github.com/servicetitan/hammer/pull/1210) [`fde3405`](https://github.com/servicetitan/hammer/commit/fde340599bc56083d01c30ead7ed90948d08f54e) Thanks [@rgdelato](https://github.com/rgdelato)! - [Combobox] Update `Combobox` to maintain `highlightedIndex` when selecting items

- [#1208](https://github.com/servicetitan/hammer/pull/1208) [`8adbf6c`](https://github.com/servicetitan/hammer/commit/8adbf6cde8527f1f7914957cb0a9fc9f1521c703) Thanks [@ericag1985](https://github.com/ericag1985)! - [Toolbar] Fix icon only controls not having tooltip

- [#1215](https://github.com/servicetitan/hammer/pull/1215) [`e1bedfe`](https://github.com/servicetitan/hammer/commit/e1bedfe2ef24e58fb931b35a550338582f77d4f8) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [Tooltip] Fix position bug for `Tooltip.Trigger.children` that do not accept `ref`

- [#1218](https://github.com/servicetitan/hammer/pull/1218) [`ae90937`](https://github.com/servicetitan/hammer/commit/ae909374f43d9f1711afbcf849d474929e67670c) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [Tooltip] Allow for React fragment as `Tooltip.Trigger.children`

## 1.32.3

### Patch Changes

- [#1199](https://github.com/servicetitan/hammer/pull/1199) [`d579afa`](https://github.com/servicetitan/hammer/commit/d579afa1dfe6dae27cacf83f0648235e91ef7e4e) Thanks [@ericag1985](https://github.com/ericag1985)! - [Button Toggle, Toolbar Toggle Button] Fix tier 3 token style regression

## 1.32.2

### Patch Changes

- [#1194](https://github.com/servicetitan/hammer/pull/1194) [`19d88d4`](https://github.com/servicetitan/hammer/commit/19d88d421383159566b4454b2dbd35f66ceb3ad2) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [AvatarGroup] Fix overflow count if 10 or greater

## 1.32.1

### Patch Changes

- [#1190](https://github.com/servicetitan/hammer/pull/1190) [`b310fb5`](https://github.com/servicetitan/hammer/commit/b310fb52d12cf49e2b17bf05e445168e7ef49845) Thanks [@tounsoo](https://github.com/tounsoo)! - [CSS] Unwrap theme variables in scss mapping to optimize performance

- [#1193](https://github.com/servicetitan/hammer/pull/1193) [`2638541`](https://github.com/servicetitan/hammer/commit/2638541f57c3de5292444eefde7ebe71b5cf66ff) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [Toaster] Fix toast duration bug

## 1.32.0

### Minor Changes

- [#1170](https://github.com/servicetitan/hammer/pull/1170) [`aec6645`](https://github.com/servicetitan/hammer/commit/aec6645cf072e821982bda5b69f724c65506450c) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [Toaster] Add `disableEvents` prop to conditionally prevent `Toaster` rendering toasts

- [#1170](https://github.com/servicetitan/hammer/pull/1170) [`aec6645`](https://github.com/servicetitan/hammer/commit/aec6645cf072e821982bda5b69f724c65506450c) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [Toaster] Add `onToastEvent` callback and do internal refactors

### Patch Changes

- [#1180](https://github.com/servicetitan/hammer/pull/1180) [`8fba073`](https://github.com/servicetitan/hammer/commit/8fba07315ce49f8f8a9ac231cfe206e6799bf3f3) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - [DateField] Now additionally accepts ISO formatted dates

- [#1179](https://github.com/servicetitan/hammer/pull/1179) [`36b63ed`](https://github.com/servicetitan/hammer/commit/36b63ed6908b3c28375730e500cce5aee2c2c84c) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [Toaster] Fix issue with `Toaster` rendering below `Dialog` and `Drawer`

## 1.31.0

### Minor Changes

- [#1173](https://github.com/servicetitan/hammer/pull/1173) [`7cd90c2`](https://github.com/servicetitan/hammer/commit/7cd90c22240cdb7b1f80ee3e88336ffacfaa4bcd) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DndSort] Add keyboard interactions

- [#1058](https://github.com/servicetitan/hammer/pull/1058) [`e51ea16`](https://github.com/servicetitan/hammer/commit/e51ea16532654e9abe794ee945e5bc8f936bb79a) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Dnd] internal release of Dnd primitives, Line and Zone

- [#1058](https://github.com/servicetitan/hammer/pull/1058) [`e51ea16`](https://github.com/servicetitan/hammer/commit/e51ea16532654e9abe794ee945e5bc8f936bb79a) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DndSort] Add drag and drop components

### Patch Changes

- [#1164](https://github.com/servicetitan/hammer/pull/1164) [`b6e5db1`](https://github.com/servicetitan/hammer/commit/b6e5db16ca0b1c6c2961b9e366dbff9de019017d) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Flex] Allow gap property to be a number

- [#1162](https://github.com/servicetitan/hammer/pull/1162) [`934ff0f`](https://github.com/servicetitan/hammer/commit/934ff0f3290b01ee91eb201a4ecccd579314e222) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - [EditCard] layoutProps now applied to contents instead of container

- [#1171](https://github.com/servicetitan/hammer/pull/1171) [`dc0c19f`](https://github.com/servicetitan/hammer/commit/dc0c19f1a8b58890030ad5bea2923d7e6951e92c) Thanks [@tounsoo](https://github.com/tounsoo)! - [Dialog, Drawer] Fix focus jumping to first element on content mutation

- [#1158](https://github.com/servicetitan/hammer/pull/1158) [`e13e415`](https://github.com/servicetitan/hammer/commit/e13e4155a0eba2918a53a90d1e210af8aa7b1bce) Thanks [@tounsoo](https://github.com/tounsoo)! - [Dialog] Fix fullscreen Dialog not scrolling when overflowing

- [#1156](https://github.com/servicetitan/hammer/pull/1156) [`1511142`](https://github.com/servicetitan/hammer/commit/151114285ffc64dcebcfc6c08cca5b58544e4822) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [Checkbox] Cleanup internal state for controlled Checkboxes

- Updated dependencies [[`e51ea16`](https://github.com/servicetitan/hammer/commit/e51ea16532654e9abe794ee945e5bc8f936bb79a)]:
  - @servicetitan/hammer-token@2.3.0

## 1.30.0

### Minor Changes

- [#1143](https://github.com/servicetitan/hammer/pull/1143) [`a783c92`](https://github.com/servicetitan/hammer/commit/a783c92caa122b604f20accb599d1ff6625de951) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Combobox] Add support for grouping Combobox options

- [#1153](https://github.com/servicetitan/hammer/pull/1153) [`326735c`](https://github.com/servicetitan/hammer/commit/326735cd8805190e971d6a88ee33a70df7ec782c) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [toast] Add `onDismiss` to `toast` methods

### Patch Changes

- [#1125](https://github.com/servicetitan/hammer/pull/1125) [`3570a1c`](https://github.com/servicetitan/hammer/commit/3570a1c63fbfa1509a1a6bd4c67c5bb5848f39e5) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - [DateField] Better handling of inputs and accepting default states

- [#1145](https://github.com/servicetitan/hammer/pull/1145) [`21b1215`](https://github.com/servicetitan/hammer/commit/21b12159e07ef53c47bde1313bc395c6002a54ec) Thanks [@tounsoo](https://github.com/tounsoo)! - [PopoverLegacy] Fix PopoverLegacyButton to handle undefined children

- [#1124](https://github.com/servicetitan/hammer/pull/1124) [`bf2eb9f`](https://github.com/servicetitan/hammer/commit/bf2eb9f7225eb94ff3dad2749b6ada920986e4a3) Thanks [@tounsoo](https://github.com/tounsoo)! - [Dialog, Drawer] Reimplement fix contained scrolling when Dialog or Drawer is open and new `enableScrollChaining` prop is `false` (default)

- [#1145](https://github.com/servicetitan/hammer/pull/1145) [`21b1215`](https://github.com/servicetitan/hammer/commit/21b12159e07ef53c47bde1313bc395c6002a54ec) Thanks [@tounsoo](https://github.com/tounsoo)! - [Menu] Add `root` prop to Menu for fallback usages

## 1.29.3

### Patch Changes

- [#1129](https://github.com/servicetitan/hammer/pull/1129) [`6e2f4f1`](https://github.com/servicetitan/hammer/commit/6e2f4f184052921f378862ef4428987d8cbedf55) Thanks [@tounsoo](https://github.com/tounsoo)! - [Popover, Tooltip] Fix Popover and Tooltip repositioning when it is closing

- [#1138](https://github.com/servicetitan/hammer/pull/1138) [`64574f4`](https://github.com/servicetitan/hammer/commit/64574f404ad8485fc81de43591f782de12908e39) Thanks [@tounsoo](https://github.com/tounsoo)! - [Popover, Tooltip] Add `root` prop to Tooltip and Popover for fallback usages

- [#1120](https://github.com/servicetitan/hammer/pull/1120) [`e4fa835`](https://github.com/servicetitan/hammer/commit/e4fa8353d0a4bcb7870d800190cd1c2fd0fb2581) Thanks [@tounsoo](https://github.com/tounsoo)! - [Popover, Menu, Combobox, Tooltip, DateField] Add fallback for components using Popover API to legacy version component if browser is incompatible

- [#1140](https://github.com/servicetitan/hammer/pull/1140) [`c54203a`](https://github.com/servicetitan/hammer/commit/c54203add8393c26c5b41050a9951333a427ca18) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [Dialog] Use mousedown event to only close when click starts outside dialog

## 1.29.2

### Patch Changes

- [#1105](https://github.com/servicetitan/hammer/pull/1105) [`df18de5`](https://github.com/servicetitan/hammer/commit/df18de5099a5d019a1bde27fa3274162d5d4fcaa) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Grid] Fix missing export of Grid.Item

- [#1126](https://github.com/servicetitan/hammer/pull/1126) [`7186837`](https://github.com/servicetitan/hammer/commit/718683785d6c84d18dee50c5cfd24eb3cd538bf6) Thanks [@tounsoo](https://github.com/tounsoo)! - [Popover, Combobox, DateField] Reimplement update to Popover to gets focusable elements so that it updates them on mutation

- [#1128](https://github.com/servicetitan/hammer/pull/1128) [`2519a25`](https://github.com/servicetitan/hammer/commit/2519a25bcf79ab943c48dc19213f9aedf4817f1f) Thanks [@ericag1985](https://github.com/ericag1985)! - [Button Toggle] Fix pressed state hover state

- [#1128](https://github.com/servicetitan/hammer/pull/1128) [`2519a25`](https://github.com/servicetitan/hammer/commit/2519a25bcf79ab943c48dc19213f9aedf4817f1f) Thanks [@ericag1985](https://github.com/ericag1985)! - [Toolbar] Fix space between controls and vertical overflow menu icon direction

## 1.29.1

### Patch Changes

- [#1121](https://github.com/servicetitan/hammer/pull/1121) [`98c8378`](https://github.com/servicetitan/hammer/commit/98c83780d069ac86eeca073969e0c115844baf31) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Combobox] Revert #1094, which caused Combobox to crash in some cases

- [#1121](https://github.com/servicetitan/hammer/pull/1121) [`98c8378`](https://github.com/servicetitan/hammer/commit/98c83780d069ac86eeca073969e0c115844baf31) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Dialog, Drawer] Revert #1107, which caused broken page scrolling in some cases

- [#1121](https://github.com/servicetitan/hammer/pull/1121) [`98c8378`](https://github.com/servicetitan/hammer/commit/98c83780d069ac86eeca073969e0c115844baf31) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [DateField] Revert #1064, which relied on broken Combobox changes

## 1.29.0

### Minor Changes

- [#1080](https://github.com/servicetitan/hammer/pull/1080) [`a28a71b`](https://github.com/servicetitan/hammer/commit/a28a71bf913b256bd5a37bd7aeb8a3230226a8a2) Thanks [@tounsoo](https://github.com/tounsoo)! - [useOnClickOutside] New custom hook useOnClickOutside hook added

- [#1041](https://github.com/servicetitan/hammer/pull/1041) [`d701b5e`](https://github.com/servicetitan/hammer/commit/d701b5e15d8114d7a3f42e70e9f9826e5c11aada) Thanks [@helenvholmes](https://github.com/helenvholmes)! - [SelectCard] Add select card component to the library

- [#1053](https://github.com/servicetitan/hammer/pull/1053) [`a77ea35`](https://github.com/servicetitan/hammer/commit/a77ea3512be19df6c62518236fd618ec133b6828) Thanks [@tounsoo](https://github.com/tounsoo)! - [Token] Add component token for Button (Tier 3)

- [#1107](https://github.com/servicetitan/hammer/pull/1107) [`d0aa050`](https://github.com/servicetitan/hammer/commit/d0aa0506d92db87254d76c43b51a3b48b11b18e7) Thanks [@tounsoo](https://github.com/tounsoo)! - [Dialog, Drawer] Fix contained scrolling when Dialog or Drawer is open and new `enableScrollChaining` prop is `false` (default)

- [#1069](https://github.com/servicetitan/hammer/pull/1069) [`6ab7e37`](https://github.com/servicetitan/hammer/commit/6ab7e37f81accac94e1629cb37d32174d681dbc3) Thanks [@rgdelato](https://github.com/rgdelato)! - [Divider] Update `Divider` spacing to match expected values

### Patch Changes

- [#1106](https://github.com/servicetitan/hammer/pull/1106) [`4726a31`](https://github.com/servicetitan/hammer/commit/4726a31cce3c608f8dc9cb94f4c578ee0610e33a) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [Toast] Fix "Show More" button colors

- [#1081](https://github.com/servicetitan/hammer/pull/1081) [`d38d599`](https://github.com/servicetitan/hammer/commit/d38d599c0cccbe26390b8811284140ed9fa7ac3b) Thanks [@tounsoo](https://github.com/tounsoo)! - [SearchField] Fix clear button not reacting to value change

- [#1070](https://github.com/servicetitan/hammer/pull/1070) [`c50dea6`](https://github.com/servicetitan/hammer/commit/c50dea6c2a4a04e3081776df86d8581997623129) Thanks [@rgdelato](https://github.com/rgdelato)! - [TextField, Textarea, Combobox, Radio, Checkbox, ProgressBar] Update error message alignment

- [#1053](https://github.com/servicetitan/hammer/pull/1053) [`a77ea35`](https://github.com/servicetitan/hammer/commit/a77ea3512be19df6c62518236fd618ec133b6828) Thanks [@tounsoo](https://github.com/tounsoo)! - [Button] Style change for secondary to be borderless with gray background

- [#1080](https://github.com/servicetitan/hammer/pull/1080) [`a28a71b`](https://github.com/servicetitan/hammer/commit/a28a71bf913b256bd5a37bd7aeb8a3230226a8a2) Thanks [@tounsoo](https://github.com/tounsoo)! - [Popover, Combobox, DateField] Refactor onClickOutside to use custom hook

- [#1064](https://github.com/servicetitan/hammer/pull/1064) [`c4f23da`](https://github.com/servicetitan/hammer/commit/c4f23da338021a2ee8a764e9b37cf99090a0a95b) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - [DateField] Better handling of inputs and accepting default states

- [#1116](https://github.com/servicetitan/hammer/pull/1116) [`abe9bff`](https://github.com/servicetitan/hammer/commit/abe9bff6546f37a7775e063c95848ac8a5cb8ebe) Thanks [@rgdelato](https://github.com/rgdelato)! - [Toast] Bugfix for extra space when `Toast` `message` is empty

- [#1111](https://github.com/servicetitan/hammer/pull/1111) [`a6f19a2`](https://github.com/servicetitan/hammer/commit/a6f19a21beaec4f7fe190e4c60a3c42b0ff39e6d) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [toast.promise] Resolve promise toast messages when closed while loading

- [#1094](https://github.com/servicetitan/hammer/pull/1094) [`39120dd`](https://github.com/servicetitan/hammer/commit/39120ddc51c3c2b1fbc77ce8821d43d59b78b836) Thanks [@tounsoo](https://github.com/tounsoo)! - [Popover, Combobox, DateField] Update Popover to gets focusable elements so that it updates them on mutation

- [#1109](https://github.com/servicetitan/hammer/pull/1109) [`71f0eee`](https://github.com/servicetitan/hammer/commit/71f0eee840c125734d790a746363deac6de8d556) Thanks [@ericag1985](https://github.com/ericag1985)! - [OverflowText] Add "unlimited" option for rows property

- [#1088](https://github.com/servicetitan/hammer/pull/1088) [`340372c`](https://github.com/servicetitan/hammer/commit/340372c73ada60196e58c74d8a18a5b424200507) Thanks [@rgdelato](https://github.com/rgdelato)! - [Combobox] Remove checkbox from `Combobox.ItemAddNew` in `Combobox` `multiple`

- [#1107](https://github.com/servicetitan/hammer/pull/1107) [`d0aa050`](https://github.com/servicetitan/hammer/commit/d0aa0506d92db87254d76c43b51a3b48b11b18e7) Thanks [@tounsoo](https://github.com/tounsoo)! - [Dialog] Fix focusable item calculation timing and to focus on first focusable content instead of close button if it is available

- [#1118](https://github.com/servicetitan/hammer/pull/1118) [`f6dfeb3`](https://github.com/servicetitan/hammer/commit/f6dfeb3037f5966eb909be37db60f17c0e79e694) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Combobox] Fix "+1" message in multiselect when only one item selected

- [#1074](https://github.com/servicetitan/hammer/pull/1074) [`cc9ecc1`](https://github.com/servicetitan/hammer/commit/cc9ecc125995265a053f8e96152a30a6bb795678) Thanks [@tounsoo](https://github.com/tounsoo)! - [Link] Fix external icon to wrap inline with text

- [#1113](https://github.com/servicetitan/hammer/pull/1113) [`6d54959`](https://github.com/servicetitan/hammer/commit/6d54959b06b2c2f403cced4f349ed2aa80066bef) Thanks [@tounsoo](https://github.com/tounsoo)! - [Popover] Update max-width so that Popover in small screen doesn't create horizontal scrolling

- [#837](https://github.com/servicetitan/hammer/pull/837) [`4bc855e`](https://github.com/servicetitan/hammer/commit/4bc855efa494fb697f52924f66f917b8af4e93bd) Thanks [@rgdelato](https://github.com/rgdelato)! - [Combobox] Add `useInfiniteCombobox` hook for use with ST backend APIs

- [#1112](https://github.com/servicetitan/hammer/pull/1112) [`a9d8f7c`](https://github.com/servicetitan/hammer/commit/a9d8f7cf06e9bec8052f534fae917765e9d92d47) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - [Combobox] No longer closes on scrollbar click

- [#1108](https://github.com/servicetitan/hammer/pull/1108) [`876f6c5`](https://github.com/servicetitan/hammer/commit/876f6c59e44207b284a42439d76ca0918c4626ad) Thanks [@tounsoo](https://github.com/tounsoo)! - [Dialog] Fix Dialog not clipping the overflow properly

- Updated dependencies [[`a77ea35`](https://github.com/servicetitan/hammer/commit/a77ea3512be19df6c62518236fd618ec133b6828), [`f8b390e`](https://github.com/servicetitan/hammer/commit/f8b390e34c0025ee63f2329241c95f743ba7c8c5), [`a77ea35`](https://github.com/servicetitan/hammer/commit/a77ea3512be19df6c62518236fd618ec133b6828), [`cd71261`](https://github.com/servicetitan/hammer/commit/cd712612e9d50a6ca6b19853349677e0f10b33cf)]:
  - @servicetitan/hammer-token@2.2.0

## 1.28.5

### Patch Changes

- [#1144](https://github.com/servicetitan/hammer/pull/1144) [`6e92522`](https://github.com/servicetitan/hammer/commit/6e925224b4cf56c49ccbb215a28f20ec3156790c) Thanks [@tounsoo](https://github.com/tounsoo)! - [PopoverLegacy] Fix PopoverLegacyButton to handle undefined children

## 1.28.4

### Patch Changes

- [#1141](https://github.com/servicetitan/hammer/pull/1141) [`cddd91e`](https://github.com/servicetitan/hammer/commit/cddd91e7ada37d3622b2e0fc0493bb93bcc1652a) Thanks [@tounsoo](https://github.com/tounsoo)! - [Menu] Add `root` prop to Menu for fallback usages

## 1.28.3

### Patch Changes

- [#1137](https://github.com/servicetitan/hammer/pull/1137) [`6e565fc`](https://github.com/servicetitan/hammer/commit/6e565fc9eeed40eb542235f291f0d77264df3033) Thanks [@tounsoo](https://github.com/tounsoo)! - [Popover, Tooltip] Add `root` prop to Tooltip and Popover for fallback usages

## 1.28.2

### Patch Changes

- [#1133](https://github.com/servicetitan/hammer/pull/1133) [`d72785a`](https://github.com/servicetitan/hammer/commit/d72785ad92dbdfc77e4544da0c13eef747380fe4) Thanks [@tounsoo](https://github.com/tounsoo)! - [Popover, Menu, Combobox, Tooltip, DateField] Add fallback for components using Popover API to legacy version component if browser is incompatible

## 1.28.1

### Patch Changes

- [#1078](https://github.com/servicetitan/hammer/pull/1078) [`d7a4c4f`](https://github.com/servicetitan/hammer/commit/d7a4c4fb36c8f655a0ca754ce61a8b7ca6c94446) Thanks [@rgdelato](https://github.com/rgdelato)! - [Tooltip] Add `max-width` to `Tooltip.Content`

- [#1072](https://github.com/servicetitan/hammer/pull/1072) [`bbb1822`](https://github.com/servicetitan/hammer/commit/bbb18226af201f921c1e735a69d43de372fd64a6) Thanks [@ericag1985](https://github.com/ericag1985)! - [Side Nav Link] Fix disabled links still be clickable

- [#1075](https://github.com/servicetitan/hammer/pull/1075) [`e012972`](https://github.com/servicetitan/hammer/commit/e01297264b05e60489fcc9d6f14758f4ce605755) Thanks [@tounsoo](https://github.com/tounsoo)! - [Drawer, Dialog] onClick to fire before close

- [#1068](https://github.com/servicetitan/hammer/pull/1068) [`14505d4`](https://github.com/servicetitan/hammer/commit/14505d456543988d51197c5e1aaa584365e19247) Thanks [@ericag1985](https://github.com/ericag1985)! - [CSS-utils] fix layers being out of order when using the utility css sheets

- [#1066](https://github.com/servicetitan/hammer/pull/1066) [`b6fda14`](https://github.com/servicetitan/hammer/commit/b6fda1418302f591593d832bdc55d661b605f04c) Thanks [@tounsoo](https://github.com/tounsoo)! - [Toaster] Bugfix incorrect show more button colors

- [#1073](https://github.com/servicetitan/hammer/pull/1073) [`e268d7c`](https://github.com/servicetitan/hammer/commit/e268d7c695cfa594e6d41def17c3b116ad2bf329) Thanks [@tounsoo](https://github.com/tounsoo)! - [useKeyboardFocusables] Add a new method to update focusables

- [#1076](https://github.com/servicetitan/hammer/pull/1076) [`9e0de09`](https://github.com/servicetitan/hammer/commit/9e0de09c0bab4d7467f8a2fece58c3eb458d9775) Thanks [@tounsoo](https://github.com/tounsoo)! - [ButtonCompound] Fix border radius of rounded variant to match Card's new border radius

- [#1082](https://github.com/servicetitan/hammer/pull/1082) [`c34722b`](https://github.com/servicetitan/hammer/commit/c34722b486b9e9809142e024d62373b7d8bc5767) Thanks [@tounsoo](https://github.com/tounsoo)! - [Tab] Fix Tab to update interal state when a new tab is dynamically added

- [#1073](https://github.com/servicetitan/hammer/pull/1073) [`e268d7c`](https://github.com/servicetitan/hammer/commit/e268d7c695cfa594e6d41def17c3b116ad2bf329) Thanks [@tounsoo](https://github.com/tounsoo)! - [Drawer] Change focus behavior to focus first focusable content

- Updated dependencies [[`14505d4`](https://github.com/servicetitan/hammer/commit/14505d456543988d51197c5e1aaa584365e19247)]:
  - @servicetitan/hammer-token@2.1.1

## 1.28.0

### Minor Changes

- [#1042](https://github.com/servicetitan/hammer/pull/1042) [`c1b8aec`](https://github.com/servicetitan/hammer/commit/c1b8aecd198c3732187402ce74c5295b8b0b16a1) Thanks [@tounsoo](https://github.com/tounsoo)! - [Menu] Under-the-hood refactoring of Menu to use HTML Popover API

- [#1013](https://github.com/servicetitan/hammer/pull/1013) [`494dc6c`](https://github.com/servicetitan/hammer/commit/494dc6cc272ade28ffc1603b128f0c7367cbb683) Thanks [@ericag1985](https://github.com/ericag1985)! - [Toolbar] Add toolbar component to library

### Patch Changes

- [#1054](https://github.com/servicetitan/hammer/pull/1054) [`ed57d47`](https://github.com/servicetitan/hammer/commit/ed57d47a7119e9ecb582100d3f8c772cabeb2eb0) Thanks [@tounsoo](https://github.com/tounsoo)! - [Popover, Tooltip] Fix error that occurs when .showPopover() is triggered on a removed trigger element

- [#1047](https://github.com/servicetitan/hammer/pull/1047) [`e21a3c0`](https://github.com/servicetitan/hammer/commit/e21a3c080d712a23c58699d03e41393a01f8a8d1) Thanks [@tounsoo](https://github.com/tounsoo)! - [Dialog] Fix Dialog to update internal focusable elements on mutation to proper trap focus

- [#1063](https://github.com/servicetitan/hammer/pull/1063) [`4202e22`](https://github.com/servicetitan/hammer/commit/4202e223fad1a1cea44b9a1da5bc0a6694d41e9b) Thanks [@tounsoo](https://github.com/tounsoo)! - [Stepper] Fix Stepper onChange type by omitting html div default onChange

- [#1052](https://github.com/servicetitan/hammer/pull/1052) [`475d055`](https://github.com/servicetitan/hammer/commit/475d0557c96948d24d699fe75eef4e3b98333a8b) Thanks [@tounsoo](https://github.com/tounsoo)! - [Dialog] Update Dialog to avoid spanning edge to edge on small screens for non-fullscreen variant

- [`df2ca06`](https://github.com/servicetitan/hammer/commit/df2ca062490417c867794cde3a71868fa1682e13) Thanks [@rgdelato](https://github.com/rgdelato)! - [Popover, Tooltip, Combobox, DateField] Bugfix for `Popover`/`Tooltip` `updatePosition` timing error

- [#1059](https://github.com/servicetitan/hammer/pull/1059) [`6837e19`](https://github.com/servicetitan/hammer/commit/6837e1939390af7643e6cbc6730a9165fb9112f4) Thanks [@rgdelato](https://github.com/rgdelato)! - [Radio] Bugfix for `Radio` cursor on hover

## 1.27.0

### Minor Changes

- [#973](https://github.com/servicetitan/hammer/pull/973) [`254017e`](https://github.com/servicetitan/hammer/commit/254017e119885123599b7bdb549ef6e9354a5e7b) Thanks [@rgdelato](https://github.com/rgdelato)! - Drop support for Node.js 18.x and below

### Patch Changes

- [#1034](https://github.com/servicetitan/hammer/pull/1034) [`9739cf1`](https://github.com/servicetitan/hammer/commit/9739cf1bf6edc64498f0cbeb2c2b206fe230f6d6) Thanks [@tounsoo](https://github.com/tounsoo)! - [Combobox] Fix Combobox arrow not opening popover and adjust input clear timing when closing

- [#1038](https://github.com/servicetitan/hammer/pull/1038) [`ec06bc2`](https://github.com/servicetitan/hammer/commit/ec06bc24b0835b3b1f6ad005acd65039abf2fd33) Thanks [@rgdelato](https://github.com/rgdelato)! - [Chip] Add event parameter to `Chip` `onClick` prop

- [#1045](https://github.com/servicetitan/hammer/pull/1045) [`4d9bc0b`](https://github.com/servicetitan/hammer/commit/4d9bc0bc3d2863cc1bcb61b0545a1b346f5c50b7) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Toaster] Fix issue where escape key unexpectedly moved focus after interacting with toasts

- [#1037](https://github.com/servicetitan/hammer/pull/1037) [`b0e6f84`](https://github.com/servicetitan/hammer/commit/b0e6f840d6add5f88501b88eff00f2e4afb5145e) Thanks [@ericag1985](https://github.com/ericag1985)! - [Button] fix disabled hover style application

- [#1039](https://github.com/servicetitan/hammer/pull/1039) [`cb8bd4a`](https://github.com/servicetitan/hammer/commit/cb8bd4aa8048af5cadba314ce4935d77c2bb9d59) Thanks [@rgdelato](https://github.com/rgdelato)! - [Combobox] Bugfix for `Combobox.SelectTrigger` throwing error on `ref` not applied

- Updated dependencies [[`254017e`](https://github.com/servicetitan/hammer/commit/254017e119885123599b7bdb549ef6e9354a5e7b)]:
  - @servicetitan/hammer-icon@1.1.0
  - @servicetitan/hammer-token@2.1.0

## 1.26.1

### Patch Changes

- [#980](https://github.com/servicetitan/hammer/pull/980) [`8d42dbe`](https://github.com/servicetitan/hammer/commit/8d42dbe24f8b66692efeb1190e984a90660ae383) Thanks [@rgdelato](https://github.com/rgdelato)! - [Textarea] Bugfix for `Textarea` erroring during SSR

- [#1025](https://github.com/servicetitan/hammer/pull/1025) [`3489b4b`](https://github.com/servicetitan/hammer/commit/3489b4baf59081b1c0a84947e3fd22f13f669b6f) Thanks [@rgdelato](https://github.com/rgdelato)! - [Divider, Overflow, SegmentedControl, Layout, Page] Bugfix for width in non-Webkit browsers (such as Firefox)

- [#1029](https://github.com/servicetitan/hammer/pull/1029) [`240b47f`](https://github.com/servicetitan/hammer/commit/240b47fb2d9e755baf93ff4501de3909cfe3b0ed) Thanks [@tounsoo](https://github.com/tounsoo)! - [Popover] Fix modal Popover closing when tabbing back to trigger

## 1.26.0

### Minor Changes

- [#1006](https://github.com/servicetitan/hammer/pull/1006) [`8302987`](https://github.com/servicetitan/hammer/commit/830298712a40716e7bba2693f24807dd5c109f3f) Thanks [@tounsoo](https://github.com/tounsoo)! - [Tooltip, Label] Under-the-hood refactoring of Tooltip to use HTML Popover API

- [#983](https://github.com/servicetitan/hammer/pull/983) [`6d1e8fd`](https://github.com/servicetitan/hammer/commit/6d1e8fd8cff9fccb78da00cfca5fef62da7c14d8) Thanks [@tounsoo](https://github.com/tounsoo)! - [Popover, Combobox, DateField] Under-the-hood refactoring of Popover to use HTML Popover API

### Patch Changes

- [#1016](https://github.com/servicetitan/hammer/pull/1016) [`2c39aae`](https://github.com/servicetitan/hammer/commit/2c39aae8bbfde0b1b79e232679db14645d0e5c63) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Combobox, Popover] add `minPopoverHeight` prop to `Combobox`, tweak `Popover` styles

- [#1021](https://github.com/servicetitan/hammer/pull/1021) [`d19cdd5`](https://github.com/servicetitan/hammer/commit/d19cdd5fa10ef87baf3e28145bc9e759970f08fe) Thanks [@rgdelato](https://github.com/rgdelato)! - [Flex, Grid, Layout] Bugfix for `useBreakpoint` responsive width calculation

- Updated dependencies [[`9ea51f9`](https://github.com/servicetitan/hammer/commit/9ea51f9bee1568e4256f7f33f87d62a4ca254eba)]:
  - @servicetitan/hammer-token@2.0.2

## 1.25.2

### Patch Changes

- [#1004](https://github.com/servicetitan/hammer/pull/1004) [`e871e3b`](https://github.com/servicetitan/hammer/commit/e871e3b2d93af27134b8b1216619c2c1b87059bf) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Toaster] Fix Toasters failing to prefer monolith toasters

- [#1002](https://github.com/servicetitan/hammer/pull/1002) [`91685db`](https://github.com/servicetitan/hammer/commit/91685db139ae18bbfd694cd716c7283c85f7d13d) Thanks [@tif-p-st](https://github.com/tif-p-st)! - [TextField] Set TextField counter default using defaultValue length

- [#999](https://github.com/servicetitan/hammer/pull/999) [`c855167`](https://github.com/servicetitan/hammer/commit/c85516732b0a4b185e2bb38b4f573a48d17ed6c0) Thanks [@tounsoo](https://github.com/tounsoo)! - [SegmentedControl, Stepper, Tab] Revert using view-transition and use `motion` package

- [#990](https://github.com/servicetitan/hammer/pull/990) [`8089e75`](https://github.com/servicetitan/hammer/commit/8089e753970d9485f0ebc7f19f2ef970e1b5d64b) Thanks [@rgdelato](https://github.com/rgdelato)! - [Popover, DateField, Combobox] Fix `Popover` click outside in MFE

- [#1003](https://github.com/servicetitan/hammer/pull/1003) [`dd6af3b`](https://github.com/servicetitan/hammer/commit/dd6af3bff76db508dc8d18cc5c0850b588f2dcbd) Thanks [@ericag1985](https://github.com/ericag1985)! - [Button] Fix ghost button border style

- [#1004](https://github.com/servicetitan/hammer/pull/1004) [`e871e3b`](https://github.com/servicetitan/hammer/commit/e871e3b2d93af27134b8b1216619c2c1b87059bf) Thanks [@AdamLantz](https://github.com/AdamLantz)! - [Toaster] Fix multiple Toasters causing infinite loop and subsequent crash

## 1.25.1

### Patch Changes

- [#985](https://github.com/servicetitan/hammer/pull/985) [`60b58f8`](https://github.com/servicetitan/hammer/commit/60b58f8d1c94d7831e363e6040f99867170afa9d) Thanks [@tounsoo](https://github.com/tounsoo)! - Remove animation package dependency and use view-transition API

## 1.25.0

### Minor Changes

- [#946](https://github.com/servicetitan/hammer/pull/946) [`52a79d4`](https://github.com/servicetitan/hammer/commit/52a79d40980c365b92fdbb97e0a6d80a73086e31) Thanks [@rgdelato](https://github.com/rgdelato)! - Add `Combobox.ItemAddNew` child component

### Patch Changes

- [#975](https://github.com/servicetitan/hammer/pull/975) [`3a1da21`](https://github.com/servicetitan/hammer/commit/3a1da216efef83776df372e31b419e5c643854a0) Thanks [@AdamLantz](https://github.com/AdamLantz)! - Fix stacking issues with `Drawer.Header` and `Drawer.Content`
  Fix unnecessary `z-index` of `SegmentedControl`

- [#976](https://github.com/servicetitan/hammer/pull/976) [`c6d2daf`](https://github.com/servicetitan/hammer/commit/c6d2dafb86ca671e97c1860da8c3952f24f6ea2f) Thanks [@ericag1985](https://github.com/ericag1985)! - Fix DateField component to trigger an onBlur event

- [#969](https://github.com/servicetitan/hammer/pull/969) [`28d8e0f`](https://github.com/servicetitan/hammer/commit/28d8e0f4c65327910c32036dd91e7a66c519a620) Thanks [@tounsoo](https://github.com/tounsoo)! - Introduce a way to disable format hint in DateField component

- [#984](https://github.com/servicetitan/hammer/pull/984) [`4beb097`](https://github.com/servicetitan/hammer/commit/4beb0973c3858487f567582e2573add2d904d1a9) Thanks [@ericag1985](https://github.com/ericag1985)! - Fix item highlight location in combobox when there is no search term present but the overlay stays open

- [#986](https://github.com/servicetitan/hammer/pull/986) [`002be29`](https://github.com/servicetitan/hammer/commit/002be293dc4d370f1b3440cde40ec705e1190f02) Thanks [@AdamLantz](https://github.com/AdamLantz)! - Increased padding for sidenav groups inside sidenav collapsibles

## 1.24.1

### Patch Changes

- [#964](https://github.com/servicetitan/hammer/pull/964) [`96e312c`](https://github.com/servicetitan/hammer/commit/96e312cb2ed236f5c05a5b5fedbd3178e2c91134) Thanks [@tounsoo](https://github.com/tounsoo)! - Fix Overflow creating empty scroll when input type elements are overflowing.

- [#965](https://github.com/servicetitan/hammer/pull/965) [`e092c88`](https://github.com/servicetitan/hammer/commit/e092c88eaf5b7dc75abc9c9a0cf597c945a11632) Thanks [@seanmadi](https://github.com/seanmadi)! - Fix Toast preventing `t` key press due to active element incorrectly identified when in an MFE

## 1.24.0

### Minor Changes

- [#958](https://github.com/servicetitan/hammer/pull/958) [`1862ba2`](https://github.com/servicetitan/hammer/commit/1862ba21051434116b9211d4aa5b1a4240561f47) Thanks [@rgdelato](https://github.com/rgdelato)! - ANV-2527: Update `useAccessibleColor` light mode to preserve `color` prop

### Patch Changes

- [#947](https://github.com/servicetitan/hammer/pull/947) [`c0eaae4`](https://github.com/servicetitan/hammer/commit/c0eaae445d5430d579dc032607d646b4fbb40e93) Thanks [@tounsoo](https://github.com/tounsoo)! - Update `Overflow` to have option to use inherited height
  - Fix rendering issue on resize

- [#957](https://github.com/servicetitan/hammer/pull/957) [`850ef84`](https://github.com/servicetitan/hammer/commit/850ef84820a8d29b066dcc91a75512f8a23ac7bf) Thanks [@tounsoo](https://github.com/tounsoo)! - Add additional foreground tokens and update overlay tokens to enhance color accessibility- Update Button, Listbox, Calendar, SideNav, Link to use the new tokens

- [#962](https://github.com/servicetitan/hammer/pull/962) [`897a39c`](https://github.com/servicetitan/hammer/commit/897a39c9a466f767860d3b684f323990829e22bc) Thanks [@tounsoo](https://github.com/tounsoo)! - Fix incorrect with when Layout component is used inside a flexbox
  - Fix incorrect type used in Overflow component

- Updated dependencies [[`850ef84`](https://github.com/servicetitan/hammer/commit/850ef84820a8d29b066dcc91a75512f8a23ac7bf)]:
  - @servicetitan/hammer-token@2.0.1

## 1.23.3

### Patch Changes

- [#950](https://github.com/servicetitan/hammer/pull/950) [`1efb6d6`](https://github.com/servicetitan/hammer/commit/1efb6d624cdd743f89df1977b537388def87fcb8) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Enable line breaks and text wrapping in toasts

- [#945](https://github.com/servicetitan/hammer/pull/945) [`87e0760`](https://github.com/servicetitan/hammer/commit/87e0760c3615268e28444d109479d9502bfa0788) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Update `border-radius-*` tokens to use new `hammer-token` versions

- [#850](https://github.com/servicetitan/hammer/pull/850) [`ce46633`](https://github.com/servicetitan/hammer/commit/ce46633aa370ce292c4d2261d98829e5b976ffce) Thanks [@rgdelato](https://github.com/rgdelato)! - Add `gap` flex props to `Combobox.Item` component

- Updated dependencies [[`87e0760`](https://github.com/servicetitan/hammer/commit/87e0760c3615268e28444d109479d9502bfa0788)]:
  - @servicetitan/hammer-token@2.0.0

## 1.23.2

### Patch Changes

- [#932](https://github.com/servicetitan/hammer/pull/932) [`61c9dde`](https://github.com/servicetitan/hammer/commit/61c9ddede8c10394e175efb49ce7cdac4aedd6b1) Thanks [@tounsoo](https://github.com/tounsoo)! - Fix inconsistant placeholder color between input components

- [#944](https://github.com/servicetitan/hammer/pull/944) [`af80dff`](https://github.com/servicetitan/hammer/commit/af80dff03043f6d7ba180d467072f45d6ee5c77e) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Refactor `Combobox.SelectTrigger` aria label usage

- [#943](https://github.com/servicetitan/hammer/pull/943) [`3ce0920`](https://github.com/servicetitan/hammer/commit/3ce0920ae2e315e4c12ce0ca7e1c3f7efaa4d595) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - Minor updates to `EditCard` to align with design

## 1.23.1

### Patch Changes

- [#938](https://github.com/servicetitan/hammer/pull/938) [`46787fc`](https://github.com/servicetitan/hammer/commit/46787fcf0baca7e1dc56d13e4303a57d67e18209) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - Bug fixes for EditCard

- [#940](https://github.com/servicetitan/hammer/pull/940) [`5849aa8`](https://github.com/servicetitan/hammer/commit/5849aa8ce29e0f86cccc92b6ecca921c02145d4d) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Fix implementation of semantic aria labels within Comboboxes

## 1.23.0

### Minor Changes

- [#929](https://github.com/servicetitan/hammer/pull/929) [`54b13b4`](https://github.com/servicetitan/hammer/commit/54b13b4e8740ea535170cbcc848241d38abbfef0) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Add `disableClearSelection` to `Combobox.Select` (single)

## 1.22.0

### Minor Changes

- [#927](https://github.com/servicetitan/hammer/pull/927) [`464e018`](https://github.com/servicetitan/hammer/commit/464e01851f18e6ecbbb86a78668ef6536c43d1c1) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Add `offset` prop to `Tooltip`

- [#902](https://github.com/servicetitan/hammer/pull/902) [`5cd5a9c`](https://github.com/servicetitan/hammer/commit/5cd5a9ca572d4462026c8dbb3d7d835eb4b884ef) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - EditCard feature complete

### Patch Changes

- [#923](https://github.com/servicetitan/hammer/pull/923) [`1a6b7c6`](https://github.com/servicetitan/hammer/commit/1a6b7c6e5d99c920231a60ff0a05f266c1335c10) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Fix `DateField` click event target bug in shadow dom

- [#908](https://github.com/servicetitan/hammer/pull/908) [`1e113cf`](https://github.com/servicetitan/hammer/commit/1e113cf741c196d13d45b215106f19d85dc72d40) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - Reduce opacity for unavailable dates on the Calendar

- [#921](https://github.com/servicetitan/hammer/pull/921) [`a783b59`](https://github.com/servicetitan/hammer/commit/a783b5941a9114a009ac307611973f08be039228) Thanks [@tounsoo](https://github.com/tounsoo)! - Update TextField to enable the use of number type (`type="number"`)

## 1.21.1

### Patch Changes

- [#915](https://github.com/servicetitan/hammer/pull/915) [`c3f79b7`](https://github.com/servicetitan/hammer/commit/c3f79b7bf4c75d43c324e6566820758174ac30b1) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Fix closing `DateField` dropdown on click outside in shadow root

- Updated dependencies [[`3246da5`](https://github.com/servicetitan/hammer/commit/3246da57b0b41ad823acf6c45fa4bea0fe8fca84)]:
  - @servicetitan/hammer-token@1.3.6

## 1.21.0

### Minor Changes

- [#907](https://github.com/servicetitan/hammer/pull/907) [`51d7a8f`](https://github.com/servicetitan/hammer/commit/51d7a8f316c498e40de8686450c52772348ff1d1) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Disable next step if `Stepper.NextButton.onClick` returns `false` or `Promise<false>`

- [#898](https://github.com/servicetitan/hammer/pull/898) [`a55799b`](https://github.com/servicetitan/hammer/commit/a55799b271c8df42cf25125240fa75c6e5604741) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Add `Stepper.onChange` to pass current step data

### Patch Changes

- [#884](https://github.com/servicetitan/hammer/pull/884) [`e998a7a`](https://github.com/servicetitan/hammer/commit/e998a7a00b18a2ee528293fbdc859caaa5fabb92) Thanks [@tounsoo](https://github.com/tounsoo)! - Fix `OverflowText` respecting rows over the actual content height

- [#901](https://github.com/servicetitan/hammer/pull/901) [`2650fb8`](https://github.com/servicetitan/hammer/commit/2650fb831454a06cc9ab818a76c5b45b12555722) Thanks [@rgdelato](https://github.com/rgdelato)! - Remove Avatar functionality that hides image before load

## 1.20.6

### Patch Changes

- [#889](https://github.com/servicetitan/hammer/pull/889) [`56f1e97`](https://github.com/servicetitan/hammer/commit/56f1e97b15cb203e0a004fed2eb6bdb91a9917cf) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Fix keyboard navigation bugs when filtering and focusing items in a Listbox

- [#889](https://github.com/servicetitan/hammer/pull/889) [`56f1e97`](https://github.com/servicetitan/hammer/commit/56f1e97b15cb203e0a004fed2eb6bdb91a9917cf) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Fix issues with Dialog components:
  - Prevent `className` props from overriding internal classNames on `Dialog.Content`, `Dialog.Footer`, and `Dialog.Header`
  - Fix CSS scrolling issue in Dialog components when using a fullscreen and a regular with vertical overflow together

- [#889](https://github.com/servicetitan/hammer/pull/889) [`56f1e97`](https://github.com/servicetitan/hammer/commit/56f1e97b15cb203e0a004fed2eb6bdb91a9917cf) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - - Fix Popover, Menu, and Tooltip to include DrawerContext for proper portal attachment

- [#889](https://github.com/servicetitan/hammer/pull/889) [`56f1e97`](https://github.com/servicetitan/hammer/commit/56f1e97b15cb203e0a004fed2eb6bdb91a9917cf) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Update `typescript` from `5.4.5` to `5.7.2`

- [#889](https://github.com/servicetitan/hammer/pull/889) [`56f1e97`](https://github.com/servicetitan/hammer/commit/56f1e97b15cb203e0a004fed2eb6bdb91a9917cf) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Updating CHANGELOG headings to match Changesets

- [#889](https://github.com/servicetitan/hammer/pull/889) [`56f1e97`](https://github.com/servicetitan/hammer/commit/56f1e97b15cb203e0a004fed2eb6bdb91a9917cf) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Import `@servicetitan/anvil2` package into `@servicetitan/hammer` repository
  - Update `@servicetitan/anvil2` to use `pnpm`
    - Remove `package-lock.json`
    - Update `@servicetitan/hammer-*` dependencies to use `workspace:*` version
  - Update `@servicetitan/anvil2` dependency to use `workspace:*` version in `docs` and `figma-icon-gen`
  - Update root `package.json` `packageManager` entry to latest `pnpm` version
  - Update `vite-plugin-dts` from `3.9.1` to `4.4.0`
  - Update `@types/node` from `18` to `20`
  - Generate new `pnpm-lock.yaml` file

- Updated dependencies [[`56f1e97`](https://github.com/servicetitan/hammer/commit/56f1e97b15cb203e0a004fed2eb6bdb91a9917cf)]:
  - @servicetitan/hammer-token@1.3.5
  - @servicetitan/hammer-icon@1.0.3

## v1.20.5 (Thu Dec 19 2024)

#### 🐛 Bug Fix

- ANV-2266: [ENG] A2/Hammer Menu component doesn't accept before/after for the icon prop [#853](https://github.com/servicetitan/hammer/pull/853) ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### Authors: 1

- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))

---

## v1.20.4 (Mon Dec 09 2024)

#### 🐛 Bug Fix

- ANV-1896: `Avatar` falls back to initials when image doesn't load [#841](https://github.com/servicetitan/hammer/pull/841) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 1

- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.20.3 (Fri Dec 06 2024)

#### 🐛 Bug Fix

- ANV-2338: `HammerProvider.themeData` fix [#843](https://github.com/servicetitan/hammer/pull/843) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 1

- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v1.20.2 (Wed Dec 04 2024)

#### 🏠 Internal

- ANV-2332: Adding `CHANGELOG.md` to `package.json` `files` field [#840](https://github.com/servicetitan/hammer/pull/840) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 1

- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.20.1 (Mon Dec 02 2024)

#### 🐛 Bug Fix

- ANV-2080: Bugfix for `Combobox.Select` exports [#836](https://github.com/servicetitan/hammer/pull/836) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 1

- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.20.0 (Thu Nov 28 2024)

#### 🚀 Enhancement

- ANV-2080: Select-only Combobox [#817](https://github.com/servicetitan/hammer/pull/817) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 1

- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.19.0 (Wed Nov 27 2024)

#### 🐛 Bug Fix

- ANV-2282: fix Listbox controlled mode not working [#829](https://github.com/servicetitan/hammer/pull/829) ([@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- ANV-1854: Stepper code coverage to 90% [#820](https://github.com/servicetitan/hammer/pull/820) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))

---

## v1.18.11 (Tue Nov 19 2024)

#### 📝 Dependencies

- Bump the patch-and-minor group with 14 updates [#824](https://github.com/servicetitan/hammer/pull/824) ([@dependabot[bot]](https://github.com/dependabot[bot]))

#### 🏠 Internal

- ANV-2265: Optimize backdrop and border color for Drawer and Dialog [#816](https://github.com/servicetitan/hammer/pull/816) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))

#### Authors: 3

- [@dependabot[bot]](https://github.com/dependabot[bot])
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))

---

## v1.18.10 (Thu Nov 14 2024)

#### 🐛 Bug Fix

- ANV-1970: Inline Text Fix [#812](https://github.com/servicetitan/hammer/pull/812) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 1

- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v1.18.9 (Tue Nov 12 2024)

#### 📝 Dependencies

- Bump the patch-and-minor group with 12 updates [#815](https://github.com/servicetitan/hammer/pull/815) ([@dependabot[bot]](https://github.com/dependabot[bot]))

#### Authors: 1

- [@dependabot[bot]](https://github.com/dependabot[bot])

---

## v1.18.8 (Fri Nov 08 2024)

#### 🐛 Bug Fix

- ANV-1875: Combobox `maxRows` Fix [#811](https://github.com/servicetitan/hammer/pull/811) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 1

- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v1.18.7 (Thu Nov 07 2024)

#### 📝 Dependencies

- ANV-2226: Bump `match-sorter` to `8.0.0` [#808](https://github.com/servicetitan/hammer/pull/808) ([@rgdelato](https://github.com/rgdelato))

#### 🐛 Bug Fix

- ANV-1837: fix Combobox clear button and Chips still being interactive while disabled [#807](https://github.com/servicetitan/hammer/pull/807) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.18.6 (Sat Nov 02 2024)

#### 🐛 Bug Fix

- ANV-1953: Add monolith CSS to storybook, create CSS file to temp fix `71.1orion` [#796](https://github.com/servicetitan/hammer/pull/796) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo) [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 3

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.18.5 (Fri Nov 01 2024)

#### 🐛 Bug Fix

- ANV-2043: Fix missing gap for listbox option when it is in group [#794](https://github.com/servicetitan/hammer/pull/794) ([@tounsoo](https://github.com/tounsoo))
- ANV-2046 ANV-2060: Overflow bug fixes [#770](https://github.com/servicetitan/hammer/pull/770) ([@tounsoo](https://github.com/tounsoo))
- ANV-1746: Dialog [A2]: on initial open focus is not trapped inside [#779](https://github.com/servicetitan/hammer/pull/779) ([@pbuckingham-st](https://github.com/pbuckingham-st) [@rgdelato](https://github.com/rgdelato))
- ANV-1835: Fix Combobox single select items not matching listbox interactive styles [#795](https://github.com/servicetitan/hammer/pull/795) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- ANV-2214: Bugfixes for extra state changes on `Checkbox` click inside `Combobox.Item`, custom `environment` prop, and `Combobox.Item` flex properties [#791](https://github.com/servicetitan/hammer/pull/791) ([@rgdelato](https://github.com/rgdelato))
- ANV-2222: Fix button compound hover and active overlay with incorrect border radius [#793](https://github.com/servicetitan/hammer/pull/793) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 3

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.18.4 (Tue Oct 29 2024)

#### 🐛 Bug Fix

- NOTICK: Add missing primitive tokens and remove `color-scheme` setting in Theme Provider [#790](https://github.com/servicetitan/hammer/pull/790) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v1.18.3 (Tue Oct 29 2024)

#### 🐛 Bug Fix

- ANV-2090: Toast Shadow DOM update [#786](https://github.com/servicetitan/hammer/pull/786) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### 🏠 Internal

- ANV-2217: update themeprovider css to be more legible [#788](https://github.com/servicetitan/hammer/pull/788) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v1.18.2 (Mon Oct 28 2024)

#### 🐛 Bug Fix

- ANV-2216: Fix CSS var not being available in certain conditions, theme tokens to not override each other with different versions values [#776](https://github.com/servicetitan/hammer/pull/776) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v1.18.1 (Mon Oct 28 2024)

#### 🐛 Bug Fix

- ANV-2067: Adding `@deprecated` to `Combobox` `onInputValueChange` prop [#766](https://github.com/servicetitan/hammer/pull/766) ([@rgdelato](https://github.com/rgdelato))
- ANV-1955: Update Date Field input mask to default to the mm/dd/yyyy format [#781](https://github.com/servicetitan/hammer/pull/781) ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### 📝 Documentation

- HOTFIX: Changelog updates after release mishap [#784](https://github.com/servicetitan/hammer/pull/784) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 3

- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.18.0 (Fri Oct 25 2024)

#### 🚀 Enhancement

- ANV-2090: Toast API Compatibility Updates [#775](https://github.com/servicetitan/hammer/pull/775) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### 🐛 Bug Fix

- ANV-1344: Adding `useMemo` to `useAccessibleColor` hook [#778](https://github.com/servicetitan/hammer/pull/778) ([@rgdelato](https://github.com/rgdelato))

#### 🏠 Internal

- ANV-1494: Prevent random Chromatic snapshot failures [#777](https://github.com/servicetitan/hammer/pull/777) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 2

- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.17.8 (Thu Oct 24 2024)

#### 🐛 Bug Fix

- ANV-2187: Fix Dialog Header overlapping with Checkbox on scroll [#772](https://github.com/servicetitan/hammer/pull/772) ([@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- ANV-1649: Allow numeric values for Divider spacing prop [#774](https://github.com/servicetitan/hammer/pull/774) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v1.17.7 (Wed Oct 23 2024)

#### 🐛 Bug Fix

- ANV-1344: Refactor `useAccessibleColor` hook [#771](https://github.com/servicetitan/hammer/pull/771) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 1

- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.17.6 (Tue Oct 22 2024)

#### 📝 Dependencies

- Bump the patch-and-minor group with 7 updates [#767](https://github.com/servicetitan/hammer/pull/767) ([@dependabot[bot]](https://github.com/dependabot[bot]))

#### Authors: 1

- [@dependabot[bot]](https://github.com/dependabot[bot])

---

## v1.17.5 (Fri Oct 18 2024)

#### 🐛 Bug Fix

- ANV-2037, ANV-2014, ANV-1867, ANV-1786: Maintain `Combobox` filter state when updating `items` prop and more fixes [#730](https://github.com/servicetitan/hammer/pull/730) ([@rgdelato](https://github.com/rgdelato) [@pbuckingham-st](https://github.com/pbuckingham-st))

#### Authors: 2

- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.17.4 (Fri Oct 18 2024)

#### 🐛 Bug Fix

- ANV-1906: Anvil2 SideNav collapsible doesn't show indicator when child is active while collapsed [#762](https://github.com/servicetitan/hammer/pull/762) ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### Authors: 1

- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))

---

## v1.17.3 (Wed Oct 16 2024)

#### 🐛 Bug Fix

- ANV-2041: Stryker is not working properly [#759](https://github.com/servicetitan/hammer/pull/759) ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### Authors: 1

- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))

---

## v1.17.2 (Mon Oct 14 2024)

#### 🐛 Bug Fix

- ANV-1356: Add missing `Skeleton` exports [#761](https://github.com/servicetitan/hammer/pull/761) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 1

- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v1.17.1 (Mon Oct 14 2024)

#### 🐛 Bug Fix

- ANV-2075: Forward `ref` to the `Spinner` [#760](https://github.com/servicetitan/hammer/pull/760) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 1

- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v1.17.0 (Mon Oct 14 2024)

#### ✨ New Feature

- ANV-1934: Export `Spinner` component (previously internal) [#756](https://github.com/servicetitan/hammer/pull/756) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))
- ANV-1356: New Skeleton component [#753](https://github.com/servicetitan/hammer/pull/753) ([@tounsoo](https://github.com/tounsoo))

#### 🚀 Enhancement

- ANV-1760: A1 Toast Compatibility [#735](https://github.com/servicetitan/hammer/pull/735) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### 📝 Dependencies

- Bump the patch-and-minor group with 14 updates [#757](https://github.com/servicetitan/hammer/pull/757) ([@dependabot[bot]](https://github.com/dependabot[bot]))

#### 🐛 Bug Fix

- ANV-1795: `SideNavGroup` label style fix [#754](https://github.com/servicetitan/hammer/pull/754) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 4

- [@dependabot[bot]](https://github.com/dependabot[bot])
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.16.5 (Fri Oct 11 2024)

#### 🐛 Bug Fix

- ANV-1839: `Checkbox.onChange` and `Checkbox.onClick` fixes [#755](https://github.com/servicetitan/hammer/pull/755) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 1

- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v1.16.4 (Wed Oct 09 2024)

#### 🐛 Bug Fix

- ANV-2059: Fix Menu.Item not combining className prop with internal className [#750](https://github.com/servicetitan/hammer/pull/750) ([@tounsoo](https://github.com/tounsoo))
- ANV-1664: Add missing layout util props [#736](https://github.com/servicetitan/hammer/pull/736) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v1.16.3 (Tue Oct 08 2024)

#### 📝 Dependencies

- Bump the patch-and-minor group across 1 directory with 20 updates [#743](https://github.com/servicetitan/hammer/pull/743) ([@dependabot[bot]](https://github.com/dependabot[bot]))

#### 🐛 Bug Fix

- ANV-1987: Bugfix for `Listbox.Option` (and single `Combobox.Item`) not allowing use of full width [#731](https://github.com/servicetitan/hammer/pull/731) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 2

- [@dependabot[bot]](https://github.com/dependabot[bot])
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.16.2 (Mon Oct 07 2024)

#### 🐛 Bug Fix

- Bugfix for `TextField` loading spinner on Safari [#741](https://github.com/servicetitan/hammer/pull/741) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 1

- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.16.1 (Fri Oct 04 2024)

#### 🐛 Bug Fix

- ANV-1894: Combobox: Can't click items when used inside shadow DOM [#740](https://github.com/servicetitan/hammer/pull/740) ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### 🏠 Internal

- ANV-1848: Adding test coverage for `Announcement` component [#724](https://github.com/servicetitan/hammer/pull/724) ([@rgdelato](https://github.com/rgdelato) [@pbuckingham-st](https://github.com/pbuckingham-st))

#### Authors: 2

- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.16.0 (Fri Oct 04 2024)

#### 🐛 Bug Fix

- ANV-1939: `TextField` loading spinner to match Figma [#734](https://github.com/servicetitan/hammer/pull/734) ([@rgdelato](https://github.com/rgdelato))

#### 🏠 Internal

- Update: Popover Button children prop to be optional [#738](https://github.com/servicetitan/hammer/pull/738) ([@tounsoo](https://github.com/tounsoo))
- ANV-1851: increase code coverage for Menu component [#719](https://github.com/servicetitan/hammer/pull/719) ([@tounsoo](https://github.com/tounsoo))
- ANV-1850: increase code coverage to 90% for Grid component [#733](https://github.com/servicetitan/hammer/pull/733) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.15.2 (Thu Oct 03 2024)

#### 🐛 Bug Fix

- ANV-1897: Fix SegmentedControl.Segment to work with Tooltip [#710](https://github.com/servicetitan/hammer/pull/710) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- ANV-2037: Immediately update `Combobox` when new `items` are passed in [#729](https://github.com/servicetitan/hammer/pull/729) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 3

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.15.1 (Wed Oct 02 2024)

#### 🐛 Bug Fix

- ANV-1928: Bugfix for Combobox item being zero [#725](https://github.com/servicetitan/hammer/pull/725) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 1

- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.15.0 (Tue Oct 01 2024)

#### ✨ New Feature

- ANV-1675: Breadcrumbs components [#713](https://github.com/servicetitan/hammer/pull/713) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### 🐛 Bug Fix

- ANV-1860: Bugfix for TextField input missing `maxLength` [#722](https://github.com/servicetitan/hammer/pull/722) ([@rgdelato](https://github.com/rgdelato))
- ANV-1886: OverflowText shows expand button even if it isn't overflowing [#715](https://github.com/servicetitan/hammer/pull/715) ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### Authors: 3

- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.14.1 (Mon Sep 30 2024)

#### 🐛 Bug Fix

- ANV-1860: Add `showCounter` prop to `TextField` component [#707](https://github.com/servicetitan/hammer/pull/707) ([@rgdelato](https://github.com/rgdelato))
- ANV-1999: Fix Tab to have safety margin for elements with focus ring [#717](https://github.com/servicetitan/hammer/pull/717) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.14.0 (Fri Sep 27 2024)

#### 🚀 Enhancement

- ANV-1884: Feature to disabled dates by day of week in Calendar [#702](https://github.com/servicetitan/hammer/pull/702) ([@tounsoo](https://github.com/tounsoo))

#### 📝 Dependencies

- Bump the patch-and-minor group across 1 directory with 33 updates [#708](https://github.com/servicetitan/hammer/pull/708) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@pbuckingham-st](https://github.com/pbuckingham-st))

#### 🐛 Bug Fix

- ANV-1990: Progress Bar color variable defaults [#714](https://github.com/servicetitan/hammer/pull/714) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- ANV-1931: Divider not able to be used as children for Details.Summary [#699](https://github.com/servicetitan/hammer/pull/699) ([@tounsoo](https://github.com/tounsoo))
- ANV-1880: fix Overflow cutting off focus ring [#711](https://github.com/servicetitan/hammer/pull/711) ([@tounsoo](https://github.com/tounsoo))
- ANV-1882: Adding `description` to `Radio` and `Checkbox` components [#704](https://github.com/servicetitan/hammer/pull/704) ([@rgdelato](https://github.com/rgdelato))

#### 🏠 Internal

- ANV-1791: Increase code coverage of SegmentedControl to 90% [#716](https://github.com/servicetitan/hammer/pull/716) ([@tounsoo](https://github.com/tounsoo))
- ANV-1855: Increase code coverage to 90% on Tooltip code [#709](https://github.com/servicetitan/hammer/pull/709) ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### Authors: 5

- [@dependabot[bot]](https://github.com/dependabot[bot])
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.13.1 (Tue Sep 24 2024)

#### 🐛 Bug Fix

- ANV-1895: Progress Bar to show completed styles when value and max are equal number with different types [#701](https://github.com/servicetitan/hammer/pull/701) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v1.13.0 (Fri Sep 20 2024)

#### 🚀 Enhancement

- ANV-1918: Menu to have better fallback placement and to add manual control of placement [#703](https://github.com/servicetitan/hammer/pull/703) ([@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- ANV-1888: Parity with Anvil2 adjustments [#693](https://github.com/servicetitan/hammer/pull/693) ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))

---

## v1.12.0 (Thu Sep 12 2024)

#### 🚀 Enhancement

- ANV-1870: svg prop to be required in Icon component [#691](https://github.com/servicetitan/hammer/pull/691) ([@tounsoo](https://github.com/tounsoo))
- ANV-1869: deprecate onOpen and add onOpenChange [#690](https://github.com/servicetitan/hammer/pull/690) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v1.11.1 (Tue Sep 10 2024)

#### 🐛 Bug Fix

- ANV-1905: Fix Overflow truncate height bug [#689](https://github.com/servicetitan/hammer/pull/689) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- ANV-1833: listbox option background not changing on hover [#664](https://github.com/servicetitan/hammer/pull/664) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v1.11.0 (Mon Sep 09 2024)

#### 🚀 Enhancement

- bundle small [#685](https://github.com/servicetitan/hammer/pull/685) ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### 🐛 Bug Fix

- Fix exports [#686](https://github.com/servicetitan/hammer/pull/686) ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### Authors: 1

- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))

---

## v1.10.3 (Thu Sep 05 2024)

#### 📝 Dependencies

- Bump uuid and @types/uuid [#669](https://github.com/servicetitan/hammer/pull/669) ([@dependabot[bot]](https://github.com/dependabot[bot]))

#### 🐛 Bug Fix

- FEP-1914: Prevent `Dialog.showModal()` from running if dialog is already open [#682](https://github.com/servicetitan/hammer/pull/682) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- ANV-1875: Fix Combobox dropdown to scroll when navigating with keyboard arrows [#677](https://github.com/servicetitan/hammer/pull/677) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 3

- [@dependabot[bot]](https://github.com/dependabot[bot])
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v1.10.2 (Thu Sep 05 2024)

#### 🐛 Bug Fix

- ANV-1872: Fix regression of DialogFooter not sticking to bottom [#678](https://github.com/servicetitan/hammer/pull/678) ([@tounsoo](https://github.com/tounsoo))
- ANV-1902: font size 100% is using local size defined from monolith stylesheet [#667](https://github.com/servicetitan/hammer/pull/667) ([@tounsoo](https://github.com/tounsoo))
- ANV-1796: Fix ComboboxSearchField dead click areas [#676](https://github.com/servicetitan/hammer/pull/676) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v1.10.1 (Mon Sep 02 2024)

#### 🐛 Bug Fix

- NOTICK: Fix SearchField not firing onChange when clearing [#661](https://github.com/servicetitan/hammer/pull/661) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v1.10.0 (Thu Aug 29 2024)

#### 🚀 Enhancement

- ANV-1814: Add icon to be passed to default Menu trigger [#657](https://github.com/servicetitan/hammer/pull/657) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v1.9.5 (Wed Aug 28 2024)

#### 🐛 Bug Fix

- NOTICK: Fix SearchField clear button to have proper cursor [#656](https://github.com/servicetitan/hammer/pull/656) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v1.9.4 (Tue Aug 27 2024)

#### 📝 Dependencies

- Bump the patch-and-minor group across 1 directory with 38 updates [#652](https://github.com/servicetitan/hammer/pull/652) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@pbuckingham-st](https://github.com/pbuckingham-st))

#### 🏠 Internal

- Refactor Combobox and Details into separate files to match other components [#651](https://github.com/servicetitan/hammer/pull/651) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 3

- [@dependabot[bot]](https://github.com/dependabot[bot])
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.9.3 (Mon Aug 26 2024)

#### 🐛 Bug Fix

- ANV-1868: Bugfix for Combobox popover background color [#643](https://github.com/servicetitan/hammer/pull/643) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 1

- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.9.2 (Fri Aug 23 2024)

#### 🐛 Bug Fix

- Bugfix for Combobox not removing Chips [#647](https://github.com/servicetitan/hammer/pull/647) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 1

- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.9.1 (Thu Aug 22 2024)

#### 📝 Dependencies

- ANV-1225: Upgrade Vite and plugins [#641](https://github.com/servicetitan/hammer/pull/641) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 1

- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v1.9.0 (Wed Aug 21 2024)

#### ✨ New Feature

- ANV-1718: New SearchField component [#622](https://github.com/servicetitan/hammer/pull/622) ([@tounsoo](https://github.com/tounsoo))

#### 🐛 Bug Fix

- Bugfix for missing DateField type exports [#639](https://github.com/servicetitan/hammer/pull/639) ([@rgdelato](https://github.com/rgdelato))

#### 🏠 Internal

- Fix test coverage and update mutation benchmarks [#636](https://github.com/servicetitan/hammer/pull/636) ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### Authors: 3

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.8.0 (Wed Aug 21 2024)

#### ✨ New Feature

- ANV-1052: DateField and InputMask [#505](https://github.com/servicetitan/hammer/pull/505) ([@pbuckingham-st](https://github.com/pbuckingham-st) [@rgdelato](https://github.com/rgdelato))

#### 🐛 Bug Fix

- Copying `useMergeRefs` function into `hooks` directory [#631](https://github.com/servicetitan/hammer/pull/631) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 2

- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.7.3 (Tue Aug 20 2024)

#### 🐛 Bug Fix

- Adding `functions` and `hooks` directories to Vite entries so they are accessible from `dist` [#630](https://github.com/servicetitan/hammer/pull/630) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 1

- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.7.2 (Mon Aug 19 2024)

#### 🐛 Bug Fix

- Combobox bugfixes [#620](https://github.com/servicetitan/hammer/pull/620) ([@rgdelato](https://github.com/rgdelato))
- ANV-1643: Update fillAvailableHeight and add maxHeight [#604](https://github.com/servicetitan/hammer/pull/604) ([@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- Popover: Add fitScreen prop [#626](https://github.com/servicetitan/hammer/pull/626) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.7.1 (Thu Aug 15 2024)

#### 🐛 Bug Fix

- Update portal priority for menu popover tooltip [#624](https://github.com/servicetitan/hammer/pull/624) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v1.7.0 (Thu Aug 15 2024)

#### 🚀 Enhancement

- ANV-1817: Add PortalProvider and updated relevant components [#619](https://github.com/servicetitan/hammer/pull/619) ([@tounsoo](https://github.com/tounsoo))

#### 🐛 Bug Fix

- ANV-1813: disableCloseOnClickOutside to properly stop onClose trigger [#618](https://github.com/servicetitan/hammer/pull/618) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v1.6.0 (Wed Aug 14 2024)

#### 🚀 Enhancement

- ANV-1801: Stepper to handle overflow natively [#612](https://github.com/servicetitan/hammer/pull/612) ([@tounsoo](https://github.com/tounsoo))
- ANV-1815: Add root prop to components that use floating-ui to control attachment [#617](https://github.com/servicetitan/hammer/pull/617) ([@tounsoo](https://github.com/tounsoo))
- ANV-1696: Avatar, Chip, and Icon to have focus-visible state when tabIndex is 0 [#610](https://github.com/servicetitan/hammer/pull/610) ([@tounsoo](https://github.com/tounsoo))

#### 🐛 Bug Fix

- Update how closeOnClickoutside works [#611](https://github.com/servicetitan/hammer/pull/611) ([@tounsoo](https://github.com/tounsoo))
- ANV-1721: Fix minimum height of Textarea [#605](https://github.com/servicetitan/hammer/pull/605) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### 🏠 Internal

- ANV-1692: Update Token requirements [#609](https://github.com/servicetitan/hammer/pull/609) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v1.5.0 (Thu Aug 08 2024)

#### ✨ New Feature

- ANV-1435: Add new SegmentedControl component as Beta [#580](https://github.com/servicetitan/hammer/pull/580) ([@tounsoo](https://github.com/tounsoo))

#### 🐛 Bug Fix

- Bugfix for Dialog component on Safari [#606](https://github.com/servicetitan/hammer/pull/606) ([@rgdelato](https://github.com/rgdelato))
- Bugfix for using Combobox/Popover/Menu inside of Dialog [#592](https://github.com/servicetitan/hammer/pull/592) ([@rgdelato](https://github.com/rgdelato))
- Fix arrow up/down on SideNav Link scrolling the page [#601](https://github.com/servicetitan/hammer/pull/601) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.4.1 (Mon Aug 05 2024)

#### 🐛 Bug Fix

- Fix background color of the Alert [#596](https://github.com/servicetitan/hammer/pull/596) ([@tounsoo](https://github.com/tounsoo))
- ANV-1670: Calendar to update focused date on value change & change timeZone to defaultTimeZone [#602](https://github.com/servicetitan/hammer/pull/602) ([@tounsoo](https://github.com/tounsoo))
- ANV-1655: Fix background scrolling while dialog is open for MFE [#586](https://github.com/servicetitan/hammer/pull/586) ([@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- Add layoutProps to StepperPanel [#593](https://github.com/servicetitan/hammer/pull/593) ([@tounsoo](https://github.com/tounsoo))
- Update Divider to use border-color-subdued [#595](https://github.com/servicetitan/hammer/pull/595) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v1.4.0 (Thu Aug 01 2024)

#### 🚀 Enhancement

- ANV-1725 Button: Change the ghost Button's color from black to blue [#590](https://github.com/servicetitan/hammer/pull/590) ([@jpex](https://github.com/jpex))

#### Authors: 1

- James C ([@jpex](https://github.com/jpex))

---

## v1.3.2 (Wed Jul 31 2024)

#### 🐛 Bug Fix

- ANV-1757: Fix Toast `actions.[primary|secondary}.onClick` [#591](https://github.com/servicetitan/hammer/pull/591) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### 🏠 Internal

- Add data anv [#585](https://github.com/servicetitan/hammer/pull/585) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v1.3.1 (Tue Jul 23 2024)

#### 🐛 Bug Fix

- ANV-1701: Bugfix for TypeScript build errors [#577](https://github.com/servicetitan/hammer/pull/577) ([@rgdelato](https://github.com/rgdelato))
- ANV-1693: Bugfix for useLinkStyles type [#573](https://github.com/servicetitan/hammer/pull/573) ([@rgdelato](https://github.com/rgdelato))
- Bugfix for CSS @layer initial [#576](https://github.com/servicetitan/hammer/pull/576) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 1

- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.3.0 (Mon Jul 22 2024)

#### 🚀 Enhancement

- ANV-1594: Allow additional content for Menu and MenuItem [#565](https://github.com/servicetitan/hammer/pull/565) ([@tounsoo](https://github.com/tounsoo))

#### 🐛 Bug Fix

- Update: how height is controlled for TooltipTrigger [#567](https://github.com/servicetitan/hammer/pull/567) ([@tounsoo](https://github.com/tounsoo))
- ANV-1636: Fix Details content to not be focusable when collapsed [#569](https://github.com/servicetitan/hammer/pull/569) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.2.1 (Fri Jul 19 2024)

#### 🐛 Bug Fix

- ANV-1626: Update Label's moreInfo prop type to ReactNode [#568](https://github.com/servicetitan/hammer/pull/568) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v1.2.0 (Wed Jul 17 2024)

#### 🚀 Enhancement

- Overflow prop row to rows to match API of other components [#563](https://github.com/servicetitan/hammer/pull/563) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v1.1.4 (Tue Jul 16 2024)

#### 🐛 Bug Fix

- Fix incorrect overflow style when truncated [#561](https://github.com/servicetitan/hammer/pull/561) ([@tounsoo](https://github.com/tounsoo))
- ANV-1409: Fix Text component's heading variant type [#548](https://github.com/servicetitan/hammer/pull/548) ([@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- Chore: Removing test code that got in accidentally [#562](https://github.com/servicetitan/hammer/pull/562) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v1.1.3 (Mon Jul 15 2024)

#### 🐛 Bug Fix

- ANV-1638: Fix doc headlines not updating url properly on Click/Space/Enter [#553](https://github.com/servicetitan/hammer/pull/553) ([@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- ANV-1264: Docs Icons page [#509](https://github.com/servicetitan/hammer/pull/509) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.1.2 (Thu Jul 11 2024)

#### 🐛 Bug Fix

- ANV-1522: Update ListView `disabled` API [#557](https://github.com/servicetitan/hammer/pull/557) ([@rgdelato](https://github.com/rgdelato))

#### 🏠 Internal

- ANV-1624: Update exporting type names per alignment [#547](https://github.com/servicetitan/hammer/pull/547) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.1.1 (Thu Jul 11 2024)

#### 🐛 Bug Fix

- ANV-1625: Fix Calendar to have proper controlled behavior [#543](https://github.com/servicetitan/hammer/pull/543) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.1.0 (Wed Jul 10 2024)

#### 🚀 Enhancement

- ANV-1342 Details arrow change, removes height of collapsed Details Content [#510](https://github.com/servicetitan/hammer/pull/510) ([@jpex](https://github.com/jpex))

#### 🐛 Bug Fix

- ANV-1622: Fix Chip styles [#545](https://github.com/servicetitan/hammer/pull/545) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### 🏠 Internal

- ANV-1496: Add test for undefined checked for Checkbox [#549](https://github.com/servicetitan/hammer/pull/549) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 3

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- James C ([@jpex](https://github.com/jpex))

---

## v1.0.9 (Wed Jul 03 2024)

#### 🐛 Bug Fix

- ANV-1623: fix timezone not applying to onSelection returns [#541](https://github.com/servicetitan/hammer/pull/541) ([@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- ANV-1624: Add types to the export [#542](https://github.com/servicetitan/hammer/pull/542) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v1.0.8 (Tue Jul 02 2024)

#### 🐛 Bug Fix

- ANV-1571: fix Popover disableCloseOnClickOutside not working in nextjs [#536](https://github.com/servicetitan/hammer/pull/536) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.0.7 (Mon Jul 01 2024)

#### 🐛 Bug Fix

- Bugfix for TextField prefix prop type [#539](https://github.com/servicetitan/hammer/pull/539) ([@rgdelato](https://github.com/rgdelato))
- Export HammerProviderContext [#538](https://github.com/servicetitan/hammer/pull/538) ([@rgdelato](https://github.com/rgdelato))
- ANV-1573: Remove focusKeyCode and replace it with just focusKey [#528](https://github.com/servicetitan/hammer/pull/528) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.0.6 (Wed Jun 26 2024)

#### 🐛 Bug Fix

- ANV-975: Exporting StepperFinalPanel [#534](https://github.com/servicetitan/hammer/pull/534) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 1

- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.0.5 (Tue Jun 25 2024)

#### 🐛 Bug Fix

- ANV-1589: Fix DialogHeader not spreading rest of the props properly to header element [#530](https://github.com/servicetitan/hammer/pull/530) ([@tounsoo](https://github.com/tounsoo))
- Bugfix for Combobox.SearchField prop types [#529](https://github.com/servicetitan/hammer/pull/529) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.0.4 (Mon Jun 24 2024)

#### 🐛 Bug Fix

- ANV-1575: Fix style override in live code examples on the doc site [#524](https://github.com/servicetitan/hammer/pull/524) ([@tounsoo](https://github.com/tounsoo))
- ANV-1580: Fix incorrect icon style for labels info icon [#526](https://github.com/servicetitan/hammer/pull/526) ([@tounsoo](https://github.com/tounsoo))
- ANV-1562: Fix incorrect size type for Text eyebrow variant [#525](https://github.com/servicetitan/hammer/pull/525) ([@tounsoo](https://github.com/tounsoo))
- ANV-1565: Add missing style for no value Badge [#523](https://github.com/servicetitan/hammer/pull/523) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v1.0.3 (Wed Jun 19 2024)

#### 🐛 Bug Fix

- ANV-1583: Remove `align-self` style from Chip [#519](https://github.com/servicetitan/hammer/pull/519) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 1

- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v1.0.2 (Tue Jun 18 2024)

#### 🐛 Bug Fix

- ANV-1383: Adding `disabled` prop to Combobox.Item and `disabled: true` in Combobox `items` object [#513](https://github.com/servicetitan/hammer/pull/513) ([@rgdelato](https://github.com/rgdelato))
- ANV-1200: Adding layout props to provider components [#516](https://github.com/servicetitan/hammer/pull/516) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 1

- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v1.0.1 (Thu Jun 13 2024)

#### 🐛 Bug Fix

- ANV-1566: Prevent `box-sizing` override on Toaster [#514](https://github.com/servicetitan/hammer/pull/514) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 1

- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v1.0.0 (Mon Jun 03 2024)

#### 🚀 Enhancement

- NOTICK: Theme Provider and remove tier 3 CSS vars [#494](https://github.com/servicetitan/hammer/pull/494) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 1

- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v0.24.0 (Mon Jun 03 2024)

#### 🚀 Enhancement

- ANV-897: Listbox API changes [#490](https://github.com/servicetitan/hammer/pull/490) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 1

- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v0.23.0 (Mon Jun 03 2024)

#### 🚀 Enhancement

- ANV-781: Update Chip interactive and visuals [#484](https://github.com/servicetitan/hammer/pull/484) ([@tounsoo](https://github.com/tounsoo))

#### 🐛 Bug Fix

- ANV-1500: label to be optional in Textfield and Textarea [#488](https://github.com/servicetitan/hammer/pull/488) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- ANV-1513: Fix ListView flickering issue & API update [#485](https://github.com/servicetitan/hammer/pull/485) ([@tounsoo](https://github.com/tounsoo))
- ANV-1498: Fix height inconsistency between Button and field elements [#482](https://github.com/servicetitan/hammer/pull/482) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v0.22.0 (Fri May 31 2024)

#### ✨ New Feature

- ANV-1392: CSS Utils in `hammer-token` [#479](https://github.com/servicetitan/hammer/pull/479) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 1

- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v0.21.2 (Wed May 29 2024)

#### 🐛 Bug Fix

- ANV-1452: Fix ButtonToggle's controlled and uncontrolled check state [#465](https://github.com/servicetitan/hammer/pull/465) ([@tounsoo](https://github.com/tounsoo))
- fix: checkbox not updating properly on false checked [#480](https://github.com/servicetitan/hammer/pull/480) ([@tounsoo](https://github.com/tounsoo))
- ANV-1479: Checkbox onClick and onChange to return correct state values while being controlled [#474](https://github.com/servicetitan/hammer/pull/474) ([@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- Minor Dialog internal css update [#476](https://github.com/servicetitan/hammer/pull/476) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v0.21.1 (Mon May 27 2024)

#### 🐛 Bug Fix

- ANV-1483: missing required for checkbox and API cleanups [#471](https://github.com/servicetitan/hammer/pull/471) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v0.21.0 (Fri May 24 2024)

#### 🚀 Enhancement

- ANV-1213: Visual enhancement for hovering end date in Calendar range [#467](https://github.com/servicetitan/hammer/pull/467) ([@tounsoo](https://github.com/tounsoo))

#### 🐛 Bug Fix

- export ListViewOptionCell [#475](https://github.com/servicetitan/hammer/pull/475) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- ANV-1246: Textarea `cols` fix [#470](https://github.com/servicetitan/hammer/pull/470) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### 📝 Documentation

- ANV-1266: Make the docs site responsive [#448](https://github.com/servicetitan/hammer/pull/448) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 3

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))

---

## v0.20.3 (Thu May 23 2024)

#### 🐛 Bug Fix

- Fix: Export dialog content not exporting and also useEffect dependencies warnings [#472](https://github.com/servicetitan/hammer/pull/472) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v0.20.2 (Tue May 21 2024)

#### 🐛 Bug Fix

- ANV-1262: Stepper label to wrap properly [#461](https://github.com/servicetitan/hammer/pull/461) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v0.20.1 (Mon May 20 2024)

#### 🐛 Bug Fix

- ANV-1353: Fix merge issue with useLayoutPropsUtil import update for Card [#464](https://github.com/servicetitan/hammer/pull/464) ([@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- ANV-1353: Export useLayoutPropsUtil [#456](https://github.com/servicetitan/hammer/pull/456) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v0.20.0 (Fri May 17 2024)

#### 💥 Breaking Change

- ANV-1457: Card cleanup [#457](https://github.com/servicetitan/hammer/pull/457) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v0.19.0 (Tue May 14 2024)

#### 🚀 Enhancement

- ANV-1207: Small Chip for A2 [#399](https://github.com/servicetitan/hammer/pull/399) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- ANV-1247: Textarea autoHeight prop [#445](https://github.com/servicetitan/hammer/pull/445) ([@rgdelato](https://github.com/rgdelato))

#### 🐛 Bug Fix

- ANV-1291: Bugfix for ButtonLink spinner styles [#450](https://github.com/servicetitan/hammer/pull/450) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 2

- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v0.18.3 (Thu May 09 2024)

#### 🐛 Bug Fix

- Fix: Flex shortened properties not working in sm md etc [#444](https://github.com/servicetitan/hammer/pull/444) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v0.18.2 (Wed May 08 2024)

#### 📝 Documentation

- ANV-1074 missing default js doc comment information on a 2 part 4 [#440](https://github.com/servicetitan/hammer/pull/440) ([@bugron](https://github.com/bugron) [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 2

- Arsen Melikyan ([@bugron](https://github.com/bugron))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v0.18.1 (Fri May 03 2024)

#### 🏠 Internal

- ANV-1143: Fix eslint errors [#439](https://github.com/servicetitan/hammer/pull/439) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- ANV-1290: split button sticketsheet to two [#434](https://github.com/servicetitan/hammer/pull/434) ([@tounsoo](https://github.com/tounsoo))
- Update: renaming folders [#431](https://github.com/servicetitan/hammer/pull/431) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v0.18.0 (Tue Apr 30 2024)

#### 🚀 Enhancement

- ANV-1233: When multiple Dialog type is open, closing latest removes the class for blocking scrolling [#421](https://github.com/servicetitan/hammer/pull/421) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- ANV-1185: Toast coded examples [#418](https://github.com/servicetitan/hammer/pull/418) ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### 🐛 Bug Fix

- Update Combobox wrapper to accept className/style props [#424](https://github.com/servicetitan/hammer/pull/424) ([@rgdelato](https://github.com/rgdelato))
- BugFix: maxLength not being passed to textarea tag [#423](https://github.com/servicetitan/hammer/pull/423) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 3

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v0.17.0 (Tue Apr 30 2024)

#### 💥 Breaking Change

- ANV-1186: Stepper enhancement on UX and API [#407](https://github.com/servicetitan/hammer/pull/407) ([@tounsoo](https://github.com/tounsoo))

#### ✨ New Feature

- ANV-816: Combobox multiselect [#280](https://github.com/servicetitan/hammer/pull/280) ([@rgdelato](https://github.com/rgdelato))

#### 🐛 Bug Fix

- Updating Combobox exports [#417](https://github.com/servicetitan/hammer/pull/417) ([@rgdelato](https://github.com/rgdelato))

#### 🏠 Internal

- ANV-1255: Better layout property handling [#411](https://github.com/servicetitan/hammer/pull/411) ([@tounsoo](https://github.com/tounsoo))
- Update: all internal icon use to use round instead of filled [#410](https://github.com/servicetitan/hammer/pull/410) ([@tounsoo](https://github.com/tounsoo))
- Fix: SB lint warnings [#414](https://github.com/servicetitan/hammer/pull/414) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v0.16.0 (Thu Apr 25 2024)

#### 🚀 Enhancement

- ANV-1272: HammerProvider props changed to themeData and localizationData [#400](https://github.com/servicetitan/hammer/pull/400) ([@rgdelato](https://github.com/rgdelato))

#### 📝 Documentation

- ANV-722 and ANV-1201: Docs Site Side Nav and Search [#405](https://github.com/servicetitan/hammer/pull/405) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 2

- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v0.15.0 (Tue Apr 23 2024)

#### 💥 Breaking Change

- ANV-1171: Misc. API cleanup 🧹 [#404](https://github.com/servicetitan/hammer/pull/404) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 1

- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v0.14.2 (Fri Apr 19 2024)

#### 🐛 Bug Fix

- ANV-1252: Bugfix for Layout type when importing components from /dist/ [#394](https://github.com/servicetitan/hammer/pull/394) ([@rgdelato](https://github.com/rgdelato) [@pbuckingham-st](https://github.com/pbuckingham-st))
- ANV-1248: Tooltip content line-height updated to 1.5 [#401](https://github.com/servicetitan/hammer/pull/401) ([@rgdelato](https://github.com/rgdelato))
- Fix: Incorrect SideNavGroup arrow position [#406](https://github.com/servicetitan/hammer/pull/406) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 3

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v0.14.1 (Thu Apr 18 2024)

#### 🐛 Bug Fix

- ANV-1270: Dialog border-radius updated to 1rem [#402](https://github.com/servicetitan/hammer/pull/402) ([@rgdelato](https://github.com/rgdelato))
- ANV-1302: Adding ListView to exports [#403](https://github.com/servicetitan/hammer/pull/403) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 1

- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v0.14.0 (Wed Apr 17 2024)

#### 🚀 Enhancement

- ANV-1156: Add error state for Radio and minor style sync [#378](https://github.com/servicetitan/hammer/pull/378) ([@tounsoo](https://github.com/tounsoo))
- Export `useMergeRefs` from `@floating-ui/react` [#395](https://github.com/servicetitan/hammer/pull/395) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- ANV-1188: `console.error` when multiple Toasters detected and return `id` from `toast` methods [#388](https://github.com/servicetitan/hammer/pull/388) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n) [@pbuckingham-st](https://github.com/pbuckingham-st))

#### 📝 Dependencies

- Chore(deps): Bump the patch-and-minor group with 7 updates [#398](https://github.com/servicetitan/hammer/pull/398) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### 🐛 Bug Fix

- ANV-1192: Missing `place-*` shorthand in layout method [#375](https://github.com/servicetitan/hammer/pull/375) ([@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- Refactor ListView for better A11y [#391](https://github.com/servicetitan/hammer/pull/391) ([@tounsoo](https://github.com/tounsoo))
- ANV-1219: Replace `BetterNode` with `ReactNode` or `ReactElement` [#390](https://github.com/servicetitan/hammer/pull/390) ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### Authors: 4

- [@dependabot[bot]](https://github.com/dependabot[bot])
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))

---

## v0.13.0 (Tue Apr 16 2024)

#### 🚀 Enhancement

- ANV-1218 - Icon only buttons to use large size icons [#389](https://github.com/servicetitan/hammer/pull/389) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v0.12.0 (Fri Apr 12 2024)

#### ✨ New Feature

- Anvil 2 -> Hammer [#392](https://github.com/servicetitan/anvil2/pull/392) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 1

- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v0.11.2 (Thu Apr 11 2024)

#### 🐛 Bug Fix

- ANV-1141: Fix types for Menu, Popover, and Stepper [#383](https://github.com/servicetitan/anvil2/pull/383) ([@tounsoo](https://github.com/tounsoo))
- Fix: listview to have correct type that can be used in Forge [#380](https://github.com/servicetitan/anvil2/pull/380) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v0.11.1 (Wed Apr 10 2024)

#### 🐛 Bug Fix

- ANV-1065: Refactor Icon `color` and `inherit` [#386](https://github.com/servicetitan/anvil2/pull/386) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- Fix: class applied to trigger child was not being passed correctly [#385](https://github.com/servicetitan/anvil2/pull/385) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v0.11.0 (Tue Apr 09 2024)

#### 🚀 Enhancement

- ANV-1180: CSS cleanup + RTL support [#377](https://github.com/servicetitan/anvil2/pull/377) ([@tounsoo](https://github.com/tounsoo))

#### 📝 Dependencies

- Chore(deps): Bump framer-motion from 10.18.0 to 11.0.24 [#370](https://github.com/servicetitan/anvil2/pull/370) ([@dependabot[bot]](https://github.com/dependabot[bot]))

#### 🐛 Bug Fix

- ANV-1065: Add `zIndex` to `usePopover` styles [#384](https://github.com/servicetitan/anvil2/pull/384) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- ANV-1250: Tooltip not combining className passed with its own className [#379](https://github.com/servicetitan/anvil2/pull/379) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 3

- [@dependabot[bot]](https://github.com/dependabot[bot])
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v0.10.0 (Thu Apr 04 2024)

#### ✨ New Feature

- ANV-1065: Add `useLinkStyles` hook to A2 [#344](https://github.com/servicetitan/anvil2/pull/344) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- ANV-974: New ListView component [#292](https://github.com/servicetitan/anvil2/pull/292) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v0.9.0 (Wed Apr 03 2024)

#### 🚀 Enhancement

- ANV-1065: Use `globalThis` in A2 for SSR compatibility [#343](https://github.com/servicetitan/anvil2/pull/343) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- ANV-1179: Add memoization to all provider values to reduce rerendering [#296](https://github.com/servicetitan/anvil2/pull/296) ([@tounsoo](https://github.com/tounsoo))
- ANV-1129: Calendar: Add feature to change the start date to Monday [#342](https://github.com/servicetitan/anvil2/pull/342) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- ANV-1144: Toast Updates to work with MFE/host app [#286](https://github.com/servicetitan/anvil2/pull/286) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### 📝 Dependencies

- Chore(deps-dev): Bump the patch-and-minor group with 33 updates [#369](https://github.com/servicetitan/anvil2/pull/369) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- ANV-913: Update deps before dependabot does [#340](https://github.com/servicetitan/anvil2/pull/340) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### 🐛 Bug Fix

- ANV-1136: Updating TextField prefix/suffix padding [#300](https://github.com/servicetitan/anvil2/pull/300) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 5

- [@dependabot[bot]](https://github.com/dependabot[bot])
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v0.8.0 (Mon Apr 01 2024)

#### 🚀 Enhancement

- ANV-1195: Add `disabled` state for `SideNavLink` component [#301](https://github.com/servicetitan/anvil2/pull/301) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v0.7.0 (Fri Mar 29 2024)

#### ✨ New Feature

- ANV-578: New Overflow component [#268](https://github.com/servicetitan/anvil2/pull/268) ([@tounsoo](https://github.com/tounsoo))

#### 📝 Dependencies

- Bump: vite to 4.5.2 due to security [#294](https://github.com/servicetitan/anvil2/pull/294) ([@tounsoo](https://github.com/tounsoo))

#### 🐛 Bug Fix

- Fix: gap between buttons [#289](https://github.com/servicetitan/anvil2/pull/289) ([@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- Update Card to use Flex internally [#284](https://github.com/servicetitan/anvil2/pull/284) ([@tounsoo](https://github.com/tounsoo))
- ANV-1125: Externalize `anvil-react` dependencies [#287](https://github.com/servicetitan/anvil2/pull/287) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))

---

## v0.6.2 (Fri Mar 22 2024)

#### 🐛 Bug Fix

- Fix: add proper gap in alert content container [#290](https://github.com/servicetitan/anvil2/pull/290) ([@tounsoo](https://github.com/tounsoo))
- Fix scrollbar in dark mode to be using browser dark scrollbar [#288](https://github.com/servicetitan/anvil2/pull/288) ([@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- ANV-1061: Nextjs: Option to iFrame live example [#257](https://github.com/servicetitan/anvil2/pull/257) ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))

---

## v0.6.1 (Thu Mar 21 2024)

#### 🐛 Bug Fix

- Fix Tooltip accessibility [#282](https://github.com/servicetitan/anvil2/pull/282) ([@tounsoo](https://github.com/tounsoo))
- Fix: Tab to match Figma & a11y bug [#283](https://github.com/servicetitan/anvil2/pull/283) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 1

- Ben Ho ([@tounsoo](https://github.com/tounsoo))

---

## v0.6.0 (Wed Mar 20 2024)

#### 🚀 Enhancement

- ANV-1132 Announcement's gap increased from SIZE-2 (8px) to SIZE-4 (16px) [#279](https://github.com/servicetitan/anvil2/pull/279) ([@jpex](https://github.com/jpex))

#### 🐛 Bug Fix

- Fix: progressbar showing both icons & fix types [#281](https://github.com/servicetitan/anvil2/pull/281) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 2

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- James C ([@jpex](https://github.com/jpex))

---

## v0.5.0 (Mon Mar 18 2024)

:tada: This release contains work from a new contributor! :tada:

Thank you, Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)), for all your work!

#### ✨ New Feature

- ANV-1044 - Toasts [#249](https://github.com/servicetitan/anvil2/pull/249) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- ANV-973: New SideNav component [#262](https://github.com/servicetitan/anvil2/pull/262) ([@tounsoo](https://github.com/tounsoo))
- ANV-972: New ProgressBar component [#252](https://github.com/servicetitan/anvil2/pull/252) ([@tounsoo](https://github.com/tounsoo))
- ANV-931: Flex and Grid component [#197](https://github.com/servicetitan/anvil2/pull/197) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- ANV-1064: Updating Combobox API and generic types [#194](https://github.com/servicetitan/anvil2/pull/194) ([@rgdelato](https://github.com/rgdelato) [@pbuckingham-st](https://github.com/pbuckingham-st) [@tounsoo](https://github.com/tounsoo))

#### 🚀 Enhancement

- ANV-1161: Disable Custom Tab Animations [#273](https://github.com/servicetitan/anvil2/pull/273) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- ANV-1162: Part1 - Update how SideNav handles selection(active) [#269](https://github.com/servicetitan/anvil2/pull/269) ([@tounsoo](https://github.com/tounsoo))
- ANV-1145: Add missing pieces to ProgressBar [#264](https://github.com/servicetitan/anvil2/pull/264) ([@tounsoo](https://github.com/tounsoo))
- ANV-1114: add Breakpoint and update relevant components [#265](https://github.com/servicetitan/anvil2/pull/265) ([@tounsoo](https://github.com/tounsoo))
- Popover API change: `asTooltip` to `openOnHover` [#263](https://github.com/servicetitan/anvil2/pull/263) ([@tounsoo](https://github.com/tounsoo))
- ANV-1051: Add range selection feature for Calendar [#245](https://github.com/servicetitan/anvil2/pull/245) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- ANV-1078: Add size tokens to the list of exposed css variables in ThemeProvider [#250](https://github.com/servicetitan/anvil2/pull/250) ([@tounsoo](https://github.com/tounsoo))

#### 🐛 Bug Fix

- ANV-1157: Text headline to use proper props [#267](https://github.com/servicetitan/anvil2/pull/267) ([@tounsoo](https://github.com/tounsoo))
- Fix element, size shifting in Alert and Announcement when it has dismiss button [#258](https://github.com/servicetitan/anvil2/pull/258) ([@tounsoo](https://github.com/tounsoo))
- ANV-1096: Fix ButtonLink onKeydown firing twice [#247](https://github.com/servicetitan/anvil2/pull/247) ([@tounsoo](https://github.com/tounsoo))
- ANV-1003: Text component updates [#243](https://github.com/servicetitan/anvil2/pull/243) ([@rgdelato](https://github.com/rgdelato))
- Text body to properly use xlarge size variant [#241](https://github.com/servicetitan/anvil2/pull/241) ([@jpex](https://github.com/jpex))

#### ⚠️ Pushed to `master`

- Merge branch 'master' into next (github-actions@github.com)

#### 📝 Documentation

- ANV-1074 missing default js doc comment information on a 2 part 3 [#256](https://github.com/servicetitan/anvil2/pull/256) ([@bugron](https://github.com/bugron) [@tounsoo](https://github.com/tounsoo))
- ANV-1074 missing default js doc comment information on a 2 part 2 [#246](https://github.com/servicetitan/anvil2/pull/246) ([@bugron](https://github.com/bugron) [@tounsoo](https://github.com/tounsoo))
- Add @default JSDoc comments for checked and defaultChecked props of the ButtonToggle component [#239](https://github.com/servicetitan/anvil2/pull/239) ([@bugron](https://github.com/bugron))
- Remove explicit type assertions in ButtonLink component [#239](https://github.com/servicetitan/anvil2/pull/239) ([@bugron](https://github.com/bugron))
- Add @default JSDoc comment for the loading prop of the ButtonLink component [#239](https://github.com/servicetitan/anvil2/pull/239) ([@bugron](https://github.com/bugron))
- Add @default JSDoc comment for the loading prop of the Button component [#239](https://github.com/servicetitan/anvil2/pull/239) ([@bugron](https://github.com/bugron))
- Add default value JSDoc comments Badge offsets [#239](https://github.com/servicetitan/anvil2/pull/239) ([@bugron](https://github.com/bugron))
- Move default Badge offset values into variables [#239](https://github.com/servicetitan/anvil2/pull/239) ([@bugron](https://github.com/bugron))

#### 🏠 Internal

- ANV-1153 Use `pnpm` to fix dependency issues [#272](https://github.com/servicetitan/anvil2/pull/272) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n) [@tounsoo](https://github.com/tounsoo))
- ANV-1075: Adding lots of new ESLint rules [#255](https://github.com/servicetitan/anvil2/pull/255) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 7

- Arsen Melikyan ([@bugron](https://github.com/bugron))
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
- github-actions (github-actions@github.com)
- James C ([@jpex](https://github.com/jpex))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v0.4.0 (Fri Feb 16 2024)

#### ✨ New Feature

- ANV-959: create Stepper component [#231](https://github.com/servicetitan/anvil2/pull/231) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- ANV-937: New Text component combining Headline, Eyebrow, and BodyText [#218](https://github.com/servicetitan/anvil2/pull/218) ([@rgdelato](https://github.com/rgdelato))

#### 🚀 Enhancement

- Add: DialogContent to match DrawerContent pattern [#223](https://github.com/servicetitan/anvil2/pull/223) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))

#### 📝 Dependencies

- typo - renaming ([@tounsoo](https://github.com/tounsoo))
- fix: focus to be on panel when pressing the next prev buttons ([@tounsoo](https://github.com/tounsoo))
- Merge branch 'next' into ANV-959 ([@pbuckingham-st](https://github.com/pbuckingham-st))
- fix: setFocus to update onClick ([@tounsoo](https://github.com/tounsoo))
- fix: setFocus not updating properly, added story for chromatic ([@tounsoo](https://github.com/tounsoo))
- fix: add proper cursor for clickable steps ([@tounsoo](https://github.com/tounsoo))
- fix: initial current not being applied correctly ([@tounsoo](https://github.com/tounsoo))
- Update: change stepper to use index instead of id for selection, add jsdocs ([@tounsoo](https://github.com/tounsoo))
- Update: minor style issue with the bar ([@tounsoo](https://github.com/tounsoo))
- Merge branch 'next' into ANV-959 ([@tounsoo](https://github.com/tounsoo))
- Update: bar to be thicker on curnent step ([@tounsoo](https://github.com/tounsoo))
- Update: add keyboard support and visual update for responsive mode ([@tounsoo](https://github.com/tounsoo))
- Update: how the state works and added nonlinear ([@tounsoo](https://github.com/tounsoo))
- Add: controllers instead of children prop passing and fix last item not able to complete ([@tounsoo](https://github.com/tounsoo))
- Add: responsiveness ([@tounsoo](https://github.com/tounsoo))
- WIP: stepper component ([@tounsoo](https://github.com/tounsoo))
- Merge branch 'next' into anvil/component-names ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Update: DrawerFooter to always apply flex wrap ([@tounsoo](https://github.com/tounsoo))
- Fix: drawer footer to properly use sticky prop ([@tounsoo](https://github.com/tounsoo))
- ANV-937: Combining stories and tests into a single file ([@rgdelato](https://github.com/rgdelato))
- ANV-937: Updating Text component types to use never ([@rgdelato](https://github.com/rgdelato))
- Merge branch 'next' into ANV-937-text-component ([@rgdelato](https://github.com/rgdelato))
- Remove: testing code ([@tounsoo](https://github.com/tounsoo))
- add missing export for drawer ([@tounsoo](https://github.com/tounsoo))
- revert: sb test code ([@tounsoo](https://github.com/tounsoo))
- update: add safe padding for focus ring on content wrappers ([@tounsoo](https://github.com/tounsoo))
- Merge branch 'next' into ANV-1070-add-dialog-content-for-dialog-to-match-drawers-pattern ([@pbuckingham-st](https://github.com/pbuckingham-st))
- ANV-937: Renaming BodyText story to Text ([@rgdelato](https://github.com/rgdelato))
- Fix: storybook to use Content wrapper ([@tounsoo](https://github.com/tounsoo))
- ANV-937: Update Text component to use "variant" prop ([@rgdelato](https://github.com/rgdelato))
- Add: dialog content for better content management ([@tounsoo](https://github.com/tounsoo))
- Using never type instead of void ([@rgdelato](https://github.com/rgdelato))
- Making a new "Text" component combining Headline, Eyebrow, and BodyText ([@rgdelato](https://github.com/rgdelato))

#### 🐛 Bug Fix

- ANV-1076: Fix DrawerFooter `sticky` prop not being hooked up [#229](https://github.com/servicetitan/anvil2/pull/229) ([@tounsoo](https://github.com/tounsoo))
- ANV-925: Fix focus ring being cut off on Dialog and Drawer [#224](https://github.com/servicetitan/anvil2/pull/224) ([@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- Merge branch 'next' [#236](https://github.com/servicetitan/anvil2/pull/236) ([@rgdelato](https://github.com/rgdelato))

#### Authors: 3

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v0.3.0 (Tue Feb 06 2024)

:tada: This release contains work from a new contributor! :tada:

Thank you, Arsen Melikyan ([@bugron](https://github.com/bugron)), for all your work!

#### ✨ New Feature

- Drawer component [#206](https://github.com/servicetitan/anvil2/pull/206) ([@tounsoo](https://github.com/tounsoo))

#### 🚀 Enhancement

- Add: DrawerContent to be explicit about content handling [#216](https://github.com/servicetitan/anvil2/pull/216) ([@tounsoo](https://github.com/tounsoo))
- ANV-886: Update Card padding prop names to be more semantic. [#219](https://github.com/servicetitan/anvil2/pull/219) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Add: disableFocusLock prop to control focus lock [#211](https://github.com/servicetitan/anvil2/pull/211) ([@tounsoo](https://github.com/tounsoo))
- Update components with container to pass down nested component's props [#202](https://github.com/servicetitan/anvil2/pull/202) ([@tounsoo](https://github.com/tounsoo))
- Textfield: Add loading and spinner for loading indicator [#191](https://github.com/servicetitan/anvil2/pull/191) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- Update Button loading style and method [#184](https://github.com/servicetitan/anvil2/pull/184) ([@tounsoo](https://github.com/tounsoo))

#### 📝 Documentation

- ANV-906: Sanity Studio deployed in Next [#192](https://github.com/servicetitan/anvil2/pull/192) ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### 🐛 Bug Fix

- Fix: Selection element positioning for Checkbox, Radio, ListboxOption [#204](https://github.com/servicetitan/anvil2/pull/204) ([@tounsoo](https://github.com/tounsoo))
- Updating vite.config.js and package.json [#198](https://github.com/servicetitan/anvil2/pull/198) ([@rgdelato](https://github.com/rgdelato))
- Icon size fix [#212](https://github.com/servicetitan/anvil2/pull/212) ([@tounsoo](https://github.com/tounsoo))
- Fix: missing `luxon` dependency added [#207](https://github.com/servicetitan/anvil2/pull/207) ([@tounsoo](https://github.com/tounsoo))
- Fix: required dependencies to move to dependencies instead of devDependencies [#201](https://github.com/servicetitan/anvil2/pull/201) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- Fix: add types for BorderColorSubdued, fix Duration type [#183](https://github.com/servicetitan/anvil2/pull/183) ([@tounsoo](https://github.com/tounsoo))
- Fix: after to also inherit the border radius to match the container [#181](https://github.com/servicetitan/anvil2/pull/181) ([@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- Link: better typing [#189](https://github.com/servicetitan/anvil2/pull/189) ([@tounsoo](https://github.com/tounsoo))
- Prettier formatting [#187](https://github.com/servicetitan/anvil2/pull/187) ([@rgdelato](https://github.com/rgdelato))
- Merge branch 'master' into next [#190](https://github.com/servicetitan/anvil2/pull/190) ([@rgdelato](https://github.com/rgdelato))
- Listbox timing updated [#139](https://github.com/servicetitan/anvil2/pull/139) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- Refactor alert and announcement components [#179](https://github.com/servicetitan/anvil2/pull/179) ([@bugron](https://github.com/bugron) [@rgdelato](https://github.com/rgdelato))
- ANV-842: Combobox rework [#143](https://github.com/servicetitan/anvil2/pull/143) ([@rgdelato](https://github.com/rgdelato))
- Minor fixes for the Avatar component [#180](https://github.com/servicetitan/anvil2/pull/180) ([@bugron](https://github.com/bugron) [@pbuckingham-st](https://github.com/pbuckingham-st))

#### ⚠️ Pushed to `master`

- Merge branch 'master' into next (github-actions@github.com)

#### Authors: 6

- Arsen Melikyan ([@bugron](https://github.com/bugron))
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- github-actions (github-actions@github.com)
- James C ([@jpex](https://github.com/jpex))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v0.2.0 (Fri Jan 26 2024)

:tada: This release contains work from a new contributor! :tada:

Thank you, Arsen Melikyan ([@bugron](https://github.com/bugron)), for all your work!

#### 🚀 Enhancement

- Update components with container to pass down nested component's props [#202](https://github.com/servicetitan/anvil2/pull/202) ([@tounsoo](https://github.com/tounsoo))
- Textfield: Add loading and spinner for loading indicator [#191](https://github.com/servicetitan/anvil2/pull/191) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- Update Button loading style and method [#184](https://github.com/servicetitan/anvil2/pull/184) ([@tounsoo](https://github.com/tounsoo))

#### 📝 Documentation

- ANV-906: Sanity Studio deployed in Next [#192](https://github.com/servicetitan/anvil2/pull/192) ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### 🐛 Bug Fix

- Fix: required dependencies to move to dependencies instead of devDependencies [#201](https://github.com/servicetitan/anvil2/pull/201) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- Fix: add types for BorderColorSubdued, fix Duration type [#183](https://github.com/servicetitan/anvil2/pull/183) ([@tounsoo](https://github.com/tounsoo))
- Fix: after to also inherit the border radius to match the container [#181](https://github.com/servicetitan/anvil2/pull/181) ([@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- Link: better typing [#189](https://github.com/servicetitan/anvil2/pull/189) ([@tounsoo](https://github.com/tounsoo))
- Prettier formatting [#187](https://github.com/servicetitan/anvil2/pull/187) ([@rgdelato](https://github.com/rgdelato))
- Merge branch 'master' into next [#190](https://github.com/servicetitan/anvil2/pull/190) ([@rgdelato](https://github.com/rgdelato))
- Listbox timing updated [#139](https://github.com/servicetitan/anvil2/pull/139) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- Refactor alert and announcement components [#179](https://github.com/servicetitan/anvil2/pull/179) ([@bugron](https://github.com/bugron) [@rgdelato](https://github.com/rgdelato))
- ANV-842: Combobox rework [#143](https://github.com/servicetitan/anvil2/pull/143) ([@rgdelato](https://github.com/rgdelato))
- Minor fixes for the Avatar component [#180](https://github.com/servicetitan/anvil2/pull/180) ([@bugron](https://github.com/bugron) [@pbuckingham-st](https://github.com/pbuckingham-st))

#### Authors: 5

- Arsen Melikyan ([@bugron](https://github.com/bugron))
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- James C ([@jpex](https://github.com/jpex))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))

---

## v0.6.0 (Wed Jan 10 2024)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))

:heart: Arsen Melikyan ([@bugron](https://github.com/bugron))

:heart: Nick Sands ([@sandsng](https://github.com/sandsng))

:heart: Sergey Yakunin ([@yakunins](https://github.com/yakunins))

#### ✨ New Feature

- Internationalization Component [#118](https://github.com/servicetitan/anvil2/pull/118) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- AnvilProvider component [#131](https://github.com/servicetitan/anvil2/pull/131) ([@tounsoo](https://github.com/tounsoo))
- Announcement Component [#121](https://github.com/servicetitan/anvil2/pull/121) ([@tounsoo](https://github.com/tounsoo))
- ANV-773: Grid component to alpha [#129](https://github.com/servicetitan/anvil2/pull/129) ([@rgdelato](https://github.com/rgdelato))
- Alert component [#119](https://github.com/servicetitan/anvil2/pull/119) ([@tounsoo](https://github.com/tounsoo))
- new: Calendar [alpha] [#108](https://github.com/servicetitan/anvil2/pull/108) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- anvil-react: Combobox component [#48](https://github.com/servicetitan/anvil2/pull/48) ([@rgdelato](https://github.com/rgdelato))
- anvil-react: Textarea component [#92](https://github.com/servicetitan/anvil2/pull/92) ([@yakunins](https://github.com/yakunins) [@tounsoo](https://github.com/tounsoo))
- anvil-react: TextField component [#90](https://github.com/servicetitan/anvil2/pull/90) ([@rgdelato](https://github.com/rgdelato) [@yakunins](https://github.com/yakunins) [@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- Label component [#86](https://github.com/servicetitan/anvil2/pull/86) ([@tounsoo](https://github.com/tounsoo))
- ANV-692: Adding height/maxHeight props to Details.Content [#82](https://github.com/servicetitan/anvil2/pull/82) ([@rgdelato](https://github.com/rgdelato))
- ANV-575: Details component [#51](https://github.com/servicetitan/anvil2/pull/51) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))
- ListboxOptionGroup [#73](https://github.com/servicetitan/anvil2/pull/73) ([@tounsoo](https://github.com/tounsoo))
- Type-ahead for Listbox [#68](https://github.com/servicetitan/anvil2/pull/68) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Token 2.0 [#67](https://github.com/servicetitan/anvil2/pull/67) ([@tounsoo](https://github.com/tounsoo) [@yakunins](https://github.com/yakunins))
- Link component [#66](https://github.com/servicetitan/anvil2/pull/66) ([@tounsoo](https://github.com/tounsoo))

#### 🚀 Enhancement

- Update Helper to match DSC proposal [#150](https://github.com/servicetitan/anvil2/pull/150) ([@tounsoo](https://github.com/tounsoo))
- Add <LocalizationProvider> to <AnvilProvider> [#145](https://github.com/servicetitan/anvil2/pull/145) ([@tounsoo](https://github.com/tounsoo))
- Offline avatar style update [#144](https://github.com/servicetitan/anvil2/pull/144) ([@sandsng](https://github.com/sandsng))
- ANV-793: Need controlled `open` states for components [#142](https://github.com/servicetitan/anvil2/pull/142) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Tooltip open speed, delay, warmup mechanic [#141](https://github.com/servicetitan/anvil2/pull/141) ([@tounsoo](https://github.com/tounsoo))
- Update: button toggle to match the changes made in design [#140](https://github.com/servicetitan/anvil2/pull/140) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- Calendar to Beta [#138](https://github.com/servicetitan/anvil2/pull/138) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- ANV-718: TextField: VO read on suffix and prefix [#137](https://github.com/servicetitan/anvil2/pull/137) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Change how Tab panel changes with keyboard [#123](https://github.com/servicetitan/anvil2/pull/123) ([@tounsoo](https://github.com/tounsoo))
- Update: add font style to the base of the themeprovider [#122](https://github.com/servicetitan/anvil2/pull/122) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- Dialog: Enhance positioning of header and footer [#114](https://github.com/servicetitan/anvil2/pull/114) ([@tounsoo](https://github.com/tounsoo))
- anvil-react: replace Reactnode with more strict type with intent [#99](https://github.com/servicetitan/anvil2/pull/99) ([@tounsoo](https://github.com/tounsoo))
- anvil-react: update focus ring visual and use outline instead of border [#93](https://github.com/servicetitan/anvil2/pull/93) ([@tounsoo](https://github.com/tounsoo))
- Dialog sub component: Header & Footer [#85](https://github.com/servicetitan/anvil2/pull/85) ([@tounsoo](https://github.com/tounsoo))
- MenuButton to Menu [#89](https://github.com/servicetitan/anvil2/pull/89) ([@tounsoo](https://github.com/tounsoo))
- Stryker setup [#65](https://github.com/servicetitan/anvil2/pull/65) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Listbox: Add `disableAutoSelectOnFocus` for single selection mode [#43](https://github.com/servicetitan/anvil2/pull/43) ([@tounsoo](https://github.com/tounsoo))
- Add size to Dialog [#44](https://github.com/servicetitan/anvil2/pull/44) ([@tounsoo](https://github.com/tounsoo))
- ThemeProvider enhancement [#28](https://github.com/servicetitan/anvil2/pull/28) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- Add ButtonToggle [#38](https://github.com/servicetitan/anvil2/pull/38) ([@tounsoo](https://github.com/tounsoo))
- Simplification of Button variants [#37](https://github.com/servicetitan/anvil2/pull/37) ([@tounsoo](https://github.com/tounsoo))
- Tab better mobile experience [#26](https://github.com/servicetitan/anvil2/pull/26) ([@tounsoo](https://github.com/tounsoo))

#### 📝 Documentation

- Better story for Avatar and AvatarGroup [#70](https://github.com/servicetitan/anvil2/pull/70) ([@tounsoo](https://github.com/tounsoo) [@yakunins](https://github.com/yakunins))

#### 🐛 Bug Fix

- Fix: useTooltip's useEffect that triggered too many rerender [#148](https://github.com/servicetitan/anvil2/pull/148) ([@tounsoo](https://github.com/tounsoo))
- ANV-747: Bugfix for Dialog animation on Chromatic [#136](https://github.com/servicetitan/anvil2/pull/136) ([@rgdelato](https://github.com/rgdelato))
- ANV-820: Tab 2.0: Cannot mouse click back to first tab [#132](https://github.com/servicetitan/anvil2/pull/132) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Bugfix: Hopefully fixes issues with npm package [#111](https://github.com/servicetitan/anvil2/pull/111) ([@rgdelato](https://github.com/rgdelato))
- Bugfix: Moving internal dependencies to devDependencies [#107](https://github.com/servicetitan/anvil2/pull/107) ([@rgdelato](https://github.com/rgdelato))
- Tab missing focus-visible ring [#87](https://github.com/servicetitan/anvil2/pull/87) ([@tounsoo](https://github.com/tounsoo))
- Correct icon size used for Button and ButtonLink [#72](https://github.com/servicetitan/anvil2/pull/72) ([@tounsoo](https://github.com/tounsoo))
- ANV-550: Fix for useAccessibleColor.tsx crash [#61](https://github.com/servicetitan/anvil2/pull/61) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- Add exports for localizations [#174](https://github.com/servicetitan/anvil2/pull/174) ([@tounsoo](https://github.com/tounsoo))
- Update: export to be consistent [#173](https://github.com/servicetitan/anvil2/pull/173) ([@tounsoo](https://github.com/tounsoo))
- Fixes to enable Forge [#171](https://github.com/servicetitan/anvil2/pull/171) ([@tounsoo](https://github.com/tounsoo))
- Add missing export for Alert and Announcement [#169](https://github.com/servicetitan/anvil2/pull/169) ([@tounsoo](https://github.com/tounsoo))
- Import identifiers from respective modules in type declarations instead of importing the module multiple time [#166](https://github.com/servicetitan/anvil2/pull/166) ([@bugron](https://github.com/bugron) [@tounsoo](https://github.com/tounsoo))
- Simplify AlertProps declaration [#165](https://github.com/servicetitan/anvil2/pull/165) ([@bugron](https://github.com/bugron))
- Better button typing [#161](https://github.com/servicetitan/anvil2/pull/161) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- Merge branch 'master' into next [#152](https://github.com/servicetitan/anvil2/pull/152) ([@rgdelato](https://github.com/rgdelato))
- Update Details component to use CSS-only height transition [#124](https://github.com/servicetitan/anvil2/pull/124) ([@rgdelato](https://github.com/rgdelato))
- Interactive data-attr for Listbox, Radio, Switch, and Tab [#127](https://github.com/servicetitan/anvil2/pull/127) ([@tounsoo](https://github.com/tounsoo))
- Interactive data-attr for Details and Link [#126](https://github.com/servicetitan/anvil2/pull/126) ([@tounsoo](https://github.com/tounsoo))
- Interactive data-attr for Buttons and Checkbox [#125](https://github.com/servicetitan/anvil2/pull/125) ([@tounsoo](https://github.com/tounsoo))
- Better Chromatic mode testing method [#113](https://github.com/servicetitan/anvil2/pull/113) ([@tounsoo](https://github.com/tounsoo))
- Listbox optimization part1 [#103](https://github.com/servicetitan/anvil2/pull/103) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- anvil-react: add combobox and textfield to index.ts export [#104](https://github.com/servicetitan/anvil2/pull/104) ([@tounsoo](https://github.com/tounsoo))
- Updating package names to use "@servicetitan/" scope [#94](https://github.com/servicetitan/anvil2/pull/94) ([@rgdelato](https://github.com/rgdelato))
- Rename packages with `anvil` prefix, preparing for release test [#91](https://github.com/servicetitan/anvil2/pull/91) ([@tounsoo](https://github.com/tounsoo))
- Details: Update to new token and css cleanup [#79](https://github.com/servicetitan/anvil2/pull/79) ([@tounsoo](https://github.com/tounsoo))
- Proper dev tasks order in turbo.repo config [#77](https://github.com/servicetitan/anvil2/pull/77) ([@yakunins](https://github.com/yakunins))
- Dialog: remove `onClickOutside` and use `onClose` for close attempt calls [#54](https://github.com/servicetitan/anvil2/pull/54) ([@tounsoo](https://github.com/tounsoo))
- ANV-477: Storybook issues [#30](https://github.com/servicetitan/anvil2/pull/30) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- ANV-380: Adding QA data-attribute unit tests [#29](https://github.com/servicetitan/anvil2/pull/29) ([@rgdelato](https://github.com/rgdelato))

#### ⚠️ Pushed to `next`

- Merge branch 'master' into next (github-actions@github.com)
- Publish (github-actions@github.com)
- Merge branch 'master' into next ([@rgdelato](https://github.com/rgdelato))

#### 📝 Dependencies

- Bump token to 12.7.0 [#53](https://github.com/servicetitan/anvil2/pull/53) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 7

- Arsen Melikyan ([@bugron](https://github.com/bugron))
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- github-actions (github-actions@github.com)
- Nick Sands ([@sandsng](https://github.com/sandsng))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
- Sergey Yakunin ([@yakunins](https://github.com/yakunins))

---

## v0.4.0 (Tue Jan 09 2024)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))

:heart: Arsen Melikyan ([@bugron](https://github.com/bugron))

:heart: Nick Sands ([@sandsng](https://github.com/sandsng))

:heart: Sergey Yakunin ([@yakunins](https://github.com/yakunins))

#### ✨ New Feature

- Internationalization Component [#118](https://github.com/servicetitan/anvil2/pull/118) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- AnvilProvider component [#131](https://github.com/servicetitan/anvil2/pull/131) ([@tounsoo](https://github.com/tounsoo))
- Announcement Component [#121](https://github.com/servicetitan/anvil2/pull/121) ([@tounsoo](https://github.com/tounsoo))
- ANV-773: Grid component to alpha [#129](https://github.com/servicetitan/anvil2/pull/129) ([@rgdelato](https://github.com/rgdelato))
- Alert component [#119](https://github.com/servicetitan/anvil2/pull/119) ([@tounsoo](https://github.com/tounsoo))
- new: Calendar [alpha] [#108](https://github.com/servicetitan/anvil2/pull/108) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- anvil-react: Combobox component [#48](https://github.com/servicetitan/anvil2/pull/48) ([@rgdelato](https://github.com/rgdelato))
- anvil-react: Textarea component [#92](https://github.com/servicetitan/anvil2/pull/92) ([@yakunins](https://github.com/yakunins) [@tounsoo](https://github.com/tounsoo))
- anvil-react: TextField component [#90](https://github.com/servicetitan/anvil2/pull/90) ([@rgdelato](https://github.com/rgdelato) [@yakunins](https://github.com/yakunins) [@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- Label component [#86](https://github.com/servicetitan/anvil2/pull/86) ([@tounsoo](https://github.com/tounsoo))
- ANV-692: Adding height/maxHeight props to Details.Content [#82](https://github.com/servicetitan/anvil2/pull/82) ([@rgdelato](https://github.com/rgdelato))
- ANV-575: Details component [#51](https://github.com/servicetitan/anvil2/pull/51) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))
- ListboxOptionGroup [#73](https://github.com/servicetitan/anvil2/pull/73) ([@tounsoo](https://github.com/tounsoo))
- Type-ahead for Listbox [#68](https://github.com/servicetitan/anvil2/pull/68) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Token 2.0 [#67](https://github.com/servicetitan/anvil2/pull/67) ([@tounsoo](https://github.com/tounsoo) [@yakunins](https://github.com/yakunins))
- Link component [#66](https://github.com/servicetitan/anvil2/pull/66) ([@tounsoo](https://github.com/tounsoo))

#### 🚀 Enhancement

- Update Helper to match DSC proposal [#150](https://github.com/servicetitan/anvil2/pull/150) ([@tounsoo](https://github.com/tounsoo))
- Add <LocalizationProvider> to <AnvilProvider> [#145](https://github.com/servicetitan/anvil2/pull/145) ([@tounsoo](https://github.com/tounsoo))
- Offline avatar style update [#144](https://github.com/servicetitan/anvil2/pull/144) ([@sandsng](https://github.com/sandsng))
- ANV-793: Need controlled `open` states for components [#142](https://github.com/servicetitan/anvil2/pull/142) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Tooltip open speed, delay, warmup mechanic [#141](https://github.com/servicetitan/anvil2/pull/141) ([@tounsoo](https://github.com/tounsoo))
- Update: button toggle to match the changes made in design [#140](https://github.com/servicetitan/anvil2/pull/140) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- Calendar to Beta [#138](https://github.com/servicetitan/anvil2/pull/138) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- ANV-718: TextField: VO read on suffix and prefix [#137](https://github.com/servicetitan/anvil2/pull/137) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Change how Tab panel changes with keyboard [#123](https://github.com/servicetitan/anvil2/pull/123) ([@tounsoo](https://github.com/tounsoo))
- Update: add font style to the base of the themeprovider [#122](https://github.com/servicetitan/anvil2/pull/122) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- Dialog: Enhance positioning of header and footer [#114](https://github.com/servicetitan/anvil2/pull/114) ([@tounsoo](https://github.com/tounsoo))
- anvil-react: replace Reactnode with more strict type with intent [#99](https://github.com/servicetitan/anvil2/pull/99) ([@tounsoo](https://github.com/tounsoo))
- anvil-react: update focus ring visual and use outline instead of border [#93](https://github.com/servicetitan/anvil2/pull/93) ([@tounsoo](https://github.com/tounsoo))
- Dialog sub component: Header & Footer [#85](https://github.com/servicetitan/anvil2/pull/85) ([@tounsoo](https://github.com/tounsoo))
- MenuButton to Menu [#89](https://github.com/servicetitan/anvil2/pull/89) ([@tounsoo](https://github.com/tounsoo))
- Stryker setup [#65](https://github.com/servicetitan/anvil2/pull/65) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Listbox: Add `disableAutoSelectOnFocus` for single selection mode [#43](https://github.com/servicetitan/anvil2/pull/43) ([@tounsoo](https://github.com/tounsoo))
- Add size to Dialog [#44](https://github.com/servicetitan/anvil2/pull/44) ([@tounsoo](https://github.com/tounsoo))
- ThemeProvider enhancement [#28](https://github.com/servicetitan/anvil2/pull/28) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- Add ButtonToggle [#38](https://github.com/servicetitan/anvil2/pull/38) ([@tounsoo](https://github.com/tounsoo))
- Simplification of Button variants [#37](https://github.com/servicetitan/anvil2/pull/37) ([@tounsoo](https://github.com/tounsoo))
- Tab better mobile experience [#26](https://github.com/servicetitan/anvil2/pull/26) ([@tounsoo](https://github.com/tounsoo))

#### 📝 Documentation

- Better story for Avatar and AvatarGroup [#70](https://github.com/servicetitan/anvil2/pull/70) ([@tounsoo](https://github.com/tounsoo) [@yakunins](https://github.com/yakunins))

#### 🐛 Bug Fix

- Fix: useTooltip's useEffect that triggered too many rerender [#148](https://github.com/servicetitan/anvil2/pull/148) ([@tounsoo](https://github.com/tounsoo))
- ANV-747: Bugfix for Dialog animation on Chromatic [#136](https://github.com/servicetitan/anvil2/pull/136) ([@rgdelato](https://github.com/rgdelato))
- ANV-820: Tab 2.0: Cannot mouse click back to first tab [#132](https://github.com/servicetitan/anvil2/pull/132) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Bugfix: Hopefully fixes issues with npm package [#111](https://github.com/servicetitan/anvil2/pull/111) ([@rgdelato](https://github.com/rgdelato))
- Bugfix: Moving internal dependencies to devDependencies [#107](https://github.com/servicetitan/anvil2/pull/107) ([@rgdelato](https://github.com/rgdelato))
- Tab missing focus-visible ring [#87](https://github.com/servicetitan/anvil2/pull/87) ([@tounsoo](https://github.com/tounsoo))
- Correct icon size used for Button and ButtonLink [#72](https://github.com/servicetitan/anvil2/pull/72) ([@tounsoo](https://github.com/tounsoo))
- ANV-550: Fix for useAccessibleColor.tsx crash [#61](https://github.com/servicetitan/anvil2/pull/61) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- Fixes to enable Forge [#171](https://github.com/servicetitan/anvil2/pull/171) ([@tounsoo](https://github.com/tounsoo))
- Add missing export for Alert and Announcement [#169](https://github.com/servicetitan/anvil2/pull/169) ([@tounsoo](https://github.com/tounsoo))
- Import identifiers from respective modules in type declarations instead of importing the module multiple time [#166](https://github.com/servicetitan/anvil2/pull/166) ([@bugron](https://github.com/bugron) [@tounsoo](https://github.com/tounsoo))
- Simplify AlertProps declaration [#165](https://github.com/servicetitan/anvil2/pull/165) ([@bugron](https://github.com/bugron))
- Better button typing [#161](https://github.com/servicetitan/anvil2/pull/161) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- Merge branch 'master' into next [#152](https://github.com/servicetitan/anvil2/pull/152) ([@rgdelato](https://github.com/rgdelato))
- Update Details component to use CSS-only height transition [#124](https://github.com/servicetitan/anvil2/pull/124) ([@rgdelato](https://github.com/rgdelato))
- Interactive data-attr for Listbox, Radio, Switch, and Tab [#127](https://github.com/servicetitan/anvil2/pull/127) ([@tounsoo](https://github.com/tounsoo))
- Interactive data-attr for Details and Link [#126](https://github.com/servicetitan/anvil2/pull/126) ([@tounsoo](https://github.com/tounsoo))
- Interactive data-attr for Buttons and Checkbox [#125](https://github.com/servicetitan/anvil2/pull/125) ([@tounsoo](https://github.com/tounsoo))
- Better Chromatic mode testing method [#113](https://github.com/servicetitan/anvil2/pull/113) ([@tounsoo](https://github.com/tounsoo))
- Listbox optimization part1 [#103](https://github.com/servicetitan/anvil2/pull/103) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- anvil-react: add combobox and textfield to index.ts export [#104](https://github.com/servicetitan/anvil2/pull/104) ([@tounsoo](https://github.com/tounsoo))
- Updating package names to use "@servicetitan/" scope [#94](https://github.com/servicetitan/anvil2/pull/94) ([@rgdelato](https://github.com/rgdelato))
- Rename packages with `anvil` prefix, preparing for release test [#91](https://github.com/servicetitan/anvil2/pull/91) ([@tounsoo](https://github.com/tounsoo))
- Details: Update to new token and css cleanup [#79](https://github.com/servicetitan/anvil2/pull/79) ([@tounsoo](https://github.com/tounsoo))
- Proper dev tasks order in turbo.repo config [#77](https://github.com/servicetitan/anvil2/pull/77) ([@yakunins](https://github.com/yakunins))
- Dialog: remove `onClickOutside` and use `onClose` for close attempt calls [#54](https://github.com/servicetitan/anvil2/pull/54) ([@tounsoo](https://github.com/tounsoo))
- ANV-477: Storybook issues [#30](https://github.com/servicetitan/anvil2/pull/30) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- ANV-380: Adding QA data-attribute unit tests [#29](https://github.com/servicetitan/anvil2/pull/29) ([@rgdelato](https://github.com/rgdelato))

#### ⚠️ Pushed to `next`

- Merge branch 'master' into next ([@rgdelato](https://github.com/rgdelato))

#### 📝 Dependencies

- Bump token to 12.7.0 [#53](https://github.com/servicetitan/anvil2/pull/53) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 6

- Arsen Melikyan ([@bugron](https://github.com/bugron))
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Nick Sands ([@sandsng](https://github.com/sandsng))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
- Sergey Yakunin ([@yakunins](https://github.com/yakunins))

---

## v0.3.0 (Sat Dec 16 2023)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Nick Sands ([@sandsng](https://github.com/sandsng))

:heart: Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))

:heart: Sergey Yakunin ([@yakunins](https://github.com/yakunins))

#### ✨ New Feature

- Internationalization Component [#118](https://github.com/servicetitan/anvil2/pull/118) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- AnvilProvider component [#131](https://github.com/servicetitan/anvil2/pull/131) ([@tounsoo](https://github.com/tounsoo))
- Announcement Component [#121](https://github.com/servicetitan/anvil2/pull/121) ([@tounsoo](https://github.com/tounsoo))
- ANV-773: Grid component to alpha [#129](https://github.com/servicetitan/anvil2/pull/129) ([@rgdelato](https://github.com/rgdelato))
- Alert component [#119](https://github.com/servicetitan/anvil2/pull/119) ([@tounsoo](https://github.com/tounsoo))
- new: Calendar [alpha] [#108](https://github.com/servicetitan/anvil2/pull/108) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- anvil-react: Combobox component [#48](https://github.com/servicetitan/anvil2/pull/48) ([@rgdelato](https://github.com/rgdelato))
- anvil-react: Textarea component [#92](https://github.com/servicetitan/anvil2/pull/92) ([@yakunins](https://github.com/yakunins) [@tounsoo](https://github.com/tounsoo))
- anvil-react: TextField component [#90](https://github.com/servicetitan/anvil2/pull/90) ([@rgdelato](https://github.com/rgdelato) [@yakunins](https://github.com/yakunins) [@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- Label component [#86](https://github.com/servicetitan/anvil2/pull/86) ([@tounsoo](https://github.com/tounsoo))
- ANV-692: Adding height/maxHeight props to Details.Content [#82](https://github.com/servicetitan/anvil2/pull/82) ([@rgdelato](https://github.com/rgdelato))
- ANV-575: Details component [#51](https://github.com/servicetitan/anvil2/pull/51) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))
- ListboxOptionGroup [#73](https://github.com/servicetitan/anvil2/pull/73) ([@tounsoo](https://github.com/tounsoo))
- Type-ahead for Listbox [#68](https://github.com/servicetitan/anvil2/pull/68) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Token 2.0 [#67](https://github.com/servicetitan/anvil2/pull/67) ([@tounsoo](https://github.com/tounsoo) [@yakunins](https://github.com/yakunins))
- Link component [#66](https://github.com/servicetitan/anvil2/pull/66) ([@tounsoo](https://github.com/tounsoo))

#### 🚀 Enhancement

- Update Helper to match DSC proposal [#150](https://github.com/servicetitan/anvil2/pull/150) ([@tounsoo](https://github.com/tounsoo))
- Add <LocalizationProvider> to <AnvilProvider> [#145](https://github.com/servicetitan/anvil2/pull/145) ([@tounsoo](https://github.com/tounsoo))
- Offline avatar style update [#144](https://github.com/servicetitan/anvil2/pull/144) ([@sandsng](https://github.com/sandsng))
- ANV-793: Need controlled `open` states for components [#142](https://github.com/servicetitan/anvil2/pull/142) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Tooltip open speed, delay, warmup mechanic [#141](https://github.com/servicetitan/anvil2/pull/141) ([@tounsoo](https://github.com/tounsoo))
- Update: button toggle to match the changes made in design [#140](https://github.com/servicetitan/anvil2/pull/140) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- Calendar to Beta [#138](https://github.com/servicetitan/anvil2/pull/138) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- ANV-718: TextField: VO read on suffix and prefix [#137](https://github.com/servicetitan/anvil2/pull/137) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Change how Tab panel changes with keyboard [#123](https://github.com/servicetitan/anvil2/pull/123) ([@tounsoo](https://github.com/tounsoo))
- Update: add font style to the base of the themeprovider [#122](https://github.com/servicetitan/anvil2/pull/122) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- Dialog: Enhance positioning of header and footer [#114](https://github.com/servicetitan/anvil2/pull/114) ([@tounsoo](https://github.com/tounsoo))
- anvil-react: replace Reactnode with more strict type with intent [#99](https://github.com/servicetitan/anvil2/pull/99) ([@tounsoo](https://github.com/tounsoo))
- anvil-react: update focus ring visual and use outline instead of border [#93](https://github.com/servicetitan/anvil2/pull/93) ([@tounsoo](https://github.com/tounsoo))
- Dialog sub component: Header & Footer [#85](https://github.com/servicetitan/anvil2/pull/85) ([@tounsoo](https://github.com/tounsoo))
- MenuButton to Menu [#89](https://github.com/servicetitan/anvil2/pull/89) ([@tounsoo](https://github.com/tounsoo))
- Stryker setup [#65](https://github.com/servicetitan/anvil2/pull/65) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Listbox: Add `disableAutoSelectOnFocus` for single selection mode [#43](https://github.com/servicetitan/anvil2/pull/43) ([@tounsoo](https://github.com/tounsoo))
- Add size to Dialog [#44](https://github.com/servicetitan/anvil2/pull/44) ([@tounsoo](https://github.com/tounsoo))
- ThemeProvider enhancement [#28](https://github.com/servicetitan/anvil2/pull/28) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- Add ButtonToggle [#38](https://github.com/servicetitan/anvil2/pull/38) ([@tounsoo](https://github.com/tounsoo))
- Simplification of Button variants [#37](https://github.com/servicetitan/anvil2/pull/37) ([@tounsoo](https://github.com/tounsoo))
- Tab better mobile experience [#26](https://github.com/servicetitan/anvil2/pull/26) ([@tounsoo](https://github.com/tounsoo))

#### 📝 Documentation

- Better story for Avatar and AvatarGroup [#70](https://github.com/servicetitan/anvil2/pull/70) ([@tounsoo](https://github.com/tounsoo) [@yakunins](https://github.com/yakunins))

#### 🐛 Bug Fix

- Fix: useTooltip's useEffect that triggered too many rerender [#148](https://github.com/servicetitan/anvil2/pull/148) ([@tounsoo](https://github.com/tounsoo))
- ANV-747: Bugfix for Dialog animation on Chromatic [#136](https://github.com/servicetitan/anvil2/pull/136) ([@rgdelato](https://github.com/rgdelato))
- ANV-820: Tab 2.0: Cannot mouse click back to first tab [#132](https://github.com/servicetitan/anvil2/pull/132) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Bugfix: Hopefully fixes issues with npm package [#111](https://github.com/servicetitan/anvil2/pull/111) ([@rgdelato](https://github.com/rgdelato))
- Bugfix: Moving internal dependencies to devDependencies [#107](https://github.com/servicetitan/anvil2/pull/107) ([@rgdelato](https://github.com/rgdelato))
- Tab missing focus-visible ring [#87](https://github.com/servicetitan/anvil2/pull/87) ([@tounsoo](https://github.com/tounsoo))
- Correct icon size used for Button and ButtonLink [#72](https://github.com/servicetitan/anvil2/pull/72) ([@tounsoo](https://github.com/tounsoo))
- ANV-550: Fix for useAccessibleColor.tsx crash [#61](https://github.com/servicetitan/anvil2/pull/61) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- Merge branch 'master' into next [#152](https://github.com/servicetitan/anvil2/pull/152) ([@rgdelato](https://github.com/rgdelato))
- Update Details component to use CSS-only height transition [#124](https://github.com/servicetitan/anvil2/pull/124) ([@rgdelato](https://github.com/rgdelato))
- Interactive data-attr for Listbox, Radio, Switch, and Tab [#127](https://github.com/servicetitan/anvil2/pull/127) ([@tounsoo](https://github.com/tounsoo))
- Interactive data-attr for Details and Link [#126](https://github.com/servicetitan/anvil2/pull/126) ([@tounsoo](https://github.com/tounsoo))
- Interactive data-attr for Buttons and Checkbox [#125](https://github.com/servicetitan/anvil2/pull/125) ([@tounsoo](https://github.com/tounsoo))
- Better Chromatic mode testing method [#113](https://github.com/servicetitan/anvil2/pull/113) ([@tounsoo](https://github.com/tounsoo))
- Listbox optimization part1 [#103](https://github.com/servicetitan/anvil2/pull/103) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- anvil-react: add combobox and textfield to index.ts export [#104](https://github.com/servicetitan/anvil2/pull/104) ([@tounsoo](https://github.com/tounsoo))
- Updating package names to use "@servicetitan/" scope [#94](https://github.com/servicetitan/anvil2/pull/94) ([@rgdelato](https://github.com/rgdelato))
- Rename packages with `anvil` prefix, preparing for release test [#91](https://github.com/servicetitan/anvil2/pull/91) ([@tounsoo](https://github.com/tounsoo))
- Details: Update to new token and css cleanup [#79](https://github.com/servicetitan/anvil2/pull/79) ([@tounsoo](https://github.com/tounsoo))
- Proper dev tasks order in turbo.repo config [#77](https://github.com/servicetitan/anvil2/pull/77) ([@yakunins](https://github.com/yakunins))
- Dialog: remove `onClickOutside` and use `onClose` for close attempt calls [#54](https://github.com/servicetitan/anvil2/pull/54) ([@tounsoo](https://github.com/tounsoo))
- ANV-477: Storybook issues [#30](https://github.com/servicetitan/anvil2/pull/30) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- ANV-380: Adding QA data-attribute unit tests [#29](https://github.com/servicetitan/anvil2/pull/29) ([@rgdelato](https://github.com/rgdelato))

#### ⚠️ Pushed to `next`

- Merge branch 'master' into next ([@rgdelato](https://github.com/rgdelato))

#### 📝 Dependencies

- Bump token to 12.7.0 [#53](https://github.com/servicetitan/anvil2/pull/53) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 5

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Nick Sands ([@sandsng](https://github.com/sandsng))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
- Sergey Yakunin ([@yakunins](https://github.com/yakunins))

---

## v0.3.0 (Thu Oct 05 2023)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))

:heart: Sergey Yakunin ([@yakunins](https://github.com/yakunins))

#### ✨ New Feature

- new: Calendar [alpha] [#108](https://github.com/servicetitan/blacksmith/pull/108) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- anvil-react: Combobox component [#48](https://github.com/servicetitan/blacksmith/pull/48) ([@rgdelato](https://github.com/rgdelato))
- anvil-react: Textarea component [#92](https://github.com/servicetitan/blacksmith/pull/92) ([@yakunins](https://github.com/yakunins) [@tounsoo](https://github.com/tounsoo))
- anvil-react: TextField component [#90](https://github.com/servicetitan/blacksmith/pull/90) ([@rgdelato](https://github.com/rgdelato) [@yakunins](https://github.com/yakunins) [@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- Label component [#86](https://github.com/servicetitan/blacksmith/pull/86) ([@tounsoo](https://github.com/tounsoo))
- ANV-692: Adding height/maxHeight props to Details.Content [#82](https://github.com/servicetitan/blacksmith/pull/82) ([@rgdelato](https://github.com/rgdelato))
- ANV-575: Details component [#51](https://github.com/servicetitan/blacksmith/pull/51) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))
- ListboxOptionGroup [#73](https://github.com/servicetitan/blacksmith/pull/73) ([@tounsoo](https://github.com/tounsoo))
- Type-ahead for Listbox [#68](https://github.com/servicetitan/blacksmith/pull/68) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Token 2.0 [#67](https://github.com/servicetitan/blacksmith/pull/67) ([@tounsoo](https://github.com/tounsoo) [@yakunins](https://github.com/yakunins))
- Link component [#66](https://github.com/servicetitan/blacksmith/pull/66) ([@tounsoo](https://github.com/tounsoo))

#### 🚀 Enhancement

- anvil-react: replace Reactnode with more strict type with intent [#99](https://github.com/servicetitan/blacksmith/pull/99) ([@tounsoo](https://github.com/tounsoo))
- anvil-react: update focus ring visual and use outline instead of border [#93](https://github.com/servicetitan/blacksmith/pull/93) ([@tounsoo](https://github.com/tounsoo))
- Dialog sub component: Header & Footer [#85](https://github.com/servicetitan/blacksmith/pull/85) ([@tounsoo](https://github.com/tounsoo))
- MenuButton to Menu [#89](https://github.com/servicetitan/blacksmith/pull/89) ([@tounsoo](https://github.com/tounsoo))
- Stryker setup [#65](https://github.com/servicetitan/blacksmith/pull/65) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Listbox: Add `disableAutoSelectOnFocus` for single selection mode [#43](https://github.com/servicetitan/blacksmith/pull/43) ([@tounsoo](https://github.com/tounsoo))
- Add size to Dialog [#44](https://github.com/servicetitan/blacksmith/pull/44) ([@tounsoo](https://github.com/tounsoo))
- ThemeProvider enhancement [#28](https://github.com/servicetitan/blacksmith/pull/28) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- Add ButtonToggle [#38](https://github.com/servicetitan/blacksmith/pull/38) ([@tounsoo](https://github.com/tounsoo))
- Simplification of Button variants [#37](https://github.com/servicetitan/blacksmith/pull/37) ([@tounsoo](https://github.com/tounsoo))
- Tab better mobile experience [#26](https://github.com/servicetitan/blacksmith/pull/26) ([@tounsoo](https://github.com/tounsoo))

#### 📝 Documentation

- Better story for Avatar and AvatarGroup [#70](https://github.com/servicetitan/blacksmith/pull/70) ([@tounsoo](https://github.com/tounsoo) [@yakunins](https://github.com/yakunins))

#### 🐛 Bug Fix

- Bugfix: Hopefully fixes issues with npm package [#111](https://github.com/servicetitan/blacksmith/pull/111) ([@rgdelato](https://github.com/rgdelato))
- Bugfix: Moving internal dependencies to devDependencies [#107](https://github.com/servicetitan/blacksmith/pull/107) ([@rgdelato](https://github.com/rgdelato))
- Tab missing focus-visible ring [#87](https://github.com/servicetitan/blacksmith/pull/87) ([@tounsoo](https://github.com/tounsoo))
- Correct icon size used for Button and ButtonLink [#72](https://github.com/servicetitan/blacksmith/pull/72) ([@tounsoo](https://github.com/tounsoo))
- ANV-550: Fix for useAccessibleColor.tsx crash [#61](https://github.com/servicetitan/blacksmith/pull/61) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- Listbox optimization part1 [#103](https://github.com/servicetitan/blacksmith/pull/103) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- anvil-react: add combobox and textfield to index.ts export [#104](https://github.com/servicetitan/blacksmith/pull/104) ([@tounsoo](https://github.com/tounsoo))
- Updating package names to use "@servicetitan/" scope [#94](https://github.com/servicetitan/blacksmith/pull/94) ([@rgdelato](https://github.com/rgdelato))
- Rename packages with `anvil` prefix, preparing for release test [#91](https://github.com/servicetitan/blacksmith/pull/91) ([@tounsoo](https://github.com/tounsoo))
- Details: Update to new token and css cleanup [#79](https://github.com/servicetitan/blacksmith/pull/79) ([@tounsoo](https://github.com/tounsoo))
- Proper dev tasks order in turbo.repo config [#77](https://github.com/servicetitan/blacksmith/pull/77) ([@yakunins](https://github.com/yakunins))
- Dialog: remove `onClickOutside` and use `onClose` for close attempt calls [#54](https://github.com/servicetitan/blacksmith/pull/54) ([@tounsoo](https://github.com/tounsoo))
- ANV-477: Storybook issues [#30](https://github.com/servicetitan/blacksmith/pull/30) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- ANV-380: Adding QA data-attribute unit tests [#29](https://github.com/servicetitan/blacksmith/pull/29) ([@rgdelato](https://github.com/rgdelato))

#### 📝 Dependencies

- Bump token to 12.7.0 [#53](https://github.com/servicetitan/blacksmith/pull/53) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 4

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
- Sergey Yakunin ([@yakunins](https://github.com/yakunins))

---

## v0.3.0 (Fri Sep 29 2023)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Sergey Yakunin ([@yakunins](https://github.com/yakunins))

:heart: Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### ✨ New Feature

- anvil-react: Combobox component [#48](https://github.com/servicetitan/blacksmith/pull/48) ([@rgdelato](https://github.com/rgdelato))
- anvil-react: Textarea component [#92](https://github.com/servicetitan/blacksmith/pull/92) ([@yakunins](https://github.com/yakunins) [@tounsoo](https://github.com/tounsoo))
- anvil-react: TextField component [#90](https://github.com/servicetitan/blacksmith/pull/90) ([@rgdelato](https://github.com/rgdelato) [@yakunins](https://github.com/yakunins) [@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- Label component [#86](https://github.com/servicetitan/blacksmith/pull/86) ([@tounsoo](https://github.com/tounsoo))
- ANV-692: Adding height/maxHeight props to Details.Content [#82](https://github.com/servicetitan/blacksmith/pull/82) ([@rgdelato](https://github.com/rgdelato))
- ANV-575: Details component [#51](https://github.com/servicetitan/blacksmith/pull/51) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))
- ListboxOptionGroup [#73](https://github.com/servicetitan/blacksmith/pull/73) ([@tounsoo](https://github.com/tounsoo))
- Type-ahead for Listbox [#68](https://github.com/servicetitan/blacksmith/pull/68) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Token 2.0 [#67](https://github.com/servicetitan/blacksmith/pull/67) ([@tounsoo](https://github.com/tounsoo) [@yakunins](https://github.com/yakunins))
- Link component [#66](https://github.com/servicetitan/blacksmith/pull/66) ([@tounsoo](https://github.com/tounsoo))

#### 🚀 Enhancement

- anvil-react: update focus ring visual and use outline instead of border [#93](https://github.com/servicetitan/blacksmith/pull/93) ([@tounsoo](https://github.com/tounsoo))
- Dialog sub component: Header & Footer [#85](https://github.com/servicetitan/blacksmith/pull/85) ([@tounsoo](https://github.com/tounsoo))
- MenuButton to Menu [#89](https://github.com/servicetitan/blacksmith/pull/89) ([@tounsoo](https://github.com/tounsoo))
- Stryker setup [#65](https://github.com/servicetitan/blacksmith/pull/65) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Listbox: Add `disableAutoSelectOnFocus` for single selection mode [#43](https://github.com/servicetitan/blacksmith/pull/43) ([@tounsoo](https://github.com/tounsoo))
- Add size to Dialog [#44](https://github.com/servicetitan/blacksmith/pull/44) ([@tounsoo](https://github.com/tounsoo))
- ThemeProvider enhancement [#28](https://github.com/servicetitan/blacksmith/pull/28) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- Add ButtonToggle [#38](https://github.com/servicetitan/blacksmith/pull/38) ([@tounsoo](https://github.com/tounsoo))
- Simplification of Button variants [#37](https://github.com/servicetitan/blacksmith/pull/37) ([@tounsoo](https://github.com/tounsoo))
- Tab better mobile experience [#26](https://github.com/servicetitan/blacksmith/pull/26) ([@tounsoo](https://github.com/tounsoo))

#### 📝 Documentation

- Better story for Avatar and AvatarGroup [#70](https://github.com/servicetitan/blacksmith/pull/70) ([@tounsoo](https://github.com/tounsoo) [@yakunins](https://github.com/yakunins))

#### 🐛 Bug Fix

- Bugfix: Moving internal dependencies to devDependencies [#107](https://github.com/servicetitan/blacksmith/pull/107) ([@rgdelato](https://github.com/rgdelato))
- Tab missing focus-visible ring [#87](https://github.com/servicetitan/blacksmith/pull/87) ([@tounsoo](https://github.com/tounsoo))
- Correct icon size used for Button and ButtonLink [#72](https://github.com/servicetitan/blacksmith/pull/72) ([@tounsoo](https://github.com/tounsoo))
- ANV-550: Fix for useAccessibleColor.tsx crash [#61](https://github.com/servicetitan/blacksmith/pull/61) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- anvil-react: add combobox and textfield to index.ts export [#104](https://github.com/servicetitan/blacksmith/pull/104) ([@tounsoo](https://github.com/tounsoo))
- Updating package names to use "@servicetitan/" scope [#94](https://github.com/servicetitan/blacksmith/pull/94) ([@rgdelato](https://github.com/rgdelato))
- Rename packages with `anvil` prefix, preparing for release test [#91](https://github.com/servicetitan/blacksmith/pull/91) ([@tounsoo](https://github.com/tounsoo))
- Details: Update to new token and css cleanup [#79](https://github.com/servicetitan/blacksmith/pull/79) ([@tounsoo](https://github.com/tounsoo))
- Proper dev tasks order in turbo.repo config [#77](https://github.com/servicetitan/blacksmith/pull/77) ([@yakunins](https://github.com/yakunins))
- Dialog: remove `onClickOutside` and use `onClose` for close attempt calls [#54](https://github.com/servicetitan/blacksmith/pull/54) ([@tounsoo](https://github.com/tounsoo))
- ANV-477: Storybook issues [#30](https://github.com/servicetitan/blacksmith/pull/30) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- ANV-380: Adding QA data-attribute unit tests [#29](https://github.com/servicetitan/blacksmith/pull/29) ([@rgdelato](https://github.com/rgdelato))

#### 📝 Dependencies

- Bump token to 12.7.0 [#53](https://github.com/servicetitan/blacksmith/pull/53) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 4

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
- Sergey Yakunin ([@yakunins](https://github.com/yakunins))

---

## v0.2.0 (Fri Sep 22 2023)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Sergey Yakunin ([@yakunins](https://github.com/yakunins))

:heart: Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### ✨ New Feature

- anvil-react: Combobox component [#48](https://github.com/servicetitan/blacksmith/pull/48) ([@rgdelato](https://github.com/rgdelato))
- anvil-react: Textarea component [#92](https://github.com/servicetitan/blacksmith/pull/92) ([@yakunins](https://github.com/yakunins) [@tounsoo](https://github.com/tounsoo))
- anvil-react: TextField component [#90](https://github.com/servicetitan/blacksmith/pull/90) ([@rgdelato](https://github.com/rgdelato) [@yakunins](https://github.com/yakunins) [@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- Label component [#86](https://github.com/servicetitan/blacksmith/pull/86) ([@tounsoo](https://github.com/tounsoo))
- ANV-692: Adding height/maxHeight props to Details.Content [#82](https://github.com/servicetitan/blacksmith/pull/82) ([@rgdelato](https://github.com/rgdelato))
- ANV-575: Details component [#51](https://github.com/servicetitan/blacksmith/pull/51) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))
- ListboxOptionGroup [#73](https://github.com/servicetitan/blacksmith/pull/73) ([@tounsoo](https://github.com/tounsoo))
- Type-ahead for Listbox [#68](https://github.com/servicetitan/blacksmith/pull/68) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Token 2.0 [#67](https://github.com/servicetitan/blacksmith/pull/67) ([@tounsoo](https://github.com/tounsoo) [@yakunins](https://github.com/yakunins))
- Link component [#66](https://github.com/servicetitan/blacksmith/pull/66) ([@tounsoo](https://github.com/tounsoo))

#### 🚀 Enhancement

- anvil-react: update focus ring visual and use outline instead of border [#93](https://github.com/servicetitan/blacksmith/pull/93) ([@tounsoo](https://github.com/tounsoo))
- Dialog sub component: Header & Footer [#85](https://github.com/servicetitan/blacksmith/pull/85) ([@tounsoo](https://github.com/tounsoo))
- MenuButton to Menu [#89](https://github.com/servicetitan/blacksmith/pull/89) ([@tounsoo](https://github.com/tounsoo))
- Stryker setup [#65](https://github.com/servicetitan/blacksmith/pull/65) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Listbox: Add `disableAutoSelectOnFocus` for single selection mode [#43](https://github.com/servicetitan/blacksmith/pull/43) ([@tounsoo](https://github.com/tounsoo))
- Add size to Dialog [#44](https://github.com/servicetitan/blacksmith/pull/44) ([@tounsoo](https://github.com/tounsoo))
- ThemeProvider enhancement [#28](https://github.com/servicetitan/blacksmith/pull/28) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- Add ButtonToggle [#38](https://github.com/servicetitan/blacksmith/pull/38) ([@tounsoo](https://github.com/tounsoo))
- Simplification of Button variants [#37](https://github.com/servicetitan/blacksmith/pull/37) ([@tounsoo](https://github.com/tounsoo))
- Tab better mobile experience [#26](https://github.com/servicetitan/blacksmith/pull/26) ([@tounsoo](https://github.com/tounsoo))

#### 📝 Documentation

- Better story for Avatar and AvatarGroup [#70](https://github.com/servicetitan/blacksmith/pull/70) ([@tounsoo](https://github.com/tounsoo) [@yakunins](https://github.com/yakunins))

#### 🐛 Bug Fix

- Tab missing focus-visible ring [#87](https://github.com/servicetitan/blacksmith/pull/87) ([@tounsoo](https://github.com/tounsoo))
- Correct icon size used for Button and ButtonLink [#72](https://github.com/servicetitan/blacksmith/pull/72) ([@tounsoo](https://github.com/tounsoo))
- ANV-550: Fix for useAccessibleColor.tsx crash [#61](https://github.com/servicetitan/blacksmith/pull/61) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- anvil-react: add combobox and textfield to index.ts export [#104](https://github.com/servicetitan/blacksmith/pull/104) ([@tounsoo](https://github.com/tounsoo))
- Updating package names to use "@servicetitan/" scope [#94](https://github.com/servicetitan/blacksmith/pull/94) ([@rgdelato](https://github.com/rgdelato))
- Rename packages with `anvil` prefix, preparing for release test [#91](https://github.com/servicetitan/blacksmith/pull/91) ([@tounsoo](https://github.com/tounsoo))
- Details: Update to new token and css cleanup [#79](https://github.com/servicetitan/blacksmith/pull/79) ([@tounsoo](https://github.com/tounsoo))
- Proper dev tasks order in turbo.repo config [#77](https://github.com/servicetitan/blacksmith/pull/77) ([@yakunins](https://github.com/yakunins))
- Dialog: remove `onClickOutside` and use `onClose` for close attempt calls [#54](https://github.com/servicetitan/blacksmith/pull/54) ([@tounsoo](https://github.com/tounsoo))
- ANV-477: Storybook issues [#30](https://github.com/servicetitan/blacksmith/pull/30) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- ANV-380: Adding QA data-attribute unit tests [#29](https://github.com/servicetitan/blacksmith/pull/29) ([@rgdelato](https://github.com/rgdelato))

#### 📝 Dependencies

- Bump token to 12.7.0 [#53](https://github.com/servicetitan/blacksmith/pull/53) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 4

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
- Sergey Yakunin ([@yakunins](https://github.com/yakunins))

---

## v0.1.0 (Fri Sep 22 2023)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Sergey Yakunin ([@yakunins](https://github.com/yakunins))

:heart: Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))

#### ✨ New Feature

- anvil-react: Combobox component [#48](https://github.com/servicetitan/blacksmith/pull/48) ([@rgdelato](https://github.com/rgdelato))
- anvil-react: Textarea component [#92](https://github.com/servicetitan/blacksmith/pull/92) ([@yakunins](https://github.com/yakunins) [@tounsoo](https://github.com/tounsoo))
- anvil-react: TextField component [#90](https://github.com/servicetitan/blacksmith/pull/90) ([@rgdelato](https://github.com/rgdelato) [@yakunins](https://github.com/yakunins) [@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
- Label component [#86](https://github.com/servicetitan/blacksmith/pull/86) ([@tounsoo](https://github.com/tounsoo))
- ANV-692: Adding height/maxHeight props to Details.Content [#82](https://github.com/servicetitan/blacksmith/pull/82) ([@rgdelato](https://github.com/rgdelato))
- ANV-575: Details component [#51](https://github.com/servicetitan/blacksmith/pull/51) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))
- ListboxOptionGroup [#73](https://github.com/servicetitan/blacksmith/pull/73) ([@tounsoo](https://github.com/tounsoo))
- Type-ahead for Listbox [#68](https://github.com/servicetitan/blacksmith/pull/68) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Token 2.0 [#67](https://github.com/servicetitan/blacksmith/pull/67) ([@tounsoo](https://github.com/tounsoo) [@yakunins](https://github.com/yakunins))
- Link component [#66](https://github.com/servicetitan/blacksmith/pull/66) ([@tounsoo](https://github.com/tounsoo))

#### 🚀 Enhancement

- anvil-react: update focus ring visual and use outline instead of border [#93](https://github.com/servicetitan/blacksmith/pull/93) ([@tounsoo](https://github.com/tounsoo))
- Dialog sub component: Header & Footer [#85](https://github.com/servicetitan/blacksmith/pull/85) ([@tounsoo](https://github.com/tounsoo))
- MenuButton to Menu [#89](https://github.com/servicetitan/blacksmith/pull/89) ([@tounsoo](https://github.com/tounsoo))
- Stryker setup [#65](https://github.com/servicetitan/blacksmith/pull/65) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Listbox: Add `disableAutoSelectOnFocus` for single selection mode [#43](https://github.com/servicetitan/blacksmith/pull/43) ([@tounsoo](https://github.com/tounsoo))
- Add size to Dialog [#44](https://github.com/servicetitan/blacksmith/pull/44) ([@tounsoo](https://github.com/tounsoo))
- ThemeProvider enhancement [#28](https://github.com/servicetitan/blacksmith/pull/28) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- Add ButtonToggle [#38](https://github.com/servicetitan/blacksmith/pull/38) ([@tounsoo](https://github.com/tounsoo))
- Simplification of Button variants [#37](https://github.com/servicetitan/blacksmith/pull/37) ([@tounsoo](https://github.com/tounsoo))
- Tab better mobile experience [#26](https://github.com/servicetitan/blacksmith/pull/26) ([@tounsoo](https://github.com/tounsoo))

#### 📝 Documentation

- Better story for Avatar and AvatarGroup [#70](https://github.com/servicetitan/blacksmith/pull/70) ([@tounsoo](https://github.com/tounsoo) [@yakunins](https://github.com/yakunins))

#### 🐛 Bug Fix

- Tab missing focus-visible ring [#87](https://github.com/servicetitan/blacksmith/pull/87) ([@tounsoo](https://github.com/tounsoo))
- Correct icon size used for Button and ButtonLink [#72](https://github.com/servicetitan/blacksmith/pull/72) ([@tounsoo](https://github.com/tounsoo))
- ANV-550: Fix for useAccessibleColor.tsx crash [#61](https://github.com/servicetitan/blacksmith/pull/61) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- Updating package names to use "@servicetitan/" scope [#94](https://github.com/servicetitan/blacksmith/pull/94) ([@rgdelato](https://github.com/rgdelato))
- Rename packages with `anvil` prefix, preparing for release test [#91](https://github.com/servicetitan/blacksmith/pull/91) ([@tounsoo](https://github.com/tounsoo))
- Details: Update to new token and css cleanup [#79](https://github.com/servicetitan/blacksmith/pull/79) ([@tounsoo](https://github.com/tounsoo))
- Proper dev tasks order in turbo.repo config [#77](https://github.com/servicetitan/blacksmith/pull/77) ([@yakunins](https://github.com/yakunins))
- Dialog: remove `onClickOutside` and use `onClose` for close attempt calls [#54](https://github.com/servicetitan/blacksmith/pull/54) ([@tounsoo](https://github.com/tounsoo))
- ANV-477: Storybook issues [#30](https://github.com/servicetitan/blacksmith/pull/30) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- ANV-380: Adding QA data-attribute unit tests [#29](https://github.com/servicetitan/blacksmith/pull/29) ([@rgdelato](https://github.com/rgdelato))

#### 📝 Dependencies

- Bump token to 12.7.0 [#53](https://github.com/servicetitan/blacksmith/pull/53) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 4

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
- Sergey Yakunin ([@yakunins](https://github.com/yakunins))

---

## v0.1.0 (Thu Sep 14 2023)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))

:heart: Sergey Yakunin ([@yakunins](https://github.com/yakunins))

#### ✨ New Feature

- Label component [#86](https://github.com/servicetitan/blacksmith/pull/86) ([@tounsoo](https://github.com/tounsoo))
- ANV-692: Adding height/maxHeight props to Details.Content [#82](https://github.com/servicetitan/blacksmith/pull/82) ([@rgdelato](https://github.com/rgdelato))
- ANV-575: Details component [#51](https://github.com/servicetitan/blacksmith/pull/51) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))
- ListboxOptionGroup [#73](https://github.com/servicetitan/blacksmith/pull/73) ([@tounsoo](https://github.com/tounsoo))
- Type-ahead for Listbox [#68](https://github.com/servicetitan/blacksmith/pull/68) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Token 2.0 [#67](https://github.com/servicetitan/blacksmith/pull/67) ([@tounsoo](https://github.com/tounsoo) [@yakunins](https://github.com/yakunins))
- Link component [#66](https://github.com/servicetitan/blacksmith/pull/66) ([@tounsoo](https://github.com/tounsoo))

#### 🚀 Enhancement

- Dialog sub component: Header & Footer [#85](https://github.com/servicetitan/blacksmith/pull/85) ([@tounsoo](https://github.com/tounsoo))
- MenuButton to Menu [#89](https://github.com/servicetitan/blacksmith/pull/89) ([@tounsoo](https://github.com/tounsoo))
- Stryker setup [#65](https://github.com/servicetitan/blacksmith/pull/65) ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Listbox: Add `disableAutoSelectOnFocus` for single selection mode [#43](https://github.com/servicetitan/blacksmith/pull/43) ([@tounsoo](https://github.com/tounsoo))
- Add size to Dialog [#44](https://github.com/servicetitan/blacksmith/pull/44) ([@tounsoo](https://github.com/tounsoo))
- ThemeProvider enhancement [#28](https://github.com/servicetitan/blacksmith/pull/28) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- Add ButtonToggle [#38](https://github.com/servicetitan/blacksmith/pull/38) ([@tounsoo](https://github.com/tounsoo))
- Simplification of Button variants [#37](https://github.com/servicetitan/blacksmith/pull/37) ([@tounsoo](https://github.com/tounsoo))
- Tab better mobile experience [#26](https://github.com/servicetitan/blacksmith/pull/26) ([@tounsoo](https://github.com/tounsoo))

#### 📝 Documentation

- Better story for Avatar and AvatarGroup [#70](https://github.com/servicetitan/blacksmith/pull/70) ([@tounsoo](https://github.com/tounsoo) [@yakunins](https://github.com/yakunins))

#### 🐛 Bug Fix

- Tab missing focus-visible ring [#87](https://github.com/servicetitan/blacksmith/pull/87) ([@tounsoo](https://github.com/tounsoo))
- Correct icon size used for Button and ButtonLink [#72](https://github.com/servicetitan/blacksmith/pull/72) ([@tounsoo](https://github.com/tounsoo))
- ANV-550: Fix for useAccessibleColor.tsx crash [#61](https://github.com/servicetitan/blacksmith/pull/61) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))

#### 🏠 Internal

- Updating package names to use "@servicetitan/" scope [#94](https://github.com/servicetitan/blacksmith/pull/94) ([@rgdelato](https://github.com/rgdelato))
- Rename packages with `anvil` prefix, preparing for release test [#91](https://github.com/servicetitan/blacksmith/pull/91) ([@tounsoo](https://github.com/tounsoo))
- Details: Update to new token and css cleanup [#79](https://github.com/servicetitan/blacksmith/pull/79) ([@tounsoo](https://github.com/tounsoo))
- Proper dev tasks order in turbo.repo config [#77](https://github.com/servicetitan/blacksmith/pull/77) ([@yakunins](https://github.com/yakunins))
- Dialog: remove `onClickOutside` and use `onClose` for close attempt calls [#54](https://github.com/servicetitan/blacksmith/pull/54) ([@tounsoo](https://github.com/tounsoo))
- ANV-477: Storybook issues [#30](https://github.com/servicetitan/blacksmith/pull/30) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
- ANV-380: Adding QA data-attribute unit tests [#29](https://github.com/servicetitan/blacksmith/pull/29) ([@rgdelato](https://github.com/rgdelato))

#### 📝 Dependencies

- Bump token to 12.7.0 [#53](https://github.com/servicetitan/blacksmith/pull/53) ([@tounsoo](https://github.com/tounsoo))

#### Authors: 4

- Ben Ho ([@tounsoo](https://github.com/tounsoo))
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
- Sergey Yakunin ([@yakunins](https://github.com/yakunins))
