@dialpad/dialtone-vue 2.83.1 → 2.83.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -1 +1 @@
1
- {"versions":[{"version":"2.83.1","title":"[2.83.1](https://github.com/dialpad/dialtone-vue/compare/v2.83.0...v2.83.1) (2023-05-12)","date":"2023-05-12","body":"### Bug Fixes\n\n* **Leftbar:** muted opacity to 60% ([d626b00](https://github.com/dialpad/dialtone-vue/commit/d626b00a59ace9f99f54e1d756b1745375c3c171))\n* **Popover:** anchorEl null protection ([456e8ef](https://github.com/dialpad/dialtone-vue/commit/456e8ef734afea6a9709f42e7d0090e78d671363))","parsed":{"_":["Leftbar:** muted opacity to 60% (d626b00)","Popover:** anchorEl null protection (456e8ef)"],"Bug Fixes":["Leftbar:** muted opacity to 60% (d626b00)","Popover:** anchorEl null protection (456e8ef)"]}},{"version":"2.83.1","title":"[2.83.1](https://github.com/dialpad/dialtone-vue/compare/v2.83.0...v2.83.1) (2023-05-12)","date":"2023-05-12","body":"### Bug Fixes\n\n* **Leftbar:** muted opacity to 60% ([d626b00](https://github.com/dialpad/dialtone-vue/commit/d626b00a59ace9f99f54e1d756b1745375c3c171))\n* **Popover:** anchorEl null protection ([456e8ef](https://github.com/dialpad/dialtone-vue/commit/456e8ef734afea6a9709f42e7d0090e78d671363))\n\n\n\n### Bug Fixes\n\n* correct style export in package.json ([f00cb19](https://github.com/dialpad/dialtone-vue/commit/f00cb198518e9c7f72d0af226d15c8737ada7a71))\n* **Feed Items:** emoji row emits naming fix ([#976](https://github.com/dialpad/dialtone-vue/issues/976)) ([a4c7b86](https://github.com/dialpad/dialtone-vue/commit/a4c7b8645543230c669e2cc3e7993fe8f874e67d))\n* update dialtone-icons ([983b178](https://github.com/dialpad/dialtone-vue/commit/983b1786d62f09f11b49e03b6a585c6648a43764))\n* visual test stories showing up in prod ([#968](https://github.com/dialpad/dialtone-vue/issues/968)) ([7135cc2](https://github.com/dialpad/dialtone-vue/commit/7135cc21cd5e9755f2a301d04d655acd20c70f9f))\n\n\n### Documentation\n\n* **Rich Text Editor:** link extension tech spec ([#953](https://github.com/dialpad/dialtone-vue/issues/953)) ([d48af5c](https://github.com/dialpad/dialtone-vue/commit/d48af5c73a4bebcc4aeed840c23f67905422c470))\n\n\n### Features\n\n* **Feed Items:** create feed item emoji row ([#972](https://github.com/dialpad/dialtone-vue/issues/972)) ([265b504](https://github.com/dialpad/dialtone-vue/commit/265b504aff507cdbfd24edf4f218ce8a5b4caa51))\n* **Size And Space:** apply between stops and negative variables ([#964](https://github.com/dialpad/dialtone-vue/issues/964)) ([d2aab13](https://github.com/dialpad/dialtone-vue/commit/d2aab1323a8301da5780a57089a0b8d7c1152c52))","parsed":{"_":["Leftbar:** muted opacity to 60% (d626b00)","Popover:** anchorEl null protection (456e8ef)","correct style export in package.json (f00cb19)","Feed Items:** emoji row emits naming fix (#976) (a4c7b86)","update dialtone-icons (983b178)","visual test stories showing up in prod (#968) (7135cc2)","Rich Text Editor:** link extension tech spec (#953) (d48af5c)","Feed Items:** create feed item emoji row (#972) (265b504)","Size And Space:** apply between stops and negative variables (#964) (d2aab13)"],"Bug Fixes":["Leftbar:** muted opacity to 60% (d626b00)","Popover:** anchorEl null protection (456e8ef)","correct style export in package.json (f00cb19)","Feed Items:** emoji row emits naming fix (#976) (a4c7b86)","update dialtone-icons (983b178)","visual test stories showing up in prod (#968) (7135cc2)"],"Documentation":["Rich Text Editor:** link extension tech spec (#953) (d48af5c)"],"Features":["Feed Items:** create feed item emoji row (#972) (265b504)","Size And Space:** apply between stops and negative variables (#964) (d2aab13)"]}},{"version":"2.82.1","title":"[2.82.1](https://github.com/dialpad/dialtone-vue/compare/v2.82.0...v2.82.1) (2023-05-05)","date":"2023-05-05","body":"### Bug Fixes\n\n* storybook-static references ([ddb1072](https://github.com/dialpad/dialtone-vue/commit/ddb10727a23c06866813585c9046ccefc313aad8))","parsed":{"_":["storybook-static references (ddb1072)"],"Bug Fixes":["storybook-static references (ddb1072)"]}},{"version":"2.82.0","title":"[2.82.0](https://github.com/dialpad/dialtone-vue/compare/v2.81.4...v2.82.0) (2023-05-05)","date":"2023-05-05","body":"### Bug Fixes\n\n* **Header:** use smaller icon size for settings menu button ([#959](https://github.com/dialpad/dialtone-vue/issues/959)) ([b356e8b](https://github.com/dialpad/dialtone-vue/commit/b356e8b0a7079bcf969296d8e655da175f854bec))\n\n\n### Features\n\n* add tests for feed row ([#954](https://github.com/dialpad/dialtone-vue/issues/954)) ([ca95fc6](https://github.com/dialpad/dialtone-vue/commit/ca95fc65e887a2bb358a513a8ba000d761953230))\n* migrate to vite and storybook 7.0 ([#946](https://github.com/dialpad/dialtone-vue/issues/946)) ([bdecf0f](https://github.com/dialpad/dialtone-vue/commit/bdecf0f4c0141f43269e374af3f2e447467e605e))","parsed":{"_":["Header:** use smaller icon size for settings menu button (#959) (b356e8b)","add tests for feed row (#954) (ca95fc6)","migrate to vite and storybook 7.0 (#946) (bdecf0f)"],"Bug Fixes":["Header:** use smaller icon size for settings menu button (#959) (b356e8b)"],"Features":["add tests for feed row (#954) (ca95fc6)","migrate to vite and storybook 7.0 (#946) (bdecf0f)"]}},{"version":"2.81.4","title":"[2.81.4](https://github.com/dialpad/dialtone-vue/compare/v2.81.3...v2.81.4) (2023-05-02)","date":"2023-05-02","body":"### Bug Fixes\n\n* **Leftbar General Row:** button to a ([d26667a](https://github.com/dialpad/dialtone-vue/commit/d26667a76c073f8d2172862ac6bf53a9883bc634))","parsed":{"_":["Leftbar General Row:** button to a (d26667a)"],"Bug Fixes":["Leftbar General Row:** button to a (d26667a)"]}},{"version":"2.81.3","title":"[2.81.3](https://github.com/dialpad/dialtone-vue/compare/v2.81.2...v2.81.3) (2023-05-01)","date":"2023-05-01","body":"### Bug Fixes\n\n* **Recipe Grouped Chip:** grouped chip width and content style fixes. ([#949](https://github.com/dialpad/dialtone-vue/issues/949)) ([6bd84ec](https://github.com/dialpad/dialtone-vue/commit/6bd84ec5a4678949f058d102d4f966814e05c835))","parsed":{"_":["Recipe Grouped Chip:** grouped chip width and content style fixes. (#949) (6bd84ec)"],"Bug Fixes":["Recipe Grouped Chip:** grouped chip width and content style fixes. (#949) (6bd84ec)"]}},{"version":"2.81.2","title":"[2.81.2](https://github.com/dialpad/dialtone-vue/compare/v2.81.1...v2.81.2) (2023-05-01)","date":"2023-05-01","body":"### Bug Fixes\n\n* **Header:** fix exports ([#950](https://github.com/dialpad/dialtone-vue/issues/950)) ([1e96b68](https://github.com/dialpad/dialtone-vue/commit/1e96b683e1b7358960e70522a2b6ab270f3e5dfc))","parsed":{"_":["Header:** fix exports (#950) (1e96b68)"],"Bug Fixes":["Header:** fix exports (#950) (1e96b68)"]}},{"version":"2.81.1","title":"[2.81.1](https://github.com/dialpad/dialtone-vue/compare/v2.81.0...v2.81.1) (2023-04-27)","date":"2023-04-27","body":"### Bug Fixes\n\n* bad export ([5a59736](https://github.com/dialpad/dialtone-vue/commit/5a5973676331fba2102a81507c530bff42d9e736))","parsed":{"_":["bad export (5a59736)"],"Bug Fixes":["bad export (5a59736)"]}},{"version":"2.81.0","title":"[2.81.0](https://github.com/dialpad/dialtone-vue/compare/v2.80.0...v2.81.0) (2023-04-27)","date":"2023-04-27","body":"### Features\n\n* deploy to GitHub packages ([#942](https://github.com/dialpad/dialtone-vue/issues/942)) ([6fb1939](https://github.com/dialpad/dialtone-vue/commit/6fb19393ceec41191fd96628391a90d94674ebb8))\n* **Feed Item Row:** recipe for feed item row ([#925](https://github.com/dialpad/dialtone-vue/issues/925)) ([8c745e9](https://github.com/dialpad/dialtone-vue/commit/8c745e90a630554e636176f84b0c32c6161c2a13))\n* **Header:** add setting menu button with update option ([#937](https://github.com/dialpad/dialtone-vue/issues/937)) ([c5e0241](https://github.com/dialpad/dialtone-vue/commit/c5e0241f23208adb91b4301d13bd04d765c51405))\n* migrate from mocha to jest ([#939](https://github.com/dialpad/dialtone-vue/issues/939)) ([dd16249](https://github.com/dialpad/dialtone-vue/commit/dd16249dbf57b52f8606111e0d8ca2666510d78b))","parsed":{"_":["deploy to GitHub packages (#942) (6fb1939)","Feed Item Row:** recipe for feed item row (#925) (8c745e9)","Header:** add setting menu button with update option (#937) (c5e0241)","migrate from mocha to jest (#939) (dd16249)"],"Features":["deploy to GitHub packages (#942) (6fb1939)","Feed Item Row:** recipe for feed item row (#925) (8c745e9)","Header:** add setting menu button with update option (#937) (c5e0241)","migrate from mocha to jest (#939) (dd16249)"]}},{"version":"2.80.0","title":"[2.80.0](https://github.com/dialpad/dialtone-vue/compare/v2.79.4...v2.80.0) (2023-04-26)","date":"2023-04-26","body":"### Bug Fixes\n\n* **General Row:** show dnd alongside unreadCount ([#935](https://github.com/dialpad/dialtone-vue/issues/935)) ([6d47cef](https://github.com/dialpad/dialtone-vue/commit/6d47cef75bd8aa2b800e9c46ad5ae5351426cda3))\n* image viewer improvements ([#926](https://github.com/dialpad/dialtone-vue/issues/926)) ([b2e3d44](https://github.com/dialpad/dialtone-vue/commit/b2e3d44f7731d2d12b3c0d592b7c6798b861ae5c))\n* **Recipe Callbar Button With Popover:** update margin for callbutton with popover when in compact mode ([#931](https://github.com/dialpad/dialtone-vue/issues/931)) ([3d4a0f1](https://github.com/dialpad/dialtone-vue/commit/3d4a0f1c17c33fe21662728ee16def3f292fc528))\n* **Unread Chip:** styling ([#920](https://github.com/dialpad/dialtone-vue/issues/920)) ([8772379](https://github.com/dialpad/dialtone-vue/commit/8772379b3800c3e7ede7f7be2da2215cc15a3786))\n* visual tests not triggering on approval ([#933](https://github.com/dialpad/dialtone-vue/issues/933)) ([8a0b82b](https://github.com/dialpad/dialtone-vue/commit/8a0b82b3b6a1bb442b5cdac4d840c56df328e520))\n\n\n### Code Refactoring\n\n* **Root Layout:** remove javascript ([#922](https://github.com/dialpad/dialtone-vue/issues/922)) ([35d515a](https://github.com/dialpad/dialtone-vue/commit/35d515ac7c0c5e290727930da3a2a7ee2c6c8cf4))\n\n\n### Features\n\n* **Leftbar General Row:** add iconSize prop ([#929](https://github.com/dialpad/dialtone-vue/issues/929)) ([5ba87cd](https://github.com/dialpad/dialtone-vue/commit/5ba87cd1a467e6ace19a1fdcff36814921153221))\n* **Rich Text Editor:** add rich text editor component ([#905](https://github.com/dialpad/dialtone-vue/issues/905)) ([a19a3a9](https://github.com/dialpad/dialtone-vue/commit/a19a3a92b2d6ce6beedf423a96b10d56d3f02964))","parsed":{"_":["General Row:** show dnd alongside unreadCount (#935) (6d47cef)","image viewer improvements (#926) (b2e3d44)","Recipe Callbar Button With Popover:** update margin for callbutton with popover when in compact mode (#931) (3d4a0f1)","Unread Chip:** styling (#920) (8772379)","visual tests not triggering on approval (#933) (8a0b82b)","Root Layout:** remove javascript (#922) (35d515a)","Leftbar General Row:** add iconSize prop (#929) (5ba87cd)","Rich Text Editor:** add rich text editor component (#905) (a19a3a9)"],"Bug Fixes":["General Row:** show dnd alongside unreadCount (#935) (6d47cef)","image viewer improvements (#926) (b2e3d44)","Recipe Callbar Button With Popover:** update margin for callbutton with popover when in compact mode (#931) (3d4a0f1)","Unread Chip:** styling (#920) (8772379)","visual tests not triggering on approval (#933) (8a0b82b)"],"Code Refactoring":["Root Layout:** remove javascript (#922) (35d515a)"],"Features":["Leftbar General Row:** add iconSize prop (#929) (5ba87cd)","Rich Text Editor:** add rich text editor component (#905) (a19a3a9)"]}},{"version":"2.79.4","title":"[2.79.4](https://github.com/dialpad/dialtone-vue/compare/v2.79.3...v2.79.4) (2023-04-18)","date":"2023-04-18","body":"### Bug Fixes\n\n* emoji size in leftbar item descriptions ([#918](https://github.com/dialpad/dialtone-vue/issues/918)) ([79ab216](https://github.com/dialpad/dialtone-vue/commit/79ab216af83a776dfe2b3383dc7c3b4170bb4a6d))\n* **Leftbar Row:** animation speed to 1.5s ([#916](https://github.com/dialpad/dialtone-vue/issues/916)) ([fea71c4](https://github.com/dialpad/dialtone-vue/commit/fea71c482a56e5aaca610c1fd343261a1d154158))","parsed":{"_":["emoji size in leftbar item descriptions (#918) (79ab216)","Leftbar Row:** animation speed to 1.5s (#916) (fea71c4)"],"Bug Fixes":["emoji size in leftbar item descriptions (#918) (79ab216)","Leftbar Row:** animation speed to 1.5s (#916) (fea71c4)"]}},{"version":"2.79.3","title":"[2.79.3](https://github.com/dialpad/dialtone-vue/compare/v2.79.2...v2.79.3) (2023-04-17)","date":"2023-04-17","body":"### Bug Fixes\n\n* remove dialtone-icons from externals ([#914](https://github.com/dialpad/dialtone-vue/issues/914)) ([fb3a47a](https://github.com/dialpad/dialtone-vue/commit/fb3a47af2f5ce8b1e834280bd98eb39c8baf095b))","parsed":{"_":["remove dialtone-icons from externals (#914) (fb3a47a)"],"Bug Fixes":["remove dialtone-icons from externals (#914) (fb3a47a)"]}},{"version":"2.79.2","title":"[2.79.2](https://github.com/dialpad/dialtone-vue/compare/v2.79.1...v2.79.2) (2023-04-15)","date":"2023-04-15","body":"### Bug Fixes\n\n* **Avatar:** image size and z-index issues ([#908](https://github.com/dialpad/dialtone-vue/issues/908)) ([d0ad6ca](https://github.com/dialpad/dialtone-vue/commit/d0ad6ca8e3fba993272f92c150c620a55295d167))\n* **Avatar:** remove box sizing for overlay text/icon ([#906](https://github.com/dialpad/dialtone-vue/issues/906)) ([a88d026](https://github.com/dialpad/dialtone-vue/commit/a88d026e529b6a9ca550e22df88a606eb94d0bdf))\n* **Recipe Callbar Ai Popover:** fixed popover positioning in the callbar ([#912](https://github.com/dialpad/dialtone-vue/issues/912)) ([9fc1e42](https://github.com/dialpad/dialtone-vue/commit/9fc1e424eeb44563f10843c3cad9e93207d1c228))\n* **Recipe Callbar Tooltip:** fixed tooltip positioning in the callbar ([#910](https://github.com/dialpad/dialtone-vue/issues/910)) ([0957e6c](https://github.com/dialpad/dialtone-vue/commit/0957e6cef1db63b01259719814f0e617c2dc67e0))","parsed":{"_":["Avatar:** image size and z-index issues (#908) (d0ad6ca)","Avatar:** remove box sizing for overlay text/icon (#906) (a88d026)","Recipe Callbar Ai Popover:** fixed popover positioning in the callbar (#912) (9fc1e42)","Recipe Callbar Tooltip:** fixed tooltip positioning in the callbar (#910) (0957e6c)"],"Bug Fixes":["Avatar:** image size and z-index issues (#908) (d0ad6ca)","Avatar:** remove box sizing for overlay text/icon (#906) (a88d026)","Recipe Callbar Ai Popover:** fixed popover positioning in the callbar (#912) (9fc1e42)","Recipe Callbar Tooltip:** fixed tooltip positioning in the callbar (#910) (0957e6c)"]}},{"version":"2.79.1","title":"[2.79.1](https://github.com/dialpad/dialtone-vue/compare/v2.79.0...v2.79.1) (2023-04-13)","date":"2023-04-13","body":"### Bug Fixes\n\n* update dialtone / dialtone-icons ([03f7fdf](https://github.com/dialpad/dialtone-vue/commit/03f7fdf3d2ba05f54fe3ac47e8c0311894eeef34))","parsed":{"_":["update dialtone / dialtone-icons (03f7fdf)"],"Bug Fixes":["update dialtone / dialtone-icons (03f7fdf)"]}},{"version":"2.79.0","title":"[2.79.0](https://github.com/dialpad/dialtone-vue/compare/v2.78.2...v2.79.0) (2023-04-11)","date":"2023-04-11","body":"### Features\n\n* update dialtone-icons ([01b8f90](https://github.com/dialpad/dialtone-vue/commit/01b8f9066e64ed6c15fb1ef5175f95408d919aac))","parsed":{"_":["update dialtone-icons (01b8f90)"],"Features":["update dialtone-icons (01b8f90)"]}},{"version":"2.78.2","title":"[2.78.2](https://github.com/dialpad/dialtone-vue/compare/v2.78.1...v2.78.2) (2023-04-11)","date":"2023-04-11","body":"### Bug Fixes\n\n* null protection on some refs ([#903](https://github.com/dialpad/dialtone-vue/issues/903)) ([e1addd3](https://github.com/dialpad/dialtone-vue/commit/e1addd30be47f3d0bef1b0fba33822c0423bcc23))","parsed":{"_":["null protection on some refs (#903) (e1addd3)"],"Bug Fixes":["null protection on some refs (#903) (e1addd3)"]}},{"version":"2.78.1","title":"[2.78.1](https://github.com/dialpad/dialtone-vue/compare/v2.78.0...v2.78.1) (2023-04-10)","date":"2023-04-10","body":"### Bug Fixes\n\n* showing both image and initials issue ([#901](https://github.com/dialpad/dialtone-vue/issues/901)) ([b827e5e](https://github.com/dialpad/dialtone-vue/commit/b827e5ea08c5c8d0c91716190c716c6ccac74837))","parsed":{"_":["showing both image and initials issue (#901) (b827e5e)"],"Bug Fixes":["showing both image and initials issue (#901) (b827e5e)"]}},{"version":"2.78.0","title":"[2.78.0](https://github.com/dialpad/dialtone-vue/compare/v2.77.2...v2.78.0) (2023-04-06)","date":"2023-04-06","body":"### Features\n\n* support multiple avatars for `DtRecipeContactInfo` Component ([#881](https://github.com/dialpad/dialtone-vue/issues/881)) ([68559f8](https://github.com/dialpad/dialtone-vue/commit/68559f8e6e38d2df52297e44e834a4f2c4bf64cd))","parsed":{"_":["support multiple avatars for DtRecipeContactInfo Component (#881) (68559f8)"],"Features":["support multiple avatars for DtRecipeContactInfo Component (#881) (68559f8)"]}},{"version":"2.77.2","title":"[2.77.2](https://github.com/dialpad/dialtone-vue/compare/v2.77.1...v2.77.2) (2023-04-06)","date":"2023-04-06","body":"### Bug Fixes\n\n* update dialtone-icons ([f83850d](https://github.com/dialpad/dialtone-vue/commit/f83850d8a6e12b6108f4e2cadb0159a9ce171b45))","parsed":{"_":["update dialtone-icons (f83850d)"],"Bug Fixes":["update dialtone-icons (f83850d)"]}},{"version":"2.77.1","title":"[2.77.1](https://github.com/dialpad/dialtone-vue/compare/v2.77.0...v2.77.1) (2023-04-06)","date":"2023-04-06","body":"### Bug Fixes\n\n* **Popover:** losing focus ([#896](https://github.com/dialpad/dialtone-vue/issues/896)) ([28f6ccd](https://github.com/dialpad/dialtone-vue/commit/28f6ccd82a6b4ed904227baceb395dbd115b4d36))","parsed":{"_":["Popover:** losing focus (#896) (28f6ccd)"],"Bug Fixes":["Popover:** losing focus (#896) (28f6ccd)"]}},{"version":"2.77.0","title":"[2.77.0](https://github.com/dialpad/dialtone-vue/compare/v2.76.0...v2.77.0) (2023-04-06)","date":"2023-04-06","body":"### Documentation\n\n* add rich text editor tech spec ([#893](https://github.com/dialpad/dialtone-vue/issues/893)) ([960bc92](https://github.com/dialpad/dialtone-vue/commit/960bc927d112102f7e7c0fe9903ed146f761134e))\n\n\n### Features\n\n* **Callbar Button:** add importance prop ([#886](https://github.com/dialpad/dialtone-vue/issues/886)) ([6e24d74](https://github.com/dialpad/dialtone-vue/commit/6e24d746dd2601c8dd3e40063e56cc7088fb5900))\n* **Feed Items:** create feed item time pill ([#885](https://github.com/dialpad/dialtone-vue/issues/885)) ([fe388a4](https://github.com/dialpad/dialtone-vue/commit/fe388a48a64fd007f840e728122f339b49ba6e1f))","parsed":{"_":["add rich text editor tech spec (#893) (960bc92)","Callbar Button:** add importance prop (#886) (6e24d74)","Feed Items:** create feed item time pill (#885) (fe388a4)"],"Documentation":["add rich text editor tech spec (#893) (960bc92)"],"Features":["Callbar Button:** add importance prop (#886) (6e24d74)","Feed Items:** create feed item time pill (#885) (fe388a4)"]}},{"version":"2.76.0","title":"[2.76.0](https://github.com/dialpad/dialtone-vue/compare/v2.75.1...v2.76.0) (2023-04-04)","date":"2023-04-04","body":"### Bug Fixes\n\n* **Popover:** null protection ([#883](https://github.com/dialpad/dialtone-vue/issues/883)) ([70c19c4](https://github.com/dialpad/dialtone-vue/commit/70c19c43867ef2654cebc6837f12b3d33fee413d))\n* **Recipe Contact Info:** remove d-of-hidden ([#889](https://github.com/dialpad/dialtone-vue/issues/889)) ([421a111](https://github.com/dialpad/dialtone-vue/commit/421a11145a3be85de99f45ccb32d7db9eed0f894))\n\n\n### Features\n\n* **Modal:** add closeOnClick prop ([#888](https://github.com/dialpad/dialtone-vue/issues/888)) ([0276d8b](https://github.com/dialpad/dialtone-vue/commit/0276d8bc3cc203bcf0888e4b93ead1b70e93f4f3))","parsed":{"_":["Popover:** null protection (#883) (70c19c4)","Recipe Contact Info:** remove d-of-hidden (#889) (421a111)","Modal:** add closeOnClick prop (#888) (0276d8b)"],"Bug Fixes":["Popover:** null protection (#883) (70c19c4)","Recipe Contact Info:** remove d-of-hidden (#889) (421a111)"],"Features":["Modal:** add closeOnClick prop (#888) (0276d8b)"]}},{"version":"2.75.1","title":"[2.75.1](https://github.com/dialpad/dialtone-vue/compare/v2.75.0...v2.75.1) (2023-04-03)","date":"2023-04-03","body":"### Bug Fixes\n\n* **Recipe Leftbar Unread Chip:** background-color ([ac6614e](https://github.com/dialpad/dialtone-vue/commit/ac6614e4b5dc5281afff9dbb0317acea9745616e))","parsed":{"_":["Recipe Leftbar Unread Chip:** background-color (ac6614e)"],"Bug Fixes":["Recipe Leftbar Unread Chip:** background-color (ac6614e)"]}},{"version":"2.75.0","title":"[2.75.0](https://github.com/dialpad/dialtone-vue/compare/v2.74.4...v2.75.0) (2023-04-03)","date":"2023-04-03","body":"### Features\n\n* **Recipe Leftbar Unread Chip:** add leftbar unread chip recipe ([#877](https://github.com/dialpad/dialtone-vue/issues/877)) ([9975262](https://github.com/dialpad/dialtone-vue/commit/997526260eb0dbce1779c3eec81edbb75a2ff7f9))","parsed":{"_":["Recipe Leftbar Unread Chip:** add leftbar unread chip recipe (#877) (9975262)"],"Features":["Recipe Leftbar Unread Chip:** add leftbar unread chip recipe (#877) (9975262)"]}},{"version":"2.74.4","title":"[2.74.4](https://github.com/dialpad/dialtone-vue/compare/v2.74.3...v2.74.4) (2023-04-01)","date":"2023-04-01","body":"### Bug Fixes\n\n* **Avatar:** additional null protection ([4f169d1](https://github.com/dialpad/dialtone-vue/commit/4f169d1433f838aa272ccc718567964830a744ba))","parsed":{"_":["Avatar:** additional null protection (4f169d1)"],"Bug Fixes":["Avatar:** additional null protection (4f169d1)"]}},{"version":"2.74.3","title":"[2.74.3](https://github.com/dialpad/dialtone-vue/compare/v2.74.2...v2.74.3) (2023-03-31)","date":"2023-03-31","body":"### Bug Fixes\n\n* **Avatar:** null protect firstElementChild ([8cc0b40](https://github.com/dialpad/dialtone-vue/commit/8cc0b409fa2347fba70cdabe9afd47d7cd0c108f))","parsed":{"_":["Avatar:** null protect firstElementChild (8cc0b40)"],"Bug Fixes":["Avatar:** null protect firstElementChild (8cc0b40)"]}},{"version":"2.74.2","title":"[2.74.2](https://github.com/dialpad/dialtone-vue/compare/v2.74.1...v2.74.2) (2023-03-31)","date":"2023-03-31","body":"### Bug Fixes\n\n* **Image Viewer:** dt image viewer visual testing ([#865](https://github.com/dialpad/dialtone-vue/issues/865)) ([f530286](https://github.com/dialpad/dialtone-vue/commit/f5302866f7c4d10a5be604d2fbd108fc71af9e28))\n* **Recipe Callbar Btn:** transparent background when btn is in disabled state ([#875](https://github.com/dialpad/dialtone-vue/issues/875)) ([fff9350](https://github.com/dialpad/dialtone-vue/commit/fff93500ac01ec626c78f3d0fde7757b82f1f800))","parsed":{"_":["Image Viewer:** dt image viewer visual testing (#865) (f530286)","Recipe Callbar Btn:** transparent background when btn is in disabled state (#875) (fff9350)"],"Bug Fixes":["Image Viewer:** dt image viewer visual testing (#865) (f530286)","Recipe Callbar Btn:** transparent background when btn is in disabled state (#875) (fff9350)"]}},{"version":"2.74.1","title":"[2.74.1](https://github.com/dialpad/dialtone-vue/compare/v2.74.0...v2.74.1) (2023-03-30)","date":"2023-03-30","body":"### Bug Fixes\n\n* **Recipe Callbar Btn:** show tooltip when the callbar button is disa… ([#866](https://github.com/dialpad/dialtone-vue/issues/866)) ([b88ec69](https://github.com/dialpad/dialtone-vue/commit/b88ec697bfa23faa3d1d55a44c0ec53a8287665a))","parsed":{"_":["Recipe Callbar Btn:** show tooltip when the callbar button is disa… (#866) (b88ec69)"],"Bug Fixes":["Recipe Callbar Btn:** show tooltip when the callbar button is disa… (#866) (b88ec69)"]}},{"version":"2.74.0","title":"[2.74.0](https://github.com/dialpad/dialtone-vue/compare/v2.73.0...v2.74.0) (2023-03-30)","date":"2023-03-30","body":"### Features\n\n* **Input:** add date and time types for input ([#869](https://github.com/dialpad/dialtone-vue/issues/869)) ([a814bb7](https://github.com/dialpad/dialtone-vue/commit/a814bb787d5375320a71fa4d93695b04c196b7ce))\n* **Tooltip:** add 300ms default delay ([#868](https://github.com/dialpad/dialtone-vue/issues/868)) ([9e36848](https://github.com/dialpad/dialtone-vue/commit/9e36848a34817ac6117b726395455d5bd1e454ef))","parsed":{"_":["Input:** add date and time types for input (#869) (a814bb7)","Tooltip:** add 300ms default delay (#868) (9e36848)"],"Features":["Input:** add date and time types for input (#869) (a814bb7)","Tooltip:** add 300ms default delay (#868) (9e36848)"]}},{"version":"2.73.0","title":"[2.73.0](https://github.com/dialpad/dialtone-vue/compare/v2.72.6...v2.73.0) (2023-03-27)","date":"2023-03-27","body":"### Bug Fixes\n\n* **Group Row:** change group row avatar to 'users' icon ([#862](https://github.com/dialpad/dialtone-vue/issues/862)) ([525137a](https://github.com/dialpad/dialtone-vue/commit/525137af0117495bbf3e6b88cc760b6b3c485355))\n\n\n### Features\n\n* adds codeblock component to dialtone vue ([#852](https://github.com/dialpad/dialtone-vue/issues/852)) ([43d3f28](https://github.com/dialpad/dialtone-vue/commit/43d3f2800ff835d76f10756cd82f38d30e3bc45e))\n* **Dropdown:** add tether prop ([#861](https://github.com/dialpad/dialtone-vue/issues/861)) ([273cef1](https://github.com/dialpad/dialtone-vue/commit/273cef17177820e48fa6205bf1c7b2e0707c6cf4))\n* **Image Viewer:** create dtImageViewer ([#834](https://github.com/dialpad/dialtone-vue/issues/834)) ([396dbb3](https://github.com/dialpad/dialtone-vue/commit/396dbb3bf8d671b3ccee4b1e43eed5a51dedda98))","parsed":{"_":["Group Row:** change group row avatar to 'users' icon (#862) (525137a)","adds codeblock component to dialtone vue (#852) (43d3f28)","Dropdown:** add tether prop (#861) (273cef1)","Image Viewer:** create dtImageViewer (#834) (396dbb3)"],"Bug Fixes":["Group Row:** change group row avatar to 'users' icon (#862) (525137a)"],"Features":["adds codeblock component to dialtone vue (#852) (43d3f28)","Dropdown:** add tether prop (#861) (273cef1)","Image Viewer:** create dtImageViewer (#834) (396dbb3)"]}},{"version":"2.72.6","title":"[2.72.6](https://github.com/dialpad/dialtone-vue/compare/v2.72.5...v2.72.6) (2023-03-24)","date":"2023-03-24","body":"### Bug Fixes\n\n* **Input:** length validation improvement ([#858](https://github.com/dialpad/dialtone-vue/issues/858)) ([34bc349](https://github.com/dialpad/dialtone-vue/commit/34bc34931e60debee8e6a17052aaf6d6612a3961))","parsed":{"_":["Input:** length validation improvement (#858) (34bc349)"],"Bug Fixes":["Input:** length validation improvement (#858) (34bc349)"]}},{"version":"2.72.5","title":"[2.72.5](https://github.com/dialpad/dialtone-vue/compare/v2.72.4...v2.72.5) (2023-03-24)","date":"2023-03-24","body":"### Bug Fixes\n\n* update dialtone-icons ([#856](https://github.com/dialpad/dialtone-vue/issues/856)) ([9d4c61d](https://github.com/dialpad/dialtone-vue/commit/9d4c61d53b353824b464192fddcb94b9627c73f0))","parsed":{"_":["update dialtone-icons (#856) (9d4c61d)"],"Bug Fixes":["update dialtone-icons (#856) (9d4c61d)"]}},{"version":"2.72.4","title":"[2.72.4](https://github.com/dialpad/dialtone-vue/compare/v2.72.3...v2.72.4) (2023-03-23)","date":"2023-03-23","body":"### Bug Fixes\n\n* update dialtone-icons ([#854](https://github.com/dialpad/dialtone-vue/issues/854)) ([1b97a5c](https://github.com/dialpad/dialtone-vue/commit/1b97a5c99a145b76df3ce039ba177e79bf13ecfb))","parsed":{"_":["update dialtone-icons (#854) (1b97a5c)"],"Bug Fixes":["update dialtone-icons (#854) (1b97a5c)"]}},{"version":"2.72.3","title":"[2.72.3](https://github.com/dialpad/dialtone-vue/compare/v2.72.2...v2.72.3) (2023-03-22)","date":"2023-03-22","body":"### Bug Fixes\n\n* update dialtone icons ([#844](https://github.com/dialpad/dialtone-vue/issues/844)) ([d40ee50](https://github.com/dialpad/dialtone-vue/commit/d40ee50c6bff45c77894f3e1ce79ac88b45edd28))","parsed":{"_":["update dialtone icons (#844) (d40ee50)"],"Bug Fixes":["update dialtone icons (#844) (d40ee50)"]}},{"version":"2.72.2","title":"[2.72.2](https://github.com/dialpad/dialtone-vue/compare/v2.72.1...v2.72.2) (2023-03-20)","date":"2023-03-20","body":"### Bug Fixes\n\n* **Badge:** export decoration modifiers ([#846](https://github.com/dialpad/dialtone-vue/issues/846)) ([8fa4614](https://github.com/dialpad/dialtone-vue/commit/8fa4614644135965d97e6c494349909ad214aaf4))","parsed":{"_":["Badge:** export decoration modifiers (#846) (8fa4614)"],"Bug Fixes":["Badge:** export decoration modifiers (#846) (8fa4614)"]}},{"version":"2.72.1","title":"[2.72.1](https://github.com/dialpad/dialtone-vue/compare/v2.72.0...v2.72.1) (2023-03-20)","date":"2023-03-20","body":"### Bug Fixes\n\n* **Avatar:** allow empty alt if explicitly set ([1e4623f](https://github.com/dialpad/dialtone-vue/commit/1e4623fb28cb73c2044fbfab7793596addabae35))","parsed":{"_":["Avatar:** allow empty alt if explicitly set (1e4623f)"],"Bug Fixes":["Avatar:** allow empty alt if explicitly set (1e4623f)"]}},{"version":"2.71.1","title":"[2.71.1](https://github.com/dialpad/dialtone-vue/compare/v2.71.0...v2.71.1) (2023-03-20)","date":"2023-03-20","body":"### Bug Fixes\n\n* configure passthrough attrs in leftbar components ([#842](https://github.com/dialpad/dialtone-vue/issues/842)) ([0f31156](https://github.com/dialpad/dialtone-vue/commit/0f311561fc06df44468c9ed9a033f47ade7441c2))","parsed":{"_":["configure passthrough attrs in leftbar components (#842) (0f31156)"],"Bug Fixes":["configure passthrough attrs in leftbar components (#842) (0f31156)"]}},{"version":"2.71.0","title":"[2.71.0](https://github.com/dialpad/dialtone-vue/compare/v2.70.0...v2.71.0) (2023-03-20)","date":"2023-03-20","body":"### Bug Fixes\n\n* **Leftbar Group Row:** add missing avatarSeed prop ([#840](https://github.com/dialpad/dialtone-vue/issues/840)) ([ef90afa](https://github.com/dialpad/dialtone-vue/commit/ef90afa86cd29e99fa034cf0d6d199fbe8172a48))\n\n\n### Features\n\n* **Badge:** add decoration prop ([#828](https://github.com/dialpad/dialtone-vue/issues/828)) ([a3183f0](https://github.com/dialpad/dialtone-vue/commit/a3183f05181c4c33f74011ee89906743d7305071))","parsed":{"_":["Leftbar Group Row:** add missing avatarSeed prop (#840) (ef90afa)","Badge:** add decoration prop (#828) (a3183f0)"],"Bug Fixes":["Leftbar Group Row:** add missing avatarSeed prop (#840) (ef90afa)"],"Features":["Badge:** add decoration prop (#828) (a3183f0)"]}},{"version":"2.70.0","title":"[2.70.0](https://github.com/dialpad/dialtone-vue/compare/v2.69.0...v2.70.0) (2023-03-16)","date":"2023-03-16","body":"### Features\n\n* **Avatar:** add canvasClass prop ([#830](https://github.com/dialpad/dialtone-vue/issues/830)) ([62437c2](https://github.com/dialpad/dialtone-vue/commit/62437c2a17ca5f9287d69ead6d5357afd9f6c45a))","parsed":{"_":["Avatar:** add canvasClass prop (#830) (62437c2)"],"Features":["Avatar:** add canvasClass prop (#830) (62437c2)"]}},{"version":"2.69.0","title":"[2.69.0](https://github.com/dialpad/dialtone-vue/compare/v2.68.0...v2.69.0) (2023-03-16)","date":"2023-03-16","body":"### Bug Fixes\n\n* dialtone-icons version ([#823](https://github.com/dialpad/dialtone-vue/issues/823)) ([0cde468](https://github.com/dialpad/dialtone-vue/commit/0cde468de8db4c9eeb9f44653e271f1b5d9b78fd))\n* popover fallback placements ([#821](https://github.com/dialpad/dialtone-vue/issues/821)) ([a18ac48](https://github.com/dialpad/dialtone-vue/commit/a18ac482c84c9d73fbee695d6a89c3051c8b28cb))\n\n\n### Features\n\n* **Leftbar Contact Row:** add hasCallButton ([#826](https://github.com/dialpad/dialtone-vue/issues/826)) ([000cd5a](https://github.com/dialpad/dialtone-vue/commit/000cd5a272a0a0fbe53984311b8c6351acdd6c5d))","parsed":{"_":["dialtone-icons version (#823) (0cde468)","popover fallback placements (#821) (a18ac48)","Leftbar Contact Row:** add hasCallButton (#826) (000cd5a)"],"Bug Fixes":["dialtone-icons version (#823) (0cde468)","popover fallback placements (#821) (a18ac48)"],"Features":["Leftbar Contact Row:** add hasCallButton (#826) (000cd5a)"]}},{"version":"2.68.0","title":"[2.68.0](https://github.com/dialpad/dialtone-vue/compare/v2.67.0...v2.68.0) (2023-03-15)","date":"2023-03-15","body":"### Code Refactoring\n\n* modify dt-recipe-callbar component to have common styles baked in ([#811](https://github.com/dialpad/dialtone-vue/issues/811)) ([4bebf71](https://github.com/dialpad/dialtone-vue/commit/4bebf71f8836ff83db0fa36336480195283629ca))\n\n\n### Features\n\n* **Dt Recipe Ivr Node:** add new ivr top connector slot ([#819](https://github.com/dialpad/dialtone-vue/issues/819)) ([d45a305](https://github.com/dialpad/dialtone-vue/commit/d45a3050bd1fa5ad6dc5fc198c49ea4bc6b55c61))","parsed":{"_":["modify dt-recipe-callbar component to have common styles baked in (#811) (4bebf71)","Dt Recipe Ivr Node:** add new ivr top connector slot (#819) (d45a305)"],"Code Refactoring":["modify dt-recipe-callbar component to have common styles baked in (#811) (4bebf71)"],"Features":["Dt Recipe Ivr Node:** add new ivr top connector slot (#819) (d45a305)"]}},{"version":"2.67.0","title":"[2.67.0](https://github.com/dialpad/dialtone-vue/compare/v2.66.0...v2.67.0) (2023-03-15)","date":"2023-03-15","body":"### Features\n\n* add avatar-size prop to contact info ([#809](https://github.com/dialpad/dialtone-vue/issues/809)) ([583c3fb](https://github.com/dialpad/dialtone-vue/commit/583c3fbe6aaaedc7c37e456b756098e770bd807c))","parsed":{"_":["add avatar-size prop to contact info (#809) (583c3fb)"],"Features":["add avatar-size prop to contact info (#809) (583c3fb)"]}},{"version":"2.66.0","title":"[2.66.0](https://github.com/dialpad/dialtone-vue/compare/v2.65.2...v2.66.0) (2023-03-14)","date":"2023-03-14","body":"### Bug Fixes\n\n* **Leftbar Group Row:** add conditional img render ([#814](https://github.com/dialpad/dialtone-vue/issues/814)) ([4eb8782](https://github.com/dialpad/dialtone-vue/commit/4eb87825ec4b08a4670e807adf0556affed48e9a))\n\n\n### Features\n\n* **Leftbar Contact Row:** support \"no presence\" ([#813](https://github.com/dialpad/dialtone-vue/issues/813)) ([2364fcf](https://github.com/dialpad/dialtone-vue/commit/2364fcf4a9b801f01bbf1a50af90cec619d3e105))","parsed":{"_":["Leftbar Group Row:** add conditional img render (#814) (4eb8782)","Leftbar Contact Row:** support \"no presence\" (#813) (2364fcf)"],"Bug Fixes":["Leftbar Group Row:** add conditional img render (#814) (4eb8782)"],"Features":["Leftbar Contact Row:** support \"no presence\" (#813) (2364fcf)"]}},{"version":"2.65.2","title":"[2.65.2](https://github.com/dialpad/dialtone-vue/compare/v2.65.1...v2.65.2) (2023-03-13)","date":"2023-03-13","body":"### Bug Fixes\n\n* dialbot size ([57a81ab](https://github.com/dialpad/dialtone-vue/commit/57a81ab5cc03c06689041d5c4e7135b9d2403ead))","parsed":{"_":["dialbot size (57a81ab)"],"Bug Fixes":["dialbot size (57a81ab)"]}},{"version":"2.65.1","title":"[2.65.1](https://github.com/dialpad/dialtone-vue/compare/v2.65.0...v2.65.1) (2023-03-13)","date":"2023-03-13","body":"### Bug Fixes\n\n* **Popover:** ignore role=presentation ([92bc480](https://github.com/dialpad/dialtone-vue/commit/92bc4803a28752cbbd361b201801b8618536c862))","parsed":{"_":["Popover:** ignore role=presentation (92bc480)"],"Bug Fixes":["Popover:** ignore role=presentation (92bc480)"]}},{"version":"2.65.0","title":"[2.65.0](https://github.com/dialpad/dialtone-vue/compare/v2.64.0...v2.65.0) (2023-03-13)","date":"2023-03-13","body":"### Bug Fixes\n\n* **Avatar:** initials are not available until image loads ([#803](https://github.com/dialpad/dialtone-vue/issues/803)) ([1fbedd3](https://github.com/dialpad/dialtone-vue/commit/1fbedd3c20b610d5744d41b4fe3ddc7197267b44))\n\n\n### Features\n\n* **Leftbar:** fixes and additions to leftbar row components ([#804](https://github.com/dialpad/dialtone-vue/issues/804)) ([0bb19a5](https://github.com/dialpad/dialtone-vue/commit/0bb19a547554781c5a7a7db388ef705e21a5cdd8))\n* **Theme:** update leftbar theme vars ([#800](https://github.com/dialpad/dialtone-vue/issues/800)) ([62898a6](https://github.com/dialpad/dialtone-vue/commit/62898a67d96ad0d56f254fdbc9607d71f8a453ea))","parsed":{"_":["Avatar:** initials are not available until image loads (#803) (1fbedd3)","Leftbar:** fixes and additions to leftbar row components (#804) (0bb19a5)","Theme:** update leftbar theme vars (#800) (62898a6)"],"Bug Fixes":["Avatar:** initials are not available until image loads (#803) (1fbedd3)"],"Features":["Leftbar:** fixes and additions to leftbar row components (#804) (0bb19a5)","Theme:** update leftbar theme vars (#800) (62898a6)"]}},{"version":"2.64.0","title":"[2.64.0](https://github.com/dialpad/dialtone-vue/compare/v2.63.0...v2.64.0) (2023-03-06)","date":"2023-03-06","body":"### Bug Fixes\n\n* adjust callbar button width for size ([#794](https://github.com/dialpad/dialtone-vue/issues/794)) ([c04c1a7](https://github.com/dialpad/dialtone-vue/commit/c04c1a7ad09b753a38568ce5dc2b5dcc619ddc25))\n* **Leftbar:** dnd style ([#792](https://github.com/dialpad/dialtone-vue/issues/792)) ([c30f4b9](https://github.com/dialpad/dialtone-vue/commit/c30f4b9c4c8cfad4bb62c69344bedd5c99678c4e))\n* **Popover:** protect against an undefined focus element ([#797](https://github.com/dialpad/dialtone-vue/issues/797)) ([f880e76](https://github.com/dialpad/dialtone-vue/commit/f880e76fe007b781532c0b81886203dc82f2f929))\n\n\n### Features\n\n* **Leftbar Contact Row:** add contact row ([#796](https://github.com/dialpad/dialtone-vue/issues/796)) ([4c2e292](https://github.com/dialpad/dialtone-vue/commit/4c2e2923e83cc96d1f0ba7acb627d275d2a1c941))","parsed":{"_":["adjust callbar button width for size (#794) (c04c1a7)","Leftbar:** dnd style (#792) (c30f4b9)","Popover:** protect against an undefined focus element (#797) (f880e76)","Leftbar Contact Row:** add contact row (#796) (4c2e292)"],"Bug Fixes":["adjust callbar button width for size (#794) (c04c1a7)","Leftbar:** dnd style (#792) (c30f4b9)","Popover:** protect against an undefined focus element (#797) (f880e76)"],"Features":["Leftbar Contact Row:** add contact row (#796) (4c2e292)"]}},{"version":"2.63.0","title":"[2.63.0](https://github.com/dialpad/dialtone-vue/compare/v2.62.0...v2.63.0) (2023-03-02)","date":"2023-03-02","body":"### Features\n\n* **Leftbar General Row:** add hasUnreads prop ([5da9dd7](https://github.com/dialpad/dialtone-vue/commit/5da9dd75c0d2e521018b8767d1e8beb012a4da75))","parsed":{"_":["Leftbar General Row:** add hasUnreads prop (5da9dd7)"],"Features":["Leftbar General Row:** add hasUnreads prop (5da9dd7)"]}},{"version":"2.62.0","title":"[2.62.0](https://github.com/dialpad/dialtone-vue/compare/v2.61.0...v2.62.0) (2023-03-01)","date":"2023-03-01","body":"### Features\n\n* DP-59900 Add `buttonWidthSize` prop ([167b08c](https://github.com/dialpad/dialtone-vue/commit/167b08c081f3a5f73d8d2bad733f323a3b6c0ff7))","parsed":{"_":["DP-59900 Add buttonWidthSize prop (167b08c)"],"Features":["DP-59900 Add buttonWidthSize prop (167b08c)"]}},{"version":"2.61.0","title":"[2.61.0](https://github.com/dialpad/dialtone-vue/compare/v2.60.0...v2.61.0) (2023-03-01)","date":"2023-03-01","body":"### Bug Fixes\n\n* **Combobox:** popover close on scroll ([#779](https://github.com/dialpad/dialtone-vue/issues/779)) ([7cbb916](https://github.com/dialpad/dialtone-vue/commit/7cbb91607346fed731f122738eb4e3e4633afa9f))\n\n\n### Features\n\n* **Leftbar General Row:** additional styles ([#786](https://github.com/dialpad/dialtone-vue/issues/786)) ([c803bc0](https://github.com/dialpad/dialtone-vue/commit/c803bc0ddfd6d42394f9543d1a059651fa58ea46))\n* **Leftbar:** update text-overflow style ([#789](https://github.com/dialpad/dialtone-vue/issues/789)) ([d6873a8](https://github.com/dialpad/dialtone-vue/commit/d6873a83684c822ea696d65c9a46acbbc29ea495))\n* **Theme:** update sidebar theme vars ([#782](https://github.com/dialpad/dialtone-vue/issues/782)) ([1c0584f](https://github.com/dialpad/dialtone-vue/commit/1c0584f3c865180573ab5194bc5833f77bee5686))","parsed":{"_":["Combobox:** popover close on scroll (#779) (7cbb916)","Leftbar General Row:** additional styles (#786) (c803bc0)","Leftbar:** update text-overflow style (#789) (d6873a8)","Theme:** update sidebar theme vars (#782) (1c0584f)"],"Bug Fixes":["Combobox:** popover close on scroll (#779) (7cbb916)"],"Features":["Leftbar General Row:** additional styles (#786) (c803bc0)","Leftbar:** update text-overflow style (#789) (d6873a8)","Theme:** update sidebar theme vars (#782) (1c0584f)"]}},{"version":"2.60.0","title":"[2.60.0](https://github.com/dialpad/dialtone-vue/compare/v2.59.2...v2.60.0) (2023-02-28)","date":"2023-02-28","body":"### Features\n\n* **Leftbar:** add group row recipe ([#778](https://github.com/dialpad/dialtone-vue/issues/778)) ([ce1e487](https://github.com/dialpad/dialtone-vue/commit/ce1e487c8624e48a36cf85b9ed856a41e2c7d861))","parsed":{"_":["Leftbar:** add group row recipe (#778) (ce1e487)"],"Features":["Leftbar:** add group row recipe (#778) (ce1e487)"]}},{"version":"2.59.2","title":"[2.59.2](https://github.com/dialpad/dialtone-vue/compare/v2.59.1...v2.59.2) (2023-02-24)","date":"2023-02-24","body":"### Bug Fixes\n\n* export leftbar general row ([0af5373](https://github.com/dialpad/dialtone-vue/commit/0af53730fb8630843c244f737449b275d5faa075))","parsed":{"_":["export leftbar general row (0af5373)"],"Bug Fixes":["export leftbar general row (0af5373)"]}},{"version":"2.59.1","title":"[2.59.1](https://github.com/dialpad/dialtone-vue/compare/v2.59.0...v2.59.1) (2023-02-24)","date":"2023-02-24","body":"### Bug Fixes\n\n* export presence ([ea7feb1](https://github.com/dialpad/dialtone-vue/commit/ea7feb1c24f306fcfcc005fd9d3cb945c294cc0f))","parsed":{"_":["export presence (ea7feb1)"],"Bug Fixes":["export presence (ea7feb1)"]}},{"version":"2.59.0","title":"[2.59.0](https://github.com/dialpad/dialtone-vue/compare/v2.58.0...v2.59.0) (2023-02-23)","date":"2023-02-23","body":"### Bug Fixes\n\n* **Popover, Tooltip:** support shadow dom ([#772](https://github.com/dialpad/dialtone-vue/issues/772)) ([7e3ba47](https://github.com/dialpad/dialtone-vue/commit/7e3ba473beeed1a00f2a44e61011ab99480b861d))\n* **Popover:** prevent viewport from cutting off modal popover ([#770](https://github.com/dialpad/dialtone-vue/issues/770)) ([5e3b542](https://github.com/dialpad/dialtone-vue/commit/5e3b5426cd9b832994e395ed3fbc1929c2f94a70))\n* vue api doc issues ([#776](https://github.com/dialpad/dialtone-vue/issues/776)) ([2620ce5](https://github.com/dialpad/dialtone-vue/commit/2620ce5f39bdec1442252c949447e044ed0d3570))\n\n\n### Features\n\n* **Leftbar:** add general row recipe ([#769](https://github.com/dialpad/dialtone-vue/issues/769)) ([d1b57e0](https://github.com/dialpad/dialtone-vue/commit/d1b57e07082218bcd307097304a74a4ee2f75d17))","parsed":{"_":["Popover, Tooltip:** support shadow dom (#772) (7e3ba47)","Popover:** prevent viewport from cutting off modal popover (#770) (5e3b542)","vue api doc issues (#776) (2620ce5)","Leftbar:** add general row recipe (#769) (d1b57e0)"],"Bug Fixes":["Popover, Tooltip:** support shadow dom (#772) (7e3ba47)","Popover:** prevent viewport from cutting off modal popover (#770) (5e3b542)","vue api doc issues (#776) (2620ce5)"],"Features":["Leftbar:** add general row recipe (#769) (d1b57e0)"]}},{"version":"2.58.0","title":"[2.58.0](https://github.com/dialpad/dialtone-vue/compare/v2.57.1...v2.58.0) (2023-02-17)","date":"2023-02-17","body":"### Features\n\n* **Stack:** new stack component ([#758](https://github.com/dialpad/dialtone-vue/issues/758)) ([7e8e78a](https://github.com/dialpad/dialtone-vue/commit/7e8e78ae5e884ce0d1bb79a61ee5417f04ec4086))","parsed":{"_":["Stack:** new stack component (#758) (7e8e78a)"],"Features":["Stack:** new stack component (#758) (7e8e78a)"]}},{"version":"2.58.0","title":"[2.58.0](https://github.com/dialpad/dialtone-vue/compare/v2.57.1...v2.58.0) (2023-02-17)","date":"2023-02-17","body":"### Features\n\n* **Stack:** new stack component ([#758](https://github.com/dialpad/dialtone-vue/issues/758)) ([7e8e78a](https://github.com/dialpad/dialtone-vue/commit/7e8e78ae5e884ce0d1bb79a61ee5417f04ec4086))","parsed":{"_":["Stack:** new stack component (#758) (7e8e78a)"],"Features":["Stack:** new stack component (#758) (7e8e78a)"]}},{"version":"2.57.1","title":"[2.57.1](https://github.com/dialpad/dialtone-vue/compare/v2.57.0...v2.57.1) (2023-02-15)","date":"2023-02-15","body":"### Bug Fixes\n\n* add appendTo prop on all popover based components ([#764](https://github.com/dialpad/dialtone-vue/issues/764)) ([e11a915](https://github.com/dialpad/dialtone-vue/commit/e11a915666a9dff363ca7a489cffbb0464198ed2))\n* **Dropdown:** remove deprecated DropdownList ([#765](https://github.com/dialpad/dialtone-vue/issues/765)) ([72edcf1](https://github.com/dialpad/dialtone-vue/commit/72edcf1edb84656ae88d37c5dfaa996cb240e6c6))","parsed":{"_":["add appendTo prop on all popover based components (#764) (e11a915)","Dropdown:** remove deprecated DropdownList (#765) (72edcf1)"],"Bug Fixes":["add appendTo prop on all popover based components (#764) (e11a915)","Dropdown:** remove deprecated DropdownList (#765) (72edcf1)"]}},{"version":"2.57.0","title":"[2.57.0](https://github.com/dialpad/dialtone-vue/compare/v2.56.1...v2.57.0) (2023-02-14)","date":"2023-02-14","body":"### Bug Fixes\n\n* **Root Layout Body:** fix a11y keyboard access to main content ([#753](https://github.com/dialpad/dialtone-vue/issues/753)) ([f93ac26](https://github.com/dialpad/dialtone-vue/commit/f93ac26e9ce0b94e6ad858ef5afa1a93e5cfb266))\n* **Root Layout:** null protection on getElementTops ([#762](https://github.com/dialpad/dialtone-vue/issues/762)) ([01754a3](https://github.com/dialpad/dialtone-vue/commit/01754a3484c54dde2feb653b092abe80784398d8))\n* **Root Layout:** sidebar independently scrollable ([#755](https://github.com/dialpad/dialtone-vue/issues/755)) ([a6d3dcb](https://github.com/dialpad/dialtone-vue/commit/a6d3dcb872774092ab1aa5b7dffc4dba32dd31c5))\n\n\n### Features\n\n* **List Item:** add selected prop ([#746](https://github.com/dialpad/dialtone-vue/issues/746)) ([9936198](https://github.com/dialpad/dialtone-vue/commit/9936198fdbdaafc60174767d198430e0f05c42d1))","parsed":{"_":["Root Layout Body:** fix a11y keyboard access to main content (#753) (f93ac26)","Root Layout:** null protection on getElementTops (#762) (01754a3)","Root Layout:** sidebar independently scrollable (#755) (a6d3dcb)","List Item:** add selected prop (#746) (9936198)"],"Bug Fixes":["Root Layout Body:** fix a11y keyboard access to main content (#753) (f93ac26)","Root Layout:** null protection on getElementTops (#762) (01754a3)","Root Layout:** sidebar independently scrollable (#755) (a6d3dcb)"],"Features":["List Item:** add selected prop (#746) (9936198)"]}},{"version":"2.56.1","title":"[2.56.1](https://github.com/dialpad/dialtone-vue/compare/v2.56.0...v2.56.1) (2023-02-09)","date":"2023-02-09","body":"### Bug Fixes\n\n* **Combobox With Popover:** add hasSuggestionList to sb ([2275074](https://github.com/dialpad/dialtone-vue/commit/22750748b36ee7912ea699d0b24ba779e90473f9))","parsed":{"_":["Combobox With Popover:** add hasSuggestionList to sb (2275074)"],"Bug Fixes":["Combobox With Popover:** add hasSuggestionList to sb (2275074)"]}},{"version":"2.56.0","title":"[2.56.0](https://github.com/dialpad/dialtone-vue/compare/v2.55.2...v2.56.0) (2023-02-08)","date":"2023-02-08","body":"### Bug Fixes\n\n* preventScrolling after transition completes ([#749](https://github.com/dialpad/dialtone-vue/issues/749)) ([35d3b68](https://github.com/dialpad/dialtone-vue/commit/35d3b68446d975217cc747ef3a8d7cffeafaeb9e))\n* **Root Layout:** add fixed prop ([#738](https://github.com/dialpad/dialtone-vue/issues/738)) ([f2e7efe](https://github.com/dialpad/dialtone-vue/commit/f2e7efe4108d7ca95484cea796934bbf4e5286f7))\n* **Root Layout:** headerHeight 0 if no slot ([8b1c17d](https://github.com/dialpad/dialtone-vue/commit/8b1c17d3c256772b2e6423599b157707b50ff28f))\n\n\n### Features\n\n* **Avatar:** group variant ([#745](https://github.com/dialpad/dialtone-vue/issues/745)) ([98fe39e](https://github.com/dialpad/dialtone-vue/commit/98fe39e9407f2b9874314ddcdb0a7f0937b383ba))","parsed":{"_":["preventScrolling after transition completes (#749) (35d3b68)","Root Layout:** add fixed prop (#738) (f2e7efe)","Root Layout:** headerHeight 0 if no slot (8b1c17d)","Avatar:** group variant (#745) (98fe39e)"],"Bug Fixes":["preventScrolling after transition completes (#749) (35d3b68)","Root Layout:** add fixed prop (#738) (f2e7efe)","Root Layout:** headerHeight 0 if no slot (8b1c17d)"],"Features":["Avatar:** group variant (#745) (98fe39e)"]}},{"version":"2.55.2","title":"[2.55.2](https://github.com/dialpad/dialtone-vue/compare/v2.55.1...v2.55.2) (2023-02-03)","date":"2023-02-03","body":"### Bug Fixes\n\n* **Combobox Multi Select:** wrong chips position while on modal ([#742](https://github.com/dialpad/dialtone-vue/issues/742)) ([6525827](https://github.com/dialpad/dialtone-vue/commit/6525827bd07a0cbebc9b0929a103329ed61f95d1))","parsed":{"_":["Combobox Multi Select:** wrong chips position while on modal (#742) (6525827)"],"Bug Fixes":["Combobox Multi Select:** wrong chips position while on modal (#742) (6525827)"]}},{"version":"2.55.1","title":"[2.55.1](https://github.com/dialpad/dialtone-vue/compare/v2.55.0...v2.55.1) (2023-02-02)","date":"2023-02-02","body":"","parsed":{"_":[]}},{"version":"2.55.0","title":"[2.55.0](https://github.com/dialpad/dialtone-vue/compare/v2.54.2...v2.55.0) (2023-02-01)","date":"2023-02-01","body":"","parsed":{"_":[]}},{"version":"2.54.2","title":"[2.54.2](https://github.com/dialpad/dialtone-vue/compare/v2.54.1...v2.54.2) (2023-01-26)","date":"2023-01-26","body":"### Bug Fixes\n\n* **Popover:** fix prevent scroll logic ([#722](https://github.com/dialpad/dialtone-vue/issues/722)) ([7a1ed16](https://github.com/dialpad/dialtone-vue/commit/7a1ed16d0008a3f2c3a640fe5ac3c68b285d8ab5))","parsed":{"_":["Popover:** fix prevent scroll logic (#722) (7a1ed16)"],"Bug Fixes":["Popover:** fix prevent scroll logic (#722) (7a1ed16)"]}},{"version":"2.54.1","title":"[2.54.1](https://github.com/dialpad/dialtone-vue/compare/v2.54.0...v2.54.1) (2023-01-26)","date":"2023-01-26","body":"### Bug Fixes\n\n* **Modal:** fix modal focusFirstElement method ([#720](https://github.com/dialpad/dialtone-vue/issues/720)) ([0bc9205](https://github.com/dialpad/dialtone-vue/commit/0bc9205b42787c7328925175348f0dd9bc39b122))","parsed":{"_":["Modal:** fix modal focusFirstElement method (#720) (0bc9205)"],"Bug Fixes":["Modal:** fix modal focusFirstElement method (#720) (0bc9205)"]}},{"version":"2.54.0","title":"[2.54.0](https://github.com/dialpad/dialtone-vue/compare/v2.53.1...v2.54.0) (2023-01-26)","date":"2023-01-26","body":"### Bug Fixes\n\n* **Combobox:** chips vertical alignment. ([#706](https://github.com/dialpad/dialtone-vue/issues/706)) ([e552ca1](https://github.com/dialpad/dialtone-vue/commit/e552ca1e3b324f58c2dfa50305dd84f854a9a35e))\n* **Notice:** incorrect validation ([#715](https://github.com/dialpad/dialtone-vue/issues/715)) ([c1360cc](https://github.com/dialpad/dialtone-vue/commit/c1360cc6f18341d77a6794a686bf2448178455aa))\n* **Tab:** fix focus management with focusable elements inside the panel ([#717](https://github.com/dialpad/dialtone-vue/issues/717)) ([693ac9e](https://github.com/dialpad/dialtone-vue/commit/693ac9e07aaa4886a9e9a3020a0bb5a619a722c7))\n\n\n### Features\n\n* **Modal:** add style variants of banner ([#713](https://github.com/dialpad/dialtone-vue/issues/713)) ([8696828](https://github.com/dialpad/dialtone-vue/commit/86968283f0e1e855f21d659fb9f7229a6fd45aaf))","parsed":{"_":["Combobox:** chips vertical alignment. (#706) (e552ca1)","Notice:** incorrect validation (#715) (c1360cc)","Tab:** fix focus management with focusable elements inside the panel (#717) (693ac9e)","Modal:** add style variants of banner (#713) (8696828)"],"Bug Fixes":["Combobox:** chips vertical alignment. (#706) (e552ca1)","Notice:** incorrect validation (#715) (c1360cc)","Tab:** fix focus management with focusable elements inside the panel (#717) (693ac9e)"],"Features":["Modal:** add style variants of banner (#713) (8696828)"]}},{"version":"2.53.1","title":"[2.53.1](https://github.com/dialpad/dialtone-vue/compare/v2.53.0...v2.53.1) (2023-01-20)","date":"2023-01-20","body":"### Bug Fixes\n\n* **Popover:** blocking wheel event ([#708](https://github.com/dialpad/dialtone-vue/issues/708)) ([0a7f3db](https://github.com/dialpad/dialtone-vue/commit/0a7f3dbd5f298e3f130474c38ed2d2442753c9f9))","parsed":{"_":["Popover:** blocking wheel event (#708) (0a7f3db)"],"Bug Fixes":["Popover:** blocking wheel event (#708) (0a7f3db)"]}},{"version":"2.53.0","title":"[2.53.0](https://github.com/dialpad/dialtone-vue/compare/v2.52.0...v2.53.0) (2023-01-17)","date":"2023-01-17","body":"### Features\n\n* include CHANGELOG files in the package ([#704](https://github.com/dialpad/dialtone-vue/issues/704)) ([639dd92](https://github.com/dialpad/dialtone-vue/commit/639dd92cac24d1944be19f9c68d6c4f855cba980))","parsed":{"_":["include CHANGELOG files in the package (#704) (639dd92)"],"Features":["include CHANGELOG files in the package (#704) (639dd92)"]}},{"version":"2.52.0","title":"[2.52.0](https://github.com/dialpad/dialtone-vue/compare/v2.51.0...v2.52.0) (2023-01-16)","date":"2023-01-16","body":"### Features\n\n* revert enable shadowMode due to error ([e622436](https://github.com/dialpad/dialtone-vue/commit/e62243660921a933390c07a24e0a4a3ef0e9ddf7))","parsed":{"_":["revert enable shadowMode due to error (e622436)"],"Features":["revert enable shadowMode due to error (e622436)"]}},{"version":"2.51.0","title":"[2.51.0](https://github.com/dialpad/dialtone-vue/compare/v2.50.0...v2.51.0) (2023-01-16)","date":"2023-01-16","body":"### Bug Fixes\n\n* **Callbar:** style update to dt7 ([#700](https://github.com/dialpad/dialtone-vue/issues/700)) ([f3c1bcc](https://github.com/dialpad/dialtone-vue/commit/f3c1bcc4b671ed6f3bf3442a4079ad795682b8f7))\n\n\n### Features\n\n* enable shadowMode ([#702](https://github.com/dialpad/dialtone-vue/issues/702)) ([5829d9b](https://github.com/dialpad/dialtone-vue/commit/5829d9b1323de0262e263386259d1a31cedf5714))","parsed":{"_":["Callbar:** style update to dt7 (#700) (f3c1bcc)","enable shadowMode (#702) (5829d9b)"],"Bug Fixes":["Callbar:** style update to dt7 (#700) (f3c1bcc)"],"Features":["enable shadowMode (#702) (5829d9b)"]}},{"version":"2.50.0","title":"[2.50.0](https://github.com/dialpad/dialtone-vue/compare/v2.49.1...v2.50.0) (2023-01-12)","date":"2023-01-12","body":"### Bug Fixes\n\n* **Collapsible:** fix validation of anchor-related prop and slot ([#697](https://github.com/dialpad/dialtone-vue/issues/697)) ([9384b0d](https://github.com/dialpad/dialtone-vue/commit/9384b0d79dbeebb0fd9c96f2c8bf3fec1cea309c))\n\n\n### Features\n\n* **Combobox, Dropdown:** dt7 style update ([#694](https://github.com/dialpad/dialtone-vue/issues/694)) ([eb4aa4f](https://github.com/dialpad/dialtone-vue/commit/eb4aa4f07950c4bc97a49cdeb2fc1d8da3b9d835))\n* **Toggle:** add toggleOnClick prop ([#698](https://github.com/dialpad/dialtone-vue/issues/698)) ([433c25e](https://github.com/dialpad/dialtone-vue/commit/433c25ef71f1e3a2398b4ed640b5edabf115caab))","parsed":{"_":["Collapsible:** fix validation of anchor-related prop and slot (#697) (9384b0d)","Combobox, Dropdown:** dt7 style update (#694) (eb4aa4f)","Toggle:** add toggleOnClick prop (#698) (433c25e)"],"Bug Fixes":["Collapsible:** fix validation of anchor-related prop and slot (#697) (9384b0d)"],"Features":["Combobox, Dropdown:** dt7 style update (#694) (eb4aa4f)","Toggle:** add toggleOnClick prop (#698) (433c25e)"]}},{"version":"2.49.1","title":"[2.49.1](https://github.com/dialpad/dialtone-vue/compare/v2.49.0...v2.49.1) (2023-01-11)","date":"2023-01-11","body":"","parsed":{"_":[]}},{"version":"2.49.0","title":"[2.49.0](https://github.com/dialpad/dialtone-vue/compare/v2.48.0...v2.49.0) (2023-01-10)","date":"2023-01-10","body":"### Bug Fixes\n\n* **Popover:** refactor wheel event ([#688](https://github.com/dialpad/dialtone-vue/issues/688)) ([8af2967](https://github.com/dialpad/dialtone-vue/commit/8af2967d71b47eeb5ecf0106d1ccb3bd8f5529c7))\n\n\n### Features\n\n* **Pagination:** update style ([#677](https://github.com/dialpad/dialtone-vue/issues/677)) ([7b08ee9](https://github.com/dialpad/dialtone-vue/commit/7b08ee9c3c19485500a690ce5e79875c2cfcd9fd))","parsed":{"_":["Popover:** refactor wheel event (#688) (8af2967)","Pagination:** update style (#677) (7b08ee9)"],"Bug Fixes":["Popover:** refactor wheel event (#688) (8af2967)"],"Features":["Pagination:** update style (#677) (7b08ee9)"]}},{"version":"2.48.0","title":"[2.48.0](https://github.com/dialpad/dialtone-vue/compare/v2.47.0...v2.48.0) (2023-01-09)","date":"2023-01-09","body":"### Bug Fixes\n\n* **Popover:** blocking wheel event ([#683](https://github.com/dialpad/dialtone-vue/issues/683)) ([d5672ef](https://github.com/dialpad/dialtone-vue/commit/d5672ef6923e69a6647e3c0cb2e87a75bee65851))\n\n\n### Features\n\n* **Dropdown:** update style ([#673](https://github.com/dialpad/dialtone-vue/issues/673)) ([19fd004](https://github.com/dialpad/dialtone-vue/commit/19fd00417e1e40b9b7c7969c41648008e10dd435))","parsed":{"_":["Popover:** blocking wheel event (#683) (d5672ef)","Dropdown:** update style (#673) (19fd004)"],"Bug Fixes":["Popover:** blocking wheel event (#683) (d5672ef)"],"Features":["Dropdown:** update style (#673) (19fd004)"]}},{"version":"2.47.0","title":"[2.47.0](https://github.com/dialpad/dialtone-vue/compare/v2.46.1...v2.47.0) (2022-12-24)","date":"2022-12-24","body":"### Bug Fixes\n\n* **Combobox Multi Select:** firefox fix ([#642](https://github.com/dialpad/dialtone-vue/issues/642)) ([5d92519](https://github.com/dialpad/dialtone-vue/commit/5d92519e2ec625fbe88026ed3959445049e406fb))\n* **Combobox:** combobox components issues ([#658](https://github.com/dialpad/dialtone-vue/issues/658)) ([7edb52a](https://github.com/dialpad/dialtone-vue/commit/7edb52a10ef9ad6b3304506827c800c691facb38))\n\n\n### Features\n\n* **Avatar:** seeeded random colors ([#661](https://github.com/dialpad/dialtone-vue/issues/661)) ([7ce9f35](https://github.com/dialpad/dialtone-vue/commit/7ce9f35b0658133cc1dbef5ec43d5f2f360e7dbe))\n* **Popover:** add appendTo prop. ([#665](https://github.com/dialpad/dialtone-vue/issues/665)) ([222c264](https://github.com/dialpad/dialtone-vue/commit/222c2649941a18f736bdc7d9dadcb0d822591343))","parsed":{"_":["Combobox Multi Select:** firefox fix (#642) (5d92519)","Combobox:** combobox components issues (#658) (7edb52a)","Avatar:** seeeded random colors (#661) (7ce9f35)","Popover:** add appendTo prop. (#665) (222c264)"],"Bug Fixes":["Combobox Multi Select:** firefox fix (#642) (5d92519)","Combobox:** combobox components issues (#658) (7edb52a)"],"Features":["Avatar:** seeeded random colors (#661) (7ce9f35)","Popover:** add appendTo prop. (#665) (222c264)"]}},{"version":"2.46.1","title":"[2.46.1](https://github.com/dialpad/dialtone-vue/compare/v2.46.0...v2.46.1) (2022-12-21)","date":"2022-12-21","body":"### Bug Fixes\n\n* **Dt Recipe Ivr Node:** add new ivr node icons ([#662](https://github.com/dialpad/dialtone-vue/issues/662)) ([768e8b3](https://github.com/dialpad/dialtone-vue/commit/768e8b37288a6345756715918165e119702033b9))","parsed":{"_":["Dt Recipe Ivr Node:** add new ivr node icons (#662) (768e8b3)"],"Bug Fixes":["Dt Recipe Ivr Node:** add new ivr node icons (#662) (768e8b3)"]}},{"version":"2.46.0","title":"[2.46.0](https://github.com/dialpad/dialtone-vue/compare/v2.45.1...v2.46.0) (2022-12-20)","date":"2022-12-20","body":"### Features\n\n* **Modal:** add contentClass prop ([#654](https://github.com/dialpad/dialtone-vue/issues/654)) ([08d6dad](https://github.com/dialpad/dialtone-vue/commit/08d6dadf720273cedede7db92513ccf2828abeec))","parsed":{"_":["Modal:** add contentClass prop (#654) (08d6dad)"],"Features":["Modal:** add contentClass prop (#654) (08d6dad)"]}},{"version":"2.45.1","title":"[2.45.1](https://github.com/dialpad/dialtone-vue/compare/v2.45.0...v2.45.1) (2022-12-16)","date":"2022-12-16","body":"### Bug Fixes\n\n* **Chip:** fix chip with avatar story ([#650](https://github.com/dialpad/dialtone-vue/issues/650)) ([0b35dc3](https://github.com/dialpad/dialtone-vue/commit/0b35dc356d27fe5d2fec45314d0aa33d74efbdc0))\n* **Root Layout:** full height support ([#648](https://github.com/dialpad/dialtone-vue/issues/648)) ([c64a211](https://github.com/dialpad/dialtone-vue/commit/c64a21103769fda63d245458a9fc824957a4c17a))","parsed":{"_":["Chip:** fix chip with avatar story (#650) (0b35dc3)","Root Layout:** full height support (#648) (c64a211)"],"Bug Fixes":["Chip:** fix chip with avatar story (#650) (0b35dc3)","Root Layout:** full height support (#648) (c64a211)"]}},{"version":"2.45.0","title":"[2.45.0](https://github.com/dialpad/dialtone-vue/compare/v2.44.0...v2.45.0) (2022-12-15)","date":"2022-12-15","body":"### Features\n\n* **Avatar:** dialtone 7 visual refresh ([#623](https://github.com/dialpad/dialtone-vue/issues/623)) ([13d993d](https://github.com/dialpad/dialtone-vue/commit/13d993db3e9f9f33adcce8992d09381d308a5479))","parsed":{"_":["Avatar:** dialtone 7 visual refresh (#623) (13d993d)"],"Features":["Avatar:** dialtone 7 visual refresh (#623) (13d993d)"]}},{"version":"2.44.0","title":"[2.44.0](https://github.com/dialpad/dialtone-vue/compare/v2.43.2...v2.44.0) (2022-12-14)","date":"2022-12-14","body":"### Bug Fixes\n\n* **Tooltip:** use selector for focus visible rather than attr ([#644](https://github.com/dialpad/dialtone-vue/issues/644)) ([e5da2bb](https://github.com/dialpad/dialtone-vue/commit/e5da2bb66c3f21a0c521eff81ce0df68154bcad1))\n\n\n### Features\n\n* **Collapsible:** change to cubic-bezier transition ([#646](https://github.com/dialpad/dialtone-vue/issues/646)) ([76e2989](https://github.com/dialpad/dialtone-vue/commit/76e298972bed6624d739dbd392b7e6fff2e812c0))","parsed":{"_":["Tooltip:** use selector for focus visible rather than attr (#644) (e5da2bb)","Collapsible:** change to cubic-bezier transition (#646) (76e2989)"],"Bug Fixes":["Tooltip:** use selector for focus visible rather than attr (#644) (e5da2bb)"],"Features":["Collapsible:** change to cubic-bezier transition (#646) (76e2989)"]}},{"version":"2.43.2","title":"[2.43.2](https://github.com/dialpad/dialtone-vue/compare/v2.43.1...v2.43.2) (2022-12-10)","date":"2022-12-10","body":"### Bug Fixes\n\n* remove required label on input, fix storybook issues ([ae8ad51](https://github.com/dialpad/dialtone-vue/commit/ae8ad51ba837abc0f69a9750db1877c36f679f66))","parsed":{"_":["remove required label on input, fix storybook issues (ae8ad51)"],"Bug Fixes":["remove required label on input, fix storybook issues (ae8ad51)"]}},{"version":"2.43.1","title":"[2.43.1](https://github.com/dialpad/dialtone-vue/compare/v2.43.0...v2.43.1) (2022-12-09)","date":"2022-12-09","body":"### Bug Fixes\n\n* revert recent collapsible changes ([#639](https://github.com/dialpad/dialtone-vue/issues/639)) ([1b80eb6](https://github.com/dialpad/dialtone-vue/commit/1b80eb61e57abbd63876e3b462177e795d0d4b61))","parsed":{"_":["revert recent collapsible changes (#639) (1b80eb6)"],"Bug Fixes":["revert recent collapsible changes (#639) (1b80eb6)"]}},{"version":"2.43.0","title":"[2.43.0](https://github.com/dialpad/dialtone-vue/compare/v2.42.0...v2.43.0) (2022-12-09)","date":"2022-12-09","body":"### Features\n\n* **Badge:** component rework ([#637](https://github.com/dialpad/dialtone-vue/issues/637)) ([943f03a](https://github.com/dialpad/dialtone-vue/commit/943f03a0ccd4cf67d28d5d601430a6ad13ede3ed))\n* **Collapsible:** update collapsible docs ([#633](https://github.com/dialpad/dialtone-vue/issues/633)) ([dc91104](https://github.com/dialpad/dialtone-vue/commit/dc91104920e16a4e64381243ccd17b3dea2b636f))","parsed":{"_":["Badge:** component rework (#637) (943f03a)","Collapsible:** update collapsible docs (#633) (dc91104)"],"Features":["Badge:** component rework (#637) (943f03a)","Collapsible:** update collapsible docs (#633) (dc91104)"]}},{"version":"2.42.0","title":"[2.42.0](https://github.com/dialpad/dialtone-vue/compare/v2.41.0...v2.42.0) (2022-12-07)","date":"2022-12-07","body":"### Bug Fixes\n\n* fix dialtone-icons version ([#636](https://github.com/dialpad/dialtone-vue/issues/636)) ([23ea714](https://github.com/dialpad/dialtone-vue/commit/23ea714e176ba9d2184505344a9ec27b2aa792b8))\n\n\n### Features\n\n* **Collapsible:** update `DtCollapsible` to show content when collapsed ([#629](https://github.com/dialpad/dialtone-vue/issues/629)) ([82a465a](https://github.com/dialpad/dialtone-vue/commit/82a465a671ececb1d9395224d2496829440ee531))\n* **Combobox:** add label ([#626](https://github.com/dialpad/dialtone-vue/issues/626)) ([417d6a7](https://github.com/dialpad/dialtone-vue/commit/417d6a7ce2f0414698598423920fa3ec9948aa19))","parsed":{"_":["fix dialtone-icons version (#636) (23ea714)","Collapsible:** update DtCollapsible to show content when collapsed (#629) (82a465a)","Combobox:** add label (#626) (417d6a7)"],"Bug Fixes":["fix dialtone-icons version (#636) (23ea714)"],"Features":["Collapsible:** update DtCollapsible to show content when collapsed (#629) (82a465a)","Combobox:** add label (#626) (417d6a7)"]}},{"version":"2.41.0","title":"[2.41.0](https://github.com/dialpad/dialtone-vue/compare/v2.40.0...v2.41.0) (2022-12-06)","date":"2022-12-06","body":"### Bug Fixes\n\n* **Collapsible:** fix keyboard events ([#609](https://github.com/dialpad/dialtone-vue/issues/609)) ([39a3f76](https://github.com/dialpad/dialtone-vue/commit/39a3f7608646d7095b3a98079c69664e978b2e3b))\n\n\n### Features\n\n* add aria-label for icon ([#627](https://github.com/dialpad/dialtone-vue/issues/627)) ([00d4048](https://github.com/dialpad/dialtone-vue/commit/00d4048c982e28c0e7c4309aa236863fd9e9ef11))","parsed":{"_":["Collapsible:** fix keyboard events (#609) (39a3f76)","add aria-label for icon (#627) (00d4048)"],"Bug Fixes":["Collapsible:** fix keyboard events (#609) (39a3f76)"],"Features":["add aria-label for icon (#627) (00d4048)"]}},{"version":"2.40.0","title":"[2.40.0](https://github.com/dialpad/dialtone-vue/compare/v2.39.0...v2.40.0) (2022-11-25)","date":"2022-11-25","body":"### Bug Fixes\n\n* **Avatar:** add new d-avatar__image class ([3267505](https://github.com/dialpad/dialtone-vue/commit/326750570caf11dde564723b04e9c0a11cdaa0cf))\n* **Root Layout:** slot issues ([#619](https://github.com/dialpad/dialtone-vue/issues/619)) ([04893ef](https://github.com/dialpad/dialtone-vue/commit/04893effbfb5454f06a740541cd0f06d66e735ea))\n\n\n### Features\n\n* **Combobox:** add clickOnSelect option ([#621](https://github.com/dialpad/dialtone-vue/issues/621)) ([4176eee](https://github.com/dialpad/dialtone-vue/commit/4176eee0d81279e24269517d0ec54ce1a8cd38ef))","parsed":{"_":["Avatar:** add new d-avatar__image class (3267505)","Root Layout:** slot issues (#619) (04893ef)","Combobox:** add clickOnSelect option (#621) (4176eee)"],"Bug Fixes":["Avatar:** add new d-avatar__image class (3267505)","Root Layout:** slot issues (#619) (04893ef)"],"Features":["Combobox:** add clickOnSelect option (#621) (4176eee)"]}},{"version":"2.39.0","title":"[2.39.0](https://github.com/dialpad/dialtone-vue/compare/v2.38.0...v2.39.0) (2022-11-23)","date":"2022-11-23","body":"### Bug Fixes\n\n* update icon color to primary color in active state in DtRecipeCallbarButton ([#617](https://github.com/dialpad/dialtone-vue/issues/617)) ([e146687](https://github.com/dialpad/dialtone-vue/commit/e146687d94e6d0c6e585eea7d02fedb0451a5916))\n\n\n### Features\n\n* integrate `DtPresence` within `DtAvatar` ([#603](https://github.com/dialpad/dialtone-vue/issues/603)) ([a935f7f](https://github.com/dialpad/dialtone-vue/commit/a935f7fc04e35aee603660792dbf964e142a675b))","parsed":{"_":["update icon color to primary color in active state in DtRecipeCallbarButton (#617) (e146687)","integrate DtPresence within DtAvatar (#603) (a935f7f)"],"Bug Fixes":["update icon color to primary color in active state in DtRecipeCallbarButton (#617) (e146687)"],"Features":["integrate DtPresence within DtAvatar (#603) (a935f7f)"]}},{"version":"2.38.0","title":"[2.38.0](https://github.com/dialpad/dialtone-vue/compare/v2.37.2...v2.38.0) (2022-11-21)","date":"2022-11-21","body":"### Features\n\n* **Combobox:** add prop to pass classes to the empty list item ([#601](https://github.com/dialpad/dialtone-vue/issues/601)) ([2ebe1a3](https://github.com/dialpad/dialtone-vue/commit/2ebe1a318e3ecaf0bea3555d1e2e8bff4775cae3))","parsed":{"_":["Combobox:** add prop to pass classes to the empty list item (#601) (2ebe1a3)"],"Features":["Combobox:** add prop to pass classes to the empty list item (#601) (2ebe1a3)"]}},{"version":"2.37.2","title":"[2.37.2](https://github.com/dialpad/dialtone-vue/compare/v2.37.1...v2.37.2) (2022-11-18)","date":"2022-11-18","body":"","parsed":{"_":[]}},{"version":"2.37.1","title":"[2.37.1](https://github.com/dialpad/dialtone-vue/compare/v2.37.0...v2.37.1) (2022-11-14)","date":"2022-11-14","body":"### Bug Fixes\n\n* **Recipe Ivr Node:** fix close sync for menu dropdown ([#595](https://github.com/dialpad/dialtone-vue/issues/595)) ([89ffcf6](https://github.com/dialpad/dialtone-vue/commit/89ffcf613d20b249909cfbe29b06ff964e00bdbb))","parsed":{"_":["Recipe Ivr Node:** fix close sync for menu dropdown (#595) (89ffcf6)"],"Bug Fixes":["Recipe Ivr Node:** fix close sync for menu dropdown (#595) (89ffcf6)"]}},{"version":"2.37.0","title":"[2.37.0](https://github.com/dialpad/dialtone-vue/compare/v2.36.1...v2.37.0) (2022-11-11)","date":"2022-11-11","body":"### Features\n\n* **Modal:** update danger style ([#582](https://github.com/dialpad/dialtone-vue/issues/582)) ([e7888b3](https://github.com/dialpad/dialtone-vue/commit/e7888b369b82a7d98f5a7bcff08c02dc2d67e5b8))","parsed":{"_":["Modal:** update danger style (#582) (e7888b3)"],"Features":["Modal:** update danger style (#582) (e7888b3)"]}},{"version":"2.36.1","title":"[2.36.1](https://github.com/dialpad/dialtone-vue/compare/v2.36.0...v2.36.1) (2022-11-10)","date":"2022-11-10","body":"### Bug Fixes\n\n* **list-item:** fix focus ring color ([#592](https://github.com/dialpad/dialtone-vue/issues/592)) ([7c01b57](https://github.com/dialpad/dialtone-vue/commit/7c01b577a0a59b1ce7875e498256241ac3fb5d64))\n* **popover:** no default context menu when openOnContext is true ([#587](https://github.com/dialpad/dialtone-vue/issues/587)) ([654b215](https://github.com/dialpad/dialtone-vue/commit/654b215a8fbbbc1367bcab3489646b2425396233))","parsed":{"_":["list-item:** fix focus ring color (#592) (7c01b57)","popover:** no default context menu when openOnContext is true (#587) (654b215)"],"Bug Fixes":["list-item:** fix focus ring color (#592) (7c01b57)","popover:** no default context menu when openOnContext is true (#587) (654b215)"]}},{"version":"2.36.0","title":"[2.36.0](https://github.com/dialpad/dialtone-vue/compare/v2.35.0...v2.36.0) (2022-11-08)","date":"2022-11-08","body":"### Bug Fixes\n\n* **list-item-group:** change role to listbox in example ([151e674](https://github.com/dialpad/dialtone-vue/commit/151e674be40b563ac3020901311a213c44e6da28))\n\n\n### Features\n\n* icon component ([#574](https://github.com/dialpad/dialtone-vue/issues/574)) ([c90e134](https://github.com/dialpad/dialtone-vue/commit/c90e13494f6df675cee50bc7ba0c3fdbc91ada3c))","parsed":{"_":["list-item-group:** change role to listbox in example (151e674)","icon component (#574) (c90e134)"],"Bug Fixes":["list-item-group:** change role to listbox in example (151e674)"],"Features":["icon component (#574) (c90e134)"]}},{"version":"2.35.0","title":"[2.35.0](https://github.com/dialpad/dialtone-vue/compare/v2.34.0...v2.35.0) (2022-11-07)","date":"2022-11-07","body":"### Features\n\n* add `DtPresence` ([#568](https://github.com/dialpad/dialtone-vue/issues/568)) ([578b553](https://github.com/dialpad/dialtone-vue/commit/578b553fffe8acec7d8296a65f8413b6244a0ec3))\n* list item group component ([#581](https://github.com/dialpad/dialtone-vue/issues/581)) ([a273180](https://github.com/dialpad/dialtone-vue/commit/a273180048c4097fbf6693aa1179dcccbf37f816))","parsed":{"_":["add DtPresence (#568) (578b553)","list item group component (#581) (a273180)"],"Features":["add DtPresence (#568) (578b553)","list item group component (#581) (a273180)"]}},{"version":"2.34.0","title":"[2.34.0](https://github.com/dialpad/dialtone-vue/compare/v2.33.0...v2.34.0) (2022-11-04)","date":"2022-11-04","body":"### Bug Fixes\n\n* dp-58864 update hover background color in Call Bar Button ([#576](https://github.com/dialpad/dialtone-vue/issues/576)) ([1b4231b](https://github.com/dialpad/dialtone-vue/commit/1b4231be4cc2a73e8d9f618b4680c9d27f2f9e31))\n\n\n### Features\n\n* **toggle:** add indeterminate state ([#579](https://github.com/dialpad/dialtone-vue/issues/579)) ([942e2ce](https://github.com/dialpad/dialtone-vue/commit/942e2cead6abf2b74e2b20c04196721ebd7dd738))\n* **toggle:** add showIcon prop ([#573](https://github.com/dialpad/dialtone-vue/issues/573)) ([62b9d35](https://github.com/dialpad/dialtone-vue/commit/62b9d3554082624678f7657a9ade7ee1722f91b3))\n* **toggle:** add size prop ([#571](https://github.com/dialpad/dialtone-vue/issues/571)) ([b7db3a8](https://github.com/dialpad/dialtone-vue/commit/b7db3a83cb1001c642eb0221cbc69e031394f66d))","parsed":{"_":["dp-58864 update hover background color in Call Bar Button (#576) (1b4231b)","toggle:** add indeterminate state (#579) (942e2ce)","toggle:** add showIcon prop (#573) (62b9d35)","toggle:** add size prop (#571) (b7db3a8)"],"Bug Fixes":["dp-58864 update hover background color in Call Bar Button (#576) (1b4231b)"],"Features":["toggle:** add indeterminate state (#579) (942e2ce)","toggle:** add showIcon prop (#573) (62b9d35)","toggle:** add size prop (#571) (b7db3a8)"]}},{"version":"2.33.0","title":"[2.33.0](https://github.com/dialpad/dialtone-vue/compare/v2.32.1...v2.33.0) (2022-10-26)","date":"2022-10-26","body":"### Bug Fixes\n\n* **combobox-with-popover:** update \"render within\" zindex logic ([#555](https://github.com/dialpad/dialtone-vue/issues/555)) ([3e9bfcc](https://github.com/dialpad/dialtone-vue/commit/3e9bfcca4cbb76dfe3d27addb4388920683d7028))\n\n\n### Features\n\n* close button on dialogs pattern ([#560](https://github.com/dialpad/dialtone-vue/issues/560)) ([8f05c13](https://github.com/dialpad/dialtone-vue/commit/8f05c1321665746f06ccc77b9f772ffee40c1517))","parsed":{"_":["combobox-with-popover:** update \"render within\" zindex logic (#555) (3e9bfcc)","close button on dialogs pattern (#560) (8f05c13)"],"Bug Fixes":["combobox-with-popover:** update \"render within\" zindex logic (#555) (3e9bfcc)"],"Features":["close button on dialogs pattern (#560) (8f05c13)"]}},{"version":"2.32.1","title":"[2.32.1](https://github.com/dialpad/dialtone-vue/compare/v2.32.0...v2.32.1) (2022-10-21)","date":"2022-10-21","body":"### Bug Fixes\n\n* **button:** fix button width prop default value ([#564](https://github.com/dialpad/dialtone-vue/issues/564)) ([5284782](https://github.com/dialpad/dialtone-vue/commit/5284782b71cc64539e8cf3dbf2f04b694076fee8))","parsed":{"_":["button:** fix button width prop default value (#564) (5284782)"],"Bug Fixes":["button:** fix button width prop default value (#564) (5284782)"]}},{"version":"2.32.0","title":"[2.32.0](https://github.com/dialpad/dialtone-vue/compare/v2.31.1...v2.32.0) (2022-10-20)","date":"2022-10-20","body":"### Features\n\n* dp-57693 remove button left and right paddings in callbar_button ([#558](https://github.com/dialpad/dialtone-vue/issues/558)) ([b20c866](https://github.com/dialpad/dialtone-vue/commit/b20c866b3871de42a26e833eda8c54e4424f097d))","parsed":{"_":["dp-57693 remove button left and right paddings in callbar_button (#558) (b20c866)"],"Features":["dp-57693 remove button left and right paddings in callbar_button (#558) (b20c866)"]}},{"version":"2.31.1","title":"[2.31.1](https://github.com/dialpad/dialtone-vue/compare/v2.31.0...v2.31.1) (2022-10-18)","date":"2022-10-18","body":"### Bug Fixes\n\n* **grouped-chips:** fix visual fixes ([#556](https://github.com/dialpad/dialtone-vue/issues/556)) ([437d33d](https://github.com/dialpad/dialtone-vue/commit/437d33d3a94bdde7224245ab23c18b72aa6cc8d7))","parsed":{"_":["grouped-chips:** fix visual fixes (#556) (437d33d)"],"Bug Fixes":["grouped-chips:** fix visual fixes (#556) (437d33d)"]}},{"version":"2.31.0","title":"[2.31.0](https://github.com/dialpad/dialtone-vue/compare/v2.30.0...v2.31.0) (2022-10-12)","date":"2022-10-12","body":"### Bug Fixes\n\n* **popover:** default visually hidden to false ([#552](https://github.com/dialpad/dialtone-vue/issues/552)) ([fde03c9](https://github.com/dialpad/dialtone-vue/commit/fde03c9a1a7f81ad3be8749f231948afbc05d1e0))\n\n\n### Features\n\n* dp-57689 add `contentClass` to DtRecipeCallbarButtonWithPopover ([#550](https://github.com/dialpad/dialtone-vue/issues/550)) ([d2ca0b1](https://github.com/dialpad/dialtone-vue/commit/d2ca0b1ca9752e25c745a17d620f3aacf8b4b4d5))","parsed":{"_":["popover:** default visually hidden to false (#552) (fde03c9)","dp-57689 add contentClass to DtRecipeCallbarButtonWithPopover (#550) (d2ca0b1)"],"Bug Fixes":["popover:** default visually hidden to false (#552) (fde03c9)"],"Features":["dp-57689 add contentClass to DtRecipeCallbarButtonWithPopover (#550) (d2ca0b1)"]}},{"version":"2.30.0","title":"[2.30.0](https://github.com/dialpad/dialtone-vue/compare/v2.29.2...v2.30.0) (2022-10-11)","date":"2022-10-11","body":"### Features\n\n* dp-57015 grouped chip recipe ([#527](https://github.com/dialpad/dialtone-vue/issues/527)) ([3d7b4c5](https://github.com/dialpad/dialtone-vue/commit/3d7b4c5311d9456bebdd2de82ab6b82c8e41c615))","parsed":{"_":["dp-57015 grouped chip recipe (#527) (3d7b4c5)"],"Features":["dp-57015 grouped chip recipe (#527) (3d7b4c5)"]}},{"version":"2.29.2","title":"[2.29.2](https://github.com/dialpad/dialtone-vue/compare/v2.29.1...v2.29.2) (2022-10-11)","date":"2022-10-11","body":"### Bug Fixes\n\n* input styling and wrapper classes ([#535](https://github.com/dialpad/dialtone-vue/issues/535)) ([2efe225](https://github.com/dialpad/dialtone-vue/commit/2efe2251bb14caaeca768e34e1ec38777eba5b86))\n* migrate ivr_node to dialtone7 ([#547](https://github.com/dialpad/dialtone-vue/issues/547)) ([69a046b](https://github.com/dialpad/dialtone-vue/commit/69a046b89df0504daf6421e6f1eeae790c6fb35f))","parsed":{"_":["input styling and wrapper classes (#535) (2efe225)","migrate ivr_node to dialtone7 (#547) (69a046b)"],"Bug Fixes":["input styling and wrapper classes (#535) (2efe225)","migrate ivr_node to dialtone7 (#547) (69a046b)"]}},{"version":"2.29.1","title":"[2.29.1](https://github.com/dialpad/dialtone-vue/compare/v2.29.0...v2.29.1) (2022-10-11)","date":"2022-10-11","body":"### Bug Fixes\n\n* replace class with color prop ([1012f96](https://github.com/dialpad/dialtone-vue/commit/1012f9619e15b0f13df9e5a1eb320668b0776c8d))","parsed":{"_":["replace class with color prop (1012f96)"],"Bug Fixes":["replace class with color prop (1012f96)"]}},{"version":"2.29.0","title":"[2.29.0](https://github.com/dialpad/dialtone-vue/compare/v2.28.0...v2.29.0) (2022-10-11)","date":"2022-10-11","body":"### Bug Fixes\n\n* dt-631 remove primary-color from dialtone vue ([#519](https://github.com/dialpad/dialtone-vue/issues/519)) ([5219b77](https://github.com/dialpad/dialtone-vue/commit/5219b779c18107b4e854519a02341d54eb525f86))\n* **emoji:** dynamic import fix ([#443](https://github.com/dialpad/dialtone-vue/issues/443)) ([157b315](https://github.com/dialpad/dialtone-vue/commit/157b3153a0c97196a8a79a57539e70a715477dc1))\n* **emoji:** dynamic import fix ([#443](https://github.com/dialpad/dialtone-vue/issues/443)) ([4e86e70](https://github.com/dialpad/dialtone-vue/commit/4e86e70945eec2d48054fa1619fb0f70bb334d74))\n* update dialtone peer dependency ([e21e0d5](https://github.com/dialpad/dialtone-vue/commit/e21e0d500d5e1af5043ae8ed2151d8875cb7208d))\n\n\n### Features\n\n* add `buttonClass` prop to Call Bar Button component ([#534](https://github.com/dialpad/dialtone-vue/issues/534)) ([#541](https://github.com/dialpad/dialtone-vue/issues/541)) ([3c131f3](https://github.com/dialpad/dialtone-vue/commit/3c131f32d4d6abe844d4f9962751fac14ab04ce7))\n* dt-card ([#499](https://github.com/dialpad/dialtone-vue/issues/499)) ([0c9acf0](https://github.com/dialpad/dialtone-vue/commit/0c9acf0b07d914fc834e14cd17a167c211256ec9))\n* dt-recipe-ivr-node ([#512](https://github.com/dialpad/dialtone-vue/issues/512)) ([#516](https://github.com/dialpad/dialtone-vue/issues/516)) ([2b18071](https://github.com/dialpad/dialtone-vue/commit/2b1807150148dba7117be1e3fc4e687bb84e2fbf))\n* migrate to dialtone 7 ([#506](https://github.com/dialpad/dialtone-vue/issues/506)) ([40a321a](https://github.com/dialpad/dialtone-vue/commit/40a321a206292ee149cbd1f081e8c471edadae6c)), closes [#503](https://github.com/dialpad/dialtone-vue/issues/503) [#510](https://github.com/dialpad/dialtone-vue/issues/510) [#508](https://github.com/dialpad/dialtone-vue/issues/508)\n* migration to dialtone 7 ([#439](https://github.com/dialpad/dialtone-vue/issues/439)) ([be86717](https://github.com/dialpad/dialtone-vue/commit/be86717ff7dafd54c4b2e790dbf92f75ba5d2128))\n* **popover:** add sr-only close button ([#539](https://github.com/dialpad/dialtone-vue/issues/539)) ([eb8e6ad](https://github.com/dialpad/dialtone-vue/commit/eb8e6ad9c8766061ec16325d065c8ed0ab6d62d4))\n* **popover:** add sr-only close button ([#539](https://github.com/dialpad/dialtone-vue/issues/539)) ([#543](https://github.com/dialpad/dialtone-vue/issues/543)) ([f6f4fe1](https://github.com/dialpad/dialtone-vue/commit/f6f4fe1ab12b5399e6f6b14770ab933426ef09e3))\n\n\n### Reverts\n\n* Revert fix(emoji): dynamic import fix (#443) ([2269ed8](https://github.com/dialpad/dialtone-vue/commit/2269ed87f89ca683a841446aff90595dbf55d26b)), closes [#443](https://github.com/dialpad/dialtone-vue/issues/443)","parsed":{"_":["dt-631 remove primary-color from dialtone vue (#519) (5219b77)","emoji:** dynamic import fix (#443) (157b315)","emoji:** dynamic import fix (#443) (4e86e70)","update dialtone peer dependency (e21e0d5)","add buttonClass prop to Call Bar Button component (#534) (#541) (3c131f3)","dt-card (#499) (0c9acf0)","dt-recipe-ivr-node (#512) (#516) (2b18071)","migrate to dialtone 7 (#506) (40a321a), closes #503 #510 #508","migration to dialtone 7 (#439) (be86717)","popover:** add sr-only close button (#539) (eb8e6ad)","popover:** add sr-only close button (#539) (#543) (f6f4fe1)","Revert fix(emoji): dynamic import fix (#443) (2269ed8), closes #443"],"Bug Fixes":["dt-631 remove primary-color from dialtone vue (#519) (5219b77)","emoji:** dynamic import fix (#443) (157b315)","emoji:** dynamic import fix (#443) (4e86e70)","update dialtone peer dependency (e21e0d5)"],"Features":["add buttonClass prop to Call Bar Button component (#534) (#541) (3c131f3)","dt-card (#499) (0c9acf0)","dt-recipe-ivr-node (#512) (#516) (2b18071)","migrate to dialtone 7 (#506) (40a321a), closes #503 #510 #508","migration to dialtone 7 (#439) (be86717)","popover:** add sr-only close button (#539) (eb8e6ad)","popover:** add sr-only close button (#539) (#543) (f6f4fe1)"],"Reverts":["Revert fix(emoji): dynamic import fix (#443) (2269ed8), closes #443"]}},{"version":"2.28.0-beta.1","title":"[2.28.0-beta.1](https://github.com/dialpad/dialtone-vue/compare/v2.27.0...v2.28.0-beta.1) (2022-10-03)","date":"2022-10-03","body":"### Bug Fixes\n\n* dt-631 remove primary-color from dialtone vue ([#513](https://github.com/dialpad/dialtone-vue/issues/513)) ([ef227b7](https://github.com/dialpad/dialtone-vue/commit/ef227b7a9a8d4d9a2f67c228bafe85fc558743d6))\n* dt-631 remove primary-color from dialtone vue ([#519](https://github.com/dialpad/dialtone-vue/issues/519)) ([5219b77](https://github.com/dialpad/dialtone-vue/commit/5219b779c18107b4e854519a02341d54eb525f86))\n* **emoji:** dynamic import fix ([#443](https://github.com/dialpad/dialtone-vue/issues/443)) ([157b315](https://github.com/dialpad/dialtone-vue/commit/157b3153a0c97196a8a79a57539e70a715477dc1))\n* **emoji:** dynamic import fix ([#443](https://github.com/dialpad/dialtone-vue/issues/443)) ([4e86e70](https://github.com/dialpad/dialtone-vue/commit/4e86e70945eec2d48054fa1619fb0f70bb334d74))\n* update dialtone peer dependency ([e21e0d5](https://github.com/dialpad/dialtone-vue/commit/e21e0d500d5e1af5043ae8ed2151d8875cb7208d))\n\n\n### Features\n\n* dp-57068 Adding independent control for showing the arrow ([#522](https://github.com/dialpad/dialtone-vue/issues/522)) ([5d9408e](https://github.com/dialpad/dialtone-vue/commit/5d9408e83efc2a058f884f10f51a1f01cae17ffb))\n* dt-card ([#499](https://github.com/dialpad/dialtone-vue/issues/499)) ([0c9acf0](https://github.com/dialpad/dialtone-vue/commit/0c9acf0b07d914fc834e14cd17a167c211256ec9))\n* dt-recipe-ivr-node ([#512](https://github.com/dialpad/dialtone-vue/issues/512)) ([#516](https://github.com/dialpad/dialtone-vue/issues/516)) ([2b18071](https://github.com/dialpad/dialtone-vue/commit/2b1807150148dba7117be1e3fc4e687bb84e2fbf))\n* migrate to dialtone 7 ([#506](https://github.com/dialpad/dialtone-vue/issues/506)) ([40a321a](https://github.com/dialpad/dialtone-vue/commit/40a321a206292ee149cbd1f081e8c471edadae6c)), closes [#503](https://github.com/dialpad/dialtone-vue/issues/503) [#510](https://github.com/dialpad/dialtone-vue/issues/510) [#508](https://github.com/dialpad/dialtone-vue/issues/508)\n* migration to dialtone 7 ([#439](https://github.com/dialpad/dialtone-vue/issues/439)) ([be86717](https://github.com/dialpad/dialtone-vue/commit/be86717ff7dafd54c4b2e790dbf92f75ba5d2128))\n\n\n### Reverts\n\n* Revert fix(emoji): dynamic import fix (#443) ([2269ed8](https://github.com/dialpad/dialtone-vue/commit/2269ed87f89ca683a841446aff90595dbf55d26b)), closes [#443](https://github.com/dialpad/dialtone-vue/issues/443)","parsed":{"_":["dt-631 remove primary-color from dialtone vue (#513) (ef227b7)","dt-631 remove primary-color from dialtone vue (#519) (5219b77)","emoji:** dynamic import fix (#443) (157b315)","emoji:** dynamic import fix (#443) (4e86e70)","update dialtone peer dependency (e21e0d5)","dp-57068 Adding independent control for showing the arrow (#522) (5d9408e)","dt-card (#499) (0c9acf0)","dt-recipe-ivr-node (#512) (#516) (2b18071)","migrate to dialtone 7 (#506) (40a321a), closes #503 #510 #508","migration to dialtone 7 (#439) (be86717)","Revert fix(emoji): dynamic import fix (#443) (2269ed8), closes #443"],"Bug Fixes":["dt-631 remove primary-color from dialtone vue (#513) (ef227b7)","dt-631 remove primary-color from dialtone vue (#519) (5219b77)","emoji:** dynamic import fix (#443) (157b315)","emoji:** dynamic import fix (#443) (4e86e70)","update dialtone peer dependency (e21e0d5)"],"Features":["dp-57068 Adding independent control for showing the arrow (#522) (5d9408e)","dt-card (#499) (0c9acf0)","dt-recipe-ivr-node (#512) (#516) (2b18071)","migrate to dialtone 7 (#506) (40a321a), closes #503 #510 #508","migration to dialtone 7 (#439) (be86717)"],"Reverts":["Revert fix(emoji): dynamic import fix (#443) (2269ed8), closes #443"]}},{"version":"2.28.0","title":"[2.28.0](https://github.com/dialpad/dialtone-vue/compare/v2.27.0...v2.28.0) (2022-10-07)","date":"2022-10-07","body":"### Bug Fixes\n\n* dt-631 remove primary-color from dialtone vue ([#513](https://github.com/dialpad/dialtone-vue/issues/513)) ([ef227b7](https://github.com/dialpad/dialtone-vue/commit/ef227b7a9a8d4d9a2f67c228bafe85fc558743d6))\n\n\n### Features\n\n* add `buttonClass` prop to Call Bar Button component ([#534](https://github.com/dialpad/dialtone-vue/issues/534)) ([a9cd023](https://github.com/dialpad/dialtone-vue/commit/a9cd0239a2ede2a6f3ac95dde18317b9c635166f))\n* dp-57068 Adding independent control for showing the arrow ([#522](https://github.com/dialpad/dialtone-vue/issues/522)) ([5d9408e](https://github.com/dialpad/dialtone-vue/commit/5d9408e83efc2a058f884f10f51a1f01cae17ffb))","parsed":{"_":["dt-631 remove primary-color from dialtone vue (#513) (ef227b7)","add buttonClass prop to Call Bar Button component (#534) (a9cd023)","dp-57068 Adding independent control for showing the arrow (#522) (5d9408e)"],"Bug Fixes":["dt-631 remove primary-color from dialtone vue (#513) (ef227b7)"],"Features":["add buttonClass prop to Call Bar Button component (#534) (a9cd023)","dp-57068 Adding independent control for showing the arrow (#522) (5d9408e)"]}},{"version":"2.27.0","title":"[2.27.0](https://github.com/dialpad/dialtone-vue/compare/v2.26.1...v2.27.0) (2022-09-23)","date":"2022-09-23","body":"### Features\n\n* dt-recipe-ivr-node ([#512](https://github.com/dialpad/dialtone-vue/issues/512)) ([321715c](https://github.com/dialpad/dialtone-vue/commit/321715c26637dbf0ebe741efe7bead21a1d693b2))","parsed":{"_":["dt-recipe-ivr-node (#512) (321715c)"],"Features":["dt-recipe-ivr-node (#512) (321715c)"]}},{"version":"2.26.1","title":"[2.26.1](https://github.com/dialpad/dialtone-vue/compare/v2.26.0...v2.26.1) (2022-09-21)","date":"2022-09-21","body":"### Bug Fixes\n\n* css specificity in callbar button ([8c9f023](https://github.com/dialpad/dialtone-vue/commit/8c9f0233a6a7124836b6cf5b3f2790b4b760ae6e))","parsed":{"_":["css specificity in callbar button (8c9f023)"],"Bug Fixes":["css specificity in callbar button (8c9f023)"]}},{"version":"2.26.0","title":"[2.26.0](https://github.com/dialpad/dialtone-vue/compare/v2.25.1...v2.26.0) (2022-09-13)","date":"2022-09-13","body":"### Features\n\n* dt-card ([#489](https://github.com/dialpad/dialtone-vue/issues/489)) ([4f8a703](https://github.com/dialpad/dialtone-vue/commit/4f8a70349a8288d4cfddbdc97d9fbec493c6a710))","parsed":{"_":["dt-card (#489) (4f8a703)"],"Features":["dt-card (#489) (4f8a703)"]}},{"version":"2.25.1","title":"[2.25.1](https://github.com/dialpad/dialtone-vue/compare/v2.25.0...v2.25.1) (2022-09-12)","date":"2022-09-12","body":"### Bug Fixes\n\n* **combobox-multi-select:** fix keyboard navigation ([#482](https://github.com/dialpad/dialtone-vue/issues/482)) ([37048f2](https://github.com/dialpad/dialtone-vue/commit/37048f22147646319981fbe89f043a0504cc0ec1))","parsed":{"_":["combobox-multi-select:** fix keyboard navigation (#482) (37048f2)"],"Bug Fixes":["combobox-multi-select:** fix keyboard navigation (#482) (37048f2)"]}},{"version":"2.25.0","title":"[2.25.0](https://github.com/dialpad/dialtone-vue/compare/v2.24.0...v2.25.0) (2022-09-07)","date":"2022-09-07","body":"### Bug Fixes\n\n* **contact-info:** dp-55162 Circular avatar shape ([#478](https://github.com/dialpad/dialtone-vue/issues/478)) ([8b9f60f](https://github.com/dialpad/dialtone-vue/commit/8b9f60ff082170639f7ca7472915e3707ab94788))\n\n\n### Features\n\n* **banner:** set background, hide icon, custom classes ([#476](https://github.com/dialpad/dialtone-vue/issues/476)) ([1beab88](https://github.com/dialpad/dialtone-vue/commit/1beab88adb10c8ee4f09ce883c657d973abdccec))","parsed":{"_":["contact-info:** dp-55162 Circular avatar shape (#478) (8b9f60f)","banner:** set background, hide icon, custom classes (#476) (1beab88)"],"Bug Fixes":["contact-info:** dp-55162 Circular avatar shape (#478) (8b9f60f)"],"Features":["banner:** set background, hide icon, custom classes (#476) (1beab88)"]}},{"version":"2.24.0","title":"[2.24.0](https://github.com/dialpad/dialtone-vue/compare/v2.23.0...v2.24.0) (2022-09-06)","date":"2022-09-06","body":"### Bug Fixes\n\n* **combobox-with-popover:** add modal prop ([#472](https://github.com/dialpad/dialtone-vue/issues/472)) ([9b79f1a](https://github.com/dialpad/dialtone-vue/commit/9b79f1ada0b8eae37323518856d35a749fec6464))\n\n\n### Features\n\n* **dropdown:** add context menu support ([#461](https://github.com/dialpad/dialtone-vue/issues/461)) ([7cf9b44](https://github.com/dialpad/dialtone-vue/commit/7cf9b444c146c9f0a955461e8987317ab4b18ba7))\n* **root-layout:** add bodyClass prop ([#475](https://github.com/dialpad/dialtone-vue/issues/475)) ([c05dfd0](https://github.com/dialpad/dialtone-vue/commit/c05dfd09fae3c8af0632c4a8780dc8a12718df2b))","parsed":{"_":["combobox-with-popover:** add modal prop (#472) (9b79f1a)","dropdown:** add context menu support (#461) (7cf9b44)","root-layout:** add bodyClass prop (#475) (c05dfd0)"],"Bug Fixes":["combobox-with-popover:** add modal prop (#472) (9b79f1a)"],"Features":["dropdown:** add context menu support (#461) (7cf9b44)","root-layout:** add bodyClass prop (#475) (c05dfd0)"]}},{"version":"2.23.0","title":"[2.23.0](https://github.com/dialpad/dialtone-vue/compare/v2.22.3...v2.23.0) (2022-08-30)","date":"2022-08-30","body":"### Features\n\n* dp-46328 callbar buttons ([#436](https://github.com/dialpad/dialtone-vue/issues/436)) ([426f058](https://github.com/dialpad/dialtone-vue/commit/426f058dfcb504e9f6708284e8e4836c412b17b7))","parsed":{"_":["dp-46328 callbar buttons (#436) (426f058)"],"Features":["dp-46328 callbar buttons (#436) (426f058)"]}},{"version":"2.22.3","title":"[2.22.3](https://github.com/dialpad/dialtone-vue/compare/v2.22.2...v2.22.3) (2022-08-25)","date":"2022-08-25","body":"### Bug Fixes\n\n* **combobox-with-popover:** prevent focus of list-items by mouse ([#466](https://github.com/dialpad/dialtone-vue/issues/466)) ([d6c2d9f](https://github.com/dialpad/dialtone-vue/commit/d6c2d9f63a3f42ed00e783293aed98f3d941ca7b))","parsed":{"_":["combobox-with-popover:** prevent focus of list-items by mouse (#466) (d6c2d9f)"],"Bug Fixes":["combobox-with-popover:** prevent focus of list-items by mouse (#466) (d6c2d9f)"]}},{"version":"2.22.2","title":"[2.22.2](https://github.com/dialpad/dialtone-vue/compare/v2.22.1...v2.22.2) (2022-08-24)","date":"2022-08-24","body":"### Bug Fixes\n\n* **combobox, combobox-with-popover:** fix empty variant ([#464](https://github.com/dialpad/dialtone-vue/issues/464)) ([70787c5](https://github.com/dialpad/dialtone-vue/commit/70787c5f69ac2b0d3a6a5a4a30e9d1ecf53abc94))","parsed":{"_":["combobox, combobox-with-popover:** fix empty variant (#464) (70787c5)"],"Bug Fixes":["combobox, combobox-with-popover:** fix empty variant (#464) (70787c5)"]}},{"version":"2.22.1","title":"[2.22.1](https://github.com/dialpad/dialtone-vue/compare/v2.22.0...v2.22.1) (2022-08-22)","date":"2022-08-22","body":"### Bug Fixes\n\n* **emoji:** fixed incorrectly mapped unicode keys ([#462](https://github.com/dialpad/dialtone-vue/issues/462)) ([40d2409](https://github.com/dialpad/dialtone-vue/commit/40d24099ca73b16dad249396a34993df1438017e))","parsed":{"_":["emoji:** fixed incorrectly mapped unicode keys (#462) (40d2409)"],"Bug Fixes":["emoji:** fixed incorrectly mapped unicode keys (#462) (40d2409)"]}},{"version":"2.22.0","title":"[2.22.0](https://github.com/dialpad/dialtone-vue/compare/v2.21.0...v2.22.0) (2022-08-17)","date":"2022-08-17","body":"### Features\n\n* add collapsible component ([#395](https://github.com/dialpad/dialtone-vue/issues/395)) ([886871a](https://github.com/dialpad/dialtone-vue/commit/886871a6cc6cd184a991e9716772827fbd0a132c)), closes [#392](https://github.com/dialpad/dialtone-vue/issues/392) [#392](https://github.com/dialpad/dialtone-vue/issues/392)","parsed":{"_":["add collapsible component (#395) (886871a), closes #392 #392"],"Features":["add collapsible component (#395) (886871a), closes #392 #392"]}},{"version":"2.21.0","title":"[2.21.0](https://github.com/dialpad/dialtone-vue/compare/v2.20.0...v2.21.0) (2022-08-17)","date":"2022-08-17","body":"### Bug Fixes\n\n* unit tests ([#452](https://github.com/dialpad/dialtone-vue/issues/452)) ([3760a3b](https://github.com/dialpad/dialtone-vue/commit/3760a3ba31fdb3dda7661e18238f3fe42ab22268))\n\n\n### Features\n\n* **emoji:** add prop to disable skeleton loader ([#458](https://github.com/dialpad/dialtone-vue/issues/458)) ([b20debd](https://github.com/dialpad/dialtone-vue/commit/b20debd684c3df1405dbc7f40106bbe8b08778f2))","parsed":{"_":["unit tests (#452) (3760a3b)","emoji:** add prop to disable skeleton loader (#458) (b20debd)"],"Bug Fixes":["unit tests (#452) (3760a3b)"],"Features":["emoji:** add prop to disable skeleton loader (#458) (b20debd)"]}},{"version":"2.20.0","title":"[2.20.0](https://github.com/dialpad/dialtone-vue/compare/v2.19.1...v2.20.0) (2022-08-11)","date":"2022-08-11","body":"### Features\n\n* **modal:** add banner support ([#450](https://github.com/dialpad/dialtone-vue/issues/450)) ([2b4ecea](https://github.com/dialpad/dialtone-vue/commit/2b4eceae8512de68a96dd15eef3f4bce558a97f6))","parsed":{"_":["modal:** add banner support (#450) (2b4ecea)"],"Features":["modal:** add banner support (#450) (2b4ecea)"]}},{"version":"2.19.1","title":"[2.19.1](https://github.com/dialpad/dialtone-vue/compare/v2.19.0...v2.19.1) (2022-08-08)","date":"2022-08-08","body":"### Bug Fixes\n\n* **emoji:** dynamic import fix ([#443](https://github.com/dialpad/dialtone-vue/issues/443)) ([d92d147](https://github.com/dialpad/dialtone-vue/commit/d92d147b962830d8b7df2a214636be08f7604c34))","parsed":{"_":["emoji:** dynamic import fix (#443) (d92d147)"],"Bug Fixes":["emoji:** dynamic import fix (#443) (d92d147)"]}},{"version":"2.19.0","title":"[2.19.0](https://github.com/dialpad/dialtone-vue/compare/v2.18.0...v2.19.0) (2022-08-03)","date":"2022-08-03","body":"### Features\n\n* dt-pagination ([#421](https://github.com/dialpad/dialtone-vue/issues/421)) ([dd6eaa2](https://github.com/dialpad/dialtone-vue/commit/dd6eaa2abfa62d95cf1e617be8f713e6cfcd2d28))","parsed":{"_":["dt-pagination (#421) (dd6eaa2)"],"Features":["dt-pagination (#421) (dd6eaa2)"]}},{"version":"2.18.0","title":"[2.18.0](https://github.com/dialpad/dialtone-vue/compare/v2.17.0...v2.18.0) (2022-08-02)","date":"2022-08-02","body":"### Bug Fixes\n\n* loading, empty state order and remove emptyStateMessage value ([#428](https://github.com/dialpad/dialtone-vue/issues/428)) ([7a2fe58](https://github.com/dialpad/dialtone-vue/commit/7a2fe58274d310e81c586552565a2bb863e23d49))\n\n\n### Features\n\n* **popover:** add tether option to popover ([#437](https://github.com/dialpad/dialtone-vue/issues/437)) ([a65720b](https://github.com/dialpad/dialtone-vue/commit/a65720bb824738b8cc950f6e2363b6f0071cd498))","parsed":{"_":["loading, empty state order and remove emptyStateMessage value (#428) (7a2fe58)","popover:** add tether option to popover (#437) (a65720b)"],"Bug Fixes":["loading, empty state order and remove emptyStateMessage value (#428) (7a2fe58)"],"Features":["popover:** add tether option to popover (#437) (a65720b)"]}},{"version":"2.17.0","title":"[2.17.0](https://github.com/dialpad/dialtone-vue/compare/v2.16.0...v2.17.0) (2022-07-27)","date":"2022-07-27","body":"### Features\n\n* **combobox and combobox with popover:** add empty state ([#409](https://github.com/dialpad/dialtone-vue/issues/409)) ([34ea471](https://github.com/dialpad/dialtone-vue/commit/34ea471553e117a5974c86124b4d129470d5567a))\n* **popover, tooltip, combobox with popover:** add sticky tippy ([#425](https://github.com/dialpad/dialtone-vue/issues/425)) ([7d2f18f](https://github.com/dialpad/dialtone-vue/commit/7d2f18f8756526ff89eeacef2c3b1f389e7355a4))","parsed":{"_":["combobox and combobox with popover:** add empty state (#409) (34ea471)","popover, tooltip, combobox with popover:** add sticky tippy (#425) (7d2f18f)"],"Features":["combobox and combobox with popover:** add empty state (#409) (34ea471)","popover, tooltip, combobox with popover:** add sticky tippy (#425) (7d2f18f)"]}},{"version":"2.16.0","title":"[2.16.0](https://github.com/dialpad/dialtone-vue/compare/v2.15.0...v2.16.0) (2022-07-22)","date":"2022-07-22","body":"### Features\n\n* **combobox multi-select:** expose closeComboboxList method ([#422](https://github.com/dialpad/dialtone-vue/issues/422)) ([d8debbb](https://github.com/dialpad/dialtone-vue/commit/d8debbb96b5784d28d7c3dc4d8a89183543b999b))","parsed":{"_":["combobox multi-select:** expose closeComboboxList method (#422) (d8debbb)"],"Features":["combobox multi-select:** expose closeComboboxList method (#422) (d8debbb)"]}},{"version":"2.15.0","title":"[2.15.0](https://github.com/dialpad/dialtone-vue/compare/v2.14.0...v2.15.0) (2022-07-20)","date":"2022-07-20","body":"### Features\n\n* add custom emoji ([#398](https://github.com/dialpad/dialtone-vue/issues/398)) ([2cf9b76](https://github.com/dialpad/dialtone-vue/commit/2cf9b76f45aca8501bcc74b935a26577b3ce39be))\n* **combobox and combobox with popover:** add loading state ([#415](https://github.com/dialpad/dialtone-vue/issues/415)) ([1a549a5](https://github.com/dialpad/dialtone-vue/commit/1a549a5d720ed191892a5a4e211b357fd1053107))\n* **combobox multi-select:** show error when exceeds the max-selected ([#416](https://github.com/dialpad/dialtone-vue/issues/416)) ([68e035a](https://github.com/dialpad/dialtone-vue/commit/68e035a39ee99a0d7457c719739859c7e9c71461))","parsed":{"_":["add custom emoji (#398) (2cf9b76)","combobox and combobox with popover:** add loading state (#415) (1a549a5)","combobox multi-select:** show error when exceeds the max-selected (#416) (68e035a)"],"Features":["add custom emoji (#398) (2cf9b76)","combobox and combobox with popover:** add loading state (#415) (1a549a5)","combobox multi-select:** show error when exceeds the max-selected (#416) (68e035a)"]}},{"version":"2.14.0","title":"[2.14.0](https://github.com/dialpad/dialtone-vue/compare/v2.13.1...v2.14.0) (2022-07-13)","date":"2022-07-13","body":"### Features\n\n* **combobox multi-select:** add 'size' prop ([#413](https://github.com/dialpad/dialtone-vue/issues/413)) ([b914b06](https://github.com/dialpad/dialtone-vue/commit/b914b06e60a5a1e51af1844003b8bdeb40ff81c5))","parsed":{"_":["combobox multi-select:** add 'size' prop (#413) (b914b06)"],"Features":["combobox multi-select:** add 'size' prop (#413) (b914b06)"]}},{"version":"2.13.1","title":"[2.13.1](https://github.com/dialpad/dialtone-vue/compare/v2.13.0...v2.13.1) (2022-07-12)","date":"2022-07-12","body":"### Bug Fixes\n\n* **dropdown:** dt-570 initial focus ([#410](https://github.com/dialpad/dialtone-vue/issues/410)) ([d96fa12](https://github.com/dialpad/dialtone-vue/commit/d96fa12cf9b4280d8a4a4e41cf10c57bb05e8b84))","parsed":{"_":["dropdown:** dt-570 initial focus (#410) (d96fa12)"],"Bug Fixes":["dropdown:** dt-570 initial focus (#410) (d96fa12)"]}},{"version":"2.13.0","title":"[2.13.0](https://github.com/dialpad/dialtone-vue/compare/v2.12.1...v2.13.0) (2022-07-11)","date":"2022-07-11","body":"### Bug Fixes\n\n* **avatar:** default slot content ([#406](https://github.com/dialpad/dialtone-vue/issues/406)) ([60e727c](https://github.com/dialpad/dialtone-vue/commit/60e727cb79ce768b6fc523a81ec754f06dc5ac95))\n\n\n### Features\n\n* **Combobox Multi Select:** add Combobox Multi Select component ([#396](https://github.com/dialpad/dialtone-vue/issues/396)) ([153a488](https://github.com/dialpad/dialtone-vue/commit/153a4889118fbbd79797374776b7f8b3f8dc6b90))\n* **combobox, combobox with popover:** add loading state ([#402](https://github.com/dialpad/dialtone-vue/issues/402)) ([7c9c822](https://github.com/dialpad/dialtone-vue/commit/7c9c822558477deff516ca55ae0ff18c81b9abb4))","parsed":{"_":["avatar:** default slot content (#406) (60e727c)","Combobox Multi Select:** add Combobox Multi Select component (#396) (153a488)","combobox, combobox with popover:** add loading state (#402) (7c9c822)"],"Bug Fixes":["avatar:** default slot content (#406) (60e727c)"],"Features":["Combobox Multi Select:** add Combobox Multi Select component (#396) (153a488)","combobox, combobox with popover:** add loading state (#402) (7c9c822)"]}},{"version":"2.12.1","title":"[2.12.1](https://github.com/dialpad/dialtone-vue/compare/v2.12.0...v2.12.1) (2022-07-06)","date":"2022-07-06","body":"### Bug Fixes\n\n* **emoji-text-wrapper:** dt-559 update shortcode parsing regex ([#400](https://github.com/dialpad/dialtone-vue/issues/400)) ([6184158](https://github.com/dialpad/dialtone-vue/commit/61841584946aded901c820f324dc4e8df794c8de))\n* tooltip spacing inconsistent ([#397](https://github.com/dialpad/dialtone-vue/issues/397)) ([e5d0c21](https://github.com/dialpad/dialtone-vue/commit/e5d0c21f63c151d82e87832970eb90cc65f98d6d))","parsed":{"_":["emoji-text-wrapper:** dt-559 update shortcode parsing regex (#400) (6184158)","tooltip spacing inconsistent (#397) (e5d0c21)"],"Bug Fixes":["emoji-text-wrapper:** dt-559 update shortcode parsing regex (#400) (6184158)","tooltip spacing inconsistent (#397) (e5d0c21)"]}},{"version":"2.12.0","title":"[2.12.0](https://github.com/dialpad/dialtone-vue/compare/v2.11.0...v2.12.0) (2022-06-29)","date":"2022-06-29","body":"### Bug Fixes\n\n* **Chip:** update to use semantic elements ([#391](https://github.com/dialpad/dialtone-vue/issues/391)) ([aea3b37](https://github.com/dialpad/dialtone-vue/commit/aea3b37da936780c41205504231688c74a9a94c3))\n\n\n### Features\n\n* **dropdown:** add letter key navigation ([#392](https://github.com/dialpad/dialtone-vue/issues/392)) ([4fc6791](https://github.com/dialpad/dialtone-vue/commit/4fc6791921263de04e9562aad343143acd98780b))","parsed":{"_":["Chip:** update to use semantic elements (#391) (aea3b37)","dropdown:** add letter key navigation (#392) (4fc6791)"],"Bug Fixes":["Chip:** update to use semantic elements (#391) (aea3b37)"],"Features":["dropdown:** add letter key navigation (#392) (4fc6791)"]}},{"version":"2.11.0","title":"[2.11.0](https://github.com/dialpad/dialtone-vue/compare/v2.10.0...v2.11.0) (2022-06-23)","date":"2022-06-23","body":"### Features\n\n* add json documentation generator ([#387](https://github.com/dialpad/dialtone-vue/issues/387)) ([6431326](https://github.com/dialpad/dialtone-vue/commit/6431326c3d824353f293016eb86af5163d689a76))\n* add root layout component ([#386](https://github.com/dialpad/dialtone-vue/issues/386)) ([ea28fc0](https://github.com/dialpad/dialtone-vue/commit/ea28fc03aae4b797a604c2a8b023e679ff40cd33))","parsed":{"_":["add json documentation generator (#387) (6431326)","add root layout component (#386) (ea28fc0)"],"Features":["add json documentation generator (#387) (6431326)","add root layout component (#386) (ea28fc0)"]}},{"version":"2.10.0","title":"[2.10.0](https://github.com/dialpad/dialtone-vue/compare/v2.9.1...v2.10.0) (2022-06-16)","date":"2022-06-16","body":"### Features\n\n* **toast:** make duration prop optional ([#382](https://github.com/dialpad/dialtone-vue/issues/382)) ([17622d4](https://github.com/dialpad/dialtone-vue/commit/17622d4271b9e772970d2705a36c9da227a8d342))","parsed":{"_":["toast:** make duration prop optional (#382) (17622d4)"],"Features":["toast:** make duration prop optional (#382) (17622d4)"]}},{"version":"2.9.1","title":"[2.9.1](https://github.com/dialpad/dialtone-vue/compare/v2.9.0...v2.9.1) (2022-06-15)","date":"2022-06-15","body":"### Bug Fixes\n\n* **list-item:** add v-on=\"$listeners\" ([#383](https://github.com/dialpad/dialtone-vue/issues/383)) ([7a94427](https://github.com/dialpad/dialtone-vue/commit/7a94427be83bcde211a417568d3d7b4635189fb8))","parsed":{"_":["list-item:** add v-on=\"$listeners\" (#383) (7a94427)"],"Bug Fixes":["list-item:** add v-on=\"$listeners\" (#383) (7a94427)"]}},{"version":"2.9.0","title":"[2.9.0](https://github.com/dialpad/dialtone-vue/compare/v2.8.1...v2.9.0) (2022-06-13)","date":"2022-06-13","body":"### Features\n\n* **toast:** remove wrapper (`d-toast-wrapper` class) ([#379](https://github.com/dialpad/dialtone-vue/issues/379)) ([f9234c6](https://github.com/dialpad/dialtone-vue/commit/f9234c64a8caaedfc072b9d58041e495164f1875))","parsed":{"_":["toast:** remove wrapper (d-toast-wrapper class) (#379) (f9234c6)"],"Features":["toast:** remove wrapper (d-toast-wrapper class) (#379) (f9234c6)"]}},{"version":"2.8.1","title":"[2.8.1](https://github.com/dialpad/dialtone-vue/compare/v2.8.0...v2.8.1) (2022-06-09)","date":"2022-06-09","body":"### Bug Fixes\n\n* **chip:** export chip ([#377](https://github.com/dialpad/dialtone-vue/issues/377)) ([4d09b58](https://github.com/dialpad/dialtone-vue/commit/4d09b58c6bbae1d28e362be0d33d0558e1c0f469))","parsed":{"_":["chip:** export chip (#377) (4d09b58)"],"Bug Fixes":["chip:** export chip (#377) (4d09b58)"]}},{"version":"2.8.0","title":"[2.8.0](https://github.com/dialpad/dialtone-vue/compare/v2.7.0...v2.8.0) (2022-06-08)","date":"2022-06-08","body":"### Features\n\n* **emoji text wrapper:** add emoji text wrapper component ([#366](https://github.com/dialpad/dialtone-vue/issues/366)) ([2ba412d](https://github.com/dialpad/dialtone-vue/commit/2ba412ddaeb3144fed0cbaf4b43a6eb608d79514)), closes [#367](https://github.com/dialpad/dialtone-vue/issues/367)","parsed":{"_":["emoji text wrapper:** add emoji text wrapper component (#366) (2ba412d), closes #367"],"Features":["emoji text wrapper:** add emoji text wrapper component (#366) (2ba412d), closes #367"]}},{"version":"2.7.0","title":"[2.7.0](https://github.com/dialpad/dialtone-vue/compare/v2.6.3...v2.7.0) (2022-06-06)","date":"2022-06-06","body":"### Features\n\n* **chip:** dt-420 add chip component ([#354](https://github.com/dialpad/dialtone-vue/issues/354)) ([9f0268a](https://github.com/dialpad/dialtone-vue/commit/9f0268ad40f9ea2ea15f0a3e5aee3f02349cd76f))\n* emoji component ([#356](https://github.com/dialpad/dialtone-vue/issues/356)) ([59bb0dd](https://github.com/dialpad/dialtone-vue/commit/59bb0dd9941641935c0f304d3672cc53c792a063))","parsed":{"_":["chip:** dt-420 add chip component (#354) (9f0268a)","emoji component (#356) (59bb0dd)"],"Features":["chip:** dt-420 add chip component (#354) (9f0268a)","emoji component (#356) (59bb0dd)"]}},{"version":"2.6.3","title":"[2.6.3](https://github.com/dialpad/dialtone-vue/compare/v2.6.2...v2.6.3) (2022-05-20)","date":"2022-05-20","body":"### Bug Fixes\n\n* **dt-input:** update v-bind on dt-input input ([#362](https://github.com/dialpad/dialtone-vue/issues/362)) ([8ddc928](https://github.com/dialpad/dialtone-vue/commit/8ddc928f31fed1e092d72fb0430e15bd4d4b3356))","parsed":{"_":["dt-input:** update v-bind on dt-input input (#362) (8ddc928)"],"Bug Fixes":["dt-input:** update v-bind on dt-input input (#362) (8ddc928)"]}},{"version":"2.6.2","title":"[2.6.2](https://github.com/dialpad/dialtone-vue/compare/v2.6.1...v2.6.2) (2022-05-19)","date":"2022-05-19","body":"### Bug Fixes\n\n* **input:** reorder v-bind ([#360](https://github.com/dialpad/dialtone-vue/issues/360)) ([a214c81](https://github.com/dialpad/dialtone-vue/commit/a214c8152a47ce019ab9b57d17071f41e48506ee))","parsed":{"_":["input:** reorder v-bind (#360) (a214c81)"],"Bug Fixes":["input:** reorder v-bind (#360) (a214c81)"]}},{"version":"2.6.1","title":"[2.6.1](https://github.com/dialpad/dialtone-vue/compare/v2.6.0...v2.6.1) (2022-05-17)","date":"2022-05-17","body":"### Bug Fixes\n\n* add main back to package.json, clean before test ([#358](https://github.com/dialpad/dialtone-vue/issues/358)) ([4892e9a](https://github.com/dialpad/dialtone-vue/commit/4892e9a2af340171f7de9d10f0a87deeb1f77e67))","parsed":{"_":["add main back to package.json, clean before test (#358) (4892e9a)"],"Bug Fixes":["add main back to package.json, clean before test (#358) (4892e9a)"]}},{"version":"2.6.0","title":"[2.6.0](https://github.com/dialpad/dialtone-vue/compare/v2.5.0...v2.6.0) (2022-05-16)","date":"2022-05-16","body":"### Bug Fixes\n\n* anchor disabled in popover ([#351](https://github.com/dialpad/dialtone-vue/issues/351)) ([05ce022](https://github.com/dialpad/dialtone-vue/commit/05ce022757715af46a9d5b040a889c62b7eb86ee))\n\n\n### Features\n\n* **modal:** add fixed header and footer variant ([#353](https://github.com/dialpad/dialtone-vue/issues/353)) ([14a613c](https://github.com/dialpad/dialtone-vue/commit/14a613cd97bbbdd5c724419fcfd60b083c64b5a3))","parsed":{"_":["anchor disabled in popover (#351) (05ce022)","modal:** add fixed header and footer variant (#353) (14a613c)"],"Bug Fixes":["anchor disabled in popover (#351) (05ce022)"],"Features":["modal:** add fixed header and footer variant (#353) (14a613c)"]}},{"version":"2.5.0","title":"[2.5.0](https://github.com/dialpad/dialtone-vue/compare/v2.4.0...v2.5.0) (2022-05-10)","date":"2022-05-10","body":"### Bug Fixes\n\n* contact info avatar display blank image ([#347](https://github.com/dialpad/dialtone-vue/issues/347)) ([c6b9577](https://github.com/dialpad/dialtone-vue/commit/c6b957776fcbdb3a628f805a6baa2d9a821ab0d6))\n* usage of arrow-keys in the combobox and dropdown ([#346](https://github.com/dialpad/dialtone-vue/issues/346)) ([80515eb](https://github.com/dialpad/dialtone-vue/commit/80515eba10415260e497ce317ff1ff5af9bf833a))\n\n\n### Features\n\n* combobox with popover recipe ([#339](https://github.com/dialpad/dialtone-vue/issues/339)) ([79481d1](https://github.com/dialpad/dialtone-vue/commit/79481d1edc35e317e2114dcc7390ba28be0fff89))\n* dt-387 implement handling of emoji assets ([#343](https://github.com/dialpad/dialtone-vue/issues/343)) ([7f0fbac](https://github.com/dialpad/dialtone-vue/commit/7f0fbaca6e094b5ab9c653851c98270638e7b4d7))","parsed":{"_":["contact info avatar display blank image (#347) (c6b9577)","usage of arrow-keys in the combobox and dropdown (#346) (80515eb)","combobox with popover recipe (#339) (79481d1)","dt-387 implement handling of emoji assets (#343) (7f0fbac)"],"Bug Fixes":["contact info avatar display blank image (#347) (c6b9577)","usage of arrow-keys in the combobox and dropdown (#346) (80515eb)"],"Features":["combobox with popover recipe (#339) (79481d1)","dt-387 implement handling of emoji assets (#343) (7f0fbac)"]}},{"version":"2.4.0","title":"[2.4.0](https://github.com/dialpad/dialtone-vue/compare/v2.3.0...v2.4.0) (2022-04-20)","date":"2022-04-20","body":"### Features\n\n* automated a11y testing using axe-core ([#332](https://github.com/dialpad/dialtone-vue/issues/332)) ([a948b64](https://github.com/dialpad/dialtone-vue/commit/a948b648fd8eea22a8f045aa6e98a5867a2e8117))\n* **avatar:** change to a pure slot based pattern ([#329](https://github.com/dialpad/dialtone-vue/issues/329)) ([926dc4a](https://github.com/dialpad/dialtone-vue/commit/926dc4aab9ff2168d2db217e645d9f3fb2fedb7f))\n* **button:** add active button styles ([#322](https://github.com/dialpad/dialtone-vue/issues/322)) ([9979047](https://github.com/dialpad/dialtone-vue/commit/99790472c5e9c5730d130851db8472b5f4cec8a7))","parsed":{"_":["automated a11y testing using axe-core (#332) (a948b64)","avatar:** change to a pure slot based pattern (#329) (926dc4a)","button:** add active button styles (#322) (9979047)"],"Features":["automated a11y testing using axe-core (#332) (a948b64)","avatar:** change to a pure slot based pattern (#329) (926dc4a)","button:** add active button styles (#322) (9979047)"]}},{"version":"2.3.0","title":"[2.3.0](https://github.com/dialpad/dialtone-vue/compare/v2.2.2...v2.3.0) (2022-04-08)","date":"2022-04-08","body":"### Bug Fixes\n\n* calculate z-index after mounted ([#318](https://github.com/dialpad/dialtone-vue/issues/318)) ([b3d6d74](https://github.com/dialpad/dialtone-vue/commit/b3d6d7466b13d498feb909c709ede9b1fee3732e))\n* dt-417 handle anchor with no children ([#316](https://github.com/dialpad/dialtone-vue/issues/316)) ([3f92a29](https://github.com/dialpad/dialtone-vue/commit/3f92a29b5b9dc9e1c01b289e3f52100af21ece9f))\n* popover within popover stuck when ESC ([#320](https://github.com/dialpad/dialtone-vue/issues/320)) ([95fc99d](https://github.com/dialpad/dialtone-vue/commit/95fc99d907dc27b4f3b97c7cdc09553f575c1ec8))\n\n\n### Features\n\n* **dropdown:** add maxWidth, maxHeight, listClass props ([#310](https://github.com/dialpad/dialtone-vue/issues/310)) ([f9f1356](https://github.com/dialpad/dialtone-vue/commit/f9f1356e39639741197a47958dc499afc5aacf00))\n* **input:** add iconSize prop ([#314](https://github.com/dialpad/dialtone-vue/issues/314)) ([a6818be](https://github.com/dialpad/dialtone-vue/commit/a6818befb2ac475826eae7b7a5b5d2ec6148ea04))","parsed":{"_":["calculate z-index after mounted (#318) (b3d6d74)","dt-417 handle anchor with no children (#316) (3f92a29)","popover within popover stuck when ESC (#320) (95fc99d)","dropdown:** add maxWidth, maxHeight, listClass props (#310) (f9f1356)","input:** add iconSize prop (#314) (a6818be)"],"Bug Fixes":["calculate z-index after mounted (#318) (b3d6d74)","dt-417 handle anchor with no children (#316) (3f92a29)","popover within popover stuck when ESC (#320) (95fc99d)"],"Features":["dropdown:** add maxWidth, maxHeight, listClass props (#310) (f9f1356)","input:** add iconSize prop (#314) (a6818be)"]}},{"version":"2.2.2","title":"[2.2.2](https://github.com/dialpad/dialtone-vue/compare/v2.2.1...v2.2.2) (2022-03-31)","date":"2022-03-31","body":"### Bug Fixes\n\n* **button:** change size s to sm in comment ([a6e396e](https://github.com/dialpad/dialtone-vue/commit/a6e396e9c9f1891fcee36a108e356751ef038a67))\n* **dropdown:** add y padding on list ([#297](https://github.com/dialpad/dialtone-vue/issues/297)) ([df9c177](https://github.com/dialpad/dialtone-vue/commit/df9c1774d1ea3894911ec7cf3e9068cac17762b1))\n* **popover:** dialog closing and reopening on anchor click ([b600366](https://github.com/dialpad/dialtone-vue/commit/b60036659be256cb3b051ea430c0f841e6abc9de))\n* **tooltip:** nextTick before mounting ([9009102](https://github.com/dialpad/dialtone-vue/commit/9009102e0439f0912695322cba3e80d9904e9d9c))","parsed":{"_":["button:** change size s to sm in comment (a6e396e)","dropdown:** add y padding on list (#297) (df9c177)","popover:** dialog closing and reopening on anchor click (b600366)","tooltip:** nextTick before mounting (9009102)"],"Bug Fixes":["button:** change size s to sm in comment (a6e396e)","dropdown:** add y padding on list (#297) (df9c177)","popover:** dialog closing and reopening on anchor click (b600366)","tooltip:** nextTick before mounting (9009102)"]}},{"version":"2.2.1","title":"[2.2.1](https://github.com/dialpad/dialtone-vue/compare/v2.2.0...v2.2.1) (2022-03-28)","date":"2022-03-28","body":"### Bug Fixes\n\n* error with number value in calculateLength ([#299](https://github.com/dialpad/dialtone-vue/issues/299)) ([7ceda32](https://github.com/dialpad/dialtone-vue/commit/7ceda327935313b29a97eb56bb332adc8c6fcc75))","parsed":{"_":["error with number value in calculateLength (#299) (7ceda32)"],"Bug Fixes":["error with number value in calculateLength (#299) (7ceda32)"]}},{"version":"2.2.0","title":"[2.2.0](https://github.com/dialpad/dialtone-vue/compare/v2.1.1...v2.2.0) (2022-03-25)","date":"2022-03-25","body":"### Bug Fixes\n\n* add vue3 branch to commit message lint ([b685cc8](https://github.com/dialpad/dialtone-vue/commit/b685cc876a729284d739c19d67b6dd7577c04585))\n* **popover:** transparent overlay render at the root ([#295](https://github.com/dialpad/dialtone-vue/issues/295)) ([f8c2b25](https://github.com/dialpad/dialtone-vue/commit/f8c2b25ae1086856913667d54cbd6e8e09fe0e20))\n* update list-item padding 2 -> 4 ([#292](https://github.com/dialpad/dialtone-vue/issues/292)) ([d32669e](https://github.com/dialpad/dialtone-vue/commit/d32669e7e7d76b4113bd70e4e36e759f8616eee9))\n\n\n### Features\n\n* **button:** support top and bottom iconPositions ([7b40812](https://github.com/dialpad/dialtone-vue/commit/7b408126a4fea69a23b43cae40231a1be6fedf43))\n* dt-407 support \"top\" and \"bottom\" as valid iconPositions for dt-button ([#284](https://github.com/dialpad/dialtone-vue/issues/284)) ([414aac3](https://github.com/dialpad/dialtone-vue/commit/414aac3dcdcac870808a18ab8625a32f4733f06a))","parsed":{"_":["add vue3 branch to commit message lint (b685cc8)","popover:** transparent overlay render at the root (#295) (f8c2b25)","update list-item padding 2 -> 4 (#292) (d32669e)","button:** support top and bottom iconPositions (7b40812)","dt-407 support \"top\" and \"bottom\" as valid iconPositions for dt-button (#284) (414aac3)"],"Bug Fixes":["add vue3 branch to commit message lint (b685cc8)","popover:** transparent overlay render at the root (#295) (f8c2b25)","update list-item padding 2 -> 4 (#292) (d32669e)"],"Features":["button:** support top and bottom iconPositions (7b40812)","dt-407 support \"top\" and \"bottom\" as valid iconPositions for dt-button (#284) (414aac3)"]}},{"version":"2.1.1","title":"[2.1.1](https://github.com/dialpad/dialtone-vue/compare/v2.1.0...v2.1.1) (2022-03-16)","date":"2022-03-16","body":"### Bug Fixes\n\n* add missing exports to index.js ([c5c5e39](https://github.com/dialpad/dialtone-vue/commit/c5c5e39b35d99335bfc4c9b530f2c73f9e8cbbed))\n* fix input length validation ([#269](https://github.com/dialpad/dialtone-vue/issues/269)) ([42c57ef](https://github.com/dialpad/dialtone-vue/commit/42c57efa84349d16d841965144a88dc2c2278120))\n* update to force release ([d75b090](https://github.com/dialpad/dialtone-vue/commit/d75b090eb4e1cb4cd661ac122389afeafdfbfcc3))","parsed":{"_":["add missing exports to index.js (c5c5e39)","fix input length validation (#269) (42c57ef)","update to force release (d75b090)"],"Bug Fixes":["add missing exports to index.js (c5c5e39)","fix input length validation (#269) (42c57ef)","update to force release (d75b090)"]}},{"version":"2.1.0","title":"[2.1.0](https://github.com/dialpad/dialtone-vue/compare/v2.0.1...v2.1.0) (2022-03-16)","date":"2022-03-16","body":"### Bug Fixes\n\n* add missing exports to index.js ([c5c5e39](https://github.com/dialpad/dialtone-vue/commit/c5c5e39b35d99335bfc4c9b530f2c73f9e8cbbed))\n* fix input length validation ([#269](https://github.com/dialpad/dialtone-vue/issues/269)) ([42c57ef](https://github.com/dialpad/dialtone-vue/commit/42c57efa84349d16d841965144a88dc2c2278120))\n* revert add length validation in the input component ([0ed0cde](https://github.com/dialpad/dialtone-vue/commit/0ed0cde8f8e5fd28b96c984793f163816faf12c1))\n* update to force release ([d75b090](https://github.com/dialpad/dialtone-vue/commit/d75b090eb4e1cb4cd661ac122389afeafdfbfcc3))\n\n\n### Features\n\n* add length validation in the input component ([b063876](https://github.com/dialpad/dialtone-vue/commit/b063876e45b7c22e963a6a2b1bc0f2ef7ae37be5))\n* add length validation in the input component ([592acb1](https://github.com/dialpad/dialtone-vue/commit/592acb191c662dd53d38cc982c804d791b0875e2))","parsed":{"_":["add missing exports to index.js (c5c5e39)","fix input length validation (#269) (42c57ef)","revert add length validation in the input component (0ed0cde)","update to force release (d75b090)","add length validation in the input component (b063876)","add length validation in the input component (592acb1)"],"Bug Fixes":["add missing exports to index.js (c5c5e39)","fix input length validation (#269) (42c57ef)","revert add length validation in the input component (0ed0cde)","update to force release (d75b090)"],"Features":["add length validation in the input component (b063876)","add length validation in the input component (592acb1)"]}},{"version":"2.1.0","title":"[2.1.0](https://github.com/dialpad/dialtone-vue/compare/v2.0.1...v2.1.0) (2022-03-16)","date":"2022-03-16","body":"### Bug Fixes\n\n* add missing exports to index.js ([c5c5e39](https://github.com/dialpad/dialtone-vue/commit/c5c5e39b35d99335bfc4c9b530f2c73f9e8cbbed))\n* fix input length validation ([#269](https://github.com/dialpad/dialtone-vue/issues/269)) ([42c57ef](https://github.com/dialpad/dialtone-vue/commit/42c57efa84349d16d841965144a88dc2c2278120))\n* revert add length validation in the input component ([0ed0cde](https://github.com/dialpad/dialtone-vue/commit/0ed0cde8f8e5fd28b96c984793f163816faf12c1))\n\n\n### Features\n\n* add length validation in the input component ([b063876](https://github.com/dialpad/dialtone-vue/commit/b063876e45b7c22e963a6a2b1bc0f2ef7ae37be5))\n* add length validation in the input component ([592acb1](https://github.com/dialpad/dialtone-vue/commit/592acb191c662dd53d38cc982c804d791b0875e2))","parsed":{"_":["add missing exports to index.js (c5c5e39)","fix input length validation (#269) (42c57ef)","revert add length validation in the input component (0ed0cde)","add length validation in the input component (b063876)","add length validation in the input component (592acb1)"],"Bug Fixes":["add missing exports to index.js (c5c5e39)","fix input length validation (#269) (42c57ef)","revert add length validation in the input component (0ed0cde)"],"Features":["add length validation in the input component (b063876)","add length validation in the input component (592acb1)"]}},{"version":"2.1.0","title":"[2.1.0](https://github.com/dialpad/dialtone-vue/compare/v2.0.1...v2.1.0) (2022-03-16)","date":"2022-03-16","body":"### Bug Fixes\n\n* add missing exports to index.js ([c5c5e39](https://github.com/dialpad/dialtone-vue/commit/c5c5e39b35d99335bfc4c9b530f2c73f9e8cbbed))\n* fix input length validation ([#269](https://github.com/dialpad/dialtone-vue/issues/269)) ([42c57ef](https://github.com/dialpad/dialtone-vue/commit/42c57efa84349d16d841965144a88dc2c2278120))\n* revert add length validation in the input component ([0ed0cde](https://github.com/dialpad/dialtone-vue/commit/0ed0cde8f8e5fd28b96c984793f163816faf12c1))\n\n\n### Features\n\n* add length validation in the input component ([b063876](https://github.com/dialpad/dialtone-vue/commit/b063876e45b7c22e963a6a2b1bc0f2ef7ae37be5))\n* add length validation in the input component ([592acb1](https://github.com/dialpad/dialtone-vue/commit/592acb191c662dd53d38cc982c804d791b0875e2))","parsed":{"_":["add missing exports to index.js (c5c5e39)","fix input length validation (#269) (42c57ef)","revert add length validation in the input component (0ed0cde)","add length validation in the input component (b063876)","add length validation in the input component (592acb1)"],"Bug Fixes":["add missing exports to index.js (c5c5e39)","fix input length validation (#269) (42c57ef)","revert add length validation in the input component (0ed0cde)"],"Features":["add length validation in the input component (b063876)","add length validation in the input component (592acb1)"]}},{"version":"2.1.0","title":"[2.1.0](https://github.com/dialpad/dialtone-vue/compare/v2.0.1...v2.1.0) (2022-03-14)","date":"2022-03-14","body":"### Bug Fixes\n\n* revert add length validation in the input component ([1dbfedc](https://github.com/dialpad/dialtone-vue/commit/1dbfedcfb8c87759b42791f7643613f692da9469))\n\n\n### Features\n\n* add length validation in the input component ([b5fc958](https://github.com/dialpad/dialtone-vue/commit/b5fc958f68251d64d544325319ba347a33ec4cc3))\n* add length validation in the input component\" ([aac5471](https://github.com/dialpad/dialtone-vue/commit/aac5471647bcf7ff346cd0e11b5e2daf755f5160))","parsed":{"_":["revert add length validation in the input component (1dbfedc)","add length validation in the input component (b5fc958)","add length validation in the input component\" (aac5471)"],"Bug Fixes":["revert add length validation in the input component (1dbfedc)"],"Features":["add length validation in the input component (b5fc958)","add length validation in the input component\" (aac5471)"]}},{"version":"2.0.1","title":"[2.0.1](https://github.com/dialpad/dialtone-vue/compare/v2.0.0...v2.0.1) (2022-03-12)","date":"2022-03-12","body":"### Bug Fixes\n\n* revert add length validation in the input component ([ee13fb6](https://github.com/dialpad/dialtone-vue/commit/ee13fb6b26b65c36271bc95fb7548d7124e12417))","parsed":{"_":["revert add length validation in the input component (ee13fb6)"],"Bug Fixes":["revert add length validation in the input component (ee13fb6)"]}},{"version":"2.0.0","title":"[2.0.0](https://github.com/dialpad/dialtone-vue/compare/v1.16.0...v2.0.0) (2022-03-12)","date":"2022-03-12","body":"### Features\n\n* add length validation in the input component ([#238](https://github.com/dialpad/dialtone-vue/issues/238)) ([3faae3e](https://github.com/dialpad/dialtone-vue/commit/3faae3ebc7a7b69b77e99f71a00f9b0124da5f4f))\n* alignment of props, behaviour, a11y in Popover, Tooltip ([#256](https://github.com/dialpad/dialtone-vue/issues/256)) ([1f4342d](https://github.com/dialpad/dialtone-vue/commit/1f4342db3691d89b77f42750bfa58112374bb972))\n\n\n### BREAKING CHANGES\n\n* many changes in prop naming and structure.","parsed":{"_":["add length validation in the input component (#238) (3faae3e)","alignment of props, behaviour, a11y in Popover, Tooltip (#256) (1f4342d)","many changes in prop naming and structure."],"Features":["add length validation in the input component (#238) (3faae3e)","alignment of props, behaviour, a11y in Popover, Tooltip (#256) (1f4342d)"],"BREAKING CHANGES":["many changes in prop naming and structure."]}},{"version":"1.16.0","title":"[1.16.0](https://github.com/dialpad/dialtone-vue/compare/v1.15.0...v1.16.0) (2022-03-08)","date":"2022-03-08","body":"### Bug Fixes\n\n* make padding same on both sides on keyboard shortcut ([2b8113c](https://github.com/dialpad/dialtone-vue/commit/2b8113ce1d597211713faa5acb623685ae863a75))\n\n\n### Features\n\n* add contact info component for call info display ([#249](https://github.com/dialpad/dialtone-vue/issues/249)) ([8195314](https://github.com/dialpad/dialtone-vue/commit/81953141235af95c5d10842c6d314ecc8d089bc2))","parsed":{"_":["make padding same on both sides on keyboard shortcut (2b8113c)","add contact info component for call info display (#249) (8195314)"],"Bug Fixes":["make padding same on both sides on keyboard shortcut (2b8113c)"],"Features":["add contact info component for call info display (#249) (8195314)"]}},{"version":"1.15.0","title":"[1.15.0](https://github.com/dialpad/dialtone-vue/compare/v1.14.0...v1.15.0) (2022-02-28)","date":"2022-02-28","body":"### Bug Fixes\n\n* multiple items being highlighted at the same time ([#245](https://github.com/dialpad/dialtone-vue/issues/245)) ([05d6c6d](https://github.com/dialpad/dialtone-vue/commit/05d6c6d911d9a67eb4975296072b40cc25c924be))\n\n\n### Features\n\n* add top banner info component for call info display ([#246](https://github.com/dialpad/dialtone-vue/issues/246)) ([8f47407](https://github.com/dialpad/dialtone-vue/commit/8f474073743c5123396252ec288a468affdaef4a))","parsed":{"_":["multiple items being highlighted at the same time (#245) (05d6c6d)","add top banner info component for call info display (#246) (8f47407)"],"Bug Fixes":["multiple items being highlighted at the same time (#245) (05d6c6d)"],"Features":["add top banner info component for call info display (#246) (8f47407)"]}},{"version":"1.14.0","title":"[1.14.0](https://github.com/dialpad/dialtone-vue/compare/v1.13.2...v1.14.0) (2022-02-18)","date":"2022-02-18","body":"### Bug Fixes\n\n* keyboard nav bugs, combobox, dropdown ([#236](https://github.com/dialpad/dialtone-vue/issues/236)) ([a7cf63e](https://github.com/dialpad/dialtone-vue/commit/a7cf63ee44eee7559daaae47b8252e5cab4359b7))\n* storybook addon-docs define alias ([#240](https://github.com/dialpad/dialtone-vue/issues/240)) ([dd83bac](https://github.com/dialpad/dialtone-vue/commit/dd83bacdb35658cf45d92493a44949da64828516))\n\n\n### Features\n\n* add icon only variant with rectangular button ([#239](https://github.com/dialpad/dialtone-vue/issues/239)) ([dafd7cb](https://github.com/dialpad/dialtone-vue/commit/dafd7cbe1c64c32132487ae52fd9b42536c4e11c))","parsed":{"_":["keyboard nav bugs, combobox, dropdown (#236) (a7cf63e)","storybook addon-docs define alias (#240) (dd83bac)","add icon only variant with rectangular button (#239) (dafd7cb)"],"Bug Fixes":["keyboard nav bugs, combobox, dropdown (#236) (a7cf63e)","storybook addon-docs define alias (#240) (dd83bac)"],"Features":["add icon only variant with rectangular button (#239) (dafd7cb)"]}},{"version":"1.14.0","title":"[1.14.0](https://github.com/dialpad/dialtone-vue/compare/v1.13.2...v1.14.0) (2022-02-18)","date":"2022-02-18","body":"### Bug Fixes\n\n* keyboard nav bugs, combobox, dropdown ([#236](https://github.com/dialpad/dialtone-vue/issues/236)) ([a7cf63e](https://github.com/dialpad/dialtone-vue/commit/a7cf63ee44eee7559daaae47b8252e5cab4359b7))\n* storybook addon-docs define alias ([#240](https://github.com/dialpad/dialtone-vue/issues/240)) ([dd83bac](https://github.com/dialpad/dialtone-vue/commit/dd83bacdb35658cf45d92493a44949da64828516))\n\n\n### Features\n\n* add icon only variant with rectangular button ([#239](https://github.com/dialpad/dialtone-vue/issues/239)) ([dafd7cb](https://github.com/dialpad/dialtone-vue/commit/dafd7cbe1c64c32132487ae52fd9b42536c4e11c))","parsed":{"_":["keyboard nav bugs, combobox, dropdown (#236) (a7cf63e)","storybook addon-docs define alias (#240) (dd83bac)","add icon only variant with rectangular button (#239) (dafd7cb)"],"Bug Fixes":["keyboard nav bugs, combobox, dropdown (#236) (a7cf63e)","storybook addon-docs define alias (#240) (dd83bac)"],"Features":["add icon only variant with rectangular button (#239) (dafd7cb)"]}},{"version":"1.13.2","title":"[1.13.2](https://github.com/dialpad/dialtone-vue/compare/v1.13.1...v1.13.2) (2022-02-03)","date":"2022-02-03","body":"### Bug Fixes\n\n* apply fixed header classes only if slots not empty ([a0f58f1](https://github.com/dialpad/dialtone-vue/commit/a0f58f16db26293d6d2a2e779161f5f943e8d3a9))","parsed":{"_":["apply fixed header classes only if slots not empty (a0f58f1)"],"Bug Fixes":["apply fixed header classes only if slots not empty (a0f58f1)"]}},{"version":"1.13.1","title":"[1.13.1](https://github.com/dialpad/dialtone-vue/compare/v1.13.0...v1.13.1) (2022-01-27)","date":"2022-01-27","body":"### Bug Fixes\n\n* update list item to apply hover when navigationType is set ([#234](https://github.com/dialpad/dialtone-vue/issues/234)) ([23c4dda](https://github.com/dialpad/dialtone-vue/commit/23c4ddace6d3b20a5a3b953e535091ca3750bb74))","parsed":{"_":["update list item to apply hover when navigationType is set (#234) (23c4dda)"],"Bug Fixes":["update list item to apply hover when navigationType is set (#234) (23c4dda)"]}},{"version":"1.13.0","title":"[1.13.0](https://github.com/dialpad/dialtone-vue/compare/v1.12.0...v1.13.0) (2022-01-26)","date":"2022-01-26","body":"### Bug Fixes\n\n* add null check to tip.unmount() call ([#232](https://github.com/dialpad/dialtone-vue/issues/232)) ([964f114](https://github.com/dialpad/dialtone-vue/commit/964f114881ce5240584ecac25bf678b84d2d91f7))\n* render popover in combobox list ([#230](https://github.com/dialpad/dialtone-vue/issues/230)) ([a18c9ae](https://github.com/dialpad/dialtone-vue/commit/a18c9aeb8dba982d0db2ec9639317d6808518b3a))\n\n\n### Features\n\n* add class prop to tooltip content wrapper ([#233](https://github.com/dialpad/dialtone-vue/issues/233)) ([c3bf657](https://github.com/dialpad/dialtone-vue/commit/c3bf6574c0eeb0ae04486e61288f2d5376aeaaf3))\n* implement footer into popover ([#231](https://github.com/dialpad/dialtone-vue/issues/231)) ([6dd5ffe](https://github.com/dialpad/dialtone-vue/commit/6dd5ffe869db2b8852b06e931b9947866e31e020))","parsed":{"_":["add null check to tip.unmount() call (#232) (964f114)","render popover in combobox list (#230) (a18c9ae)","add class prop to tooltip content wrapper (#233) (c3bf657)","implement footer into popover (#231) (6dd5ffe)"],"Bug Fixes":["add null check to tip.unmount() call (#232) (964f114)","render popover in combobox list (#230) (a18c9ae)"],"Features":["add class prop to tooltip content wrapper (#233) (c3bf657)","implement footer into popover (#231) (6dd5ffe)"]}},{"version":"1.12.0","title":"[1.12.0](https://github.com/dialpad/dialtone-vue/compare/v1.11.0...v1.12.0) (2022-01-24)","date":"2022-01-24","body":"### Features\n\n* add event `dt-popover-close` to close popover instances ([#228](https://github.com/dialpad/dialtone-vue/issues/228)) ([65da860](https://github.com/dialpad/dialtone-vue/commit/65da860deecacdc8c219313beda433b5baa38e74))\n* dt-toggle ([#226](https://github.com/dialpad/dialtone-vue/issues/226)) ([002c780](https://github.com/dialpad/dialtone-vue/commit/002c7804d7495eeecdaad1fcab27a29557681db6))","parsed":{"_":["add event dt-popover-close to close popover instances (#228) (65da860)","dt-toggle (#226) (002c780)"],"Features":["add event dt-popover-close to close popover instances (#228) (65da860)","dt-toggle (#226) (002c780)"]}},{"version":"1.11.0","title":"[1.11.0](https://github.com/dialpad/dialtone-vue/compare/v1.10.1...v1.11.0) (2022-01-20)","date":"2022-01-20","body":"### Features\n\n* add dialogClass prop to modal ([4500ade](https://github.com/dialpad/dialtone-vue/commit/4500adea34df6a5923b96a573284212761505ab5))","parsed":{"_":["add dialogClass prop to modal (4500ade)"],"Features":["add dialogClass prop to modal (4500ade)"]}},{"version":"1.10.1","title":"[1.10.1](https://github.com/dialpad/dialtone-vue/compare/v1.10.0...v1.10.1) (2022-01-17)","date":"2022-01-17","body":"### Bug Fixes\n\n* broken styles in list item ([#225](https://github.com/dialpad/dialtone-vue/issues/225)) ([be69a85](https://github.com/dialpad/dialtone-vue/commit/be69a85627a2e7e9c37af46a1e30f517e096bfc5))","parsed":{"_":["broken styles in list item (#225) (be69a85)"],"Bug Fixes":["broken styles in list item (#225) (be69a85)"]}},{"version":"1.10.0","title":"[1.10.0](https://github.com/dialpad/dialtone-vue/compare/v1.9.0...v1.10.0) (2022-01-14)","date":"2022-01-14","body":"### Bug Fixes\n\n* component skeleton documentation fixes ([#218](https://github.com/dialpad/dialtone-vue/issues/218)) ([58bdcf9](https://github.com/dialpad/dialtone-vue/commit/58bdcf9a98466c7e8cddd8986998d5902b8b3d48))\n\n\n### Features\n\n* add focus-visible polyfill ([#222](https://github.com/dialpad/dialtone-vue/issues/222)) ([ce089a8](https://github.com/dialpad/dialtone-vue/commit/ce089a8dd8f5b1465d533b60fa9d82c1523990b4))\n* add header to component popover, update a11y documentation ([#217](https://github.com/dialpad/dialtone-vue/issues/217)) ([cdfb459](https://github.com/dialpad/dialtone-vue/commit/cdfb459541597ae5d56224f897186159b9fd18cc))","parsed":{"_":["component skeleton documentation fixes (#218) (58bdcf9)","add focus-visible polyfill (#222) (ce089a8)","add header to component popover, update a11y documentation (#217) (cdfb459)"],"Bug Fixes":["component skeleton documentation fixes (#218) (58bdcf9)"],"Features":["add focus-visible polyfill (#222) (ce089a8)","add header to component popover, update a11y documentation (#217) (cdfb459)"]}},{"version":"1.9.0","title":"[1.9.0](https://github.com/dialpad/dialtone-vue/compare/v1.8.2...v1.9.0) (2022-01-13)","date":"2022-01-13","body":"### Bug Fixes\n\n* include tabindex=-1 in focusFirstElement ([#219](https://github.com/dialpad/dialtone-vue/issues/219)) ([2ca4577](https://github.com/dialpad/dialtone-vue/commit/2ca4577fafca59ece95bfa86a7b0e6a880141e39))\n\n\n### Features\n\n* add dropdown component ([#215](https://github.com/dialpad/dialtone-vue/issues/215)) ([d3a3918](https://github.com/dialpad/dialtone-vue/commit/d3a39184303b0ea59d01476c32f22909e693e9ad))\n* create combobox component ([#199](https://github.com/dialpad/dialtone-vue/issues/199)) ([cefdd5a](https://github.com/dialpad/dialtone-vue/commit/cefdd5ac88df07b9b6933f1d9692348f58ac0a50))","parsed":{"_":["include tabindex=-1 in focusFirstElement (#219) (2ca4577)","add dropdown component (#215) (d3a3918)","create combobox component (#199) (cefdd5a)"],"Bug Fixes":["include tabindex=-1 in focusFirstElement (#219) (2ca4577)"],"Features":["add dropdown component (#215) (d3a3918)","create combobox component (#199) (cefdd5a)"]}},{"version":"1.8.2","title":"[1.8.2](https://github.com/dialpad/dialtone-vue/compare/v1.8.1...v1.8.2) (2022-01-06)","date":"2022-01-06","body":"### Bug Fixes\n\n* skeleton-text import ([#221](https://github.com/dialpad/dialtone-vue/issues/221)) ([ff6ca97](https://github.com/dialpad/dialtone-vue/commit/ff6ca978f20a20d8f160fecfde040deacdc735df))","parsed":{"_":["skeleton-text import (#221) (ff6ca97)"],"Bug Fixes":["skeleton-text import (#221) (ff6ca97)"]}},{"version":"1.8.1","title":"[1.8.1](https://github.com/dialpad/dialtone-vue/compare/v1.8.0...v1.8.1) (2022-01-06)","date":"2022-01-06","body":"### Bug Fixes\n\n* bad exports on skeleton ([#220](https://github.com/dialpad/dialtone-vue/issues/220)) ([5b66ae7](https://github.com/dialpad/dialtone-vue/commit/5b66ae75c8034434b02f67b26f4fb9136966032e))","parsed":{"_":["bad exports on skeleton (#220) (5b66ae7)"],"Bug Fixes":["bad exports on skeleton (#220) (5b66ae7)"]}},{"version":"1.8.0","title":"[1.8.0](https://github.com/dialpad/dialtone-vue/compare/v1.7.0...v1.8.0) (2022-01-04)","date":"2022-01-04","body":"### Bug Fixes\n\n* popover stories ([#216](https://github.com/dialpad/dialtone-vue/issues/216)) ([8229467](https://github.com/dialpad/dialtone-vue/commit/8229467b25342540163e61f8fc5797beb1e780b2))\n\n\n### Features\n\n* add keyboard shortcut component ([#209](https://github.com/dialpad/dialtone-vue/issues/209)) ([88efc48](https://github.com/dialpad/dialtone-vue/commit/88efc4882812d391bb9200c2c1f7cdb7dc56d5a9))\n* component skeleton ([#203](https://github.com/dialpad/dialtone-vue/issues/203)) ([ce2a4d2](https://github.com/dialpad/dialtone-vue/commit/ce2a4d21dc45924e0eec561299de768ba8ae5222))","parsed":{"_":["popover stories (#216) (8229467)","add keyboard shortcut component (#209) (88efc48)","component skeleton (#203) (ce2a4d2)"],"Bug Fixes":["popover stories (#216) (8229467)"],"Features":["add keyboard shortcut component (#209) (88efc48)","component skeleton (#203) (ce2a4d2)"]}},{"version":"1.7.0","title":"[1.7.0](https://github.com/dialpad/dialtone-vue/compare/v1.6.1...v1.7.0) (2021-12-15)","date":"2021-12-15","body":"### Bug Fixes\n\n* popover component. remove overlay on before destroy ([#214](https://github.com/dialpad/dialtone-vue/issues/214)) ([3f88ad8](https://github.com/dialpad/dialtone-vue/commit/3f88ad8b8c062094073917ae71030120ed6ac096))\n\n\n### Features\n\n* add button group component ([#204](https://github.com/dialpad/dialtone-vue/issues/204)) ([99bbe17](https://github.com/dialpad/dialtone-vue/commit/99bbe1717627234d1dc7b091ec775403808daeed))","parsed":{"_":["popover component. remove overlay on before destroy (#214) (3f88ad8)","add button group component (#204) (99bbe17)"],"Bug Fixes":["popover component. remove overlay on before destroy (#214) (3f88ad8)"],"Features":["add button group component (#204) (99bbe17)"]}},{"version":"1.6.1","title":"[1.6.1](https://github.com/dialpad/dialtone-vue/compare/v1.6.0...v1.6.1) (2021-12-03)","date":"2021-12-03","body":"### Bug Fixes\n\n* disable hide when append to is parent ([#207](https://github.com/dialpad/dialtone-vue/issues/207)) ([f478b3e](https://github.com/dialpad/dialtone-vue/commit/f478b3edc4ee4e306759b8e0d42ebbb4340aa733))\n* popover (props alignment between dt-popover and dt-tooltip) ([#205](https://github.com/dialpad/dialtone-vue/issues/205)) ([f935aad](https://github.com/dialpad/dialtone-vue/commit/f935aada1a5c23fc540c3479aab7cb605e47fcee))","parsed":{"_":["disable hide when append to is parent (#207) (f478b3e)","popover (props alignment between dt-popover and dt-tooltip) (#205) (f935aad)"],"Bug Fixes":["disable hide when append to is parent (#207) (f478b3e)","popover (props alignment between dt-popover and dt-tooltip) (#205) (f935aad)"]}},{"version":"1.6.0","title":"[1.6.0](https://github.com/dialpad/dialtone-vue/compare/v1.5.0...v1.6.0) (2021-11-25)","date":"2021-11-25","body":"### Bug Fixes\n\n* add our alpha sort to list-item. Change slot types to VNode for consistiency ([#202](https://github.com/dialpad/dialtone-vue/issues/202)) ([686b2b9](https://github.com/dialpad/dialtone-vue/commit/686b2b919f8882588f8374729538242071e0abcf))\n\n\n### Features\n\n* components tooltip and popover. absolute positioning (dt 40) ([#194](https://github.com/dialpad/dialtone-vue/issues/194)) ([dd9e44d](https://github.com/dialpad/dialtone-vue/commit/dd9e44dbc1ea0a5439652e8b0597e5d3e254f68a)), closes [#131](https://github.com/dialpad/dialtone-vue/issues/131) [#177](https://github.com/dialpad/dialtone-vue/issues/177) [#178](https://github.com/dialpad/dialtone-vue/issues/178) [#135](https://github.com/dialpad/dialtone-vue/issues/135)","parsed":{"_":["add our alpha sort to list-item. Change slot types to VNode for consistiency (#202) (686b2b9)","components tooltip and popover. absolute positioning (dt 40) (#194) (dd9e44d), closes #131 #177 #178 #135"],"Bug Fixes":["add our alpha sort to list-item. Change slot types to VNode for consistiency (#202) (686b2b9)"],"Features":["components tooltip and popover. absolute positioning (dt 40) (#194) (dd9e44d), closes #131 #177 #178 #135"]}},{"version":"1.5.0","title":"[1.5.0](https://github.com/dialpad/dialtone-vue/compare/v1.4.0...v1.5.0) (2021-11-19)","date":"2021-11-19","body":"### Bug Fixes\n\n* list-item story prefix ([#196](https://github.com/dialpad/dialtone-vue/issues/196)) ([7129a5c](https://github.com/dialpad/dialtone-vue/commit/7129a5cb84a4a1de8512ffb30d188bb6de980cdb))\n* missing class ([#197](https://github.com/dialpad/dialtone-vue/issues/197)) ([f7c80cc](https://github.com/dialpad/dialtone-vue/commit/f7c80cc6dd23ef7dd3603581b61a211a702f06e6))\n* stories prefix name in the documentation ([#195](https://github.com/dialpad/dialtone-vue/issues/195)) ([fa59c03](https://github.com/dialpad/dialtone-vue/commit/fa59c03d3259c15dcc80611855912ed13721c499))\n* update list-section padding to match new default list item ([dca215e](https://github.com/dialpad/dialtone-vue/commit/dca215e8fc630fcc74036a62fa84267c4853e91b))\n\n\n### Features\n\n* add `update:show` event in tooltip component ([#193](https://github.com/dialpad/dialtone-vue/issues/193)) ([3350659](https://github.com/dialpad/dialtone-vue/commit/3350659be2c8fec4993e27bcd4c56b42ca462b7c))","parsed":{"_":["list-item story prefix (#196) (7129a5c)","missing class (#197) (f7c80cc)","stories prefix name in the documentation (#195) (fa59c03)","update list-section padding to match new default list item (dca215e)","add update:show event in tooltip component (#193) (3350659)"],"Bug Fixes":["list-item story prefix (#196) (7129a5c)","missing class (#197) (f7c80cc)","stories prefix name in the documentation (#195) (fa59c03)","update list-section padding to match new default list item (dca215e)"],"Features":["add update:show event in tooltip component (#193) (3350659)"]}},{"version":"1.4.0","title":"[1.4.0](https://github.com/dialpad/dialtone-vue/compare/v1.3.0...v1.4.0) (2021-11-12)","date":"2021-11-12","body":"### Bug Fixes\n\n* removed css loader rule from storybook webpack config ([#189](https://github.com/dialpad/dialtone-vue/issues/189)) ([fefb690](https://github.com/dialpad/dialtone-vue/commit/fefb690c20ba45842f2df28fd75db7495b2948e6))\n* tooltip exception on mounted and beforeUpdate hook ([#190](https://github.com/dialpad/dialtone-vue/issues/190)) ([316008d](https://github.com/dialpad/dialtone-vue/commit/316008d2eb5ec2320a850fa5ad50e2ad9d074f47))\n* update repository URL ([#184](https://github.com/dialpad/dialtone-vue/issues/184)) ([37c14ad](https://github.com/dialpad/dialtone-vue/commit/37c14ad0376dc2560f0417fdb1b01fcb32a759a6))\n\n\n### Features\n\n* allow footer slot to list section ([#187](https://github.com/dialpad/dialtone-vue/issues/187)) ([d5c89fa](https://github.com/dialpad/dialtone-vue/commit/d5c89fab241e3301c240ed772ec0b7b46c59e2f3))","parsed":{"_":["removed css loader rule from storybook webpack config (#189) (fefb690)","tooltip exception on mounted and beforeUpdate hook (#190) (316008d)","update repository URL (#184) (37c14ad)","allow footer slot to list section (#187) (d5c89fa)"],"Bug Fixes":["removed css loader rule from storybook webpack config (#189) (fefb690)","tooltip exception on mounted and beforeUpdate hook (#190) (316008d)","update repository URL (#184) (37c14ad)"],"Features":["allow footer slot to list section (#187) (d5c89fa)"]}},{"version":"1.3.0","title":"[1.3.0](https://github.com/dialpad/dialtone-vue/compare/v1.2.1...v1.3.0) (2021-11-04)","date":"2021-11-04","body":"### Bug Fixes\n\n* update node engine reqs for semantic-release ([#183](https://github.com/dialpad/dialtone-vue/issues/183)) ([f89c779](https://github.com/dialpad/dialtone-vue/commit/f89c7790fd18fb558ecb88ed1152ae9e0beec8bc))\n\n\n### Features\n\n* add pass through class and props to tab list ([#181](https://github.com/dialpad/dialtone-vue/issues/181)) ([54dd054](https://github.com/dialpad/dialtone-vue/commit/54dd05418ab80ea1e7aaac16796ae7a785d4891b))\n* automatization for the releasing process ([#180](https://github.com/dialpad/dialtone-vue/issues/180)) ([8b397b9](https://github.com/dialpad/dialtone-vue/commit/8b397b952e8ecfdefd18e400fbcf8c5d27fec2b3))","parsed":{"_":["update node engine reqs for semantic-release (#183) (f89c779)","add pass through class and props to tab list (#181) (54dd054)","automatization for the releasing process (#180) (8b397b9)"],"Bug Fixes":["update node engine reqs for semantic-release (#183) (f89c779)"],"Features":["add pass through class and props to tab list (#181) (54dd054)","automatization for the releasing process (#180) (8b397b9)"]}}],"title":"[2.83.0](https://github.com/dialpad/dialtone-vue/compare/v2.82.1...v2.83.0) (2023-05-12)"}
1
+ {"versions":[{"version":"2.83.3","title":"[2.83.3](https://github.com/dialpad/dialtone-vue/compare/v2.83.2...v2.83.3) (2023-05-15)","date":"2023-05-15","body":"### Bug Fixes\n\n* update dialtone-icons ([f2de125](https://github.com/dialpad/dialtone-vue/commit/f2de125549b1bebbd19a8ebcb94ac75fff2c1295))","parsed":{"_":["update dialtone-icons (f2de125)"],"Bug Fixes":["update dialtone-icons (f2de125)"]}},{"version":"2.83.3","title":"[2.83.3](https://github.com/dialpad/dialtone-vue/compare/v2.83.2...v2.83.3) (2023-05-15)","date":"2023-05-15","body":"### Bug Fixes\n\n* update dialtone-icons ([f2de125](https://github.com/dialpad/dialtone-vue/commit/f2de125549b1bebbd19a8ebcb94ac75fff2c1295))","parsed":{"_":["update dialtone-icons (f2de125)"],"Bug Fixes":["update dialtone-icons (f2de125)"]}},{"version":"2.83.2","title":"[2.83.2](https://github.com/dialpad/dialtone-vue/compare/v2.83.1...v2.83.2) (2023-05-12)","date":"2023-05-12","body":"### Bug Fixes\n\n* **Leftbar Row:** css typo ([#977](https://github.com/dialpad/dialtone-vue/issues/977)) ([75d976e](https://github.com/dialpad/dialtone-vue/commit/75d976ea6021b3b09631e5afc69ea17cc6091d26))","parsed":{"_":["Leftbar Row:** css typo (#977) (75d976e)"],"Bug Fixes":["Leftbar Row:** css typo (#977) (75d976e)"]}},{"version":"2.83.1","title":"[2.83.1](https://github.com/dialpad/dialtone-vue/compare/v2.83.0...v2.83.1) (2023-05-12)","date":"2023-05-12","body":"### Bug Fixes\n\n* **Leftbar:** muted opacity to 60% ([d626b00](https://github.com/dialpad/dialtone-vue/commit/d626b00a59ace9f99f54e1d756b1745375c3c171))\n* **Popover:** anchorEl null protection ([456e8ef](https://github.com/dialpad/dialtone-vue/commit/456e8ef734afea6a9709f42e7d0090e78d671363))\n\n\n\n### Bug Fixes\n\n* correct style export in package.json ([f00cb19](https://github.com/dialpad/dialtone-vue/commit/f00cb198518e9c7f72d0af226d15c8737ada7a71))\n* **Feed Items:** emoji row emits naming fix ([#976](https://github.com/dialpad/dialtone-vue/issues/976)) ([a4c7b86](https://github.com/dialpad/dialtone-vue/commit/a4c7b8645543230c669e2cc3e7993fe8f874e67d))\n* update dialtone-icons ([983b178](https://github.com/dialpad/dialtone-vue/commit/983b1786d62f09f11b49e03b6a585c6648a43764))\n* visual test stories showing up in prod ([#968](https://github.com/dialpad/dialtone-vue/issues/968)) ([7135cc2](https://github.com/dialpad/dialtone-vue/commit/7135cc21cd5e9755f2a301d04d655acd20c70f9f))\n\n\n### Documentation\n\n* **Rich Text Editor:** link extension tech spec ([#953](https://github.com/dialpad/dialtone-vue/issues/953)) ([d48af5c](https://github.com/dialpad/dialtone-vue/commit/d48af5c73a4bebcc4aeed840c23f67905422c470))\n\n\n### Features\n\n* **Feed Items:** create feed item emoji row ([#972](https://github.com/dialpad/dialtone-vue/issues/972)) ([265b504](https://github.com/dialpad/dialtone-vue/commit/265b504aff507cdbfd24edf4f218ce8a5b4caa51))\n* **Size And Space:** apply between stops and negative variables ([#964](https://github.com/dialpad/dialtone-vue/issues/964)) ([d2aab13](https://github.com/dialpad/dialtone-vue/commit/d2aab1323a8301da5780a57089a0b8d7c1152c52))","parsed":{"_":["Leftbar:** muted opacity to 60% (d626b00)","Popover:** anchorEl null protection (456e8ef)","correct style export in package.json (f00cb19)","Feed Items:** emoji row emits naming fix (#976) (a4c7b86)","update dialtone-icons (983b178)","visual test stories showing up in prod (#968) (7135cc2)","Rich Text Editor:** link extension tech spec (#953) (d48af5c)","Feed Items:** create feed item emoji row (#972) (265b504)","Size And Space:** apply between stops and negative variables (#964) (d2aab13)"],"Bug Fixes":["Leftbar:** muted opacity to 60% (d626b00)","Popover:** anchorEl null protection (456e8ef)","correct style export in package.json (f00cb19)","Feed Items:** emoji row emits naming fix (#976) (a4c7b86)","update dialtone-icons (983b178)","visual test stories showing up in prod (#968) (7135cc2)"],"Documentation":["Rich Text Editor:** link extension tech spec (#953) (d48af5c)"],"Features":["Feed Items:** create feed item emoji row (#972) (265b504)","Size And Space:** apply between stops and negative variables (#964) (d2aab13)"]}},{"version":"2.82.1","title":"[2.82.1](https://github.com/dialpad/dialtone-vue/compare/v2.82.0...v2.82.1) (2023-05-05)","date":"2023-05-05","body":"### Bug Fixes\n\n* storybook-static references ([ddb1072](https://github.com/dialpad/dialtone-vue/commit/ddb10727a23c06866813585c9046ccefc313aad8))","parsed":{"_":["storybook-static references (ddb1072)"],"Bug Fixes":["storybook-static references (ddb1072)"]}},{"version":"2.82.0","title":"[2.82.0](https://github.com/dialpad/dialtone-vue/compare/v2.81.4...v2.82.0) (2023-05-05)","date":"2023-05-05","body":"### Bug Fixes\n\n* **Header:** use smaller icon size for settings menu button ([#959](https://github.com/dialpad/dialtone-vue/issues/959)) ([b356e8b](https://github.com/dialpad/dialtone-vue/commit/b356e8b0a7079bcf969296d8e655da175f854bec))\n\n\n### Features\n\n* add tests for feed row ([#954](https://github.com/dialpad/dialtone-vue/issues/954)) ([ca95fc6](https://github.com/dialpad/dialtone-vue/commit/ca95fc65e887a2bb358a513a8ba000d761953230))\n* migrate to vite and storybook 7.0 ([#946](https://github.com/dialpad/dialtone-vue/issues/946)) ([bdecf0f](https://github.com/dialpad/dialtone-vue/commit/bdecf0f4c0141f43269e374af3f2e447467e605e))","parsed":{"_":["Header:** use smaller icon size for settings menu button (#959) (b356e8b)","add tests for feed row (#954) (ca95fc6)","migrate to vite and storybook 7.0 (#946) (bdecf0f)"],"Bug Fixes":["Header:** use smaller icon size for settings menu button (#959) (b356e8b)"],"Features":["add tests for feed row (#954) (ca95fc6)","migrate to vite and storybook 7.0 (#946) (bdecf0f)"]}},{"version":"2.81.4","title":"[2.81.4](https://github.com/dialpad/dialtone-vue/compare/v2.81.3...v2.81.4) (2023-05-02)","date":"2023-05-02","body":"### Bug Fixes\n\n* **Leftbar General Row:** button to a ([d26667a](https://github.com/dialpad/dialtone-vue/commit/d26667a76c073f8d2172862ac6bf53a9883bc634))","parsed":{"_":["Leftbar General Row:** button to a (d26667a)"],"Bug Fixes":["Leftbar General Row:** button to a (d26667a)"]}},{"version":"2.81.3","title":"[2.81.3](https://github.com/dialpad/dialtone-vue/compare/v2.81.2...v2.81.3) (2023-05-01)","date":"2023-05-01","body":"### Bug Fixes\n\n* **Recipe Grouped Chip:** grouped chip width and content style fixes. ([#949](https://github.com/dialpad/dialtone-vue/issues/949)) ([6bd84ec](https://github.com/dialpad/dialtone-vue/commit/6bd84ec5a4678949f058d102d4f966814e05c835))","parsed":{"_":["Recipe Grouped Chip:** grouped chip width and content style fixes. (#949) (6bd84ec)"],"Bug Fixes":["Recipe Grouped Chip:** grouped chip width and content style fixes. (#949) (6bd84ec)"]}},{"version":"2.81.2","title":"[2.81.2](https://github.com/dialpad/dialtone-vue/compare/v2.81.1...v2.81.2) (2023-05-01)","date":"2023-05-01","body":"### Bug Fixes\n\n* **Header:** fix exports ([#950](https://github.com/dialpad/dialtone-vue/issues/950)) ([1e96b68](https://github.com/dialpad/dialtone-vue/commit/1e96b683e1b7358960e70522a2b6ab270f3e5dfc))","parsed":{"_":["Header:** fix exports (#950) (1e96b68)"],"Bug Fixes":["Header:** fix exports (#950) (1e96b68)"]}},{"version":"2.81.1","title":"[2.81.1](https://github.com/dialpad/dialtone-vue/compare/v2.81.0...v2.81.1) (2023-04-27)","date":"2023-04-27","body":"### Bug Fixes\n\n* bad export ([5a59736](https://github.com/dialpad/dialtone-vue/commit/5a5973676331fba2102a81507c530bff42d9e736))","parsed":{"_":["bad export (5a59736)"],"Bug Fixes":["bad export (5a59736)"]}},{"version":"2.81.0","title":"[2.81.0](https://github.com/dialpad/dialtone-vue/compare/v2.80.0...v2.81.0) (2023-04-27)","date":"2023-04-27","body":"### Features\n\n* deploy to GitHub packages ([#942](https://github.com/dialpad/dialtone-vue/issues/942)) ([6fb1939](https://github.com/dialpad/dialtone-vue/commit/6fb19393ceec41191fd96628391a90d94674ebb8))\n* **Feed Item Row:** recipe for feed item row ([#925](https://github.com/dialpad/dialtone-vue/issues/925)) ([8c745e9](https://github.com/dialpad/dialtone-vue/commit/8c745e90a630554e636176f84b0c32c6161c2a13))\n* **Header:** add setting menu button with update option ([#937](https://github.com/dialpad/dialtone-vue/issues/937)) ([c5e0241](https://github.com/dialpad/dialtone-vue/commit/c5e0241f23208adb91b4301d13bd04d765c51405))\n* migrate from mocha to jest ([#939](https://github.com/dialpad/dialtone-vue/issues/939)) ([dd16249](https://github.com/dialpad/dialtone-vue/commit/dd16249dbf57b52f8606111e0d8ca2666510d78b))","parsed":{"_":["deploy to GitHub packages (#942) (6fb1939)","Feed Item Row:** recipe for feed item row (#925) (8c745e9)","Header:** add setting menu button with update option (#937) (c5e0241)","migrate from mocha to jest (#939) (dd16249)"],"Features":["deploy to GitHub packages (#942) (6fb1939)","Feed Item Row:** recipe for feed item row (#925) (8c745e9)","Header:** add setting menu button with update option (#937) (c5e0241)","migrate from mocha to jest (#939) (dd16249)"]}},{"version":"2.80.0","title":"[2.80.0](https://github.com/dialpad/dialtone-vue/compare/v2.79.4...v2.80.0) (2023-04-26)","date":"2023-04-26","body":"### Bug Fixes\n\n* **General Row:** show dnd alongside unreadCount ([#935](https://github.com/dialpad/dialtone-vue/issues/935)) ([6d47cef](https://github.com/dialpad/dialtone-vue/commit/6d47cef75bd8aa2b800e9c46ad5ae5351426cda3))\n* image viewer improvements ([#926](https://github.com/dialpad/dialtone-vue/issues/926)) ([b2e3d44](https://github.com/dialpad/dialtone-vue/commit/b2e3d44f7731d2d12b3c0d592b7c6798b861ae5c))\n* **Recipe Callbar Button With Popover:** update margin for callbutton with popover when in compact mode ([#931](https://github.com/dialpad/dialtone-vue/issues/931)) ([3d4a0f1](https://github.com/dialpad/dialtone-vue/commit/3d4a0f1c17c33fe21662728ee16def3f292fc528))\n* **Unread Chip:** styling ([#920](https://github.com/dialpad/dialtone-vue/issues/920)) ([8772379](https://github.com/dialpad/dialtone-vue/commit/8772379b3800c3e7ede7f7be2da2215cc15a3786))\n* visual tests not triggering on approval ([#933](https://github.com/dialpad/dialtone-vue/issues/933)) ([8a0b82b](https://github.com/dialpad/dialtone-vue/commit/8a0b82b3b6a1bb442b5cdac4d840c56df328e520))\n\n\n### Code Refactoring\n\n* **Root Layout:** remove javascript ([#922](https://github.com/dialpad/dialtone-vue/issues/922)) ([35d515a](https://github.com/dialpad/dialtone-vue/commit/35d515ac7c0c5e290727930da3a2a7ee2c6c8cf4))\n\n\n### Features\n\n* **Leftbar General Row:** add iconSize prop ([#929](https://github.com/dialpad/dialtone-vue/issues/929)) ([5ba87cd](https://github.com/dialpad/dialtone-vue/commit/5ba87cd1a467e6ace19a1fdcff36814921153221))\n* **Rich Text Editor:** add rich text editor component ([#905](https://github.com/dialpad/dialtone-vue/issues/905)) ([a19a3a9](https://github.com/dialpad/dialtone-vue/commit/a19a3a92b2d6ce6beedf423a96b10d56d3f02964))","parsed":{"_":["General Row:** show dnd alongside unreadCount (#935) (6d47cef)","image viewer improvements (#926) (b2e3d44)","Recipe Callbar Button With Popover:** update margin for callbutton with popover when in compact mode (#931) (3d4a0f1)","Unread Chip:** styling (#920) (8772379)","visual tests not triggering on approval (#933) (8a0b82b)","Root Layout:** remove javascript (#922) (35d515a)","Leftbar General Row:** add iconSize prop (#929) (5ba87cd)","Rich Text Editor:** add rich text editor component (#905) (a19a3a9)"],"Bug Fixes":["General Row:** show dnd alongside unreadCount (#935) (6d47cef)","image viewer improvements (#926) (b2e3d44)","Recipe Callbar Button With Popover:** update margin for callbutton with popover when in compact mode (#931) (3d4a0f1)","Unread Chip:** styling (#920) (8772379)","visual tests not triggering on approval (#933) (8a0b82b)"],"Code Refactoring":["Root Layout:** remove javascript (#922) (35d515a)"],"Features":["Leftbar General Row:** add iconSize prop (#929) (5ba87cd)","Rich Text Editor:** add rich text editor component (#905) (a19a3a9)"]}},{"version":"2.79.4","title":"[2.79.4](https://github.com/dialpad/dialtone-vue/compare/v2.79.3...v2.79.4) (2023-04-18)","date":"2023-04-18","body":"### Bug Fixes\n\n* emoji size in leftbar item descriptions ([#918](https://github.com/dialpad/dialtone-vue/issues/918)) ([79ab216](https://github.com/dialpad/dialtone-vue/commit/79ab216af83a776dfe2b3383dc7c3b4170bb4a6d))\n* **Leftbar Row:** animation speed to 1.5s ([#916](https://github.com/dialpad/dialtone-vue/issues/916)) ([fea71c4](https://github.com/dialpad/dialtone-vue/commit/fea71c482a56e5aaca610c1fd343261a1d154158))","parsed":{"_":["emoji size in leftbar item descriptions (#918) (79ab216)","Leftbar Row:** animation speed to 1.5s (#916) (fea71c4)"],"Bug Fixes":["emoji size in leftbar item descriptions (#918) (79ab216)","Leftbar Row:** animation speed to 1.5s (#916) (fea71c4)"]}},{"version":"2.79.3","title":"[2.79.3](https://github.com/dialpad/dialtone-vue/compare/v2.79.2...v2.79.3) (2023-04-17)","date":"2023-04-17","body":"### Bug Fixes\n\n* remove dialtone-icons from externals ([#914](https://github.com/dialpad/dialtone-vue/issues/914)) ([fb3a47a](https://github.com/dialpad/dialtone-vue/commit/fb3a47af2f5ce8b1e834280bd98eb39c8baf095b))","parsed":{"_":["remove dialtone-icons from externals (#914) (fb3a47a)"],"Bug Fixes":["remove dialtone-icons from externals (#914) (fb3a47a)"]}},{"version":"2.79.2","title":"[2.79.2](https://github.com/dialpad/dialtone-vue/compare/v2.79.1...v2.79.2) (2023-04-15)","date":"2023-04-15","body":"### Bug Fixes\n\n* **Avatar:** image size and z-index issues ([#908](https://github.com/dialpad/dialtone-vue/issues/908)) ([d0ad6ca](https://github.com/dialpad/dialtone-vue/commit/d0ad6ca8e3fba993272f92c150c620a55295d167))\n* **Avatar:** remove box sizing for overlay text/icon ([#906](https://github.com/dialpad/dialtone-vue/issues/906)) ([a88d026](https://github.com/dialpad/dialtone-vue/commit/a88d026e529b6a9ca550e22df88a606eb94d0bdf))\n* **Recipe Callbar Ai Popover:** fixed popover positioning in the callbar ([#912](https://github.com/dialpad/dialtone-vue/issues/912)) ([9fc1e42](https://github.com/dialpad/dialtone-vue/commit/9fc1e424eeb44563f10843c3cad9e93207d1c228))\n* **Recipe Callbar Tooltip:** fixed tooltip positioning in the callbar ([#910](https://github.com/dialpad/dialtone-vue/issues/910)) ([0957e6c](https://github.com/dialpad/dialtone-vue/commit/0957e6cef1db63b01259719814f0e617c2dc67e0))","parsed":{"_":["Avatar:** image size and z-index issues (#908) (d0ad6ca)","Avatar:** remove box sizing for overlay text/icon (#906) (a88d026)","Recipe Callbar Ai Popover:** fixed popover positioning in the callbar (#912) (9fc1e42)","Recipe Callbar Tooltip:** fixed tooltip positioning in the callbar (#910) (0957e6c)"],"Bug Fixes":["Avatar:** image size and z-index issues (#908) (d0ad6ca)","Avatar:** remove box sizing for overlay text/icon (#906) (a88d026)","Recipe Callbar Ai Popover:** fixed popover positioning in the callbar (#912) (9fc1e42)","Recipe Callbar Tooltip:** fixed tooltip positioning in the callbar (#910) (0957e6c)"]}},{"version":"2.79.1","title":"[2.79.1](https://github.com/dialpad/dialtone-vue/compare/v2.79.0...v2.79.1) (2023-04-13)","date":"2023-04-13","body":"### Bug Fixes\n\n* update dialtone / dialtone-icons ([03f7fdf](https://github.com/dialpad/dialtone-vue/commit/03f7fdf3d2ba05f54fe3ac47e8c0311894eeef34))","parsed":{"_":["update dialtone / dialtone-icons (03f7fdf)"],"Bug Fixes":["update dialtone / dialtone-icons (03f7fdf)"]}},{"version":"2.79.0","title":"[2.79.0](https://github.com/dialpad/dialtone-vue/compare/v2.78.2...v2.79.0) (2023-04-11)","date":"2023-04-11","body":"### Features\n\n* update dialtone-icons ([01b8f90](https://github.com/dialpad/dialtone-vue/commit/01b8f9066e64ed6c15fb1ef5175f95408d919aac))","parsed":{"_":["update dialtone-icons (01b8f90)"],"Features":["update dialtone-icons (01b8f90)"]}},{"version":"2.78.2","title":"[2.78.2](https://github.com/dialpad/dialtone-vue/compare/v2.78.1...v2.78.2) (2023-04-11)","date":"2023-04-11","body":"### Bug Fixes\n\n* null protection on some refs ([#903](https://github.com/dialpad/dialtone-vue/issues/903)) ([e1addd3](https://github.com/dialpad/dialtone-vue/commit/e1addd30be47f3d0bef1b0fba33822c0423bcc23))","parsed":{"_":["null protection on some refs (#903) (e1addd3)"],"Bug Fixes":["null protection on some refs (#903) (e1addd3)"]}},{"version":"2.78.1","title":"[2.78.1](https://github.com/dialpad/dialtone-vue/compare/v2.78.0...v2.78.1) (2023-04-10)","date":"2023-04-10","body":"### Bug Fixes\n\n* showing both image and initials issue ([#901](https://github.com/dialpad/dialtone-vue/issues/901)) ([b827e5e](https://github.com/dialpad/dialtone-vue/commit/b827e5ea08c5c8d0c91716190c716c6ccac74837))","parsed":{"_":["showing both image and initials issue (#901) (b827e5e)"],"Bug Fixes":["showing both image and initials issue (#901) (b827e5e)"]}},{"version":"2.78.0","title":"[2.78.0](https://github.com/dialpad/dialtone-vue/compare/v2.77.2...v2.78.0) (2023-04-06)","date":"2023-04-06","body":"### Features\n\n* support multiple avatars for `DtRecipeContactInfo` Component ([#881](https://github.com/dialpad/dialtone-vue/issues/881)) ([68559f8](https://github.com/dialpad/dialtone-vue/commit/68559f8e6e38d2df52297e44e834a4f2c4bf64cd))","parsed":{"_":["support multiple avatars for DtRecipeContactInfo Component (#881) (68559f8)"],"Features":["support multiple avatars for DtRecipeContactInfo Component (#881) (68559f8)"]}},{"version":"2.77.2","title":"[2.77.2](https://github.com/dialpad/dialtone-vue/compare/v2.77.1...v2.77.2) (2023-04-06)","date":"2023-04-06","body":"### Bug Fixes\n\n* update dialtone-icons ([f83850d](https://github.com/dialpad/dialtone-vue/commit/f83850d8a6e12b6108f4e2cadb0159a9ce171b45))","parsed":{"_":["update dialtone-icons (f83850d)"],"Bug Fixes":["update dialtone-icons (f83850d)"]}},{"version":"2.77.1","title":"[2.77.1](https://github.com/dialpad/dialtone-vue/compare/v2.77.0...v2.77.1) (2023-04-06)","date":"2023-04-06","body":"### Bug Fixes\n\n* **Popover:** losing focus ([#896](https://github.com/dialpad/dialtone-vue/issues/896)) ([28f6ccd](https://github.com/dialpad/dialtone-vue/commit/28f6ccd82a6b4ed904227baceb395dbd115b4d36))","parsed":{"_":["Popover:** losing focus (#896) (28f6ccd)"],"Bug Fixes":["Popover:** losing focus (#896) (28f6ccd)"]}},{"version":"2.77.0","title":"[2.77.0](https://github.com/dialpad/dialtone-vue/compare/v2.76.0...v2.77.0) (2023-04-06)","date":"2023-04-06","body":"### Documentation\n\n* add rich text editor tech spec ([#893](https://github.com/dialpad/dialtone-vue/issues/893)) ([960bc92](https://github.com/dialpad/dialtone-vue/commit/960bc927d112102f7e7c0fe9903ed146f761134e))\n\n\n### Features\n\n* **Callbar Button:** add importance prop ([#886](https://github.com/dialpad/dialtone-vue/issues/886)) ([6e24d74](https://github.com/dialpad/dialtone-vue/commit/6e24d746dd2601c8dd3e40063e56cc7088fb5900))\n* **Feed Items:** create feed item time pill ([#885](https://github.com/dialpad/dialtone-vue/issues/885)) ([fe388a4](https://github.com/dialpad/dialtone-vue/commit/fe388a48a64fd007f840e728122f339b49ba6e1f))","parsed":{"_":["add rich text editor tech spec (#893) (960bc92)","Callbar Button:** add importance prop (#886) (6e24d74)","Feed Items:** create feed item time pill (#885) (fe388a4)"],"Documentation":["add rich text editor tech spec (#893) (960bc92)"],"Features":["Callbar Button:** add importance prop (#886) (6e24d74)","Feed Items:** create feed item time pill (#885) (fe388a4)"]}},{"version":"2.76.0","title":"[2.76.0](https://github.com/dialpad/dialtone-vue/compare/v2.75.1...v2.76.0) (2023-04-04)","date":"2023-04-04","body":"### Bug Fixes\n\n* **Popover:** null protection ([#883](https://github.com/dialpad/dialtone-vue/issues/883)) ([70c19c4](https://github.com/dialpad/dialtone-vue/commit/70c19c43867ef2654cebc6837f12b3d33fee413d))\n* **Recipe Contact Info:** remove d-of-hidden ([#889](https://github.com/dialpad/dialtone-vue/issues/889)) ([421a111](https://github.com/dialpad/dialtone-vue/commit/421a11145a3be85de99f45ccb32d7db9eed0f894))\n\n\n### Features\n\n* **Modal:** add closeOnClick prop ([#888](https://github.com/dialpad/dialtone-vue/issues/888)) ([0276d8b](https://github.com/dialpad/dialtone-vue/commit/0276d8bc3cc203bcf0888e4b93ead1b70e93f4f3))","parsed":{"_":["Popover:** null protection (#883) (70c19c4)","Recipe Contact Info:** remove d-of-hidden (#889) (421a111)","Modal:** add closeOnClick prop (#888) (0276d8b)"],"Bug Fixes":["Popover:** null protection (#883) (70c19c4)","Recipe Contact Info:** remove d-of-hidden (#889) (421a111)"],"Features":["Modal:** add closeOnClick prop (#888) (0276d8b)"]}},{"version":"2.75.1","title":"[2.75.1](https://github.com/dialpad/dialtone-vue/compare/v2.75.0...v2.75.1) (2023-04-03)","date":"2023-04-03","body":"### Bug Fixes\n\n* **Recipe Leftbar Unread Chip:** background-color ([ac6614e](https://github.com/dialpad/dialtone-vue/commit/ac6614e4b5dc5281afff9dbb0317acea9745616e))","parsed":{"_":["Recipe Leftbar Unread Chip:** background-color (ac6614e)"],"Bug Fixes":["Recipe Leftbar Unread Chip:** background-color (ac6614e)"]}},{"version":"2.75.0","title":"[2.75.0](https://github.com/dialpad/dialtone-vue/compare/v2.74.4...v2.75.0) (2023-04-03)","date":"2023-04-03","body":"### Features\n\n* **Recipe Leftbar Unread Chip:** add leftbar unread chip recipe ([#877](https://github.com/dialpad/dialtone-vue/issues/877)) ([9975262](https://github.com/dialpad/dialtone-vue/commit/997526260eb0dbce1779c3eec81edbb75a2ff7f9))","parsed":{"_":["Recipe Leftbar Unread Chip:** add leftbar unread chip recipe (#877) (9975262)"],"Features":["Recipe Leftbar Unread Chip:** add leftbar unread chip recipe (#877) (9975262)"]}},{"version":"2.74.4","title":"[2.74.4](https://github.com/dialpad/dialtone-vue/compare/v2.74.3...v2.74.4) (2023-04-01)","date":"2023-04-01","body":"### Bug Fixes\n\n* **Avatar:** additional null protection ([4f169d1](https://github.com/dialpad/dialtone-vue/commit/4f169d1433f838aa272ccc718567964830a744ba))","parsed":{"_":["Avatar:** additional null protection (4f169d1)"],"Bug Fixes":["Avatar:** additional null protection (4f169d1)"]}},{"version":"2.74.3","title":"[2.74.3](https://github.com/dialpad/dialtone-vue/compare/v2.74.2...v2.74.3) (2023-03-31)","date":"2023-03-31","body":"### Bug Fixes\n\n* **Avatar:** null protect firstElementChild ([8cc0b40](https://github.com/dialpad/dialtone-vue/commit/8cc0b409fa2347fba70cdabe9afd47d7cd0c108f))","parsed":{"_":["Avatar:** null protect firstElementChild (8cc0b40)"],"Bug Fixes":["Avatar:** null protect firstElementChild (8cc0b40)"]}},{"version":"2.74.2","title":"[2.74.2](https://github.com/dialpad/dialtone-vue/compare/v2.74.1...v2.74.2) (2023-03-31)","date":"2023-03-31","body":"### Bug Fixes\n\n* **Image Viewer:** dt image viewer visual testing ([#865](https://github.com/dialpad/dialtone-vue/issues/865)) ([f530286](https://github.com/dialpad/dialtone-vue/commit/f5302866f7c4d10a5be604d2fbd108fc71af9e28))\n* **Recipe Callbar Btn:** transparent background when btn is in disabled state ([#875](https://github.com/dialpad/dialtone-vue/issues/875)) ([fff9350](https://github.com/dialpad/dialtone-vue/commit/fff93500ac01ec626c78f3d0fde7757b82f1f800))","parsed":{"_":["Image Viewer:** dt image viewer visual testing (#865) (f530286)","Recipe Callbar Btn:** transparent background when btn is in disabled state (#875) (fff9350)"],"Bug Fixes":["Image Viewer:** dt image viewer visual testing (#865) (f530286)","Recipe Callbar Btn:** transparent background when btn is in disabled state (#875) (fff9350)"]}},{"version":"2.74.1","title":"[2.74.1](https://github.com/dialpad/dialtone-vue/compare/v2.74.0...v2.74.1) (2023-03-30)","date":"2023-03-30","body":"### Bug Fixes\n\n* **Recipe Callbar Btn:** show tooltip when the callbar button is disa… ([#866](https://github.com/dialpad/dialtone-vue/issues/866)) ([b88ec69](https://github.com/dialpad/dialtone-vue/commit/b88ec697bfa23faa3d1d55a44c0ec53a8287665a))","parsed":{"_":["Recipe Callbar Btn:** show tooltip when the callbar button is disa… (#866) (b88ec69)"],"Bug Fixes":["Recipe Callbar Btn:** show tooltip when the callbar button is disa… (#866) (b88ec69)"]}},{"version":"2.74.0","title":"[2.74.0](https://github.com/dialpad/dialtone-vue/compare/v2.73.0...v2.74.0) (2023-03-30)","date":"2023-03-30","body":"### Features\n\n* **Input:** add date and time types for input ([#869](https://github.com/dialpad/dialtone-vue/issues/869)) ([a814bb7](https://github.com/dialpad/dialtone-vue/commit/a814bb787d5375320a71fa4d93695b04c196b7ce))\n* **Tooltip:** add 300ms default delay ([#868](https://github.com/dialpad/dialtone-vue/issues/868)) ([9e36848](https://github.com/dialpad/dialtone-vue/commit/9e36848a34817ac6117b726395455d5bd1e454ef))","parsed":{"_":["Input:** add date and time types for input (#869) (a814bb7)","Tooltip:** add 300ms default delay (#868) (9e36848)"],"Features":["Input:** add date and time types for input (#869) (a814bb7)","Tooltip:** add 300ms default delay (#868) (9e36848)"]}},{"version":"2.73.0","title":"[2.73.0](https://github.com/dialpad/dialtone-vue/compare/v2.72.6...v2.73.0) (2023-03-27)","date":"2023-03-27","body":"### Bug Fixes\n\n* **Group Row:** change group row avatar to 'users' icon ([#862](https://github.com/dialpad/dialtone-vue/issues/862)) ([525137a](https://github.com/dialpad/dialtone-vue/commit/525137af0117495bbf3e6b88cc760b6b3c485355))\n\n\n### Features\n\n* adds codeblock component to dialtone vue ([#852](https://github.com/dialpad/dialtone-vue/issues/852)) ([43d3f28](https://github.com/dialpad/dialtone-vue/commit/43d3f2800ff835d76f10756cd82f38d30e3bc45e))\n* **Dropdown:** add tether prop ([#861](https://github.com/dialpad/dialtone-vue/issues/861)) ([273cef1](https://github.com/dialpad/dialtone-vue/commit/273cef17177820e48fa6205bf1c7b2e0707c6cf4))\n* **Image Viewer:** create dtImageViewer ([#834](https://github.com/dialpad/dialtone-vue/issues/834)) ([396dbb3](https://github.com/dialpad/dialtone-vue/commit/396dbb3bf8d671b3ccee4b1e43eed5a51dedda98))","parsed":{"_":["Group Row:** change group row avatar to 'users' icon (#862) (525137a)","adds codeblock component to dialtone vue (#852) (43d3f28)","Dropdown:** add tether prop (#861) (273cef1)","Image Viewer:** create dtImageViewer (#834) (396dbb3)"],"Bug Fixes":["Group Row:** change group row avatar to 'users' icon (#862) (525137a)"],"Features":["adds codeblock component to dialtone vue (#852) (43d3f28)","Dropdown:** add tether prop (#861) (273cef1)","Image Viewer:** create dtImageViewer (#834) (396dbb3)"]}},{"version":"2.72.6","title":"[2.72.6](https://github.com/dialpad/dialtone-vue/compare/v2.72.5...v2.72.6) (2023-03-24)","date":"2023-03-24","body":"### Bug Fixes\n\n* **Input:** length validation improvement ([#858](https://github.com/dialpad/dialtone-vue/issues/858)) ([34bc349](https://github.com/dialpad/dialtone-vue/commit/34bc34931e60debee8e6a17052aaf6d6612a3961))","parsed":{"_":["Input:** length validation improvement (#858) (34bc349)"],"Bug Fixes":["Input:** length validation improvement (#858) (34bc349)"]}},{"version":"2.72.5","title":"[2.72.5](https://github.com/dialpad/dialtone-vue/compare/v2.72.4...v2.72.5) (2023-03-24)","date":"2023-03-24","body":"### Bug Fixes\n\n* update dialtone-icons ([#856](https://github.com/dialpad/dialtone-vue/issues/856)) ([9d4c61d](https://github.com/dialpad/dialtone-vue/commit/9d4c61d53b353824b464192fddcb94b9627c73f0))","parsed":{"_":["update dialtone-icons (#856) (9d4c61d)"],"Bug Fixes":["update dialtone-icons (#856) (9d4c61d)"]}},{"version":"2.72.4","title":"[2.72.4](https://github.com/dialpad/dialtone-vue/compare/v2.72.3...v2.72.4) (2023-03-23)","date":"2023-03-23","body":"### Bug Fixes\n\n* update dialtone-icons ([#854](https://github.com/dialpad/dialtone-vue/issues/854)) ([1b97a5c](https://github.com/dialpad/dialtone-vue/commit/1b97a5c99a145b76df3ce039ba177e79bf13ecfb))","parsed":{"_":["update dialtone-icons (#854) (1b97a5c)"],"Bug Fixes":["update dialtone-icons (#854) (1b97a5c)"]}},{"version":"2.72.3","title":"[2.72.3](https://github.com/dialpad/dialtone-vue/compare/v2.72.2...v2.72.3) (2023-03-22)","date":"2023-03-22","body":"### Bug Fixes\n\n* update dialtone icons ([#844](https://github.com/dialpad/dialtone-vue/issues/844)) ([d40ee50](https://github.com/dialpad/dialtone-vue/commit/d40ee50c6bff45c77894f3e1ce79ac88b45edd28))","parsed":{"_":["update dialtone icons (#844) (d40ee50)"],"Bug Fixes":["update dialtone icons (#844) (d40ee50)"]}},{"version":"2.72.2","title":"[2.72.2](https://github.com/dialpad/dialtone-vue/compare/v2.72.1...v2.72.2) (2023-03-20)","date":"2023-03-20","body":"### Bug Fixes\n\n* **Badge:** export decoration modifiers ([#846](https://github.com/dialpad/dialtone-vue/issues/846)) ([8fa4614](https://github.com/dialpad/dialtone-vue/commit/8fa4614644135965d97e6c494349909ad214aaf4))","parsed":{"_":["Badge:** export decoration modifiers (#846) (8fa4614)"],"Bug Fixes":["Badge:** export decoration modifiers (#846) (8fa4614)"]}},{"version":"2.72.1","title":"[2.72.1](https://github.com/dialpad/dialtone-vue/compare/v2.72.0...v2.72.1) (2023-03-20)","date":"2023-03-20","body":"### Bug Fixes\n\n* **Avatar:** allow empty alt if explicitly set ([1e4623f](https://github.com/dialpad/dialtone-vue/commit/1e4623fb28cb73c2044fbfab7793596addabae35))","parsed":{"_":["Avatar:** allow empty alt if explicitly set (1e4623f)"],"Bug Fixes":["Avatar:** allow empty alt if explicitly set (1e4623f)"]}},{"version":"2.71.1","title":"[2.71.1](https://github.com/dialpad/dialtone-vue/compare/v2.71.0...v2.71.1) (2023-03-20)","date":"2023-03-20","body":"### Bug Fixes\n\n* configure passthrough attrs in leftbar components ([#842](https://github.com/dialpad/dialtone-vue/issues/842)) ([0f31156](https://github.com/dialpad/dialtone-vue/commit/0f311561fc06df44468c9ed9a033f47ade7441c2))","parsed":{"_":["configure passthrough attrs in leftbar components (#842) (0f31156)"],"Bug Fixes":["configure passthrough attrs in leftbar components (#842) (0f31156)"]}},{"version":"2.71.0","title":"[2.71.0](https://github.com/dialpad/dialtone-vue/compare/v2.70.0...v2.71.0) (2023-03-20)","date":"2023-03-20","body":"### Bug Fixes\n\n* **Leftbar Group Row:** add missing avatarSeed prop ([#840](https://github.com/dialpad/dialtone-vue/issues/840)) ([ef90afa](https://github.com/dialpad/dialtone-vue/commit/ef90afa86cd29e99fa034cf0d6d199fbe8172a48))\n\n\n### Features\n\n* **Badge:** add decoration prop ([#828](https://github.com/dialpad/dialtone-vue/issues/828)) ([a3183f0](https://github.com/dialpad/dialtone-vue/commit/a3183f05181c4c33f74011ee89906743d7305071))","parsed":{"_":["Leftbar Group Row:** add missing avatarSeed prop (#840) (ef90afa)","Badge:** add decoration prop (#828) (a3183f0)"],"Bug Fixes":["Leftbar Group Row:** add missing avatarSeed prop (#840) (ef90afa)"],"Features":["Badge:** add decoration prop (#828) (a3183f0)"]}},{"version":"2.70.0","title":"[2.70.0](https://github.com/dialpad/dialtone-vue/compare/v2.69.0...v2.70.0) (2023-03-16)","date":"2023-03-16","body":"### Features\n\n* **Avatar:** add canvasClass prop ([#830](https://github.com/dialpad/dialtone-vue/issues/830)) ([62437c2](https://github.com/dialpad/dialtone-vue/commit/62437c2a17ca5f9287d69ead6d5357afd9f6c45a))","parsed":{"_":["Avatar:** add canvasClass prop (#830) (62437c2)"],"Features":["Avatar:** add canvasClass prop (#830) (62437c2)"]}},{"version":"2.69.0","title":"[2.69.0](https://github.com/dialpad/dialtone-vue/compare/v2.68.0...v2.69.0) (2023-03-16)","date":"2023-03-16","body":"### Bug Fixes\n\n* dialtone-icons version ([#823](https://github.com/dialpad/dialtone-vue/issues/823)) ([0cde468](https://github.com/dialpad/dialtone-vue/commit/0cde468de8db4c9eeb9f44653e271f1b5d9b78fd))\n* popover fallback placements ([#821](https://github.com/dialpad/dialtone-vue/issues/821)) ([a18ac48](https://github.com/dialpad/dialtone-vue/commit/a18ac482c84c9d73fbee695d6a89c3051c8b28cb))\n\n\n### Features\n\n* **Leftbar Contact Row:** add hasCallButton ([#826](https://github.com/dialpad/dialtone-vue/issues/826)) ([000cd5a](https://github.com/dialpad/dialtone-vue/commit/000cd5a272a0a0fbe53984311b8c6351acdd6c5d))","parsed":{"_":["dialtone-icons version (#823) (0cde468)","popover fallback placements (#821) (a18ac48)","Leftbar Contact Row:** add hasCallButton (#826) (000cd5a)"],"Bug Fixes":["dialtone-icons version (#823) (0cde468)","popover fallback placements (#821) (a18ac48)"],"Features":["Leftbar Contact Row:** add hasCallButton (#826) (000cd5a)"]}},{"version":"2.68.0","title":"[2.68.0](https://github.com/dialpad/dialtone-vue/compare/v2.67.0...v2.68.0) (2023-03-15)","date":"2023-03-15","body":"### Code Refactoring\n\n* modify dt-recipe-callbar component to have common styles baked in ([#811](https://github.com/dialpad/dialtone-vue/issues/811)) ([4bebf71](https://github.com/dialpad/dialtone-vue/commit/4bebf71f8836ff83db0fa36336480195283629ca))\n\n\n### Features\n\n* **Dt Recipe Ivr Node:** add new ivr top connector slot ([#819](https://github.com/dialpad/dialtone-vue/issues/819)) ([d45a305](https://github.com/dialpad/dialtone-vue/commit/d45a3050bd1fa5ad6dc5fc198c49ea4bc6b55c61))","parsed":{"_":["modify dt-recipe-callbar component to have common styles baked in (#811) (4bebf71)","Dt Recipe Ivr Node:** add new ivr top connector slot (#819) (d45a305)"],"Code Refactoring":["modify dt-recipe-callbar component to have common styles baked in (#811) (4bebf71)"],"Features":["Dt Recipe Ivr Node:** add new ivr top connector slot (#819) (d45a305)"]}},{"version":"2.67.0","title":"[2.67.0](https://github.com/dialpad/dialtone-vue/compare/v2.66.0...v2.67.0) (2023-03-15)","date":"2023-03-15","body":"### Features\n\n* add avatar-size prop to contact info ([#809](https://github.com/dialpad/dialtone-vue/issues/809)) ([583c3fb](https://github.com/dialpad/dialtone-vue/commit/583c3fbe6aaaedc7c37e456b756098e770bd807c))","parsed":{"_":["add avatar-size prop to contact info (#809) (583c3fb)"],"Features":["add avatar-size prop to contact info (#809) (583c3fb)"]}},{"version":"2.66.0","title":"[2.66.0](https://github.com/dialpad/dialtone-vue/compare/v2.65.2...v2.66.0) (2023-03-14)","date":"2023-03-14","body":"### Bug Fixes\n\n* **Leftbar Group Row:** add conditional img render ([#814](https://github.com/dialpad/dialtone-vue/issues/814)) ([4eb8782](https://github.com/dialpad/dialtone-vue/commit/4eb87825ec4b08a4670e807adf0556affed48e9a))\n\n\n### Features\n\n* **Leftbar Contact Row:** support \"no presence\" ([#813](https://github.com/dialpad/dialtone-vue/issues/813)) ([2364fcf](https://github.com/dialpad/dialtone-vue/commit/2364fcf4a9b801f01bbf1a50af90cec619d3e105))","parsed":{"_":["Leftbar Group Row:** add conditional img render (#814) (4eb8782)","Leftbar Contact Row:** support \"no presence\" (#813) (2364fcf)"],"Bug Fixes":["Leftbar Group Row:** add conditional img render (#814) (4eb8782)"],"Features":["Leftbar Contact Row:** support \"no presence\" (#813) (2364fcf)"]}},{"version":"2.65.2","title":"[2.65.2](https://github.com/dialpad/dialtone-vue/compare/v2.65.1...v2.65.2) (2023-03-13)","date":"2023-03-13","body":"### Bug Fixes\n\n* dialbot size ([57a81ab](https://github.com/dialpad/dialtone-vue/commit/57a81ab5cc03c06689041d5c4e7135b9d2403ead))","parsed":{"_":["dialbot size (57a81ab)"],"Bug Fixes":["dialbot size (57a81ab)"]}},{"version":"2.65.1","title":"[2.65.1](https://github.com/dialpad/dialtone-vue/compare/v2.65.0...v2.65.1) (2023-03-13)","date":"2023-03-13","body":"### Bug Fixes\n\n* **Popover:** ignore role=presentation ([92bc480](https://github.com/dialpad/dialtone-vue/commit/92bc4803a28752cbbd361b201801b8618536c862))","parsed":{"_":["Popover:** ignore role=presentation (92bc480)"],"Bug Fixes":["Popover:** ignore role=presentation (92bc480)"]}},{"version":"2.65.0","title":"[2.65.0](https://github.com/dialpad/dialtone-vue/compare/v2.64.0...v2.65.0) (2023-03-13)","date":"2023-03-13","body":"### Bug Fixes\n\n* **Avatar:** initials are not available until image loads ([#803](https://github.com/dialpad/dialtone-vue/issues/803)) ([1fbedd3](https://github.com/dialpad/dialtone-vue/commit/1fbedd3c20b610d5744d41b4fe3ddc7197267b44))\n\n\n### Features\n\n* **Leftbar:** fixes and additions to leftbar row components ([#804](https://github.com/dialpad/dialtone-vue/issues/804)) ([0bb19a5](https://github.com/dialpad/dialtone-vue/commit/0bb19a547554781c5a7a7db388ef705e21a5cdd8))\n* **Theme:** update leftbar theme vars ([#800](https://github.com/dialpad/dialtone-vue/issues/800)) ([62898a6](https://github.com/dialpad/dialtone-vue/commit/62898a67d96ad0d56f254fdbc9607d71f8a453ea))","parsed":{"_":["Avatar:** initials are not available until image loads (#803) (1fbedd3)","Leftbar:** fixes and additions to leftbar row components (#804) (0bb19a5)","Theme:** update leftbar theme vars (#800) (62898a6)"],"Bug Fixes":["Avatar:** initials are not available until image loads (#803) (1fbedd3)"],"Features":["Leftbar:** fixes and additions to leftbar row components (#804) (0bb19a5)","Theme:** update leftbar theme vars (#800) (62898a6)"]}},{"version":"2.64.0","title":"[2.64.0](https://github.com/dialpad/dialtone-vue/compare/v2.63.0...v2.64.0) (2023-03-06)","date":"2023-03-06","body":"### Bug Fixes\n\n* adjust callbar button width for size ([#794](https://github.com/dialpad/dialtone-vue/issues/794)) ([c04c1a7](https://github.com/dialpad/dialtone-vue/commit/c04c1a7ad09b753a38568ce5dc2b5dcc619ddc25))\n* **Leftbar:** dnd style ([#792](https://github.com/dialpad/dialtone-vue/issues/792)) ([c30f4b9](https://github.com/dialpad/dialtone-vue/commit/c30f4b9c4c8cfad4bb62c69344bedd5c99678c4e))\n* **Popover:** protect against an undefined focus element ([#797](https://github.com/dialpad/dialtone-vue/issues/797)) ([f880e76](https://github.com/dialpad/dialtone-vue/commit/f880e76fe007b781532c0b81886203dc82f2f929))\n\n\n### Features\n\n* **Leftbar Contact Row:** add contact row ([#796](https://github.com/dialpad/dialtone-vue/issues/796)) ([4c2e292](https://github.com/dialpad/dialtone-vue/commit/4c2e2923e83cc96d1f0ba7acb627d275d2a1c941))","parsed":{"_":["adjust callbar button width for size (#794) (c04c1a7)","Leftbar:** dnd style (#792) (c30f4b9)","Popover:** protect against an undefined focus element (#797) (f880e76)","Leftbar Contact Row:** add contact row (#796) (4c2e292)"],"Bug Fixes":["adjust callbar button width for size (#794) (c04c1a7)","Leftbar:** dnd style (#792) (c30f4b9)","Popover:** protect against an undefined focus element (#797) (f880e76)"],"Features":["Leftbar Contact Row:** add contact row (#796) (4c2e292)"]}},{"version":"2.63.0","title":"[2.63.0](https://github.com/dialpad/dialtone-vue/compare/v2.62.0...v2.63.0) (2023-03-02)","date":"2023-03-02","body":"### Features\n\n* **Leftbar General Row:** add hasUnreads prop ([5da9dd7](https://github.com/dialpad/dialtone-vue/commit/5da9dd75c0d2e521018b8767d1e8beb012a4da75))","parsed":{"_":["Leftbar General Row:** add hasUnreads prop (5da9dd7)"],"Features":["Leftbar General Row:** add hasUnreads prop (5da9dd7)"]}},{"version":"2.62.0","title":"[2.62.0](https://github.com/dialpad/dialtone-vue/compare/v2.61.0...v2.62.0) (2023-03-01)","date":"2023-03-01","body":"### Features\n\n* DP-59900 Add `buttonWidthSize` prop ([167b08c](https://github.com/dialpad/dialtone-vue/commit/167b08c081f3a5f73d8d2bad733f323a3b6c0ff7))","parsed":{"_":["DP-59900 Add buttonWidthSize prop (167b08c)"],"Features":["DP-59900 Add buttonWidthSize prop (167b08c)"]}},{"version":"2.61.0","title":"[2.61.0](https://github.com/dialpad/dialtone-vue/compare/v2.60.0...v2.61.0) (2023-03-01)","date":"2023-03-01","body":"### Bug Fixes\n\n* **Combobox:** popover close on scroll ([#779](https://github.com/dialpad/dialtone-vue/issues/779)) ([7cbb916](https://github.com/dialpad/dialtone-vue/commit/7cbb91607346fed731f122738eb4e3e4633afa9f))\n\n\n### Features\n\n* **Leftbar General Row:** additional styles ([#786](https://github.com/dialpad/dialtone-vue/issues/786)) ([c803bc0](https://github.com/dialpad/dialtone-vue/commit/c803bc0ddfd6d42394f9543d1a059651fa58ea46))\n* **Leftbar:** update text-overflow style ([#789](https://github.com/dialpad/dialtone-vue/issues/789)) ([d6873a8](https://github.com/dialpad/dialtone-vue/commit/d6873a83684c822ea696d65c9a46acbbc29ea495))\n* **Theme:** update sidebar theme vars ([#782](https://github.com/dialpad/dialtone-vue/issues/782)) ([1c0584f](https://github.com/dialpad/dialtone-vue/commit/1c0584f3c865180573ab5194bc5833f77bee5686))","parsed":{"_":["Combobox:** popover close on scroll (#779) (7cbb916)","Leftbar General Row:** additional styles (#786) (c803bc0)","Leftbar:** update text-overflow style (#789) (d6873a8)","Theme:** update sidebar theme vars (#782) (1c0584f)"],"Bug Fixes":["Combobox:** popover close on scroll (#779) (7cbb916)"],"Features":["Leftbar General Row:** additional styles (#786) (c803bc0)","Leftbar:** update text-overflow style (#789) (d6873a8)","Theme:** update sidebar theme vars (#782) (1c0584f)"]}},{"version":"2.60.0","title":"[2.60.0](https://github.com/dialpad/dialtone-vue/compare/v2.59.2...v2.60.0) (2023-02-28)","date":"2023-02-28","body":"### Features\n\n* **Leftbar:** add group row recipe ([#778](https://github.com/dialpad/dialtone-vue/issues/778)) ([ce1e487](https://github.com/dialpad/dialtone-vue/commit/ce1e487c8624e48a36cf85b9ed856a41e2c7d861))","parsed":{"_":["Leftbar:** add group row recipe (#778) (ce1e487)"],"Features":["Leftbar:** add group row recipe (#778) (ce1e487)"]}},{"version":"2.59.2","title":"[2.59.2](https://github.com/dialpad/dialtone-vue/compare/v2.59.1...v2.59.2) (2023-02-24)","date":"2023-02-24","body":"### Bug Fixes\n\n* export leftbar general row ([0af5373](https://github.com/dialpad/dialtone-vue/commit/0af53730fb8630843c244f737449b275d5faa075))","parsed":{"_":["export leftbar general row (0af5373)"],"Bug Fixes":["export leftbar general row (0af5373)"]}},{"version":"2.59.1","title":"[2.59.1](https://github.com/dialpad/dialtone-vue/compare/v2.59.0...v2.59.1) (2023-02-24)","date":"2023-02-24","body":"### Bug Fixes\n\n* export presence ([ea7feb1](https://github.com/dialpad/dialtone-vue/commit/ea7feb1c24f306fcfcc005fd9d3cb945c294cc0f))","parsed":{"_":["export presence (ea7feb1)"],"Bug Fixes":["export presence (ea7feb1)"]}},{"version":"2.59.0","title":"[2.59.0](https://github.com/dialpad/dialtone-vue/compare/v2.58.0...v2.59.0) (2023-02-23)","date":"2023-02-23","body":"### Bug Fixes\n\n* **Popover, Tooltip:** support shadow dom ([#772](https://github.com/dialpad/dialtone-vue/issues/772)) ([7e3ba47](https://github.com/dialpad/dialtone-vue/commit/7e3ba473beeed1a00f2a44e61011ab99480b861d))\n* **Popover:** prevent viewport from cutting off modal popover ([#770](https://github.com/dialpad/dialtone-vue/issues/770)) ([5e3b542](https://github.com/dialpad/dialtone-vue/commit/5e3b5426cd9b832994e395ed3fbc1929c2f94a70))\n* vue api doc issues ([#776](https://github.com/dialpad/dialtone-vue/issues/776)) ([2620ce5](https://github.com/dialpad/dialtone-vue/commit/2620ce5f39bdec1442252c949447e044ed0d3570))\n\n\n### Features\n\n* **Leftbar:** add general row recipe ([#769](https://github.com/dialpad/dialtone-vue/issues/769)) ([d1b57e0](https://github.com/dialpad/dialtone-vue/commit/d1b57e07082218bcd307097304a74a4ee2f75d17))","parsed":{"_":["Popover, Tooltip:** support shadow dom (#772) (7e3ba47)","Popover:** prevent viewport from cutting off modal popover (#770) (5e3b542)","vue api doc issues (#776) (2620ce5)","Leftbar:** add general row recipe (#769) (d1b57e0)"],"Bug Fixes":["Popover, Tooltip:** support shadow dom (#772) (7e3ba47)","Popover:** prevent viewport from cutting off modal popover (#770) (5e3b542)","vue api doc issues (#776) (2620ce5)"],"Features":["Leftbar:** add general row recipe (#769) (d1b57e0)"]}},{"version":"2.58.0","title":"[2.58.0](https://github.com/dialpad/dialtone-vue/compare/v2.57.1...v2.58.0) (2023-02-17)","date":"2023-02-17","body":"### Features\n\n* **Stack:** new stack component ([#758](https://github.com/dialpad/dialtone-vue/issues/758)) ([7e8e78a](https://github.com/dialpad/dialtone-vue/commit/7e8e78ae5e884ce0d1bb79a61ee5417f04ec4086))","parsed":{"_":["Stack:** new stack component (#758) (7e8e78a)"],"Features":["Stack:** new stack component (#758) (7e8e78a)"]}},{"version":"2.58.0","title":"[2.58.0](https://github.com/dialpad/dialtone-vue/compare/v2.57.1...v2.58.0) (2023-02-17)","date":"2023-02-17","body":"### Features\n\n* **Stack:** new stack component ([#758](https://github.com/dialpad/dialtone-vue/issues/758)) ([7e8e78a](https://github.com/dialpad/dialtone-vue/commit/7e8e78ae5e884ce0d1bb79a61ee5417f04ec4086))","parsed":{"_":["Stack:** new stack component (#758) (7e8e78a)"],"Features":["Stack:** new stack component (#758) (7e8e78a)"]}},{"version":"2.57.1","title":"[2.57.1](https://github.com/dialpad/dialtone-vue/compare/v2.57.0...v2.57.1) (2023-02-15)","date":"2023-02-15","body":"### Bug Fixes\n\n* add appendTo prop on all popover based components ([#764](https://github.com/dialpad/dialtone-vue/issues/764)) ([e11a915](https://github.com/dialpad/dialtone-vue/commit/e11a915666a9dff363ca7a489cffbb0464198ed2))\n* **Dropdown:** remove deprecated DropdownList ([#765](https://github.com/dialpad/dialtone-vue/issues/765)) ([72edcf1](https://github.com/dialpad/dialtone-vue/commit/72edcf1edb84656ae88d37c5dfaa996cb240e6c6))","parsed":{"_":["add appendTo prop on all popover based components (#764) (e11a915)","Dropdown:** remove deprecated DropdownList (#765) (72edcf1)"],"Bug Fixes":["add appendTo prop on all popover based components (#764) (e11a915)","Dropdown:** remove deprecated DropdownList (#765) (72edcf1)"]}},{"version":"2.57.0","title":"[2.57.0](https://github.com/dialpad/dialtone-vue/compare/v2.56.1...v2.57.0) (2023-02-14)","date":"2023-02-14","body":"### Bug Fixes\n\n* **Root Layout Body:** fix a11y keyboard access to main content ([#753](https://github.com/dialpad/dialtone-vue/issues/753)) ([f93ac26](https://github.com/dialpad/dialtone-vue/commit/f93ac26e9ce0b94e6ad858ef5afa1a93e5cfb266))\n* **Root Layout:** null protection on getElementTops ([#762](https://github.com/dialpad/dialtone-vue/issues/762)) ([01754a3](https://github.com/dialpad/dialtone-vue/commit/01754a3484c54dde2feb653b092abe80784398d8))\n* **Root Layout:** sidebar independently scrollable ([#755](https://github.com/dialpad/dialtone-vue/issues/755)) ([a6d3dcb](https://github.com/dialpad/dialtone-vue/commit/a6d3dcb872774092ab1aa5b7dffc4dba32dd31c5))\n\n\n### Features\n\n* **List Item:** add selected prop ([#746](https://github.com/dialpad/dialtone-vue/issues/746)) ([9936198](https://github.com/dialpad/dialtone-vue/commit/9936198fdbdaafc60174767d198430e0f05c42d1))","parsed":{"_":["Root Layout Body:** fix a11y keyboard access to main content (#753) (f93ac26)","Root Layout:** null protection on getElementTops (#762) (01754a3)","Root Layout:** sidebar independently scrollable (#755) (a6d3dcb)","List Item:** add selected prop (#746) (9936198)"],"Bug Fixes":["Root Layout Body:** fix a11y keyboard access to main content (#753) (f93ac26)","Root Layout:** null protection on getElementTops (#762) (01754a3)","Root Layout:** sidebar independently scrollable (#755) (a6d3dcb)"],"Features":["List Item:** add selected prop (#746) (9936198)"]}},{"version":"2.56.1","title":"[2.56.1](https://github.com/dialpad/dialtone-vue/compare/v2.56.0...v2.56.1) (2023-02-09)","date":"2023-02-09","body":"### Bug Fixes\n\n* **Combobox With Popover:** add hasSuggestionList to sb ([2275074](https://github.com/dialpad/dialtone-vue/commit/22750748b36ee7912ea699d0b24ba779e90473f9))","parsed":{"_":["Combobox With Popover:** add hasSuggestionList to sb (2275074)"],"Bug Fixes":["Combobox With Popover:** add hasSuggestionList to sb (2275074)"]}},{"version":"2.56.0","title":"[2.56.0](https://github.com/dialpad/dialtone-vue/compare/v2.55.2...v2.56.0) (2023-02-08)","date":"2023-02-08","body":"### Bug Fixes\n\n* preventScrolling after transition completes ([#749](https://github.com/dialpad/dialtone-vue/issues/749)) ([35d3b68](https://github.com/dialpad/dialtone-vue/commit/35d3b68446d975217cc747ef3a8d7cffeafaeb9e))\n* **Root Layout:** add fixed prop ([#738](https://github.com/dialpad/dialtone-vue/issues/738)) ([f2e7efe](https://github.com/dialpad/dialtone-vue/commit/f2e7efe4108d7ca95484cea796934bbf4e5286f7))\n* **Root Layout:** headerHeight 0 if no slot ([8b1c17d](https://github.com/dialpad/dialtone-vue/commit/8b1c17d3c256772b2e6423599b157707b50ff28f))\n\n\n### Features\n\n* **Avatar:** group variant ([#745](https://github.com/dialpad/dialtone-vue/issues/745)) ([98fe39e](https://github.com/dialpad/dialtone-vue/commit/98fe39e9407f2b9874314ddcdb0a7f0937b383ba))","parsed":{"_":["preventScrolling after transition completes (#749) (35d3b68)","Root Layout:** add fixed prop (#738) (f2e7efe)","Root Layout:** headerHeight 0 if no slot (8b1c17d)","Avatar:** group variant (#745) (98fe39e)"],"Bug Fixes":["preventScrolling after transition completes (#749) (35d3b68)","Root Layout:** add fixed prop (#738) (f2e7efe)","Root Layout:** headerHeight 0 if no slot (8b1c17d)"],"Features":["Avatar:** group variant (#745) (98fe39e)"]}},{"version":"2.55.2","title":"[2.55.2](https://github.com/dialpad/dialtone-vue/compare/v2.55.1...v2.55.2) (2023-02-03)","date":"2023-02-03","body":"### Bug Fixes\n\n* **Combobox Multi Select:** wrong chips position while on modal ([#742](https://github.com/dialpad/dialtone-vue/issues/742)) ([6525827](https://github.com/dialpad/dialtone-vue/commit/6525827bd07a0cbebc9b0929a103329ed61f95d1))","parsed":{"_":["Combobox Multi Select:** wrong chips position while on modal (#742) (6525827)"],"Bug Fixes":["Combobox Multi Select:** wrong chips position while on modal (#742) (6525827)"]}},{"version":"2.55.1","title":"[2.55.1](https://github.com/dialpad/dialtone-vue/compare/v2.55.0...v2.55.1) (2023-02-02)","date":"2023-02-02","body":"","parsed":{"_":[]}},{"version":"2.55.0","title":"[2.55.0](https://github.com/dialpad/dialtone-vue/compare/v2.54.2...v2.55.0) (2023-02-01)","date":"2023-02-01","body":"","parsed":{"_":[]}},{"version":"2.54.2","title":"[2.54.2](https://github.com/dialpad/dialtone-vue/compare/v2.54.1...v2.54.2) (2023-01-26)","date":"2023-01-26","body":"### Bug Fixes\n\n* **Popover:** fix prevent scroll logic ([#722](https://github.com/dialpad/dialtone-vue/issues/722)) ([7a1ed16](https://github.com/dialpad/dialtone-vue/commit/7a1ed16d0008a3f2c3a640fe5ac3c68b285d8ab5))","parsed":{"_":["Popover:** fix prevent scroll logic (#722) (7a1ed16)"],"Bug Fixes":["Popover:** fix prevent scroll logic (#722) (7a1ed16)"]}},{"version":"2.54.1","title":"[2.54.1](https://github.com/dialpad/dialtone-vue/compare/v2.54.0...v2.54.1) (2023-01-26)","date":"2023-01-26","body":"### Bug Fixes\n\n* **Modal:** fix modal focusFirstElement method ([#720](https://github.com/dialpad/dialtone-vue/issues/720)) ([0bc9205](https://github.com/dialpad/dialtone-vue/commit/0bc9205b42787c7328925175348f0dd9bc39b122))","parsed":{"_":["Modal:** fix modal focusFirstElement method (#720) (0bc9205)"],"Bug Fixes":["Modal:** fix modal focusFirstElement method (#720) (0bc9205)"]}},{"version":"2.54.0","title":"[2.54.0](https://github.com/dialpad/dialtone-vue/compare/v2.53.1...v2.54.0) (2023-01-26)","date":"2023-01-26","body":"### Bug Fixes\n\n* **Combobox:** chips vertical alignment. ([#706](https://github.com/dialpad/dialtone-vue/issues/706)) ([e552ca1](https://github.com/dialpad/dialtone-vue/commit/e552ca1e3b324f58c2dfa50305dd84f854a9a35e))\n* **Notice:** incorrect validation ([#715](https://github.com/dialpad/dialtone-vue/issues/715)) ([c1360cc](https://github.com/dialpad/dialtone-vue/commit/c1360cc6f18341d77a6794a686bf2448178455aa))\n* **Tab:** fix focus management with focusable elements inside the panel ([#717](https://github.com/dialpad/dialtone-vue/issues/717)) ([693ac9e](https://github.com/dialpad/dialtone-vue/commit/693ac9e07aaa4886a9e9a3020a0bb5a619a722c7))\n\n\n### Features\n\n* **Modal:** add style variants of banner ([#713](https://github.com/dialpad/dialtone-vue/issues/713)) ([8696828](https://github.com/dialpad/dialtone-vue/commit/86968283f0e1e855f21d659fb9f7229a6fd45aaf))","parsed":{"_":["Combobox:** chips vertical alignment. (#706) (e552ca1)","Notice:** incorrect validation (#715) (c1360cc)","Tab:** fix focus management with focusable elements inside the panel (#717) (693ac9e)","Modal:** add style variants of banner (#713) (8696828)"],"Bug Fixes":["Combobox:** chips vertical alignment. (#706) (e552ca1)","Notice:** incorrect validation (#715) (c1360cc)","Tab:** fix focus management with focusable elements inside the panel (#717) (693ac9e)"],"Features":["Modal:** add style variants of banner (#713) (8696828)"]}},{"version":"2.53.1","title":"[2.53.1](https://github.com/dialpad/dialtone-vue/compare/v2.53.0...v2.53.1) (2023-01-20)","date":"2023-01-20","body":"### Bug Fixes\n\n* **Popover:** blocking wheel event ([#708](https://github.com/dialpad/dialtone-vue/issues/708)) ([0a7f3db](https://github.com/dialpad/dialtone-vue/commit/0a7f3dbd5f298e3f130474c38ed2d2442753c9f9))","parsed":{"_":["Popover:** blocking wheel event (#708) (0a7f3db)"],"Bug Fixes":["Popover:** blocking wheel event (#708) (0a7f3db)"]}},{"version":"2.53.0","title":"[2.53.0](https://github.com/dialpad/dialtone-vue/compare/v2.52.0...v2.53.0) (2023-01-17)","date":"2023-01-17","body":"### Features\n\n* include CHANGELOG files in the package ([#704](https://github.com/dialpad/dialtone-vue/issues/704)) ([639dd92](https://github.com/dialpad/dialtone-vue/commit/639dd92cac24d1944be19f9c68d6c4f855cba980))","parsed":{"_":["include CHANGELOG files in the package (#704) (639dd92)"],"Features":["include CHANGELOG files in the package (#704) (639dd92)"]}},{"version":"2.52.0","title":"[2.52.0](https://github.com/dialpad/dialtone-vue/compare/v2.51.0...v2.52.0) (2023-01-16)","date":"2023-01-16","body":"### Features\n\n* revert enable shadowMode due to error ([e622436](https://github.com/dialpad/dialtone-vue/commit/e62243660921a933390c07a24e0a4a3ef0e9ddf7))","parsed":{"_":["revert enable shadowMode due to error (e622436)"],"Features":["revert enable shadowMode due to error (e622436)"]}},{"version":"2.51.0","title":"[2.51.0](https://github.com/dialpad/dialtone-vue/compare/v2.50.0...v2.51.0) (2023-01-16)","date":"2023-01-16","body":"### Bug Fixes\n\n* **Callbar:** style update to dt7 ([#700](https://github.com/dialpad/dialtone-vue/issues/700)) ([f3c1bcc](https://github.com/dialpad/dialtone-vue/commit/f3c1bcc4b671ed6f3bf3442a4079ad795682b8f7))\n\n\n### Features\n\n* enable shadowMode ([#702](https://github.com/dialpad/dialtone-vue/issues/702)) ([5829d9b](https://github.com/dialpad/dialtone-vue/commit/5829d9b1323de0262e263386259d1a31cedf5714))","parsed":{"_":["Callbar:** style update to dt7 (#700) (f3c1bcc)","enable shadowMode (#702) (5829d9b)"],"Bug Fixes":["Callbar:** style update to dt7 (#700) (f3c1bcc)"],"Features":["enable shadowMode (#702) (5829d9b)"]}},{"version":"2.50.0","title":"[2.50.0](https://github.com/dialpad/dialtone-vue/compare/v2.49.1...v2.50.0) (2023-01-12)","date":"2023-01-12","body":"### Bug Fixes\n\n* **Collapsible:** fix validation of anchor-related prop and slot ([#697](https://github.com/dialpad/dialtone-vue/issues/697)) ([9384b0d](https://github.com/dialpad/dialtone-vue/commit/9384b0d79dbeebb0fd9c96f2c8bf3fec1cea309c))\n\n\n### Features\n\n* **Combobox, Dropdown:** dt7 style update ([#694](https://github.com/dialpad/dialtone-vue/issues/694)) ([eb4aa4f](https://github.com/dialpad/dialtone-vue/commit/eb4aa4f07950c4bc97a49cdeb2fc1d8da3b9d835))\n* **Toggle:** add toggleOnClick prop ([#698](https://github.com/dialpad/dialtone-vue/issues/698)) ([433c25e](https://github.com/dialpad/dialtone-vue/commit/433c25ef71f1e3a2398b4ed640b5edabf115caab))","parsed":{"_":["Collapsible:** fix validation of anchor-related prop and slot (#697) (9384b0d)","Combobox, Dropdown:** dt7 style update (#694) (eb4aa4f)","Toggle:** add toggleOnClick prop (#698) (433c25e)"],"Bug Fixes":["Collapsible:** fix validation of anchor-related prop and slot (#697) (9384b0d)"],"Features":["Combobox, Dropdown:** dt7 style update (#694) (eb4aa4f)","Toggle:** add toggleOnClick prop (#698) (433c25e)"]}},{"version":"2.49.1","title":"[2.49.1](https://github.com/dialpad/dialtone-vue/compare/v2.49.0...v2.49.1) (2023-01-11)","date":"2023-01-11","body":"","parsed":{"_":[]}},{"version":"2.49.0","title":"[2.49.0](https://github.com/dialpad/dialtone-vue/compare/v2.48.0...v2.49.0) (2023-01-10)","date":"2023-01-10","body":"### Bug Fixes\n\n* **Popover:** refactor wheel event ([#688](https://github.com/dialpad/dialtone-vue/issues/688)) ([8af2967](https://github.com/dialpad/dialtone-vue/commit/8af2967d71b47eeb5ecf0106d1ccb3bd8f5529c7))\n\n\n### Features\n\n* **Pagination:** update style ([#677](https://github.com/dialpad/dialtone-vue/issues/677)) ([7b08ee9](https://github.com/dialpad/dialtone-vue/commit/7b08ee9c3c19485500a690ce5e79875c2cfcd9fd))","parsed":{"_":["Popover:** refactor wheel event (#688) (8af2967)","Pagination:** update style (#677) (7b08ee9)"],"Bug Fixes":["Popover:** refactor wheel event (#688) (8af2967)"],"Features":["Pagination:** update style (#677) (7b08ee9)"]}},{"version":"2.48.0","title":"[2.48.0](https://github.com/dialpad/dialtone-vue/compare/v2.47.0...v2.48.0) (2023-01-09)","date":"2023-01-09","body":"### Bug Fixes\n\n* **Popover:** blocking wheel event ([#683](https://github.com/dialpad/dialtone-vue/issues/683)) ([d5672ef](https://github.com/dialpad/dialtone-vue/commit/d5672ef6923e69a6647e3c0cb2e87a75bee65851))\n\n\n### Features\n\n* **Dropdown:** update style ([#673](https://github.com/dialpad/dialtone-vue/issues/673)) ([19fd004](https://github.com/dialpad/dialtone-vue/commit/19fd00417e1e40b9b7c7969c41648008e10dd435))","parsed":{"_":["Popover:** blocking wheel event (#683) (d5672ef)","Dropdown:** update style (#673) (19fd004)"],"Bug Fixes":["Popover:** blocking wheel event (#683) (d5672ef)"],"Features":["Dropdown:** update style (#673) (19fd004)"]}},{"version":"2.47.0","title":"[2.47.0](https://github.com/dialpad/dialtone-vue/compare/v2.46.1...v2.47.0) (2022-12-24)","date":"2022-12-24","body":"### Bug Fixes\n\n* **Combobox Multi Select:** firefox fix ([#642](https://github.com/dialpad/dialtone-vue/issues/642)) ([5d92519](https://github.com/dialpad/dialtone-vue/commit/5d92519e2ec625fbe88026ed3959445049e406fb))\n* **Combobox:** combobox components issues ([#658](https://github.com/dialpad/dialtone-vue/issues/658)) ([7edb52a](https://github.com/dialpad/dialtone-vue/commit/7edb52a10ef9ad6b3304506827c800c691facb38))\n\n\n### Features\n\n* **Avatar:** seeeded random colors ([#661](https://github.com/dialpad/dialtone-vue/issues/661)) ([7ce9f35](https://github.com/dialpad/dialtone-vue/commit/7ce9f35b0658133cc1dbef5ec43d5f2f360e7dbe))\n* **Popover:** add appendTo prop. ([#665](https://github.com/dialpad/dialtone-vue/issues/665)) ([222c264](https://github.com/dialpad/dialtone-vue/commit/222c2649941a18f736bdc7d9dadcb0d822591343))","parsed":{"_":["Combobox Multi Select:** firefox fix (#642) (5d92519)","Combobox:** combobox components issues (#658) (7edb52a)","Avatar:** seeeded random colors (#661) (7ce9f35)","Popover:** add appendTo prop. (#665) (222c264)"],"Bug Fixes":["Combobox Multi Select:** firefox fix (#642) (5d92519)","Combobox:** combobox components issues (#658) (7edb52a)"],"Features":["Avatar:** seeeded random colors (#661) (7ce9f35)","Popover:** add appendTo prop. (#665) (222c264)"]}},{"version":"2.46.1","title":"[2.46.1](https://github.com/dialpad/dialtone-vue/compare/v2.46.0...v2.46.1) (2022-12-21)","date":"2022-12-21","body":"### Bug Fixes\n\n* **Dt Recipe Ivr Node:** add new ivr node icons ([#662](https://github.com/dialpad/dialtone-vue/issues/662)) ([768e8b3](https://github.com/dialpad/dialtone-vue/commit/768e8b37288a6345756715918165e119702033b9))","parsed":{"_":["Dt Recipe Ivr Node:** add new ivr node icons (#662) (768e8b3)"],"Bug Fixes":["Dt Recipe Ivr Node:** add new ivr node icons (#662) (768e8b3)"]}},{"version":"2.46.0","title":"[2.46.0](https://github.com/dialpad/dialtone-vue/compare/v2.45.1...v2.46.0) (2022-12-20)","date":"2022-12-20","body":"### Features\n\n* **Modal:** add contentClass prop ([#654](https://github.com/dialpad/dialtone-vue/issues/654)) ([08d6dad](https://github.com/dialpad/dialtone-vue/commit/08d6dadf720273cedede7db92513ccf2828abeec))","parsed":{"_":["Modal:** add contentClass prop (#654) (08d6dad)"],"Features":["Modal:** add contentClass prop (#654) (08d6dad)"]}},{"version":"2.45.1","title":"[2.45.1](https://github.com/dialpad/dialtone-vue/compare/v2.45.0...v2.45.1) (2022-12-16)","date":"2022-12-16","body":"### Bug Fixes\n\n* **Chip:** fix chip with avatar story ([#650](https://github.com/dialpad/dialtone-vue/issues/650)) ([0b35dc3](https://github.com/dialpad/dialtone-vue/commit/0b35dc356d27fe5d2fec45314d0aa33d74efbdc0))\n* **Root Layout:** full height support ([#648](https://github.com/dialpad/dialtone-vue/issues/648)) ([c64a211](https://github.com/dialpad/dialtone-vue/commit/c64a21103769fda63d245458a9fc824957a4c17a))","parsed":{"_":["Chip:** fix chip with avatar story (#650) (0b35dc3)","Root Layout:** full height support (#648) (c64a211)"],"Bug Fixes":["Chip:** fix chip with avatar story (#650) (0b35dc3)","Root Layout:** full height support (#648) (c64a211)"]}},{"version":"2.45.0","title":"[2.45.0](https://github.com/dialpad/dialtone-vue/compare/v2.44.0...v2.45.0) (2022-12-15)","date":"2022-12-15","body":"### Features\n\n* **Avatar:** dialtone 7 visual refresh ([#623](https://github.com/dialpad/dialtone-vue/issues/623)) ([13d993d](https://github.com/dialpad/dialtone-vue/commit/13d993db3e9f9f33adcce8992d09381d308a5479))","parsed":{"_":["Avatar:** dialtone 7 visual refresh (#623) (13d993d)"],"Features":["Avatar:** dialtone 7 visual refresh (#623) (13d993d)"]}},{"version":"2.44.0","title":"[2.44.0](https://github.com/dialpad/dialtone-vue/compare/v2.43.2...v2.44.0) (2022-12-14)","date":"2022-12-14","body":"### Bug Fixes\n\n* **Tooltip:** use selector for focus visible rather than attr ([#644](https://github.com/dialpad/dialtone-vue/issues/644)) ([e5da2bb](https://github.com/dialpad/dialtone-vue/commit/e5da2bb66c3f21a0c521eff81ce0df68154bcad1))\n\n\n### Features\n\n* **Collapsible:** change to cubic-bezier transition ([#646](https://github.com/dialpad/dialtone-vue/issues/646)) ([76e2989](https://github.com/dialpad/dialtone-vue/commit/76e298972bed6624d739dbd392b7e6fff2e812c0))","parsed":{"_":["Tooltip:** use selector for focus visible rather than attr (#644) (e5da2bb)","Collapsible:** change to cubic-bezier transition (#646) (76e2989)"],"Bug Fixes":["Tooltip:** use selector for focus visible rather than attr (#644) (e5da2bb)"],"Features":["Collapsible:** change to cubic-bezier transition (#646) (76e2989)"]}},{"version":"2.43.2","title":"[2.43.2](https://github.com/dialpad/dialtone-vue/compare/v2.43.1...v2.43.2) (2022-12-10)","date":"2022-12-10","body":"### Bug Fixes\n\n* remove required label on input, fix storybook issues ([ae8ad51](https://github.com/dialpad/dialtone-vue/commit/ae8ad51ba837abc0f69a9750db1877c36f679f66))","parsed":{"_":["remove required label on input, fix storybook issues (ae8ad51)"],"Bug Fixes":["remove required label on input, fix storybook issues (ae8ad51)"]}},{"version":"2.43.1","title":"[2.43.1](https://github.com/dialpad/dialtone-vue/compare/v2.43.0...v2.43.1) (2022-12-09)","date":"2022-12-09","body":"### Bug Fixes\n\n* revert recent collapsible changes ([#639](https://github.com/dialpad/dialtone-vue/issues/639)) ([1b80eb6](https://github.com/dialpad/dialtone-vue/commit/1b80eb61e57abbd63876e3b462177e795d0d4b61))","parsed":{"_":["revert recent collapsible changes (#639) (1b80eb6)"],"Bug Fixes":["revert recent collapsible changes (#639) (1b80eb6)"]}},{"version":"2.43.0","title":"[2.43.0](https://github.com/dialpad/dialtone-vue/compare/v2.42.0...v2.43.0) (2022-12-09)","date":"2022-12-09","body":"### Features\n\n* **Badge:** component rework ([#637](https://github.com/dialpad/dialtone-vue/issues/637)) ([943f03a](https://github.com/dialpad/dialtone-vue/commit/943f03a0ccd4cf67d28d5d601430a6ad13ede3ed))\n* **Collapsible:** update collapsible docs ([#633](https://github.com/dialpad/dialtone-vue/issues/633)) ([dc91104](https://github.com/dialpad/dialtone-vue/commit/dc91104920e16a4e64381243ccd17b3dea2b636f))","parsed":{"_":["Badge:** component rework (#637) (943f03a)","Collapsible:** update collapsible docs (#633) (dc91104)"],"Features":["Badge:** component rework (#637) (943f03a)","Collapsible:** update collapsible docs (#633) (dc91104)"]}},{"version":"2.42.0","title":"[2.42.0](https://github.com/dialpad/dialtone-vue/compare/v2.41.0...v2.42.0) (2022-12-07)","date":"2022-12-07","body":"### Bug Fixes\n\n* fix dialtone-icons version ([#636](https://github.com/dialpad/dialtone-vue/issues/636)) ([23ea714](https://github.com/dialpad/dialtone-vue/commit/23ea714e176ba9d2184505344a9ec27b2aa792b8))\n\n\n### Features\n\n* **Collapsible:** update `DtCollapsible` to show content when collapsed ([#629](https://github.com/dialpad/dialtone-vue/issues/629)) ([82a465a](https://github.com/dialpad/dialtone-vue/commit/82a465a671ececb1d9395224d2496829440ee531))\n* **Combobox:** add label ([#626](https://github.com/dialpad/dialtone-vue/issues/626)) ([417d6a7](https://github.com/dialpad/dialtone-vue/commit/417d6a7ce2f0414698598423920fa3ec9948aa19))","parsed":{"_":["fix dialtone-icons version (#636) (23ea714)","Collapsible:** update DtCollapsible to show content when collapsed (#629) (82a465a)","Combobox:** add label (#626) (417d6a7)"],"Bug Fixes":["fix dialtone-icons version (#636) (23ea714)"],"Features":["Collapsible:** update DtCollapsible to show content when collapsed (#629) (82a465a)","Combobox:** add label (#626) (417d6a7)"]}},{"version":"2.41.0","title":"[2.41.0](https://github.com/dialpad/dialtone-vue/compare/v2.40.0...v2.41.0) (2022-12-06)","date":"2022-12-06","body":"### Bug Fixes\n\n* **Collapsible:** fix keyboard events ([#609](https://github.com/dialpad/dialtone-vue/issues/609)) ([39a3f76](https://github.com/dialpad/dialtone-vue/commit/39a3f7608646d7095b3a98079c69664e978b2e3b))\n\n\n### Features\n\n* add aria-label for icon ([#627](https://github.com/dialpad/dialtone-vue/issues/627)) ([00d4048](https://github.com/dialpad/dialtone-vue/commit/00d4048c982e28c0e7c4309aa236863fd9e9ef11))","parsed":{"_":["Collapsible:** fix keyboard events (#609) (39a3f76)","add aria-label for icon (#627) (00d4048)"],"Bug Fixes":["Collapsible:** fix keyboard events (#609) (39a3f76)"],"Features":["add aria-label for icon (#627) (00d4048)"]}},{"version":"2.40.0","title":"[2.40.0](https://github.com/dialpad/dialtone-vue/compare/v2.39.0...v2.40.0) (2022-11-25)","date":"2022-11-25","body":"### Bug Fixes\n\n* **Avatar:** add new d-avatar__image class ([3267505](https://github.com/dialpad/dialtone-vue/commit/326750570caf11dde564723b04e9c0a11cdaa0cf))\n* **Root Layout:** slot issues ([#619](https://github.com/dialpad/dialtone-vue/issues/619)) ([04893ef](https://github.com/dialpad/dialtone-vue/commit/04893effbfb5454f06a740541cd0f06d66e735ea))\n\n\n### Features\n\n* **Combobox:** add clickOnSelect option ([#621](https://github.com/dialpad/dialtone-vue/issues/621)) ([4176eee](https://github.com/dialpad/dialtone-vue/commit/4176eee0d81279e24269517d0ec54ce1a8cd38ef))","parsed":{"_":["Avatar:** add new d-avatar__image class (3267505)","Root Layout:** slot issues (#619) (04893ef)","Combobox:** add clickOnSelect option (#621) (4176eee)"],"Bug Fixes":["Avatar:** add new d-avatar__image class (3267505)","Root Layout:** slot issues (#619) (04893ef)"],"Features":["Combobox:** add clickOnSelect option (#621) (4176eee)"]}},{"version":"2.39.0","title":"[2.39.0](https://github.com/dialpad/dialtone-vue/compare/v2.38.0...v2.39.0) (2022-11-23)","date":"2022-11-23","body":"### Bug Fixes\n\n* update icon color to primary color in active state in DtRecipeCallbarButton ([#617](https://github.com/dialpad/dialtone-vue/issues/617)) ([e146687](https://github.com/dialpad/dialtone-vue/commit/e146687d94e6d0c6e585eea7d02fedb0451a5916))\n\n\n### Features\n\n* integrate `DtPresence` within `DtAvatar` ([#603](https://github.com/dialpad/dialtone-vue/issues/603)) ([a935f7f](https://github.com/dialpad/dialtone-vue/commit/a935f7fc04e35aee603660792dbf964e142a675b))","parsed":{"_":["update icon color to primary color in active state in DtRecipeCallbarButton (#617) (e146687)","integrate DtPresence within DtAvatar (#603) (a935f7f)"],"Bug Fixes":["update icon color to primary color in active state in DtRecipeCallbarButton (#617) (e146687)"],"Features":["integrate DtPresence within DtAvatar (#603) (a935f7f)"]}},{"version":"2.38.0","title":"[2.38.0](https://github.com/dialpad/dialtone-vue/compare/v2.37.2...v2.38.0) (2022-11-21)","date":"2022-11-21","body":"### Features\n\n* **Combobox:** add prop to pass classes to the empty list item ([#601](https://github.com/dialpad/dialtone-vue/issues/601)) ([2ebe1a3](https://github.com/dialpad/dialtone-vue/commit/2ebe1a318e3ecaf0bea3555d1e2e8bff4775cae3))","parsed":{"_":["Combobox:** add prop to pass classes to the empty list item (#601) (2ebe1a3)"],"Features":["Combobox:** add prop to pass classes to the empty list item (#601) (2ebe1a3)"]}},{"version":"2.37.2","title":"[2.37.2](https://github.com/dialpad/dialtone-vue/compare/v2.37.1...v2.37.2) (2022-11-18)","date":"2022-11-18","body":"","parsed":{"_":[]}},{"version":"2.37.1","title":"[2.37.1](https://github.com/dialpad/dialtone-vue/compare/v2.37.0...v2.37.1) (2022-11-14)","date":"2022-11-14","body":"### Bug Fixes\n\n* **Recipe Ivr Node:** fix close sync for menu dropdown ([#595](https://github.com/dialpad/dialtone-vue/issues/595)) ([89ffcf6](https://github.com/dialpad/dialtone-vue/commit/89ffcf613d20b249909cfbe29b06ff964e00bdbb))","parsed":{"_":["Recipe Ivr Node:** fix close sync for menu dropdown (#595) (89ffcf6)"],"Bug Fixes":["Recipe Ivr Node:** fix close sync for menu dropdown (#595) (89ffcf6)"]}},{"version":"2.37.0","title":"[2.37.0](https://github.com/dialpad/dialtone-vue/compare/v2.36.1...v2.37.0) (2022-11-11)","date":"2022-11-11","body":"### Features\n\n* **Modal:** update danger style ([#582](https://github.com/dialpad/dialtone-vue/issues/582)) ([e7888b3](https://github.com/dialpad/dialtone-vue/commit/e7888b369b82a7d98f5a7bcff08c02dc2d67e5b8))","parsed":{"_":["Modal:** update danger style (#582) (e7888b3)"],"Features":["Modal:** update danger style (#582) (e7888b3)"]}},{"version":"2.36.1","title":"[2.36.1](https://github.com/dialpad/dialtone-vue/compare/v2.36.0...v2.36.1) (2022-11-10)","date":"2022-11-10","body":"### Bug Fixes\n\n* **list-item:** fix focus ring color ([#592](https://github.com/dialpad/dialtone-vue/issues/592)) ([7c01b57](https://github.com/dialpad/dialtone-vue/commit/7c01b577a0a59b1ce7875e498256241ac3fb5d64))\n* **popover:** no default context menu when openOnContext is true ([#587](https://github.com/dialpad/dialtone-vue/issues/587)) ([654b215](https://github.com/dialpad/dialtone-vue/commit/654b215a8fbbbc1367bcab3489646b2425396233))","parsed":{"_":["list-item:** fix focus ring color (#592) (7c01b57)","popover:** no default context menu when openOnContext is true (#587) (654b215)"],"Bug Fixes":["list-item:** fix focus ring color (#592) (7c01b57)","popover:** no default context menu when openOnContext is true (#587) (654b215)"]}},{"version":"2.36.0","title":"[2.36.0](https://github.com/dialpad/dialtone-vue/compare/v2.35.0...v2.36.0) (2022-11-08)","date":"2022-11-08","body":"### Bug Fixes\n\n* **list-item-group:** change role to listbox in example ([151e674](https://github.com/dialpad/dialtone-vue/commit/151e674be40b563ac3020901311a213c44e6da28))\n\n\n### Features\n\n* icon component ([#574](https://github.com/dialpad/dialtone-vue/issues/574)) ([c90e134](https://github.com/dialpad/dialtone-vue/commit/c90e13494f6df675cee50bc7ba0c3fdbc91ada3c))","parsed":{"_":["list-item-group:** change role to listbox in example (151e674)","icon component (#574) (c90e134)"],"Bug Fixes":["list-item-group:** change role to listbox in example (151e674)"],"Features":["icon component (#574) (c90e134)"]}},{"version":"2.35.0","title":"[2.35.0](https://github.com/dialpad/dialtone-vue/compare/v2.34.0...v2.35.0) (2022-11-07)","date":"2022-11-07","body":"### Features\n\n* add `DtPresence` ([#568](https://github.com/dialpad/dialtone-vue/issues/568)) ([578b553](https://github.com/dialpad/dialtone-vue/commit/578b553fffe8acec7d8296a65f8413b6244a0ec3))\n* list item group component ([#581](https://github.com/dialpad/dialtone-vue/issues/581)) ([a273180](https://github.com/dialpad/dialtone-vue/commit/a273180048c4097fbf6693aa1179dcccbf37f816))","parsed":{"_":["add DtPresence (#568) (578b553)","list item group component (#581) (a273180)"],"Features":["add DtPresence (#568) (578b553)","list item group component (#581) (a273180)"]}},{"version":"2.34.0","title":"[2.34.0](https://github.com/dialpad/dialtone-vue/compare/v2.33.0...v2.34.0) (2022-11-04)","date":"2022-11-04","body":"### Bug Fixes\n\n* dp-58864 update hover background color in Call Bar Button ([#576](https://github.com/dialpad/dialtone-vue/issues/576)) ([1b4231b](https://github.com/dialpad/dialtone-vue/commit/1b4231be4cc2a73e8d9f618b4680c9d27f2f9e31))\n\n\n### Features\n\n* **toggle:** add indeterminate state ([#579](https://github.com/dialpad/dialtone-vue/issues/579)) ([942e2ce](https://github.com/dialpad/dialtone-vue/commit/942e2cead6abf2b74e2b20c04196721ebd7dd738))\n* **toggle:** add showIcon prop ([#573](https://github.com/dialpad/dialtone-vue/issues/573)) ([62b9d35](https://github.com/dialpad/dialtone-vue/commit/62b9d3554082624678f7657a9ade7ee1722f91b3))\n* **toggle:** add size prop ([#571](https://github.com/dialpad/dialtone-vue/issues/571)) ([b7db3a8](https://github.com/dialpad/dialtone-vue/commit/b7db3a83cb1001c642eb0221cbc69e031394f66d))","parsed":{"_":["dp-58864 update hover background color in Call Bar Button (#576) (1b4231b)","toggle:** add indeterminate state (#579) (942e2ce)","toggle:** add showIcon prop (#573) (62b9d35)","toggle:** add size prop (#571) (b7db3a8)"],"Bug Fixes":["dp-58864 update hover background color in Call Bar Button (#576) (1b4231b)"],"Features":["toggle:** add indeterminate state (#579) (942e2ce)","toggle:** add showIcon prop (#573) (62b9d35)","toggle:** add size prop (#571) (b7db3a8)"]}},{"version":"2.33.0","title":"[2.33.0](https://github.com/dialpad/dialtone-vue/compare/v2.32.1...v2.33.0) (2022-10-26)","date":"2022-10-26","body":"### Bug Fixes\n\n* **combobox-with-popover:** update \"render within\" zindex logic ([#555](https://github.com/dialpad/dialtone-vue/issues/555)) ([3e9bfcc](https://github.com/dialpad/dialtone-vue/commit/3e9bfcca4cbb76dfe3d27addb4388920683d7028))\n\n\n### Features\n\n* close button on dialogs pattern ([#560](https://github.com/dialpad/dialtone-vue/issues/560)) ([8f05c13](https://github.com/dialpad/dialtone-vue/commit/8f05c1321665746f06ccc77b9f772ffee40c1517))","parsed":{"_":["combobox-with-popover:** update \"render within\" zindex logic (#555) (3e9bfcc)","close button on dialogs pattern (#560) (8f05c13)"],"Bug Fixes":["combobox-with-popover:** update \"render within\" zindex logic (#555) (3e9bfcc)"],"Features":["close button on dialogs pattern (#560) (8f05c13)"]}},{"version":"2.32.1","title":"[2.32.1](https://github.com/dialpad/dialtone-vue/compare/v2.32.0...v2.32.1) (2022-10-21)","date":"2022-10-21","body":"### Bug Fixes\n\n* **button:** fix button width prop default value ([#564](https://github.com/dialpad/dialtone-vue/issues/564)) ([5284782](https://github.com/dialpad/dialtone-vue/commit/5284782b71cc64539e8cf3dbf2f04b694076fee8))","parsed":{"_":["button:** fix button width prop default value (#564) (5284782)"],"Bug Fixes":["button:** fix button width prop default value (#564) (5284782)"]}},{"version":"2.32.0","title":"[2.32.0](https://github.com/dialpad/dialtone-vue/compare/v2.31.1...v2.32.0) (2022-10-20)","date":"2022-10-20","body":"### Features\n\n* dp-57693 remove button left and right paddings in callbar_button ([#558](https://github.com/dialpad/dialtone-vue/issues/558)) ([b20c866](https://github.com/dialpad/dialtone-vue/commit/b20c866b3871de42a26e833eda8c54e4424f097d))","parsed":{"_":["dp-57693 remove button left and right paddings in callbar_button (#558) (b20c866)"],"Features":["dp-57693 remove button left and right paddings in callbar_button (#558) (b20c866)"]}},{"version":"2.31.1","title":"[2.31.1](https://github.com/dialpad/dialtone-vue/compare/v2.31.0...v2.31.1) (2022-10-18)","date":"2022-10-18","body":"### Bug Fixes\n\n* **grouped-chips:** fix visual fixes ([#556](https://github.com/dialpad/dialtone-vue/issues/556)) ([437d33d](https://github.com/dialpad/dialtone-vue/commit/437d33d3a94bdde7224245ab23c18b72aa6cc8d7))","parsed":{"_":["grouped-chips:** fix visual fixes (#556) (437d33d)"],"Bug Fixes":["grouped-chips:** fix visual fixes (#556) (437d33d)"]}},{"version":"2.31.0","title":"[2.31.0](https://github.com/dialpad/dialtone-vue/compare/v2.30.0...v2.31.0) (2022-10-12)","date":"2022-10-12","body":"### Bug Fixes\n\n* **popover:** default visually hidden to false ([#552](https://github.com/dialpad/dialtone-vue/issues/552)) ([fde03c9](https://github.com/dialpad/dialtone-vue/commit/fde03c9a1a7f81ad3be8749f231948afbc05d1e0))\n\n\n### Features\n\n* dp-57689 add `contentClass` to DtRecipeCallbarButtonWithPopover ([#550](https://github.com/dialpad/dialtone-vue/issues/550)) ([d2ca0b1](https://github.com/dialpad/dialtone-vue/commit/d2ca0b1ca9752e25c745a17d620f3aacf8b4b4d5))","parsed":{"_":["popover:** default visually hidden to false (#552) (fde03c9)","dp-57689 add contentClass to DtRecipeCallbarButtonWithPopover (#550) (d2ca0b1)"],"Bug Fixes":["popover:** default visually hidden to false (#552) (fde03c9)"],"Features":["dp-57689 add contentClass to DtRecipeCallbarButtonWithPopover (#550) (d2ca0b1)"]}},{"version":"2.30.0","title":"[2.30.0](https://github.com/dialpad/dialtone-vue/compare/v2.29.2...v2.30.0) (2022-10-11)","date":"2022-10-11","body":"### Features\n\n* dp-57015 grouped chip recipe ([#527](https://github.com/dialpad/dialtone-vue/issues/527)) ([3d7b4c5](https://github.com/dialpad/dialtone-vue/commit/3d7b4c5311d9456bebdd2de82ab6b82c8e41c615))","parsed":{"_":["dp-57015 grouped chip recipe (#527) (3d7b4c5)"],"Features":["dp-57015 grouped chip recipe (#527) (3d7b4c5)"]}},{"version":"2.29.2","title":"[2.29.2](https://github.com/dialpad/dialtone-vue/compare/v2.29.1...v2.29.2) (2022-10-11)","date":"2022-10-11","body":"### Bug Fixes\n\n* input styling and wrapper classes ([#535](https://github.com/dialpad/dialtone-vue/issues/535)) ([2efe225](https://github.com/dialpad/dialtone-vue/commit/2efe2251bb14caaeca768e34e1ec38777eba5b86))\n* migrate ivr_node to dialtone7 ([#547](https://github.com/dialpad/dialtone-vue/issues/547)) ([69a046b](https://github.com/dialpad/dialtone-vue/commit/69a046b89df0504daf6421e6f1eeae790c6fb35f))","parsed":{"_":["input styling and wrapper classes (#535) (2efe225)","migrate ivr_node to dialtone7 (#547) (69a046b)"],"Bug Fixes":["input styling and wrapper classes (#535) (2efe225)","migrate ivr_node to dialtone7 (#547) (69a046b)"]}},{"version":"2.29.1","title":"[2.29.1](https://github.com/dialpad/dialtone-vue/compare/v2.29.0...v2.29.1) (2022-10-11)","date":"2022-10-11","body":"### Bug Fixes\n\n* replace class with color prop ([1012f96](https://github.com/dialpad/dialtone-vue/commit/1012f9619e15b0f13df9e5a1eb320668b0776c8d))","parsed":{"_":["replace class with color prop (1012f96)"],"Bug Fixes":["replace class with color prop (1012f96)"]}},{"version":"2.29.0","title":"[2.29.0](https://github.com/dialpad/dialtone-vue/compare/v2.28.0...v2.29.0) (2022-10-11)","date":"2022-10-11","body":"### Bug Fixes\n\n* dt-631 remove primary-color from dialtone vue ([#519](https://github.com/dialpad/dialtone-vue/issues/519)) ([5219b77](https://github.com/dialpad/dialtone-vue/commit/5219b779c18107b4e854519a02341d54eb525f86))\n* **emoji:** dynamic import fix ([#443](https://github.com/dialpad/dialtone-vue/issues/443)) ([157b315](https://github.com/dialpad/dialtone-vue/commit/157b3153a0c97196a8a79a57539e70a715477dc1))\n* **emoji:** dynamic import fix ([#443](https://github.com/dialpad/dialtone-vue/issues/443)) ([4e86e70](https://github.com/dialpad/dialtone-vue/commit/4e86e70945eec2d48054fa1619fb0f70bb334d74))\n* update dialtone peer dependency ([e21e0d5](https://github.com/dialpad/dialtone-vue/commit/e21e0d500d5e1af5043ae8ed2151d8875cb7208d))\n\n\n### Features\n\n* add `buttonClass` prop to Call Bar Button component ([#534](https://github.com/dialpad/dialtone-vue/issues/534)) ([#541](https://github.com/dialpad/dialtone-vue/issues/541)) ([3c131f3](https://github.com/dialpad/dialtone-vue/commit/3c131f32d4d6abe844d4f9962751fac14ab04ce7))\n* dt-card ([#499](https://github.com/dialpad/dialtone-vue/issues/499)) ([0c9acf0](https://github.com/dialpad/dialtone-vue/commit/0c9acf0b07d914fc834e14cd17a167c211256ec9))\n* dt-recipe-ivr-node ([#512](https://github.com/dialpad/dialtone-vue/issues/512)) ([#516](https://github.com/dialpad/dialtone-vue/issues/516)) ([2b18071](https://github.com/dialpad/dialtone-vue/commit/2b1807150148dba7117be1e3fc4e687bb84e2fbf))\n* migrate to dialtone 7 ([#506](https://github.com/dialpad/dialtone-vue/issues/506)) ([40a321a](https://github.com/dialpad/dialtone-vue/commit/40a321a206292ee149cbd1f081e8c471edadae6c)), closes [#503](https://github.com/dialpad/dialtone-vue/issues/503) [#510](https://github.com/dialpad/dialtone-vue/issues/510) [#508](https://github.com/dialpad/dialtone-vue/issues/508)\n* migration to dialtone 7 ([#439](https://github.com/dialpad/dialtone-vue/issues/439)) ([be86717](https://github.com/dialpad/dialtone-vue/commit/be86717ff7dafd54c4b2e790dbf92f75ba5d2128))\n* **popover:** add sr-only close button ([#539](https://github.com/dialpad/dialtone-vue/issues/539)) ([eb8e6ad](https://github.com/dialpad/dialtone-vue/commit/eb8e6ad9c8766061ec16325d065c8ed0ab6d62d4))\n* **popover:** add sr-only close button ([#539](https://github.com/dialpad/dialtone-vue/issues/539)) ([#543](https://github.com/dialpad/dialtone-vue/issues/543)) ([f6f4fe1](https://github.com/dialpad/dialtone-vue/commit/f6f4fe1ab12b5399e6f6b14770ab933426ef09e3))\n\n\n### Reverts\n\n* Revert fix(emoji): dynamic import fix (#443) ([2269ed8](https://github.com/dialpad/dialtone-vue/commit/2269ed87f89ca683a841446aff90595dbf55d26b)), closes [#443](https://github.com/dialpad/dialtone-vue/issues/443)","parsed":{"_":["dt-631 remove primary-color from dialtone vue (#519) (5219b77)","emoji:** dynamic import fix (#443) (157b315)","emoji:** dynamic import fix (#443) (4e86e70)","update dialtone peer dependency (e21e0d5)","add buttonClass prop to Call Bar Button component (#534) (#541) (3c131f3)","dt-card (#499) (0c9acf0)","dt-recipe-ivr-node (#512) (#516) (2b18071)","migrate to dialtone 7 (#506) (40a321a), closes #503 #510 #508","migration to dialtone 7 (#439) (be86717)","popover:** add sr-only close button (#539) (eb8e6ad)","popover:** add sr-only close button (#539) (#543) (f6f4fe1)","Revert fix(emoji): dynamic import fix (#443) (2269ed8), closes #443"],"Bug Fixes":["dt-631 remove primary-color from dialtone vue (#519) (5219b77)","emoji:** dynamic import fix (#443) (157b315)","emoji:** dynamic import fix (#443) (4e86e70)","update dialtone peer dependency (e21e0d5)"],"Features":["add buttonClass prop to Call Bar Button component (#534) (#541) (3c131f3)","dt-card (#499) (0c9acf0)","dt-recipe-ivr-node (#512) (#516) (2b18071)","migrate to dialtone 7 (#506) (40a321a), closes #503 #510 #508","migration to dialtone 7 (#439) (be86717)","popover:** add sr-only close button (#539) (eb8e6ad)","popover:** add sr-only close button (#539) (#543) (f6f4fe1)"],"Reverts":["Revert fix(emoji): dynamic import fix (#443) (2269ed8), closes #443"]}},{"version":"2.28.0-beta.1","title":"[2.28.0-beta.1](https://github.com/dialpad/dialtone-vue/compare/v2.27.0...v2.28.0-beta.1) (2022-10-03)","date":"2022-10-03","body":"### Bug Fixes\n\n* dt-631 remove primary-color from dialtone vue ([#513](https://github.com/dialpad/dialtone-vue/issues/513)) ([ef227b7](https://github.com/dialpad/dialtone-vue/commit/ef227b7a9a8d4d9a2f67c228bafe85fc558743d6))\n* dt-631 remove primary-color from dialtone vue ([#519](https://github.com/dialpad/dialtone-vue/issues/519)) ([5219b77](https://github.com/dialpad/dialtone-vue/commit/5219b779c18107b4e854519a02341d54eb525f86))\n* **emoji:** dynamic import fix ([#443](https://github.com/dialpad/dialtone-vue/issues/443)) ([157b315](https://github.com/dialpad/dialtone-vue/commit/157b3153a0c97196a8a79a57539e70a715477dc1))\n* **emoji:** dynamic import fix ([#443](https://github.com/dialpad/dialtone-vue/issues/443)) ([4e86e70](https://github.com/dialpad/dialtone-vue/commit/4e86e70945eec2d48054fa1619fb0f70bb334d74))\n* update dialtone peer dependency ([e21e0d5](https://github.com/dialpad/dialtone-vue/commit/e21e0d500d5e1af5043ae8ed2151d8875cb7208d))\n\n\n### Features\n\n* dp-57068 Adding independent control for showing the arrow ([#522](https://github.com/dialpad/dialtone-vue/issues/522)) ([5d9408e](https://github.com/dialpad/dialtone-vue/commit/5d9408e83efc2a058f884f10f51a1f01cae17ffb))\n* dt-card ([#499](https://github.com/dialpad/dialtone-vue/issues/499)) ([0c9acf0](https://github.com/dialpad/dialtone-vue/commit/0c9acf0b07d914fc834e14cd17a167c211256ec9))\n* dt-recipe-ivr-node ([#512](https://github.com/dialpad/dialtone-vue/issues/512)) ([#516](https://github.com/dialpad/dialtone-vue/issues/516)) ([2b18071](https://github.com/dialpad/dialtone-vue/commit/2b1807150148dba7117be1e3fc4e687bb84e2fbf))\n* migrate to dialtone 7 ([#506](https://github.com/dialpad/dialtone-vue/issues/506)) ([40a321a](https://github.com/dialpad/dialtone-vue/commit/40a321a206292ee149cbd1f081e8c471edadae6c)), closes [#503](https://github.com/dialpad/dialtone-vue/issues/503) [#510](https://github.com/dialpad/dialtone-vue/issues/510) [#508](https://github.com/dialpad/dialtone-vue/issues/508)\n* migration to dialtone 7 ([#439](https://github.com/dialpad/dialtone-vue/issues/439)) ([be86717](https://github.com/dialpad/dialtone-vue/commit/be86717ff7dafd54c4b2e790dbf92f75ba5d2128))\n\n\n### Reverts\n\n* Revert fix(emoji): dynamic import fix (#443) ([2269ed8](https://github.com/dialpad/dialtone-vue/commit/2269ed87f89ca683a841446aff90595dbf55d26b)), closes [#443](https://github.com/dialpad/dialtone-vue/issues/443)","parsed":{"_":["dt-631 remove primary-color from dialtone vue (#513) (ef227b7)","dt-631 remove primary-color from dialtone vue (#519) (5219b77)","emoji:** dynamic import fix (#443) (157b315)","emoji:** dynamic import fix (#443) (4e86e70)","update dialtone peer dependency (e21e0d5)","dp-57068 Adding independent control for showing the arrow (#522) (5d9408e)","dt-card (#499) (0c9acf0)","dt-recipe-ivr-node (#512) (#516) (2b18071)","migrate to dialtone 7 (#506) (40a321a), closes #503 #510 #508","migration to dialtone 7 (#439) (be86717)","Revert fix(emoji): dynamic import fix (#443) (2269ed8), closes #443"],"Bug Fixes":["dt-631 remove primary-color from dialtone vue (#513) (ef227b7)","dt-631 remove primary-color from dialtone vue (#519) (5219b77)","emoji:** dynamic import fix (#443) (157b315)","emoji:** dynamic import fix (#443) (4e86e70)","update dialtone peer dependency (e21e0d5)"],"Features":["dp-57068 Adding independent control for showing the arrow (#522) (5d9408e)","dt-card (#499) (0c9acf0)","dt-recipe-ivr-node (#512) (#516) (2b18071)","migrate to dialtone 7 (#506) (40a321a), closes #503 #510 #508","migration to dialtone 7 (#439) (be86717)"],"Reverts":["Revert fix(emoji): dynamic import fix (#443) (2269ed8), closes #443"]}},{"version":"2.28.0","title":"[2.28.0](https://github.com/dialpad/dialtone-vue/compare/v2.27.0...v2.28.0) (2022-10-07)","date":"2022-10-07","body":"### Bug Fixes\n\n* dt-631 remove primary-color from dialtone vue ([#513](https://github.com/dialpad/dialtone-vue/issues/513)) ([ef227b7](https://github.com/dialpad/dialtone-vue/commit/ef227b7a9a8d4d9a2f67c228bafe85fc558743d6))\n\n\n### Features\n\n* add `buttonClass` prop to Call Bar Button component ([#534](https://github.com/dialpad/dialtone-vue/issues/534)) ([a9cd023](https://github.com/dialpad/dialtone-vue/commit/a9cd0239a2ede2a6f3ac95dde18317b9c635166f))\n* dp-57068 Adding independent control for showing the arrow ([#522](https://github.com/dialpad/dialtone-vue/issues/522)) ([5d9408e](https://github.com/dialpad/dialtone-vue/commit/5d9408e83efc2a058f884f10f51a1f01cae17ffb))","parsed":{"_":["dt-631 remove primary-color from dialtone vue (#513) (ef227b7)","add buttonClass prop to Call Bar Button component (#534) (a9cd023)","dp-57068 Adding independent control for showing the arrow (#522) (5d9408e)"],"Bug Fixes":["dt-631 remove primary-color from dialtone vue (#513) (ef227b7)"],"Features":["add buttonClass prop to Call Bar Button component (#534) (a9cd023)","dp-57068 Adding independent control for showing the arrow (#522) (5d9408e)"]}},{"version":"2.27.0","title":"[2.27.0](https://github.com/dialpad/dialtone-vue/compare/v2.26.1...v2.27.0) (2022-09-23)","date":"2022-09-23","body":"### Features\n\n* dt-recipe-ivr-node ([#512](https://github.com/dialpad/dialtone-vue/issues/512)) ([321715c](https://github.com/dialpad/dialtone-vue/commit/321715c26637dbf0ebe741efe7bead21a1d693b2))","parsed":{"_":["dt-recipe-ivr-node (#512) (321715c)"],"Features":["dt-recipe-ivr-node (#512) (321715c)"]}},{"version":"2.26.1","title":"[2.26.1](https://github.com/dialpad/dialtone-vue/compare/v2.26.0...v2.26.1) (2022-09-21)","date":"2022-09-21","body":"### Bug Fixes\n\n* css specificity in callbar button ([8c9f023](https://github.com/dialpad/dialtone-vue/commit/8c9f0233a6a7124836b6cf5b3f2790b4b760ae6e))","parsed":{"_":["css specificity in callbar button (8c9f023)"],"Bug Fixes":["css specificity in callbar button (8c9f023)"]}},{"version":"2.26.0","title":"[2.26.0](https://github.com/dialpad/dialtone-vue/compare/v2.25.1...v2.26.0) (2022-09-13)","date":"2022-09-13","body":"### Features\n\n* dt-card ([#489](https://github.com/dialpad/dialtone-vue/issues/489)) ([4f8a703](https://github.com/dialpad/dialtone-vue/commit/4f8a70349a8288d4cfddbdc97d9fbec493c6a710))","parsed":{"_":["dt-card (#489) (4f8a703)"],"Features":["dt-card (#489) (4f8a703)"]}},{"version":"2.25.1","title":"[2.25.1](https://github.com/dialpad/dialtone-vue/compare/v2.25.0...v2.25.1) (2022-09-12)","date":"2022-09-12","body":"### Bug Fixes\n\n* **combobox-multi-select:** fix keyboard navigation ([#482](https://github.com/dialpad/dialtone-vue/issues/482)) ([37048f2](https://github.com/dialpad/dialtone-vue/commit/37048f22147646319981fbe89f043a0504cc0ec1))","parsed":{"_":["combobox-multi-select:** fix keyboard navigation (#482) (37048f2)"],"Bug Fixes":["combobox-multi-select:** fix keyboard navigation (#482) (37048f2)"]}},{"version":"2.25.0","title":"[2.25.0](https://github.com/dialpad/dialtone-vue/compare/v2.24.0...v2.25.0) (2022-09-07)","date":"2022-09-07","body":"### Bug Fixes\n\n* **contact-info:** dp-55162 Circular avatar shape ([#478](https://github.com/dialpad/dialtone-vue/issues/478)) ([8b9f60f](https://github.com/dialpad/dialtone-vue/commit/8b9f60ff082170639f7ca7472915e3707ab94788))\n\n\n### Features\n\n* **banner:** set background, hide icon, custom classes ([#476](https://github.com/dialpad/dialtone-vue/issues/476)) ([1beab88](https://github.com/dialpad/dialtone-vue/commit/1beab88adb10c8ee4f09ce883c657d973abdccec))","parsed":{"_":["contact-info:** dp-55162 Circular avatar shape (#478) (8b9f60f)","banner:** set background, hide icon, custom classes (#476) (1beab88)"],"Bug Fixes":["contact-info:** dp-55162 Circular avatar shape (#478) (8b9f60f)"],"Features":["banner:** set background, hide icon, custom classes (#476) (1beab88)"]}},{"version":"2.24.0","title":"[2.24.0](https://github.com/dialpad/dialtone-vue/compare/v2.23.0...v2.24.0) (2022-09-06)","date":"2022-09-06","body":"### Bug Fixes\n\n* **combobox-with-popover:** add modal prop ([#472](https://github.com/dialpad/dialtone-vue/issues/472)) ([9b79f1a](https://github.com/dialpad/dialtone-vue/commit/9b79f1ada0b8eae37323518856d35a749fec6464))\n\n\n### Features\n\n* **dropdown:** add context menu support ([#461](https://github.com/dialpad/dialtone-vue/issues/461)) ([7cf9b44](https://github.com/dialpad/dialtone-vue/commit/7cf9b444c146c9f0a955461e8987317ab4b18ba7))\n* **root-layout:** add bodyClass prop ([#475](https://github.com/dialpad/dialtone-vue/issues/475)) ([c05dfd0](https://github.com/dialpad/dialtone-vue/commit/c05dfd09fae3c8af0632c4a8780dc8a12718df2b))","parsed":{"_":["combobox-with-popover:** add modal prop (#472) (9b79f1a)","dropdown:** add context menu support (#461) (7cf9b44)","root-layout:** add bodyClass prop (#475) (c05dfd0)"],"Bug Fixes":["combobox-with-popover:** add modal prop (#472) (9b79f1a)"],"Features":["dropdown:** add context menu support (#461) (7cf9b44)","root-layout:** add bodyClass prop (#475) (c05dfd0)"]}},{"version":"2.23.0","title":"[2.23.0](https://github.com/dialpad/dialtone-vue/compare/v2.22.3...v2.23.0) (2022-08-30)","date":"2022-08-30","body":"### Features\n\n* dp-46328 callbar buttons ([#436](https://github.com/dialpad/dialtone-vue/issues/436)) ([426f058](https://github.com/dialpad/dialtone-vue/commit/426f058dfcb504e9f6708284e8e4836c412b17b7))","parsed":{"_":["dp-46328 callbar buttons (#436) (426f058)"],"Features":["dp-46328 callbar buttons (#436) (426f058)"]}},{"version":"2.22.3","title":"[2.22.3](https://github.com/dialpad/dialtone-vue/compare/v2.22.2...v2.22.3) (2022-08-25)","date":"2022-08-25","body":"### Bug Fixes\n\n* **combobox-with-popover:** prevent focus of list-items by mouse ([#466](https://github.com/dialpad/dialtone-vue/issues/466)) ([d6c2d9f](https://github.com/dialpad/dialtone-vue/commit/d6c2d9f63a3f42ed00e783293aed98f3d941ca7b))","parsed":{"_":["combobox-with-popover:** prevent focus of list-items by mouse (#466) (d6c2d9f)"],"Bug Fixes":["combobox-with-popover:** prevent focus of list-items by mouse (#466) (d6c2d9f)"]}},{"version":"2.22.2","title":"[2.22.2](https://github.com/dialpad/dialtone-vue/compare/v2.22.1...v2.22.2) (2022-08-24)","date":"2022-08-24","body":"### Bug Fixes\n\n* **combobox, combobox-with-popover:** fix empty variant ([#464](https://github.com/dialpad/dialtone-vue/issues/464)) ([70787c5](https://github.com/dialpad/dialtone-vue/commit/70787c5f69ac2b0d3a6a5a4a30e9d1ecf53abc94))","parsed":{"_":["combobox, combobox-with-popover:** fix empty variant (#464) (70787c5)"],"Bug Fixes":["combobox, combobox-with-popover:** fix empty variant (#464) (70787c5)"]}},{"version":"2.22.1","title":"[2.22.1](https://github.com/dialpad/dialtone-vue/compare/v2.22.0...v2.22.1) (2022-08-22)","date":"2022-08-22","body":"### Bug Fixes\n\n* **emoji:** fixed incorrectly mapped unicode keys ([#462](https://github.com/dialpad/dialtone-vue/issues/462)) ([40d2409](https://github.com/dialpad/dialtone-vue/commit/40d24099ca73b16dad249396a34993df1438017e))","parsed":{"_":["emoji:** fixed incorrectly mapped unicode keys (#462) (40d2409)"],"Bug Fixes":["emoji:** fixed incorrectly mapped unicode keys (#462) (40d2409)"]}},{"version":"2.22.0","title":"[2.22.0](https://github.com/dialpad/dialtone-vue/compare/v2.21.0...v2.22.0) (2022-08-17)","date":"2022-08-17","body":"### Features\n\n* add collapsible component ([#395](https://github.com/dialpad/dialtone-vue/issues/395)) ([886871a](https://github.com/dialpad/dialtone-vue/commit/886871a6cc6cd184a991e9716772827fbd0a132c)), closes [#392](https://github.com/dialpad/dialtone-vue/issues/392) [#392](https://github.com/dialpad/dialtone-vue/issues/392)","parsed":{"_":["add collapsible component (#395) (886871a), closes #392 #392"],"Features":["add collapsible component (#395) (886871a), closes #392 #392"]}},{"version":"2.21.0","title":"[2.21.0](https://github.com/dialpad/dialtone-vue/compare/v2.20.0...v2.21.0) (2022-08-17)","date":"2022-08-17","body":"### Bug Fixes\n\n* unit tests ([#452](https://github.com/dialpad/dialtone-vue/issues/452)) ([3760a3b](https://github.com/dialpad/dialtone-vue/commit/3760a3ba31fdb3dda7661e18238f3fe42ab22268))\n\n\n### Features\n\n* **emoji:** add prop to disable skeleton loader ([#458](https://github.com/dialpad/dialtone-vue/issues/458)) ([b20debd](https://github.com/dialpad/dialtone-vue/commit/b20debd684c3df1405dbc7f40106bbe8b08778f2))","parsed":{"_":["unit tests (#452) (3760a3b)","emoji:** add prop to disable skeleton loader (#458) (b20debd)"],"Bug Fixes":["unit tests (#452) (3760a3b)"],"Features":["emoji:** add prop to disable skeleton loader (#458) (b20debd)"]}},{"version":"2.20.0","title":"[2.20.0](https://github.com/dialpad/dialtone-vue/compare/v2.19.1...v2.20.0) (2022-08-11)","date":"2022-08-11","body":"### Features\n\n* **modal:** add banner support ([#450](https://github.com/dialpad/dialtone-vue/issues/450)) ([2b4ecea](https://github.com/dialpad/dialtone-vue/commit/2b4eceae8512de68a96dd15eef3f4bce558a97f6))","parsed":{"_":["modal:** add banner support (#450) (2b4ecea)"],"Features":["modal:** add banner support (#450) (2b4ecea)"]}},{"version":"2.19.1","title":"[2.19.1](https://github.com/dialpad/dialtone-vue/compare/v2.19.0...v2.19.1) (2022-08-08)","date":"2022-08-08","body":"### Bug Fixes\n\n* **emoji:** dynamic import fix ([#443](https://github.com/dialpad/dialtone-vue/issues/443)) ([d92d147](https://github.com/dialpad/dialtone-vue/commit/d92d147b962830d8b7df2a214636be08f7604c34))","parsed":{"_":["emoji:** dynamic import fix (#443) (d92d147)"],"Bug Fixes":["emoji:** dynamic import fix (#443) (d92d147)"]}},{"version":"2.19.0","title":"[2.19.0](https://github.com/dialpad/dialtone-vue/compare/v2.18.0...v2.19.0) (2022-08-03)","date":"2022-08-03","body":"### Features\n\n* dt-pagination ([#421](https://github.com/dialpad/dialtone-vue/issues/421)) ([dd6eaa2](https://github.com/dialpad/dialtone-vue/commit/dd6eaa2abfa62d95cf1e617be8f713e6cfcd2d28))","parsed":{"_":["dt-pagination (#421) (dd6eaa2)"],"Features":["dt-pagination (#421) (dd6eaa2)"]}},{"version":"2.18.0","title":"[2.18.0](https://github.com/dialpad/dialtone-vue/compare/v2.17.0...v2.18.0) (2022-08-02)","date":"2022-08-02","body":"### Bug Fixes\n\n* loading, empty state order and remove emptyStateMessage value ([#428](https://github.com/dialpad/dialtone-vue/issues/428)) ([7a2fe58](https://github.com/dialpad/dialtone-vue/commit/7a2fe58274d310e81c586552565a2bb863e23d49))\n\n\n### Features\n\n* **popover:** add tether option to popover ([#437](https://github.com/dialpad/dialtone-vue/issues/437)) ([a65720b](https://github.com/dialpad/dialtone-vue/commit/a65720bb824738b8cc950f6e2363b6f0071cd498))","parsed":{"_":["loading, empty state order and remove emptyStateMessage value (#428) (7a2fe58)","popover:** add tether option to popover (#437) (a65720b)"],"Bug Fixes":["loading, empty state order and remove emptyStateMessage value (#428) (7a2fe58)"],"Features":["popover:** add tether option to popover (#437) (a65720b)"]}},{"version":"2.17.0","title":"[2.17.0](https://github.com/dialpad/dialtone-vue/compare/v2.16.0...v2.17.0) (2022-07-27)","date":"2022-07-27","body":"### Features\n\n* **combobox and combobox with popover:** add empty state ([#409](https://github.com/dialpad/dialtone-vue/issues/409)) ([34ea471](https://github.com/dialpad/dialtone-vue/commit/34ea471553e117a5974c86124b4d129470d5567a))\n* **popover, tooltip, combobox with popover:** add sticky tippy ([#425](https://github.com/dialpad/dialtone-vue/issues/425)) ([7d2f18f](https://github.com/dialpad/dialtone-vue/commit/7d2f18f8756526ff89eeacef2c3b1f389e7355a4))","parsed":{"_":["combobox and combobox with popover:** add empty state (#409) (34ea471)","popover, tooltip, combobox with popover:** add sticky tippy (#425) (7d2f18f)"],"Features":["combobox and combobox with popover:** add empty state (#409) (34ea471)","popover, tooltip, combobox with popover:** add sticky tippy (#425) (7d2f18f)"]}},{"version":"2.16.0","title":"[2.16.0](https://github.com/dialpad/dialtone-vue/compare/v2.15.0...v2.16.0) (2022-07-22)","date":"2022-07-22","body":"### Features\n\n* **combobox multi-select:** expose closeComboboxList method ([#422](https://github.com/dialpad/dialtone-vue/issues/422)) ([d8debbb](https://github.com/dialpad/dialtone-vue/commit/d8debbb96b5784d28d7c3dc4d8a89183543b999b))","parsed":{"_":["combobox multi-select:** expose closeComboboxList method (#422) (d8debbb)"],"Features":["combobox multi-select:** expose closeComboboxList method (#422) (d8debbb)"]}},{"version":"2.15.0","title":"[2.15.0](https://github.com/dialpad/dialtone-vue/compare/v2.14.0...v2.15.0) (2022-07-20)","date":"2022-07-20","body":"### Features\n\n* add custom emoji ([#398](https://github.com/dialpad/dialtone-vue/issues/398)) ([2cf9b76](https://github.com/dialpad/dialtone-vue/commit/2cf9b76f45aca8501bcc74b935a26577b3ce39be))\n* **combobox and combobox with popover:** add loading state ([#415](https://github.com/dialpad/dialtone-vue/issues/415)) ([1a549a5](https://github.com/dialpad/dialtone-vue/commit/1a549a5d720ed191892a5a4e211b357fd1053107))\n* **combobox multi-select:** show error when exceeds the max-selected ([#416](https://github.com/dialpad/dialtone-vue/issues/416)) ([68e035a](https://github.com/dialpad/dialtone-vue/commit/68e035a39ee99a0d7457c719739859c7e9c71461))","parsed":{"_":["add custom emoji (#398) (2cf9b76)","combobox and combobox with popover:** add loading state (#415) (1a549a5)","combobox multi-select:** show error when exceeds the max-selected (#416) (68e035a)"],"Features":["add custom emoji (#398) (2cf9b76)","combobox and combobox with popover:** add loading state (#415) (1a549a5)","combobox multi-select:** show error when exceeds the max-selected (#416) (68e035a)"]}},{"version":"2.14.0","title":"[2.14.0](https://github.com/dialpad/dialtone-vue/compare/v2.13.1...v2.14.0) (2022-07-13)","date":"2022-07-13","body":"### Features\n\n* **combobox multi-select:** add 'size' prop ([#413](https://github.com/dialpad/dialtone-vue/issues/413)) ([b914b06](https://github.com/dialpad/dialtone-vue/commit/b914b06e60a5a1e51af1844003b8bdeb40ff81c5))","parsed":{"_":["combobox multi-select:** add 'size' prop (#413) (b914b06)"],"Features":["combobox multi-select:** add 'size' prop (#413) (b914b06)"]}},{"version":"2.13.1","title":"[2.13.1](https://github.com/dialpad/dialtone-vue/compare/v2.13.0...v2.13.1) (2022-07-12)","date":"2022-07-12","body":"### Bug Fixes\n\n* **dropdown:** dt-570 initial focus ([#410](https://github.com/dialpad/dialtone-vue/issues/410)) ([d96fa12](https://github.com/dialpad/dialtone-vue/commit/d96fa12cf9b4280d8a4a4e41cf10c57bb05e8b84))","parsed":{"_":["dropdown:** dt-570 initial focus (#410) (d96fa12)"],"Bug Fixes":["dropdown:** dt-570 initial focus (#410) (d96fa12)"]}},{"version":"2.13.0","title":"[2.13.0](https://github.com/dialpad/dialtone-vue/compare/v2.12.1...v2.13.0) (2022-07-11)","date":"2022-07-11","body":"### Bug Fixes\n\n* **avatar:** default slot content ([#406](https://github.com/dialpad/dialtone-vue/issues/406)) ([60e727c](https://github.com/dialpad/dialtone-vue/commit/60e727cb79ce768b6fc523a81ec754f06dc5ac95))\n\n\n### Features\n\n* **Combobox Multi Select:** add Combobox Multi Select component ([#396](https://github.com/dialpad/dialtone-vue/issues/396)) ([153a488](https://github.com/dialpad/dialtone-vue/commit/153a4889118fbbd79797374776b7f8b3f8dc6b90))\n* **combobox, combobox with popover:** add loading state ([#402](https://github.com/dialpad/dialtone-vue/issues/402)) ([7c9c822](https://github.com/dialpad/dialtone-vue/commit/7c9c822558477deff516ca55ae0ff18c81b9abb4))","parsed":{"_":["avatar:** default slot content (#406) (60e727c)","Combobox Multi Select:** add Combobox Multi Select component (#396) (153a488)","combobox, combobox with popover:** add loading state (#402) (7c9c822)"],"Bug Fixes":["avatar:** default slot content (#406) (60e727c)"],"Features":["Combobox Multi Select:** add Combobox Multi Select component (#396) (153a488)","combobox, combobox with popover:** add loading state (#402) (7c9c822)"]}},{"version":"2.12.1","title":"[2.12.1](https://github.com/dialpad/dialtone-vue/compare/v2.12.0...v2.12.1) (2022-07-06)","date":"2022-07-06","body":"### Bug Fixes\n\n* **emoji-text-wrapper:** dt-559 update shortcode parsing regex ([#400](https://github.com/dialpad/dialtone-vue/issues/400)) ([6184158](https://github.com/dialpad/dialtone-vue/commit/61841584946aded901c820f324dc4e8df794c8de))\n* tooltip spacing inconsistent ([#397](https://github.com/dialpad/dialtone-vue/issues/397)) ([e5d0c21](https://github.com/dialpad/dialtone-vue/commit/e5d0c21f63c151d82e87832970eb90cc65f98d6d))","parsed":{"_":["emoji-text-wrapper:** dt-559 update shortcode parsing regex (#400) (6184158)","tooltip spacing inconsistent (#397) (e5d0c21)"],"Bug Fixes":["emoji-text-wrapper:** dt-559 update shortcode parsing regex (#400) (6184158)","tooltip spacing inconsistent (#397) (e5d0c21)"]}},{"version":"2.12.0","title":"[2.12.0](https://github.com/dialpad/dialtone-vue/compare/v2.11.0...v2.12.0) (2022-06-29)","date":"2022-06-29","body":"### Bug Fixes\n\n* **Chip:** update to use semantic elements ([#391](https://github.com/dialpad/dialtone-vue/issues/391)) ([aea3b37](https://github.com/dialpad/dialtone-vue/commit/aea3b37da936780c41205504231688c74a9a94c3))\n\n\n### Features\n\n* **dropdown:** add letter key navigation ([#392](https://github.com/dialpad/dialtone-vue/issues/392)) ([4fc6791](https://github.com/dialpad/dialtone-vue/commit/4fc6791921263de04e9562aad343143acd98780b))","parsed":{"_":["Chip:** update to use semantic elements (#391) (aea3b37)","dropdown:** add letter key navigation (#392) (4fc6791)"],"Bug Fixes":["Chip:** update to use semantic elements (#391) (aea3b37)"],"Features":["dropdown:** add letter key navigation (#392) (4fc6791)"]}},{"version":"2.11.0","title":"[2.11.0](https://github.com/dialpad/dialtone-vue/compare/v2.10.0...v2.11.0) (2022-06-23)","date":"2022-06-23","body":"### Features\n\n* add json documentation generator ([#387](https://github.com/dialpad/dialtone-vue/issues/387)) ([6431326](https://github.com/dialpad/dialtone-vue/commit/6431326c3d824353f293016eb86af5163d689a76))\n* add root layout component ([#386](https://github.com/dialpad/dialtone-vue/issues/386)) ([ea28fc0](https://github.com/dialpad/dialtone-vue/commit/ea28fc03aae4b797a604c2a8b023e679ff40cd33))","parsed":{"_":["add json documentation generator (#387) (6431326)","add root layout component (#386) (ea28fc0)"],"Features":["add json documentation generator (#387) (6431326)","add root layout component (#386) (ea28fc0)"]}},{"version":"2.10.0","title":"[2.10.0](https://github.com/dialpad/dialtone-vue/compare/v2.9.1...v2.10.0) (2022-06-16)","date":"2022-06-16","body":"### Features\n\n* **toast:** make duration prop optional ([#382](https://github.com/dialpad/dialtone-vue/issues/382)) ([17622d4](https://github.com/dialpad/dialtone-vue/commit/17622d4271b9e772970d2705a36c9da227a8d342))","parsed":{"_":["toast:** make duration prop optional (#382) (17622d4)"],"Features":["toast:** make duration prop optional (#382) (17622d4)"]}},{"version":"2.9.1","title":"[2.9.1](https://github.com/dialpad/dialtone-vue/compare/v2.9.0...v2.9.1) (2022-06-15)","date":"2022-06-15","body":"### Bug Fixes\n\n* **list-item:** add v-on=\"$listeners\" ([#383](https://github.com/dialpad/dialtone-vue/issues/383)) ([7a94427](https://github.com/dialpad/dialtone-vue/commit/7a94427be83bcde211a417568d3d7b4635189fb8))","parsed":{"_":["list-item:** add v-on=\"$listeners\" (#383) (7a94427)"],"Bug Fixes":["list-item:** add v-on=\"$listeners\" (#383) (7a94427)"]}},{"version":"2.9.0","title":"[2.9.0](https://github.com/dialpad/dialtone-vue/compare/v2.8.1...v2.9.0) (2022-06-13)","date":"2022-06-13","body":"### Features\n\n* **toast:** remove wrapper (`d-toast-wrapper` class) ([#379](https://github.com/dialpad/dialtone-vue/issues/379)) ([f9234c6](https://github.com/dialpad/dialtone-vue/commit/f9234c64a8caaedfc072b9d58041e495164f1875))","parsed":{"_":["toast:** remove wrapper (d-toast-wrapper class) (#379) (f9234c6)"],"Features":["toast:** remove wrapper (d-toast-wrapper class) (#379) (f9234c6)"]}},{"version":"2.8.1","title":"[2.8.1](https://github.com/dialpad/dialtone-vue/compare/v2.8.0...v2.8.1) (2022-06-09)","date":"2022-06-09","body":"### Bug Fixes\n\n* **chip:** export chip ([#377](https://github.com/dialpad/dialtone-vue/issues/377)) ([4d09b58](https://github.com/dialpad/dialtone-vue/commit/4d09b58c6bbae1d28e362be0d33d0558e1c0f469))","parsed":{"_":["chip:** export chip (#377) (4d09b58)"],"Bug Fixes":["chip:** export chip (#377) (4d09b58)"]}},{"version":"2.8.0","title":"[2.8.0](https://github.com/dialpad/dialtone-vue/compare/v2.7.0...v2.8.0) (2022-06-08)","date":"2022-06-08","body":"### Features\n\n* **emoji text wrapper:** add emoji text wrapper component ([#366](https://github.com/dialpad/dialtone-vue/issues/366)) ([2ba412d](https://github.com/dialpad/dialtone-vue/commit/2ba412ddaeb3144fed0cbaf4b43a6eb608d79514)), closes [#367](https://github.com/dialpad/dialtone-vue/issues/367)","parsed":{"_":["emoji text wrapper:** add emoji text wrapper component (#366) (2ba412d), closes #367"],"Features":["emoji text wrapper:** add emoji text wrapper component (#366) (2ba412d), closes #367"]}},{"version":"2.7.0","title":"[2.7.0](https://github.com/dialpad/dialtone-vue/compare/v2.6.3...v2.7.0) (2022-06-06)","date":"2022-06-06","body":"### Features\n\n* **chip:** dt-420 add chip component ([#354](https://github.com/dialpad/dialtone-vue/issues/354)) ([9f0268a](https://github.com/dialpad/dialtone-vue/commit/9f0268ad40f9ea2ea15f0a3e5aee3f02349cd76f))\n* emoji component ([#356](https://github.com/dialpad/dialtone-vue/issues/356)) ([59bb0dd](https://github.com/dialpad/dialtone-vue/commit/59bb0dd9941641935c0f304d3672cc53c792a063))","parsed":{"_":["chip:** dt-420 add chip component (#354) (9f0268a)","emoji component (#356) (59bb0dd)"],"Features":["chip:** dt-420 add chip component (#354) (9f0268a)","emoji component (#356) (59bb0dd)"]}},{"version":"2.6.3","title":"[2.6.3](https://github.com/dialpad/dialtone-vue/compare/v2.6.2...v2.6.3) (2022-05-20)","date":"2022-05-20","body":"### Bug Fixes\n\n* **dt-input:** update v-bind on dt-input input ([#362](https://github.com/dialpad/dialtone-vue/issues/362)) ([8ddc928](https://github.com/dialpad/dialtone-vue/commit/8ddc928f31fed1e092d72fb0430e15bd4d4b3356))","parsed":{"_":["dt-input:** update v-bind on dt-input input (#362) (8ddc928)"],"Bug Fixes":["dt-input:** update v-bind on dt-input input (#362) (8ddc928)"]}},{"version":"2.6.2","title":"[2.6.2](https://github.com/dialpad/dialtone-vue/compare/v2.6.1...v2.6.2) (2022-05-19)","date":"2022-05-19","body":"### Bug Fixes\n\n* **input:** reorder v-bind ([#360](https://github.com/dialpad/dialtone-vue/issues/360)) ([a214c81](https://github.com/dialpad/dialtone-vue/commit/a214c8152a47ce019ab9b57d17071f41e48506ee))","parsed":{"_":["input:** reorder v-bind (#360) (a214c81)"],"Bug Fixes":["input:** reorder v-bind (#360) (a214c81)"]}},{"version":"2.6.1","title":"[2.6.1](https://github.com/dialpad/dialtone-vue/compare/v2.6.0...v2.6.1) (2022-05-17)","date":"2022-05-17","body":"### Bug Fixes\n\n* add main back to package.json, clean before test ([#358](https://github.com/dialpad/dialtone-vue/issues/358)) ([4892e9a](https://github.com/dialpad/dialtone-vue/commit/4892e9a2af340171f7de9d10f0a87deeb1f77e67))","parsed":{"_":["add main back to package.json, clean before test (#358) (4892e9a)"],"Bug Fixes":["add main back to package.json, clean before test (#358) (4892e9a)"]}},{"version":"2.6.0","title":"[2.6.0](https://github.com/dialpad/dialtone-vue/compare/v2.5.0...v2.6.0) (2022-05-16)","date":"2022-05-16","body":"### Bug Fixes\n\n* anchor disabled in popover ([#351](https://github.com/dialpad/dialtone-vue/issues/351)) ([05ce022](https://github.com/dialpad/dialtone-vue/commit/05ce022757715af46a9d5b040a889c62b7eb86ee))\n\n\n### Features\n\n* **modal:** add fixed header and footer variant ([#353](https://github.com/dialpad/dialtone-vue/issues/353)) ([14a613c](https://github.com/dialpad/dialtone-vue/commit/14a613cd97bbbdd5c724419fcfd60b083c64b5a3))","parsed":{"_":["anchor disabled in popover (#351) (05ce022)","modal:** add fixed header and footer variant (#353) (14a613c)"],"Bug Fixes":["anchor disabled in popover (#351) (05ce022)"],"Features":["modal:** add fixed header and footer variant (#353) (14a613c)"]}},{"version":"2.5.0","title":"[2.5.0](https://github.com/dialpad/dialtone-vue/compare/v2.4.0...v2.5.0) (2022-05-10)","date":"2022-05-10","body":"### Bug Fixes\n\n* contact info avatar display blank image ([#347](https://github.com/dialpad/dialtone-vue/issues/347)) ([c6b9577](https://github.com/dialpad/dialtone-vue/commit/c6b957776fcbdb3a628f805a6baa2d9a821ab0d6))\n* usage of arrow-keys in the combobox and dropdown ([#346](https://github.com/dialpad/dialtone-vue/issues/346)) ([80515eb](https://github.com/dialpad/dialtone-vue/commit/80515eba10415260e497ce317ff1ff5af9bf833a))\n\n\n### Features\n\n* combobox with popover recipe ([#339](https://github.com/dialpad/dialtone-vue/issues/339)) ([79481d1](https://github.com/dialpad/dialtone-vue/commit/79481d1edc35e317e2114dcc7390ba28be0fff89))\n* dt-387 implement handling of emoji assets ([#343](https://github.com/dialpad/dialtone-vue/issues/343)) ([7f0fbac](https://github.com/dialpad/dialtone-vue/commit/7f0fbaca6e094b5ab9c653851c98270638e7b4d7))","parsed":{"_":["contact info avatar display blank image (#347) (c6b9577)","usage of arrow-keys in the combobox and dropdown (#346) (80515eb)","combobox with popover recipe (#339) (79481d1)","dt-387 implement handling of emoji assets (#343) (7f0fbac)"],"Bug Fixes":["contact info avatar display blank image (#347) (c6b9577)","usage of arrow-keys in the combobox and dropdown (#346) (80515eb)"],"Features":["combobox with popover recipe (#339) (79481d1)","dt-387 implement handling of emoji assets (#343) (7f0fbac)"]}},{"version":"2.4.0","title":"[2.4.0](https://github.com/dialpad/dialtone-vue/compare/v2.3.0...v2.4.0) (2022-04-20)","date":"2022-04-20","body":"### Features\n\n* automated a11y testing using axe-core ([#332](https://github.com/dialpad/dialtone-vue/issues/332)) ([a948b64](https://github.com/dialpad/dialtone-vue/commit/a948b648fd8eea22a8f045aa6e98a5867a2e8117))\n* **avatar:** change to a pure slot based pattern ([#329](https://github.com/dialpad/dialtone-vue/issues/329)) ([926dc4a](https://github.com/dialpad/dialtone-vue/commit/926dc4aab9ff2168d2db217e645d9f3fb2fedb7f))\n* **button:** add active button styles ([#322](https://github.com/dialpad/dialtone-vue/issues/322)) ([9979047](https://github.com/dialpad/dialtone-vue/commit/99790472c5e9c5730d130851db8472b5f4cec8a7))","parsed":{"_":["automated a11y testing using axe-core (#332) (a948b64)","avatar:** change to a pure slot based pattern (#329) (926dc4a)","button:** add active button styles (#322) (9979047)"],"Features":["automated a11y testing using axe-core (#332) (a948b64)","avatar:** change to a pure slot based pattern (#329) (926dc4a)","button:** add active button styles (#322) (9979047)"]}},{"version":"2.3.0","title":"[2.3.0](https://github.com/dialpad/dialtone-vue/compare/v2.2.2...v2.3.0) (2022-04-08)","date":"2022-04-08","body":"### Bug Fixes\n\n* calculate z-index after mounted ([#318](https://github.com/dialpad/dialtone-vue/issues/318)) ([b3d6d74](https://github.com/dialpad/dialtone-vue/commit/b3d6d7466b13d498feb909c709ede9b1fee3732e))\n* dt-417 handle anchor with no children ([#316](https://github.com/dialpad/dialtone-vue/issues/316)) ([3f92a29](https://github.com/dialpad/dialtone-vue/commit/3f92a29b5b9dc9e1c01b289e3f52100af21ece9f))\n* popover within popover stuck when ESC ([#320](https://github.com/dialpad/dialtone-vue/issues/320)) ([95fc99d](https://github.com/dialpad/dialtone-vue/commit/95fc99d907dc27b4f3b97c7cdc09553f575c1ec8))\n\n\n### Features\n\n* **dropdown:** add maxWidth, maxHeight, listClass props ([#310](https://github.com/dialpad/dialtone-vue/issues/310)) ([f9f1356](https://github.com/dialpad/dialtone-vue/commit/f9f1356e39639741197a47958dc499afc5aacf00))\n* **input:** add iconSize prop ([#314](https://github.com/dialpad/dialtone-vue/issues/314)) ([a6818be](https://github.com/dialpad/dialtone-vue/commit/a6818befb2ac475826eae7b7a5b5d2ec6148ea04))","parsed":{"_":["calculate z-index after mounted (#318) (b3d6d74)","dt-417 handle anchor with no children (#316) (3f92a29)","popover within popover stuck when ESC (#320) (95fc99d)","dropdown:** add maxWidth, maxHeight, listClass props (#310) (f9f1356)","input:** add iconSize prop (#314) (a6818be)"],"Bug Fixes":["calculate z-index after mounted (#318) (b3d6d74)","dt-417 handle anchor with no children (#316) (3f92a29)","popover within popover stuck when ESC (#320) (95fc99d)"],"Features":["dropdown:** add maxWidth, maxHeight, listClass props (#310) (f9f1356)","input:** add iconSize prop (#314) (a6818be)"]}},{"version":"2.2.2","title":"[2.2.2](https://github.com/dialpad/dialtone-vue/compare/v2.2.1...v2.2.2) (2022-03-31)","date":"2022-03-31","body":"### Bug Fixes\n\n* **button:** change size s to sm in comment ([a6e396e](https://github.com/dialpad/dialtone-vue/commit/a6e396e9c9f1891fcee36a108e356751ef038a67))\n* **dropdown:** add y padding on list ([#297](https://github.com/dialpad/dialtone-vue/issues/297)) ([df9c177](https://github.com/dialpad/dialtone-vue/commit/df9c1774d1ea3894911ec7cf3e9068cac17762b1))\n* **popover:** dialog closing and reopening on anchor click ([b600366](https://github.com/dialpad/dialtone-vue/commit/b60036659be256cb3b051ea430c0f841e6abc9de))\n* **tooltip:** nextTick before mounting ([9009102](https://github.com/dialpad/dialtone-vue/commit/9009102e0439f0912695322cba3e80d9904e9d9c))","parsed":{"_":["button:** change size s to sm in comment (a6e396e)","dropdown:** add y padding on list (#297) (df9c177)","popover:** dialog closing and reopening on anchor click (b600366)","tooltip:** nextTick before mounting (9009102)"],"Bug Fixes":["button:** change size s to sm in comment (a6e396e)","dropdown:** add y padding on list (#297) (df9c177)","popover:** dialog closing and reopening on anchor click (b600366)","tooltip:** nextTick before mounting (9009102)"]}},{"version":"2.2.1","title":"[2.2.1](https://github.com/dialpad/dialtone-vue/compare/v2.2.0...v2.2.1) (2022-03-28)","date":"2022-03-28","body":"### Bug Fixes\n\n* error with number value in calculateLength ([#299](https://github.com/dialpad/dialtone-vue/issues/299)) ([7ceda32](https://github.com/dialpad/dialtone-vue/commit/7ceda327935313b29a97eb56bb332adc8c6fcc75))","parsed":{"_":["error with number value in calculateLength (#299) (7ceda32)"],"Bug Fixes":["error with number value in calculateLength (#299) (7ceda32)"]}},{"version":"2.2.0","title":"[2.2.0](https://github.com/dialpad/dialtone-vue/compare/v2.1.1...v2.2.0) (2022-03-25)","date":"2022-03-25","body":"### Bug Fixes\n\n* add vue3 branch to commit message lint ([b685cc8](https://github.com/dialpad/dialtone-vue/commit/b685cc876a729284d739c19d67b6dd7577c04585))\n* **popover:** transparent overlay render at the root ([#295](https://github.com/dialpad/dialtone-vue/issues/295)) ([f8c2b25](https://github.com/dialpad/dialtone-vue/commit/f8c2b25ae1086856913667d54cbd6e8e09fe0e20))\n* update list-item padding 2 -> 4 ([#292](https://github.com/dialpad/dialtone-vue/issues/292)) ([d32669e](https://github.com/dialpad/dialtone-vue/commit/d32669e7e7d76b4113bd70e4e36e759f8616eee9))\n\n\n### Features\n\n* **button:** support top and bottom iconPositions ([7b40812](https://github.com/dialpad/dialtone-vue/commit/7b408126a4fea69a23b43cae40231a1be6fedf43))\n* dt-407 support \"top\" and \"bottom\" as valid iconPositions for dt-button ([#284](https://github.com/dialpad/dialtone-vue/issues/284)) ([414aac3](https://github.com/dialpad/dialtone-vue/commit/414aac3dcdcac870808a18ab8625a32f4733f06a))","parsed":{"_":["add vue3 branch to commit message lint (b685cc8)","popover:** transparent overlay render at the root (#295) (f8c2b25)","update list-item padding 2 -> 4 (#292) (d32669e)","button:** support top and bottom iconPositions (7b40812)","dt-407 support \"top\" and \"bottom\" as valid iconPositions for dt-button (#284) (414aac3)"],"Bug Fixes":["add vue3 branch to commit message lint (b685cc8)","popover:** transparent overlay render at the root (#295) (f8c2b25)","update list-item padding 2 -> 4 (#292) (d32669e)"],"Features":["button:** support top and bottom iconPositions (7b40812)","dt-407 support \"top\" and \"bottom\" as valid iconPositions for dt-button (#284) (414aac3)"]}},{"version":"2.1.1","title":"[2.1.1](https://github.com/dialpad/dialtone-vue/compare/v2.1.0...v2.1.1) (2022-03-16)","date":"2022-03-16","body":"### Bug Fixes\n\n* add missing exports to index.js ([c5c5e39](https://github.com/dialpad/dialtone-vue/commit/c5c5e39b35d99335bfc4c9b530f2c73f9e8cbbed))\n* fix input length validation ([#269](https://github.com/dialpad/dialtone-vue/issues/269)) ([42c57ef](https://github.com/dialpad/dialtone-vue/commit/42c57efa84349d16d841965144a88dc2c2278120))\n* update to force release ([d75b090](https://github.com/dialpad/dialtone-vue/commit/d75b090eb4e1cb4cd661ac122389afeafdfbfcc3))","parsed":{"_":["add missing exports to index.js (c5c5e39)","fix input length validation (#269) (42c57ef)","update to force release (d75b090)"],"Bug Fixes":["add missing exports to index.js (c5c5e39)","fix input length validation (#269) (42c57ef)","update to force release (d75b090)"]}},{"version":"2.1.0","title":"[2.1.0](https://github.com/dialpad/dialtone-vue/compare/v2.0.1...v2.1.0) (2022-03-16)","date":"2022-03-16","body":"### Bug Fixes\n\n* add missing exports to index.js ([c5c5e39](https://github.com/dialpad/dialtone-vue/commit/c5c5e39b35d99335bfc4c9b530f2c73f9e8cbbed))\n* fix input length validation ([#269](https://github.com/dialpad/dialtone-vue/issues/269)) ([42c57ef](https://github.com/dialpad/dialtone-vue/commit/42c57efa84349d16d841965144a88dc2c2278120))\n* revert add length validation in the input component ([0ed0cde](https://github.com/dialpad/dialtone-vue/commit/0ed0cde8f8e5fd28b96c984793f163816faf12c1))\n* update to force release ([d75b090](https://github.com/dialpad/dialtone-vue/commit/d75b090eb4e1cb4cd661ac122389afeafdfbfcc3))\n\n\n### Features\n\n* add length validation in the input component ([b063876](https://github.com/dialpad/dialtone-vue/commit/b063876e45b7c22e963a6a2b1bc0f2ef7ae37be5))\n* add length validation in the input component ([592acb1](https://github.com/dialpad/dialtone-vue/commit/592acb191c662dd53d38cc982c804d791b0875e2))","parsed":{"_":["add missing exports to index.js (c5c5e39)","fix input length validation (#269) (42c57ef)","revert add length validation in the input component (0ed0cde)","update to force release (d75b090)","add length validation in the input component (b063876)","add length validation in the input component (592acb1)"],"Bug Fixes":["add missing exports to index.js (c5c5e39)","fix input length validation (#269) (42c57ef)","revert add length validation in the input component (0ed0cde)","update to force release (d75b090)"],"Features":["add length validation in the input component (b063876)","add length validation in the input component (592acb1)"]}},{"version":"2.1.0","title":"[2.1.0](https://github.com/dialpad/dialtone-vue/compare/v2.0.1...v2.1.0) (2022-03-16)","date":"2022-03-16","body":"### Bug Fixes\n\n* add missing exports to index.js ([c5c5e39](https://github.com/dialpad/dialtone-vue/commit/c5c5e39b35d99335bfc4c9b530f2c73f9e8cbbed))\n* fix input length validation ([#269](https://github.com/dialpad/dialtone-vue/issues/269)) ([42c57ef](https://github.com/dialpad/dialtone-vue/commit/42c57efa84349d16d841965144a88dc2c2278120))\n* revert add length validation in the input component ([0ed0cde](https://github.com/dialpad/dialtone-vue/commit/0ed0cde8f8e5fd28b96c984793f163816faf12c1))\n\n\n### Features\n\n* add length validation in the input component ([b063876](https://github.com/dialpad/dialtone-vue/commit/b063876e45b7c22e963a6a2b1bc0f2ef7ae37be5))\n* add length validation in the input component ([592acb1](https://github.com/dialpad/dialtone-vue/commit/592acb191c662dd53d38cc982c804d791b0875e2))","parsed":{"_":["add missing exports to index.js (c5c5e39)","fix input length validation (#269) (42c57ef)","revert add length validation in the input component (0ed0cde)","add length validation in the input component (b063876)","add length validation in the input component (592acb1)"],"Bug Fixes":["add missing exports to index.js (c5c5e39)","fix input length validation (#269) (42c57ef)","revert add length validation in the input component (0ed0cde)"],"Features":["add length validation in the input component (b063876)","add length validation in the input component (592acb1)"]}},{"version":"2.1.0","title":"[2.1.0](https://github.com/dialpad/dialtone-vue/compare/v2.0.1...v2.1.0) (2022-03-16)","date":"2022-03-16","body":"### Bug Fixes\n\n* add missing exports to index.js ([c5c5e39](https://github.com/dialpad/dialtone-vue/commit/c5c5e39b35d99335bfc4c9b530f2c73f9e8cbbed))\n* fix input length validation ([#269](https://github.com/dialpad/dialtone-vue/issues/269)) ([42c57ef](https://github.com/dialpad/dialtone-vue/commit/42c57efa84349d16d841965144a88dc2c2278120))\n* revert add length validation in the input component ([0ed0cde](https://github.com/dialpad/dialtone-vue/commit/0ed0cde8f8e5fd28b96c984793f163816faf12c1))\n\n\n### Features\n\n* add length validation in the input component ([b063876](https://github.com/dialpad/dialtone-vue/commit/b063876e45b7c22e963a6a2b1bc0f2ef7ae37be5))\n* add length validation in the input component ([592acb1](https://github.com/dialpad/dialtone-vue/commit/592acb191c662dd53d38cc982c804d791b0875e2))","parsed":{"_":["add missing exports to index.js (c5c5e39)","fix input length validation (#269) (42c57ef)","revert add length validation in the input component (0ed0cde)","add length validation in the input component (b063876)","add length validation in the input component (592acb1)"],"Bug Fixes":["add missing exports to index.js (c5c5e39)","fix input length validation (#269) (42c57ef)","revert add length validation in the input component (0ed0cde)"],"Features":["add length validation in the input component (b063876)","add length validation in the input component (592acb1)"]}},{"version":"2.1.0","title":"[2.1.0](https://github.com/dialpad/dialtone-vue/compare/v2.0.1...v2.1.0) (2022-03-14)","date":"2022-03-14","body":"### Bug Fixes\n\n* revert add length validation in the input component ([1dbfedc](https://github.com/dialpad/dialtone-vue/commit/1dbfedcfb8c87759b42791f7643613f692da9469))\n\n\n### Features\n\n* add length validation in the input component ([b5fc958](https://github.com/dialpad/dialtone-vue/commit/b5fc958f68251d64d544325319ba347a33ec4cc3))\n* add length validation in the input component\" ([aac5471](https://github.com/dialpad/dialtone-vue/commit/aac5471647bcf7ff346cd0e11b5e2daf755f5160))","parsed":{"_":["revert add length validation in the input component (1dbfedc)","add length validation in the input component (b5fc958)","add length validation in the input component\" (aac5471)"],"Bug Fixes":["revert add length validation in the input component (1dbfedc)"],"Features":["add length validation in the input component (b5fc958)","add length validation in the input component\" (aac5471)"]}},{"version":"2.0.1","title":"[2.0.1](https://github.com/dialpad/dialtone-vue/compare/v2.0.0...v2.0.1) (2022-03-12)","date":"2022-03-12","body":"### Bug Fixes\n\n* revert add length validation in the input component ([ee13fb6](https://github.com/dialpad/dialtone-vue/commit/ee13fb6b26b65c36271bc95fb7548d7124e12417))","parsed":{"_":["revert add length validation in the input component (ee13fb6)"],"Bug Fixes":["revert add length validation in the input component (ee13fb6)"]}},{"version":"2.0.0","title":"[2.0.0](https://github.com/dialpad/dialtone-vue/compare/v1.16.0...v2.0.0) (2022-03-12)","date":"2022-03-12","body":"### Features\n\n* add length validation in the input component ([#238](https://github.com/dialpad/dialtone-vue/issues/238)) ([3faae3e](https://github.com/dialpad/dialtone-vue/commit/3faae3ebc7a7b69b77e99f71a00f9b0124da5f4f))\n* alignment of props, behaviour, a11y in Popover, Tooltip ([#256](https://github.com/dialpad/dialtone-vue/issues/256)) ([1f4342d](https://github.com/dialpad/dialtone-vue/commit/1f4342db3691d89b77f42750bfa58112374bb972))\n\n\n### BREAKING CHANGES\n\n* many changes in prop naming and structure.","parsed":{"_":["add length validation in the input component (#238) (3faae3e)","alignment of props, behaviour, a11y in Popover, Tooltip (#256) (1f4342d)","many changes in prop naming and structure."],"Features":["add length validation in the input component (#238) (3faae3e)","alignment of props, behaviour, a11y in Popover, Tooltip (#256) (1f4342d)"],"BREAKING CHANGES":["many changes in prop naming and structure."]}},{"version":"1.16.0","title":"[1.16.0](https://github.com/dialpad/dialtone-vue/compare/v1.15.0...v1.16.0) (2022-03-08)","date":"2022-03-08","body":"### Bug Fixes\n\n* make padding same on both sides on keyboard shortcut ([2b8113c](https://github.com/dialpad/dialtone-vue/commit/2b8113ce1d597211713faa5acb623685ae863a75))\n\n\n### Features\n\n* add contact info component for call info display ([#249](https://github.com/dialpad/dialtone-vue/issues/249)) ([8195314](https://github.com/dialpad/dialtone-vue/commit/81953141235af95c5d10842c6d314ecc8d089bc2))","parsed":{"_":["make padding same on both sides on keyboard shortcut (2b8113c)","add contact info component for call info display (#249) (8195314)"],"Bug Fixes":["make padding same on both sides on keyboard shortcut (2b8113c)"],"Features":["add contact info component for call info display (#249) (8195314)"]}},{"version":"1.15.0","title":"[1.15.0](https://github.com/dialpad/dialtone-vue/compare/v1.14.0...v1.15.0) (2022-02-28)","date":"2022-02-28","body":"### Bug Fixes\n\n* multiple items being highlighted at the same time ([#245](https://github.com/dialpad/dialtone-vue/issues/245)) ([05d6c6d](https://github.com/dialpad/dialtone-vue/commit/05d6c6d911d9a67eb4975296072b40cc25c924be))\n\n\n### Features\n\n* add top banner info component for call info display ([#246](https://github.com/dialpad/dialtone-vue/issues/246)) ([8f47407](https://github.com/dialpad/dialtone-vue/commit/8f474073743c5123396252ec288a468affdaef4a))","parsed":{"_":["multiple items being highlighted at the same time (#245) (05d6c6d)","add top banner info component for call info display (#246) (8f47407)"],"Bug Fixes":["multiple items being highlighted at the same time (#245) (05d6c6d)"],"Features":["add top banner info component for call info display (#246) (8f47407)"]}},{"version":"1.14.0","title":"[1.14.0](https://github.com/dialpad/dialtone-vue/compare/v1.13.2...v1.14.0) (2022-02-18)","date":"2022-02-18","body":"### Bug Fixes\n\n* keyboard nav bugs, combobox, dropdown ([#236](https://github.com/dialpad/dialtone-vue/issues/236)) ([a7cf63e](https://github.com/dialpad/dialtone-vue/commit/a7cf63ee44eee7559daaae47b8252e5cab4359b7))\n* storybook addon-docs define alias ([#240](https://github.com/dialpad/dialtone-vue/issues/240)) ([dd83bac](https://github.com/dialpad/dialtone-vue/commit/dd83bacdb35658cf45d92493a44949da64828516))\n\n\n### Features\n\n* add icon only variant with rectangular button ([#239](https://github.com/dialpad/dialtone-vue/issues/239)) ([dafd7cb](https://github.com/dialpad/dialtone-vue/commit/dafd7cbe1c64c32132487ae52fd9b42536c4e11c))","parsed":{"_":["keyboard nav bugs, combobox, dropdown (#236) (a7cf63e)","storybook addon-docs define alias (#240) (dd83bac)","add icon only variant with rectangular button (#239) (dafd7cb)"],"Bug Fixes":["keyboard nav bugs, combobox, dropdown (#236) (a7cf63e)","storybook addon-docs define alias (#240) (dd83bac)"],"Features":["add icon only variant with rectangular button (#239) (dafd7cb)"]}},{"version":"1.14.0","title":"[1.14.0](https://github.com/dialpad/dialtone-vue/compare/v1.13.2...v1.14.0) (2022-02-18)","date":"2022-02-18","body":"### Bug Fixes\n\n* keyboard nav bugs, combobox, dropdown ([#236](https://github.com/dialpad/dialtone-vue/issues/236)) ([a7cf63e](https://github.com/dialpad/dialtone-vue/commit/a7cf63ee44eee7559daaae47b8252e5cab4359b7))\n* storybook addon-docs define alias ([#240](https://github.com/dialpad/dialtone-vue/issues/240)) ([dd83bac](https://github.com/dialpad/dialtone-vue/commit/dd83bacdb35658cf45d92493a44949da64828516))\n\n\n### Features\n\n* add icon only variant with rectangular button ([#239](https://github.com/dialpad/dialtone-vue/issues/239)) ([dafd7cb](https://github.com/dialpad/dialtone-vue/commit/dafd7cbe1c64c32132487ae52fd9b42536c4e11c))","parsed":{"_":["keyboard nav bugs, combobox, dropdown (#236) (a7cf63e)","storybook addon-docs define alias (#240) (dd83bac)","add icon only variant with rectangular button (#239) (dafd7cb)"],"Bug Fixes":["keyboard nav bugs, combobox, dropdown (#236) (a7cf63e)","storybook addon-docs define alias (#240) (dd83bac)"],"Features":["add icon only variant with rectangular button (#239) (dafd7cb)"]}},{"version":"1.13.2","title":"[1.13.2](https://github.com/dialpad/dialtone-vue/compare/v1.13.1...v1.13.2) (2022-02-03)","date":"2022-02-03","body":"### Bug Fixes\n\n* apply fixed header classes only if slots not empty ([a0f58f1](https://github.com/dialpad/dialtone-vue/commit/a0f58f16db26293d6d2a2e779161f5f943e8d3a9))","parsed":{"_":["apply fixed header classes only if slots not empty (a0f58f1)"],"Bug Fixes":["apply fixed header classes only if slots not empty (a0f58f1)"]}},{"version":"1.13.1","title":"[1.13.1](https://github.com/dialpad/dialtone-vue/compare/v1.13.0...v1.13.1) (2022-01-27)","date":"2022-01-27","body":"### Bug Fixes\n\n* update list item to apply hover when navigationType is set ([#234](https://github.com/dialpad/dialtone-vue/issues/234)) ([23c4dda](https://github.com/dialpad/dialtone-vue/commit/23c4ddace6d3b20a5a3b953e535091ca3750bb74))","parsed":{"_":["update list item to apply hover when navigationType is set (#234) (23c4dda)"],"Bug Fixes":["update list item to apply hover when navigationType is set (#234) (23c4dda)"]}},{"version":"1.13.0","title":"[1.13.0](https://github.com/dialpad/dialtone-vue/compare/v1.12.0...v1.13.0) (2022-01-26)","date":"2022-01-26","body":"### Bug Fixes\n\n* add null check to tip.unmount() call ([#232](https://github.com/dialpad/dialtone-vue/issues/232)) ([964f114](https://github.com/dialpad/dialtone-vue/commit/964f114881ce5240584ecac25bf678b84d2d91f7))\n* render popover in combobox list ([#230](https://github.com/dialpad/dialtone-vue/issues/230)) ([a18c9ae](https://github.com/dialpad/dialtone-vue/commit/a18c9aeb8dba982d0db2ec9639317d6808518b3a))\n\n\n### Features\n\n* add class prop to tooltip content wrapper ([#233](https://github.com/dialpad/dialtone-vue/issues/233)) ([c3bf657](https://github.com/dialpad/dialtone-vue/commit/c3bf6574c0eeb0ae04486e61288f2d5376aeaaf3))\n* implement footer into popover ([#231](https://github.com/dialpad/dialtone-vue/issues/231)) ([6dd5ffe](https://github.com/dialpad/dialtone-vue/commit/6dd5ffe869db2b8852b06e931b9947866e31e020))","parsed":{"_":["add null check to tip.unmount() call (#232) (964f114)","render popover in combobox list (#230) (a18c9ae)","add class prop to tooltip content wrapper (#233) (c3bf657)","implement footer into popover (#231) (6dd5ffe)"],"Bug Fixes":["add null check to tip.unmount() call (#232) (964f114)","render popover in combobox list (#230) (a18c9ae)"],"Features":["add class prop to tooltip content wrapper (#233) (c3bf657)","implement footer into popover (#231) (6dd5ffe)"]}},{"version":"1.12.0","title":"[1.12.0](https://github.com/dialpad/dialtone-vue/compare/v1.11.0...v1.12.0) (2022-01-24)","date":"2022-01-24","body":"### Features\n\n* add event `dt-popover-close` to close popover instances ([#228](https://github.com/dialpad/dialtone-vue/issues/228)) ([65da860](https://github.com/dialpad/dialtone-vue/commit/65da860deecacdc8c219313beda433b5baa38e74))\n* dt-toggle ([#226](https://github.com/dialpad/dialtone-vue/issues/226)) ([002c780](https://github.com/dialpad/dialtone-vue/commit/002c7804d7495eeecdaad1fcab27a29557681db6))","parsed":{"_":["add event dt-popover-close to close popover instances (#228) (65da860)","dt-toggle (#226) (002c780)"],"Features":["add event dt-popover-close to close popover instances (#228) (65da860)","dt-toggle (#226) (002c780)"]}},{"version":"1.11.0","title":"[1.11.0](https://github.com/dialpad/dialtone-vue/compare/v1.10.1...v1.11.0) (2022-01-20)","date":"2022-01-20","body":"### Features\n\n* add dialogClass prop to modal ([4500ade](https://github.com/dialpad/dialtone-vue/commit/4500adea34df6a5923b96a573284212761505ab5))","parsed":{"_":["add dialogClass prop to modal (4500ade)"],"Features":["add dialogClass prop to modal (4500ade)"]}},{"version":"1.10.1","title":"[1.10.1](https://github.com/dialpad/dialtone-vue/compare/v1.10.0...v1.10.1) (2022-01-17)","date":"2022-01-17","body":"### Bug Fixes\n\n* broken styles in list item ([#225](https://github.com/dialpad/dialtone-vue/issues/225)) ([be69a85](https://github.com/dialpad/dialtone-vue/commit/be69a85627a2e7e9c37af46a1e30f517e096bfc5))","parsed":{"_":["broken styles in list item (#225) (be69a85)"],"Bug Fixes":["broken styles in list item (#225) (be69a85)"]}},{"version":"1.10.0","title":"[1.10.0](https://github.com/dialpad/dialtone-vue/compare/v1.9.0...v1.10.0) (2022-01-14)","date":"2022-01-14","body":"### Bug Fixes\n\n* component skeleton documentation fixes ([#218](https://github.com/dialpad/dialtone-vue/issues/218)) ([58bdcf9](https://github.com/dialpad/dialtone-vue/commit/58bdcf9a98466c7e8cddd8986998d5902b8b3d48))\n\n\n### Features\n\n* add focus-visible polyfill ([#222](https://github.com/dialpad/dialtone-vue/issues/222)) ([ce089a8](https://github.com/dialpad/dialtone-vue/commit/ce089a8dd8f5b1465d533b60fa9d82c1523990b4))\n* add header to component popover, update a11y documentation ([#217](https://github.com/dialpad/dialtone-vue/issues/217)) ([cdfb459](https://github.com/dialpad/dialtone-vue/commit/cdfb459541597ae5d56224f897186159b9fd18cc))","parsed":{"_":["component skeleton documentation fixes (#218) (58bdcf9)","add focus-visible polyfill (#222) (ce089a8)","add header to component popover, update a11y documentation (#217) (cdfb459)"],"Bug Fixes":["component skeleton documentation fixes (#218) (58bdcf9)"],"Features":["add focus-visible polyfill (#222) (ce089a8)","add header to component popover, update a11y documentation (#217) (cdfb459)"]}},{"version":"1.9.0","title":"[1.9.0](https://github.com/dialpad/dialtone-vue/compare/v1.8.2...v1.9.0) (2022-01-13)","date":"2022-01-13","body":"### Bug Fixes\n\n* include tabindex=-1 in focusFirstElement ([#219](https://github.com/dialpad/dialtone-vue/issues/219)) ([2ca4577](https://github.com/dialpad/dialtone-vue/commit/2ca4577fafca59ece95bfa86a7b0e6a880141e39))\n\n\n### Features\n\n* add dropdown component ([#215](https://github.com/dialpad/dialtone-vue/issues/215)) ([d3a3918](https://github.com/dialpad/dialtone-vue/commit/d3a39184303b0ea59d01476c32f22909e693e9ad))\n* create combobox component ([#199](https://github.com/dialpad/dialtone-vue/issues/199)) ([cefdd5a](https://github.com/dialpad/dialtone-vue/commit/cefdd5ac88df07b9b6933f1d9692348f58ac0a50))","parsed":{"_":["include tabindex=-1 in focusFirstElement (#219) (2ca4577)","add dropdown component (#215) (d3a3918)","create combobox component (#199) (cefdd5a)"],"Bug Fixes":["include tabindex=-1 in focusFirstElement (#219) (2ca4577)"],"Features":["add dropdown component (#215) (d3a3918)","create combobox component (#199) (cefdd5a)"]}},{"version":"1.8.2","title":"[1.8.2](https://github.com/dialpad/dialtone-vue/compare/v1.8.1...v1.8.2) (2022-01-06)","date":"2022-01-06","body":"### Bug Fixes\n\n* skeleton-text import ([#221](https://github.com/dialpad/dialtone-vue/issues/221)) ([ff6ca97](https://github.com/dialpad/dialtone-vue/commit/ff6ca978f20a20d8f160fecfde040deacdc735df))","parsed":{"_":["skeleton-text import (#221) (ff6ca97)"],"Bug Fixes":["skeleton-text import (#221) (ff6ca97)"]}},{"version":"1.8.1","title":"[1.8.1](https://github.com/dialpad/dialtone-vue/compare/v1.8.0...v1.8.1) (2022-01-06)","date":"2022-01-06","body":"### Bug Fixes\n\n* bad exports on skeleton ([#220](https://github.com/dialpad/dialtone-vue/issues/220)) ([5b66ae7](https://github.com/dialpad/dialtone-vue/commit/5b66ae75c8034434b02f67b26f4fb9136966032e))","parsed":{"_":["bad exports on skeleton (#220) (5b66ae7)"],"Bug Fixes":["bad exports on skeleton (#220) (5b66ae7)"]}},{"version":"1.8.0","title":"[1.8.0](https://github.com/dialpad/dialtone-vue/compare/v1.7.0...v1.8.0) (2022-01-04)","date":"2022-01-04","body":"### Bug Fixes\n\n* popover stories ([#216](https://github.com/dialpad/dialtone-vue/issues/216)) ([8229467](https://github.com/dialpad/dialtone-vue/commit/8229467b25342540163e61f8fc5797beb1e780b2))\n\n\n### Features\n\n* add keyboard shortcut component ([#209](https://github.com/dialpad/dialtone-vue/issues/209)) ([88efc48](https://github.com/dialpad/dialtone-vue/commit/88efc4882812d391bb9200c2c1f7cdb7dc56d5a9))\n* component skeleton ([#203](https://github.com/dialpad/dialtone-vue/issues/203)) ([ce2a4d2](https://github.com/dialpad/dialtone-vue/commit/ce2a4d21dc45924e0eec561299de768ba8ae5222))","parsed":{"_":["popover stories (#216) (8229467)","add keyboard shortcut component (#209) (88efc48)","component skeleton (#203) (ce2a4d2)"],"Bug Fixes":["popover stories (#216) (8229467)"],"Features":["add keyboard shortcut component (#209) (88efc48)","component skeleton (#203) (ce2a4d2)"]}},{"version":"1.7.0","title":"[1.7.0](https://github.com/dialpad/dialtone-vue/compare/v1.6.1...v1.7.0) (2021-12-15)","date":"2021-12-15","body":"### Bug Fixes\n\n* popover component. remove overlay on before destroy ([#214](https://github.com/dialpad/dialtone-vue/issues/214)) ([3f88ad8](https://github.com/dialpad/dialtone-vue/commit/3f88ad8b8c062094073917ae71030120ed6ac096))\n\n\n### Features\n\n* add button group component ([#204](https://github.com/dialpad/dialtone-vue/issues/204)) ([99bbe17](https://github.com/dialpad/dialtone-vue/commit/99bbe1717627234d1dc7b091ec775403808daeed))","parsed":{"_":["popover component. remove overlay on before destroy (#214) (3f88ad8)","add button group component (#204) (99bbe17)"],"Bug Fixes":["popover component. remove overlay on before destroy (#214) (3f88ad8)"],"Features":["add button group component (#204) (99bbe17)"]}},{"version":"1.6.1","title":"[1.6.1](https://github.com/dialpad/dialtone-vue/compare/v1.6.0...v1.6.1) (2021-12-03)","date":"2021-12-03","body":"### Bug Fixes\n\n* disable hide when append to is parent ([#207](https://github.com/dialpad/dialtone-vue/issues/207)) ([f478b3e](https://github.com/dialpad/dialtone-vue/commit/f478b3edc4ee4e306759b8e0d42ebbb4340aa733))\n* popover (props alignment between dt-popover and dt-tooltip) ([#205](https://github.com/dialpad/dialtone-vue/issues/205)) ([f935aad](https://github.com/dialpad/dialtone-vue/commit/f935aada1a5c23fc540c3479aab7cb605e47fcee))","parsed":{"_":["disable hide when append to is parent (#207) (f478b3e)","popover (props alignment between dt-popover and dt-tooltip) (#205) (f935aad)"],"Bug Fixes":["disable hide when append to is parent (#207) (f478b3e)","popover (props alignment between dt-popover and dt-tooltip) (#205) (f935aad)"]}},{"version":"1.6.0","title":"[1.6.0](https://github.com/dialpad/dialtone-vue/compare/v1.5.0...v1.6.0) (2021-11-25)","date":"2021-11-25","body":"### Bug Fixes\n\n* add our alpha sort to list-item. Change slot types to VNode for consistiency ([#202](https://github.com/dialpad/dialtone-vue/issues/202)) ([686b2b9](https://github.com/dialpad/dialtone-vue/commit/686b2b919f8882588f8374729538242071e0abcf))\n\n\n### Features\n\n* components tooltip and popover. absolute positioning (dt 40) ([#194](https://github.com/dialpad/dialtone-vue/issues/194)) ([dd9e44d](https://github.com/dialpad/dialtone-vue/commit/dd9e44dbc1ea0a5439652e8b0597e5d3e254f68a)), closes [#131](https://github.com/dialpad/dialtone-vue/issues/131) [#177](https://github.com/dialpad/dialtone-vue/issues/177) [#178](https://github.com/dialpad/dialtone-vue/issues/178) [#135](https://github.com/dialpad/dialtone-vue/issues/135)","parsed":{"_":["add our alpha sort to list-item. Change slot types to VNode for consistiency (#202) (686b2b9)","components tooltip and popover. absolute positioning (dt 40) (#194) (dd9e44d), closes #131 #177 #178 #135"],"Bug Fixes":["add our alpha sort to list-item. Change slot types to VNode for consistiency (#202) (686b2b9)"],"Features":["components tooltip and popover. absolute positioning (dt 40) (#194) (dd9e44d), closes #131 #177 #178 #135"]}},{"version":"1.5.0","title":"[1.5.0](https://github.com/dialpad/dialtone-vue/compare/v1.4.0...v1.5.0) (2021-11-19)","date":"2021-11-19","body":"### Bug Fixes\n\n* list-item story prefix ([#196](https://github.com/dialpad/dialtone-vue/issues/196)) ([7129a5c](https://github.com/dialpad/dialtone-vue/commit/7129a5cb84a4a1de8512ffb30d188bb6de980cdb))\n* missing class ([#197](https://github.com/dialpad/dialtone-vue/issues/197)) ([f7c80cc](https://github.com/dialpad/dialtone-vue/commit/f7c80cc6dd23ef7dd3603581b61a211a702f06e6))\n* stories prefix name in the documentation ([#195](https://github.com/dialpad/dialtone-vue/issues/195)) ([fa59c03](https://github.com/dialpad/dialtone-vue/commit/fa59c03d3259c15dcc80611855912ed13721c499))\n* update list-section padding to match new default list item ([dca215e](https://github.com/dialpad/dialtone-vue/commit/dca215e8fc630fcc74036a62fa84267c4853e91b))\n\n\n### Features\n\n* add `update:show` event in tooltip component ([#193](https://github.com/dialpad/dialtone-vue/issues/193)) ([3350659](https://github.com/dialpad/dialtone-vue/commit/3350659be2c8fec4993e27bcd4c56b42ca462b7c))","parsed":{"_":["list-item story prefix (#196) (7129a5c)","missing class (#197) (f7c80cc)","stories prefix name in the documentation (#195) (fa59c03)","update list-section padding to match new default list item (dca215e)","add update:show event in tooltip component (#193) (3350659)"],"Bug Fixes":["list-item story prefix (#196) (7129a5c)","missing class (#197) (f7c80cc)","stories prefix name in the documentation (#195) (fa59c03)","update list-section padding to match new default list item (dca215e)"],"Features":["add update:show event in tooltip component (#193) (3350659)"]}},{"version":"1.4.0","title":"[1.4.0](https://github.com/dialpad/dialtone-vue/compare/v1.3.0...v1.4.0) (2021-11-12)","date":"2021-11-12","body":"### Bug Fixes\n\n* removed css loader rule from storybook webpack config ([#189](https://github.com/dialpad/dialtone-vue/issues/189)) ([fefb690](https://github.com/dialpad/dialtone-vue/commit/fefb690c20ba45842f2df28fd75db7495b2948e6))\n* tooltip exception on mounted and beforeUpdate hook ([#190](https://github.com/dialpad/dialtone-vue/issues/190)) ([316008d](https://github.com/dialpad/dialtone-vue/commit/316008d2eb5ec2320a850fa5ad50e2ad9d074f47))\n* update repository URL ([#184](https://github.com/dialpad/dialtone-vue/issues/184)) ([37c14ad](https://github.com/dialpad/dialtone-vue/commit/37c14ad0376dc2560f0417fdb1b01fcb32a759a6))\n\n\n### Features\n\n* allow footer slot to list section ([#187](https://github.com/dialpad/dialtone-vue/issues/187)) ([d5c89fa](https://github.com/dialpad/dialtone-vue/commit/d5c89fab241e3301c240ed772ec0b7b46c59e2f3))","parsed":{"_":["removed css loader rule from storybook webpack config (#189) (fefb690)","tooltip exception on mounted and beforeUpdate hook (#190) (316008d)","update repository URL (#184) (37c14ad)","allow footer slot to list section (#187) (d5c89fa)"],"Bug Fixes":["removed css loader rule from storybook webpack config (#189) (fefb690)","tooltip exception on mounted and beforeUpdate hook (#190) (316008d)","update repository URL (#184) (37c14ad)"],"Features":["allow footer slot to list section (#187) (d5c89fa)"]}},{"version":"1.3.0","title":"[1.3.0](https://github.com/dialpad/dialtone-vue/compare/v1.2.1...v1.3.0) (2021-11-04)","date":"2021-11-04","body":"### Bug Fixes\n\n* update node engine reqs for semantic-release ([#183](https://github.com/dialpad/dialtone-vue/issues/183)) ([f89c779](https://github.com/dialpad/dialtone-vue/commit/f89c7790fd18fb558ecb88ed1152ae9e0beec8bc))\n\n\n### Features\n\n* add pass through class and props to tab list ([#181](https://github.com/dialpad/dialtone-vue/issues/181)) ([54dd054](https://github.com/dialpad/dialtone-vue/commit/54dd05418ab80ea1e7aaac16796ae7a785d4891b))\n* automatization for the releasing process ([#180](https://github.com/dialpad/dialtone-vue/issues/180)) ([8b397b9](https://github.com/dialpad/dialtone-vue/commit/8b397b952e8ecfdefd18e400fbcf8c5d27fec2b3))","parsed":{"_":["update node engine reqs for semantic-release (#183) (f89c779)","add pass through class and props to tab list (#181) (54dd054)","automatization for the releasing process (#180) (8b397b9)"],"Bug Fixes":["update node engine reqs for semantic-release (#183) (f89c779)"],"Features":["add pass through class and props to tab list (#181) (54dd054)","automatization for the releasing process (#180) (8b397b9)"]}}],"title":"[2.83.0](https://github.com/dialpad/dialtone-vue/compare/v2.82.1...v2.83.0) (2023-05-12)"}