@digital-ai/dot-components 1.16.0 → 1.16.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/CHANGE_LOG.md +16 -1
- package/fonts/dot.woff +0 -0
- package/fonts/selection.json +731 -592
- package/index.esm.js +37 -13
- package/index.umd.js +38 -12
- package/lib/components/inline-edit/utils/helpers.d.ts +1 -0
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.16.1](https://github.com/digital-ai/dot-components/tree/1.16.1) (05/12/2022)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.16.0...1.16.1)
|
|
6
|
+
|
|
7
|
+
**Fixed bugs:**
|
|
8
|
+
|
|
9
|
+
- `InlineEdit`: Disable `Save` button when value contains only spaces [\#1155](https://github.com/digital-ai/dot-components/issues/1155)
|
|
10
|
+
- Jittery animation on Safari with tooltip [\#1131](https://github.com/digital-ai/dot-components/issues/1131)
|
|
11
|
+
- S-84816: `InlineEdit`: Disable Save button when value contains only spaces [\#1156](https://github.com/digital-ai/dot-components/pull/1156) ([dmiletic85](https://github.com/dmiletic85))
|
|
12
|
+
- D-20958: Safari animation jitter [\#1154](https://github.com/digital-ai/dot-components/pull/1154) ([CWSites](https://github.com/CWSites))
|
|
13
|
+
|
|
14
|
+
**Merged pull requests:**
|
|
15
|
+
|
|
16
|
+
- May 25th 2022 icons update [\#1157](https://github.com/digital-ai/dot-components/pull/1157) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
17
|
+
|
|
3
18
|
## [1.16.0](https://github.com/digital-ai/dot-components/tree/1.16.0) (05/10/2022)
|
|
4
19
|
|
|
5
20
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.15.0...1.16.0)
|
|
@@ -927,6 +942,7 @@
|
|
|
927
942
|
- S-76838: address Sonarcloud code issues [\#608](https://github.com/digital-ai/dot-components/pull/608) ([CWSites](https://github.com/CWSites))
|
|
928
943
|
- S-77317: Add 'height' prop to DotDrawer component [\#603](https://github.com/digital-ai/dot-components/pull/603) ([selsemore](https://github.com/selsemore))
|
|
929
944
|
- Update GitHub prerelease [\#599](https://github.com/digital-ai/dot-components/pull/599) ([CWSites](https://github.com/CWSites))
|
|
945
|
+
- S-76917: remove progressionBoard styles from theme provider [\#597](https://github.com/digital-ai/dot-components/pull/597) ([CWSites](https://github.com/CWSites))
|
|
930
946
|
|
|
931
947
|
## [1.0.3](https://github.com/digital-ai/dot-components/tree/1.0.3) (07/27/2021)
|
|
932
948
|
|
|
@@ -951,7 +967,6 @@
|
|
|
951
967
|
|
|
952
968
|
**Merged pull requests:**
|
|
953
969
|
|
|
954
|
-
- S-76917: remove progressionBoard styles from theme provider [\#597](https://github.com/digital-ai/dot-components/pull/597) ([CWSites](https://github.com/CWSites))
|
|
955
970
|
- S-76905: add disablePortal prop to SplitButton and set z-index for SplitButton menu [\#596](https://github.com/digital-ai/dot-components/pull/596) ([selsemore](https://github.com/selsemore))
|
|
956
971
|
- S-76905: fix error upon selection of split button option with non-numeric key [\#595](https://github.com/digital-ai/dot-components/pull/595) ([selsemore](https://github.com/selsemore))
|
|
957
972
|
- updating github workflow to default to patch release [\#593](https://github.com/digital-ai/dot-components/pull/593) ([CWSites](https://github.com/CWSites))
|
package/fonts/dot.woff
CHANGED
|
Binary file
|