@dialpad/dialtone-vue 2.2.2 → 2.5.0

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/package.json CHANGED
@@ -1,92 +1,88 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-vue",
3
- "version": "2.2.2",
3
+ "version": "2.5.0",
4
4
  "description": "Vue component library for Dialtone components",
5
- "repository": "git@github.com:dialpad/dialtone-vue.git",
6
- "files": [
7
- "dist/*.js"
8
- ],
9
- "main": "./dist/dialtone-vue.common.js",
10
5
  "scripts": {
11
6
  "build": "vue-cli-service build --target lib --name dialtone-vue index.js",
12
- "prepublishOnly": "npm run build",
7
+ "lint": "run-s lint:code lint:docs",
13
8
  "build:wc": "vue-cli-service build --target wc-async --name dialtone-vue 'components/**/*[!.story]*.vue'",
14
- "test": "vue-cli-service test:unit --timeout 100000 --require source-map-support/register --require jsdom-global/register --colors components/**/*.test.js recipes/**/**/*.test.js",
15
- "test:watch": "vue-cli-service test:unit --watch --timeout 100000 --require source-map-support/register --require jsdom-global/register --colors components/**/*.test.js",
16
- "lint:code": "esplint ./",
17
9
  "lint-staged:code": "eslint --fix",
18
- "lint:docs": "markdownlint '**/*.mdx'",
19
10
  "lint-staged:docs": "markdownlint --fix",
20
- "lint": "run-s lint:code lint:docs",
11
+ "lint:code": "esplint ./",
12
+ "lint:docs": "markdownlint '**/*.mdx'",
13
+ "prepublishOnly": "npm run build",
21
14
  "release": "semantic-release --no-ci --extends ./release-local.config.js",
22
15
  "start": "npm run storybook",
23
16
  "storybook": "npm run --prefix storybook storybook",
17
+ "storybook:build": "npm run --prefix storybook build",
24
18
  "storybook:install": "npm install --prefix storybook",
25
- "storybook:build": "npm run --prefix storybook build"
19
+ "test": "vue-cli-service test:unit --timeout 100000 --require source-map-support/register --colors components/**/*.test.js recipes/**/**/*.test.js",
20
+ "test:watch": "vue-cli-service test:unit --watch --timeout 100000 --require source-map-support/register --colors components/**/*.test.js",
21
+ "storybook:a11y-test": "npm run --prefix storybook storybook-a11y-test",
22
+ "install:all": "npm install && npm install --prefix storybook && npm install --prefix generator-dialtone-vue"
26
23
  },
24
+ "files": [
25
+ "dist/*.js"
26
+ ],
27
27
  "dependencies": {
28
28
  "@linusborg/vue-simple-portal": "^0.1.5",
29
- "tippy.js": "^6.3.1"
29
+ "tippy.js": "^6.3.7"
30
30
  },
