@dialpad/dialtone-vue 2.82.1 → 2.83.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/CHANGELOG.json +1 -1
- package/CHANGELOG.md +29 -0
- package/dist/dialtone-vue.cjs +12 -11
- package/dist/dialtone-vue.js +1507 -1447
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +6 -6
- package/dist/{emoji_text_wrapper-b840b01c.js → emoji_text_wrapper-2ce1c80c.js} +9936 -23977
- package/dist/emoji_text_wrapper-7e134e22.cjs +1 -0
- package/dist/style.css +1 -1
- package/package.json +19 -28
- package/dist/emoji_text_wrapper-7d14f08d.cjs +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
## [2.83.1](https://github.com/dialpad/dialtone-vue/compare/v2.83.0...v2.83.1) (2023-05-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **Leftbar:** muted opacity to 60% ([d626b00](https://github.com/dialpad/dialtone-vue/commit/d626b00a59ace9f99f54e1d756b1745375c3c171))
|
|
7
|
+
* **Popover:** anchorEl null protection ([456e8ef](https://github.com/dialpad/dialtone-vue/commit/456e8ef734afea6a9709f42e7d0090e78d671363))
|
|
8
|
+
|
|
9
|
+
# [2.83.0](https://github.com/dialpad/dialtone-vue/compare/v2.82.1...v2.83.0) (2023-05-12)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* correct style export in package.json ([f00cb19](https://github.com/dialpad/dialtone-vue/commit/f00cb198518e9c7f72d0af226d15c8737ada7a71))
|
|
15
|
+
* **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))
|
|
16
|
+
* update dialtone-icons ([983b178](https://github.com/dialpad/dialtone-vue/commit/983b1786d62f09f11b49e03b6a585c6648a43764))
|
|
17
|
+
* 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))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Documentation
|
|
21
|
+
|
|
22
|
+
* **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))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **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))
|
|
28
|
+
* **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))
|
|
29
|
+
|
|
1
30
|
## [2.82.1](https://github.com/dialpad/dialtone-vue/compare/v2.82.0...v2.82.1) (2023-05-05)
|
|
2
31
|
|
|
3
32
|
|