@dialpad/dialtone-vue 2.4.0 → 2.6.1

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