31
31
  "devDependencies": {
32
- "@commitlint/cli": "^15.0.0",
33
- "@commitlint/config-conventional": "^15.0.0",
34
- "@dialpad/dialtone": "^6.20.3",
32
+ "@commitlint/cli": "^16.2.3",
33
+ "@commitlint/config-conventional": "^16.2.1",
34
+ "@dialpad/dialtone": "^6.22.0",
35
35
  "@semantic-release/changelog": "^6.0.1",
36
36
  "@semantic-release/git": "^10.0.1",
37
- "@vue/cli-plugin-babel": "~4.4.6",
38
- "@vue/cli-plugin-eslint": "~4.4.6",
39
- "@vue/cli-plugin-unit-mocha": "~4.4.6",
40
- "@vue/cli-service": "~4.4.6",
41
- "@vue/test-utils": "^1.0.3",
37
+ "@vue/cli-plugin-babel": "~5.0.4",
38
+ "@vue/cli-plugin-eslint": "~5.0.4",
39
+ "@vue/cli-plugin-unit-mocha": "~5.0.4",
40
+ "@vue/cli-service": "~5.0.4",
41
+ "@vue/test-utils": "1.3",
42
+ "axe-core": "^4.4.1",
42
43
  "babel-eslint": "^10.1.0",
43
44
  "babel-plugin-dynamic-import-node": "^2.2.0",
44
- "chai": "^4.2.0",
45
- "chai-as-promised": "^7.1.1",
46
- "core-js": "^3.6.5",
47
- "eslint": "^7.11.0",
48
- "eslint-config-semistandard": "^15.0.1",
49
- "eslint-config-standard": "^14.1.1",
50
- "eslint-plugin-import": "^2.22.1",
51
- "eslint-plugin-mocha": "^8.0.0",
45
+ "chai": "^4.3.6",
46
+ "emoji-toolkit": "^6.6.0",
47
+ "eslint": "^7.32.0",
48
+ "eslint-config-semistandard": "^16.0.0",
49
+ "eslint-config-standard": "^16.0.3",
50
+ "eslint-plugin-import": "^2.26.0",
51
+ "eslint-plugin-mocha": "^10.0.4",
52
52
  "eslint-plugin-node": "^11.1.0",
53
- "eslint-plugin-promise": "^4.2.1",
54
- "eslint-plugin-standard": "^4.0.1",
55
- "eslint-plugin-vue": "^7.9.0",
56
- "eslint-plugin-vuejs-accessibility": "^0.6.0",
57
- "esplint": "^0.9.1",
58
- "jsdom": "14.1.0",
59
- "jsdom-global": "3.0.2",
60
- "less": "3.9.0",
61
- "less-loader": "^6.2.0",
62
- "lint-staged": "^11.1.2",
53
+ "eslint-plugin-promise": "^5.2.0",
54
+ "eslint-plugin-vue": "^8.6.0",
55
+ "eslint-plugin-vuejs-accessibility": "^1.1.1",
56
+ "esplint": "^0.10.0",
57
+ "less": "^4.1.2",
58
+ "less-loader": "^7.3.0",
59
+ "lint-staged": "^12.3.7",
63
60
  "macos-release": "^3.0.1",
64
- "markdownlint": "^0.22.0",
65
- "markdownlint-cli": "^0.26.0",
66
- "mocha": "^6.2.3",
67
- "mocha-loader": "^5.1.0",
61
+ "markdownlint": "^0.25.1",
62
+ "markdownlint-cli": "^0.31.1",
68
63
  "npm-run-all": "^4.1.3",
69
64
  "null-loader": "^4.0.0",
70
- "semantic-release": "^18.0.0",
71
- "sinon": "^7.3.1",
65
+ "semantic-release": "^19.0.2",
66
+ "sinon": "^13.0.2",
72
67
  "source-map-support": "^0.5.19",
73
- "vue": "^2.6.11",
74
- "vue-template-compiler": "^2.6.11",
68
+ "vue": "^2.6.14",
69
+ "vue-template-compiler": "^2.6.14",
75
70
  "yo": "^4.3.0"
76
71
  },
77
72
  "peerDependencies": {
78
- "@dialpad/dialtone": ">=6.18",
79
- "vue": "^2.6.11"
73
+ "@dialpad/dialtone": ">=6.22",
74
+ "vue": "^2.6.14"
75
+ },
76
+ "engineStrict": true,
77
+ "engines": {
78
+ "node": ">= 16"
80
79
  },
81
80
  "gitHooks": {
82
81
  "pre-commit": "lint-staged",
83
82
  "commit-msg": "./scripts/commit-msg"
84
83
  },
85
- "engineStrict": true,
86
- "engines": {
87
- "node": ">= 14.17"
88
- },
84
+ "repository": "git@github.com:dialpad/dialtone-vue.git",
89
85
  "volta": {
90
- "node": "14.18.1"
86
+ "node": "16"
91
87
  }
92
88
  }
package/CHANGELOG.md DELETED
@@ -1,346 +0,0 @@
1
- ## [2.2.2](https://github.com/dialpad/dialtone-vue/compare/v2.2.1...v2.2.2) (2022-03-31)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * **button:** change size s to sm in comment ([a6e396e](https://github.com/dialpad/dialtone-vue/commit/a6e396e9c9f1891fcee36a108e356751ef038a67))
7
- * **dropdown:** add y padding on list ([#297](https://github.com/dialpad/dialtone-vue/issues/297)) ([df9c177](https://github.com/dialpad/dialtone-vue/commit/df9c1774d1ea3894911ec7cf3e9068cac17762b1))
8
- * **popover:** dialog closing and reopening on anchor click ([b600366](https://github.com/dialpad/dialtone-vue/commit/b60036659be256cb3b051ea430c0f841e6abc9de))
9
- * **tooltip:** nextTick before mounting ([9009102](https://github.com/dialpad/dialtone-vue/commit/9009102e0439f0912695322cba3e80d9904e9d9c))
10
-
11
- ## [2.2.1](https://github.com/dialpad/dialtone-vue/compare/v2.2.0...v2.2.1) (2022-03-28)
12
-
13
-
14
- ### Bug Fixes
15
-
16
- * error with number value in calculateLength ([#299](https://github.com/dialpad/dialtone-vue/issues/299)) ([7ceda32](https://github.com/dialpad/dialtone-vue/commit/7ceda327935313b29a97eb56bb332adc8c6fcc75))
17
-
18
- # [2.2.0](https://github.com/dialpad/dialtone-vue/compare/v2.1.1...v2.2.0) (2022-03-25)
19
-
20
-
21
- ### Bug Fixes
22
-
23
- * add vue3 branch to commit message lint ([b685cc8](https://github.com/dialpad/dialtone-vue/commit/b685cc876a729284d739c19d67b6dd7577c04585))
24
- * **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))
25
- * update list-item padding 2 -> 4 ([#292](https://github.com/dialpad/dialtone-vue/issues/292)) ([d32669e](https://github.com/dialpad/dialtone-vue/commit/d32669e7e7d76b4113bd70e4e36e759f8616eee9))
26
-
27
-
28
- ### Features
29
-
30
- * **button:** support top and bottom iconPositions ([7b40812](https://github.com/dialpad/dialtone-vue/commit/7b408126a4fea69a23b43cae40231a1be6fedf43))
31
- * 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))
32
-
33
- ## [2.1.1](https://github.com/dialpad/dialtone-vue/compare/v2.1.0...v2.1.1) (2022-03-16)
34
-
35
-
36
- ### Bug Fixes
37
-
38
- * add missing exports to index.js ([c5c5e39](https://github.com/dialpad/dialtone-vue/commit/c5c5e39b35d99335bfc4c9b530f2c73f9e8cbbed))
39
- * fix input length validation ([#269](https://github.com/dialpad/dialtone-vue/issues/269)) ([42c57ef](https://github.com/dialpad/dialtone-vue/commit/42c57efa84349d16d841965144a88dc2c2278120))
40
- * update to force release ([d75b090](https://github.com/dialpad/dialtone-vue/commit/d75b090eb4e1cb4cd661ac122389afeafdfbfcc3))
41
-
42
- # [2.1.0](https://github.com/dialpad/dialtone-vue/compare/v2.0.1...v2.1.0) (2022-03-16)
43
-
44
-
45
- ### Bug Fixes
46
-
47
- * add missing exports to index.js ([c5c5e39](https://github.com/dialpad/dialtone-vue/commit/c5c5e39b35d99335bfc4c9b530f2c73f9e8cbbed))
48
- * fix input length validation ([#269](https://github.com/dialpad/dialtone-vue/issues/269)) ([42c57ef](https://github.com/dialpad/dialtone-vue/commit/42c57efa84349d16d841965144a88dc2c2278120))
49
- * revert add length validation in the input component ([0ed0cde](https://github.com/dialpad/dialtone-vue/commit/0ed0cde8f8e5fd28b96c984793f163816faf12c1))
50
- * update to force release ([d75b090](https://github.com/dialpad/dialtone-vue/commit/d75b090eb4e1cb4cd661ac122389afeafdfbfcc3))
51
-
52
-
53
- ### Features
54
-
55
- * add length validation in the input component ([b063876](https://github.com/dialpad/dialtone-vue/commit/b063876e45b7c22e963a6a2b1bc0f2ef7ae37be5))
56
- * add length validation in the input component ([592acb1](https://github.com/dialpad/dialtone-vue/commit/592acb191c662dd53d38cc982c804d791b0875e2))
57
-
58
- # [2.1.0](https://github.com/dialpad/dialtone-vue/compare/v2.0.1...v2.1.0) (2022-03-16)
59
-
60
-
61
- ### Bug Fixes
62
-
63
- * add missing exports to index.js ([c5c5e39](https://github.com/dialpad/dialtone-vue/commit/c5c5e39b35d99335bfc4c9b530f2c73f9e8cbbed))
64
- * fix input length validation ([#269](https://github.com/dialpad/dialtone-vue/issues/269)) ([42c57ef](https://github.com/dialpad/dialtone-vue/commit/42c57efa84349d16d841965144a88dc2c2278120))
65
- * revert add length validation in the input component ([0ed0cde](https://github.com/dialpad/dialtone-vue/commit/0ed0cde8f8e5fd28b96c984793f163816faf12c1))
66
-
67
-
68
- ### Features
69
-
70
- * add length validation in the input component ([b063876](https://github.com/dialpad/dialtone-vue/commit/b063876e45b7c22e963a6a2b1bc0f2ef7ae37be5))
71
- * add length validation in the input component ([592acb1](https://github.com/dialpad/dialtone-vue/commit/592acb191c662dd53d38cc982c804d791b0875e2))
72
-
73
- # [2.1.0](https://github.com/dialpad/dialtone-vue/compare/v2.0.1...v2.1.0) (2022-03-16)
74
-
75
-
76
- ### Bug Fixes
77
-
78
- * add missing exports to index.js ([c5c5e39](https://github.com/dialpad/dialtone-vue/commit/c5c5e39b35d99335bfc4c9b530f2c73f9e8cbbed))
79
- * fix input length validation ([#269](https://github.com/dialpad/dialtone-vue/issues/269)) ([42c57ef](https://github.com/dialpad/dialtone-vue/commit/42c57efa84349d16d841965144a88dc2c2278120))
80
- * revert add length validation in the input component ([0ed0cde](https://github.com/dialpad/dialtone-vue/commit/0ed0cde8f8e5fd28b96c984793f163816faf12c1))
81
-
82
-
83
- ### Features
84
-
85
- * add length validation in the input component ([b063876](https://github.com/dialpad/dialtone-vue/commit/b063876e45b7c22e963a6a2b1bc0f2ef7ae37be5))
86
- * add length validation in the input component ([592acb1](https://github.com/dialpad/dialtone-vue/commit/592acb191c662dd53d38cc982c804d791b0875e2))
87
-
88
- # [2.1.0](https://github.com/dialpad/dialtone-vue/compare/v2.0.1...v2.1.0) (2022-03-14)
89
-
90
-
91
- ### Bug Fixes
92
-
93
- * revert add length validation in the input component ([1dbfedc](https://github.com/dialpad/dialtone-vue/commit/1dbfedcfb8c87759b42791f7643613f692da9469))
94
-
95
-
96
- ### Features
97
-
98
- * add length validation in the input component ([b5fc958](https://github.com/dialpad/dialtone-vue/commit/b5fc958f68251d64d544325319ba347a33ec4cc3))
99
- * add length validation in the input component" ([aac5471](https://github.com/dialpad/dialtone-vue/commit/aac5471647bcf7ff346cd0e11b5e2daf755f5160))
100
-
101
- ## [2.0.1](https://github.com/dialpad/dialtone-vue/compare/v2.0.0...v2.0.1) (2022-03-12)
102
-
103
-
104
- ### Bug Fixes
105
-
106
- * revert add length validation in the input component ([ee13fb6](https://github.com/dialpad/dialtone-vue/commit/ee13fb6b26b65c36271bc95fb7548d7124e12417))
107
-
108
- # [2.0.0](https://github.com/dialpad/dialtone-vue/compare/v1.16.0...v2.0.0) (2022-03-12)
109
-
110
-
111
- ### Features
112
-
113
- * 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))
114
- * 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))
115
-
116
-
117
- ### BREAKING CHANGES
118
-
119
- * many changes in prop naming and structure.
120
-
121
- # [1.16.0](https://github.com/dialpad/dialtone-vue/compare/v1.15.0...v1.16.0) (2022-03-08)
122
-
123
-
124
- ### Bug Fixes
125
-
126
- * make padding same on both sides on keyboard shortcut ([2b8113c](https://github.com/dialpad/dialtone-vue/commit/2b8113ce1d597211713faa5acb623685ae863a75))
127
-
128
-
129
- ### Features
130
-
131
- * 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))
132
-
133
- # [1.15.0](https://github.com/dialpad/dialtone-vue/compare/v1.14.0...v1.15.0) (2022-02-28)
134
-
135
-
136
- ### Bug Fixes
137
-
138
- * 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))
139
-
140
-
141
- ### Features
142
-
143
- * 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))
144
-
145
- # [1.14.0](https://github.com/dialpad/dialtone-vue/compare/v1.13.2...v1.14.0) (2022-02-18)
146
-
147
-
148
- ### Bug Fixes
149
-
150
- * keyboard nav bugs, combobox, dropdown ([#236](https://github.com/dialpad/dialtone-vue/issues/236)) ([a7cf63e](https://github.com/dialpad/dialtone-vue/commit/a7cf63ee44eee7559daaae47b8252e5cab4359b7))
151
- * storybook addon-docs define alias ([#240](https://github.com/dialpad/dialtone-vue/issues/240)) ([dd83bac](https://github.com/dialpad/dialtone-vue/commit/dd83bacdb35658cf45d92493a44949da64828516))
152
-
153
-
154
- ### Features
155
-
156
- * 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))
157
-
158
- # [1.14.0](https://github.com/dialpad/dialtone-vue/compare/v1.13.2...v1.14.0) (2022-02-18)
159
-
160
-
161
- ### Bug Fixes
162
-
163
- * keyboard nav bugs, combobox, dropdown ([#236](https://github.com/dialpad/dialtone-vue/issues/236)) ([a7cf63e](https://github.com/dialpad/dialtone-vue/commit/a7cf63ee44eee7559daaae47b8252e5cab4359b7))
164
- * storybook addon-docs define alias ([#240](https://github.com/dialpad/dialtone-vue/issues/240)) ([dd83bac](https://github.com/dialpad/dialtone-vue/commit/dd83bacdb35658cf45d92493a44949da64828516))
165
-
166
-
167
- ### Features
168
-
169
- * 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))
170
-
171
- ## [1.13.2](https://github.com/dialpad/dialtone-vue/compare/v1.13.1...v1.13.2) (2022-02-03)
172
-
173
-
174
- ### Bug Fixes
175
-
176
- * apply fixed header classes only if slots not empty ([a0f58f1](https://github.com/dialpad/dialtone-vue/commit/a0f58f16db26293d6d2a2e779161f5f943e8d3a9))
177
-
178
- ## [1.13.1](https://github.com/dialpad/dialtone-vue/compare/v1.13.0...v1.13.1) (2022-01-27)
179
-
180
-
181
- ### Bug Fixes
182
-
183
- * 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))
184
-
185
- # [1.13.0](https://github.com/dialpad/dialtone-vue/compare/v1.12.0...v1.13.0) (2022-01-26)
186
-
187
-
188
- ### Bug Fixes
189
-
190
- * 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))
191
- * render popover in combobox list ([#230](https://github.com/dialpad/dialtone-vue/issues/230)) ([a18c9ae](https://github.com/dialpad/dialtone-vue/commit/a18c9aeb8dba982d0db2ec9639317d6808518b3a))
192
-
193
-
194
- ### Features
195
-
196
- * 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))
197
- * implement footer into popover ([#231](https://github.com/dialpad/dialtone-vue/issues/231)) ([6dd5ffe](https://github.com/dialpad/dialtone-vue/commit/6dd5ffe869db2b8852b06e931b9947866e31e020))
198
-
199
- # [1.12.0](https://github.com/dialpad/dialtone-vue/compare/v1.11.0...v1.12.0) (2022-01-24)
200
-
201
-
202
- ### Features
203
-
204
- * 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))
205
- * dt-toggle ([#226](https://github.com/dialpad/dialtone-vue/issues/226)) ([002c780](https://github.com/dialpad/dialtone-vue/commit/002c7804d7495eeecdaad1fcab27a29557681db6))
206
-
207
- # [1.11.0](https://github.com/dialpad/dialtone-vue/compare/v1.10.1...v1.11.0) (2022-01-20)
208
-
209
-
210
- ### Features
211
-
212
- * add dialogClass prop to modal ([4500ade](https://github.com/dialpad/dialtone-vue/commit/4500adea34df6a5923b96a573284212761505ab5))
213
-
214
- ## [1.10.1](https://github.com/dialpad/dialtone-vue/compare/v1.10.0...v1.10.1) (2022-01-17)
215
-
216
-
217
- ### Bug Fixes
218
-
219
- * broken styles in list item ([#225](https://github.com/dialpad/dialtone-vue/issues/225)) ([be69a85](https://github.com/dialpad/dialtone-vue/commit/be69a85627a2e7e9c37af46a1e30f517e096bfc5))
220
-
221
- # [1.10.0](https://github.com/dialpad/dialtone-vue/compare/v1.9.0...v1.10.0) (2022-01-14)
222
-
223
-
224
- ### Bug Fixes
225
-
226
- * component skeleton documentation fixes ([#218](https://github.com/dialpad/dialtone-vue/issues/218)) ([58bdcf9](https://github.com/dialpad/dialtone-vue/commit/58bdcf9a98466c7e8cddd8986998d5902b8b3d48))
227
-
228
-
229
- ### Features
230
-
231
- * add focus-visible polyfill ([#222](https://github.com/dialpad/dialtone-vue/issues/222)) ([ce089a8](https://github.com/dialpad/dialtone-vue/commit/ce089a8dd8f5b1465d533b60fa9d82c1523990b4))
232
- * 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))
233
-
234
- # [1.9.0](https://github.com/dialpad/dialtone-vue/compare/v1.8.2...v1.9.0) (2022-01-13)
235
-
236
-
237
- ### Bug Fixes
238
-
239
- * include tabindex=-1 in focusFirstElement ([#219](https://github.com/dialpad/dialtone-vue/issues/219)) ([2ca4577](https://github.com/dialpad/dialtone-vue/commit/2ca4577fafca59ece95bfa86a7b0e6a880141e39))
240
-
241
-
242
- ### Features
243
-
244
- * add dropdown component ([#215](https://github.com/dialpad/dialtone-vue/issues/215)) ([d3a3918](https://github.com/dialpad/dialtone-vue/commit/d3a39184303b0ea59d01476c32f22909e693e9ad))
245
- * create combobox component ([#199](https://github.com/dialpad/dialtone-vue/issues/199)) ([cefdd5a](https://github.com/dialpad/dialtone-vue/commit/cefdd5ac88df07b9b6933f1d9692348f58ac0a50))
246
-
247
- ## [1.8.2](https://github.com/dialpad/dialtone-vue/compare/v1.8.1...v1.8.2) (2022-01-06)
248
-
249
-
250
- ### Bug Fixes
251
-
252
- * skeleton-text import ([#221](https://github.com/dialpad/dialtone-vue/issues/221)) ([ff6ca97](https://github.com/dialpad/dialtone-vue/commit/ff6ca978f20a20d8f160fecfde040deacdc735df))
253
-
254
- ## [1.8.1](https://github.com/dialpad/dialtone-vue/compare/v1.8.0...v1.8.1) (2022-01-06)
255
-
256
-
257
- ### Bug Fixes
258
-
259
- * bad exports on skeleton ([#220](https://github.com/dialpad/dialtone-vue/issues/220)) ([5b66ae7](https://github.com/dialpad/dialtone-vue/commit/5b66ae75c8034434b02f67b26f4fb9136966032e))
260
-
261
- # [1.8.0](https://github.com/dialpad/dialtone-vue/compare/v1.7.0...v1.8.0) (2022-01-04)
262
-
263
-
264
- ### Bug Fixes
265
-
266
- * popover stories ([#216](https://github.com/dialpad/dialtone-vue/issues/216)) ([8229467](https://github.com/dialpad/dialtone-vue/commit/8229467b25342540163e61f8fc5797beb1e780b2))
267
-
268
-
269
- ### Features
270
-
271
- * add keyboard shortcut component ([#209](https://github.com/dialpad/dialtone-vue/issues/209)) ([88efc48](https://github.com/dialpad/dialtone-vue/commit/88efc4882812d391bb9200c2c1f7cdb7dc56d5a9))
272
- * component skeleton ([#203](https://github.com/dialpad/dialtone-vue/issues/203)) ([ce2a4d2](https://github.com/dialpad/dialtone-vue/commit/ce2a4d21dc45924e0eec561299de768ba8ae5222))
273
-
274
- # [1.7.0](https://github.com/dialpad/dialtone-vue/compare/v1.6.1...v1.7.0) (2021-12-15)
275
-
276
-
277
- ### Bug Fixes
278
-
279
- * 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))
280
-
281
-
282
- ### Features
283
-
284
- * add button group component ([#204](https://github.com/dialpad/dialtone-vue/issues/204)) ([99bbe17](https://github.com/dialpad/dialtone-vue/commit/99bbe1717627234d1dc7b091ec775403808daeed))
285
-
286
- ## [1.6.1](https://github.com/dialpad/dialtone-vue/compare/v1.6.0...v1.6.1) (2021-12-03)
287
-
288
-
289
- ### Bug Fixes
290
-
291
- * 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))
292
- * 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))
293
-
294
- # [1.6.0](https://github.com/dialpad/dialtone-vue/compare/v1.5.0...v1.6.0) (2021-11-25)
295
-
296
-
297
- ### Bug Fixes
298
-
299
- * 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))
300
-
301
-
302
- ### Features
303
-
304
- * 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)
305
-
306
- # [1.5.0](https://github.com/dialpad/dialtone-vue/compare/v1.4.0...v1.5.0) (2021-11-19)
307
-
308
-
309
- ### Bug Fixes
310
-
311
- * list-item story prefix ([#196](https://github.com/dialpad/dialtone-vue/issues/196)) ([7129a5c](https://github.com/dialpad/dialtone-vue/commit/7129a5cb84a4a1de8512ffb30d188bb6de980cdb))
312
- * missing class ([#197](https://github.com/dialpad/dialtone-vue/issues/197)) ([f7c80cc](https://github.com/dialpad/dialtone-vue/commit/f7c80cc6dd23ef7dd3603581b61a211a702f06e6))
313
- * stories prefix name in the documentation ([#195](https://github.com/dialpad/dialtone-vue/issues/195)) ([fa59c03](https://github.com/dialpad/dialtone-vue/commit/fa59c03d3259c15dcc80611855912ed13721c499))
314
- * update list-section padding to match new default list item ([dca215e](https://github.com/dialpad/dialtone-vue/commit/dca215e8fc630fcc74036a62fa84267c4853e91b))
315
-
316
-
317
- ### Features
318
-
319
- * 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))
320
-
321
- # [1.4.0](https://github.com/dialpad/dialtone-vue/compare/v1.3.0...v1.4.0) (2021-11-12)
322
-
323
-
324
- ### Bug Fixes
325
-
326
- * 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))
327
- * 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))
328
- * update repository URL ([#184](https://github.com/dialpad/dialtone-vue/issues/184)) ([37c14ad](https://github.com/dialpad/dialtone-vue/commit/37c14ad0376dc2560f0417fdb1b01fcb32a759a6))
329
-
330
-
331
- ### Features
332
-
333
- * allow footer slot to list section ([#187](https://github.com/dialpad/dialtone-vue/issues/187)) ([d5c89fa](https://github.com/dialpad/dialtone-vue/commit/d5c89fab241e3301c240ed772ec0b7b46c59e2f3))
334
-
335
- # [1.3.0](https://github.com/dialpad/dialtone-vue/compare/v1.2.1...v1.3.0) (2021-11-04)
336
-
337
-
338
- ### Bug Fixes
339
-
340
- * 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))
341
-
342
-
343
- ### Features
344
-
345
- * 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))
346
- * automatization for the releasing process ([#180](https://github.com/dialpad/dialtone-vue/issues/180)) ([8b397b9](https://github.com/dialpad/dialtone-vue/commit/8b397b952e8ecfdefd18e400fbcf8c5d27fec2b3))