@digital-ai/dot-components 1.11.0 → 1.11.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/CHANGE_LOG.md +49 -9
- package/fonts/dot.woff +0 -0
- package/fonts/selection.json +1329 -446
- package/index.esm.js +14 -3
- package/index.umd.js +25 -13
- package/lib/components/auto-complete/index.d.ts +1 -1
- package/lib/components/chip/Chip.d.ts +4 -1
- package/lib/components/popper/index.d.ts +1 -1
- package/package.json +2 -3
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,52 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.11.3](https://github.com/digital-ai/dot-components/tree/1.11.3) (03/16/2022)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.2...1.11.3)
|
|
6
|
+
|
|
7
|
+
**Merged pull requests:**
|
|
8
|
+
|
|
9
|
+
- March 16 2022 Agility icons [\#1066](https://github.com/digital-ai/dot-components/pull/1066) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
10
|
+
|
|
11
|
+
## [1.11.2](https://github.com/digital-ai/dot-components/tree/1.11.2) (03/15/2022)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0-rc.1...1.11.2)
|
|
14
|
+
|
|
15
|
+
**Merged pull requests:**
|
|
16
|
+
|
|
17
|
+
- March14th2022 update [\#1058](https://github.com/digital-ai/dot-components/pull/1058) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
18
|
+
|
|
19
|
+
## [2.0.0-rc.1](https://github.com/digital-ai/dot-components/tree/2.0.0-rc.1) (03/14/2022)
|
|
20
|
+
|
|
21
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.1...2.0.0-rc.1)
|
|
22
|
+
|
|
23
|
+
## [1.11.1](https://github.com/digital-ai/dot-components/tree/1.11.1) (03/14/2022)
|
|
24
|
+
|
|
25
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.1-rc.0...1.11.1)
|
|
26
|
+
|
|
27
|
+
**Fixed bugs:**
|
|
28
|
+
|
|
29
|
+
- `dot-components` requires `react-router-dom` as peer dependency [\#1001](https://github.com/digital-ai/dot-components/issues/1001)
|
|
30
|
+
- D-20092: `Chip`: Set the limit on chip component for number of characters [\#1036](https://github.com/digital-ai/dot-components/pull/1036) ([dmiletic85](https://github.com/dmiletic85))
|
|
31
|
+
|
|
32
|
+
**Merged pull requests:**
|
|
33
|
+
|
|
34
|
+
- D-19983: move react-router to dev dependency [\#1049](https://github.com/digital-ai/dot-components/pull/1049) ([CWSites](https://github.com/CWSites))
|
|
35
|
+
|
|
36
|
+
## [2.0.1-rc.0](https://github.com/digital-ai/dot-components/tree/2.0.1-rc.0) (03/14/2022)
|
|
37
|
+
|
|
38
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.0...2.0.1-rc.0)
|
|
39
|
+
|
|
40
|
+
**Features:**
|
|
41
|
+
|
|
42
|
+
- Configure `tsconfig.json` so that `React` imports are obsolete [\#1040](https://github.com/digital-ai/dot-components/issues/1040)
|
|
43
|
+
- S-82390: Configure `tsconfig.json` so that `React` imports are obsolete [\#1041](https://github.com/digital-ai/dot-components/pull/1041) ([dmiletic85](https://github.com/dmiletic85))
|
|
44
|
+
|
|
45
|
+
**Merged pull requests:**
|
|
46
|
+
|
|
47
|
+
- S-82390: tsconfig react import [\#1048](https://github.com/digital-ai/dot-components/pull/1048) ([CWSites](https://github.com/CWSites))
|
|
48
|
+
- S-81949: adjusting RC workflow [\#1038](https://github.com/digital-ai/dot-components/pull/1038) ([CWSites](https://github.com/CWSites))
|
|
49
|
+
|
|
3
50
|
## [1.11.0](https://github.com/digital-ai/dot-components/tree/1.11.0) (03/07/2022)
|
|
4
51
|
|
|
5
52
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.10.1...1.11.0)
|
|
@@ -27,21 +74,14 @@
|
|
|
27
74
|
|
|
28
75
|
## [1.10.0](https://github.com/digital-ai/dot-components/tree/1.10.0) (03/01/2022)
|
|
29
76
|
|
|
30
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/
|
|
77
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.9.1...1.10.0)
|
|
31
78
|
|
|
32
79
|
**Features:**
|
|
33
80
|
|
|
34
81
|
- `Autocomplete` hide/customize chips [\#1023](https://github.com/digital-ai/dot-components/issues/1023)
|
|
35
|
-
- S-82231: `Autocomplete` hide/customize chips [\#1031](https://github.com/digital-ai/dot-components/pull/1031) ([dmiletic85](https://github.com/dmiletic85))
|
|
36
|
-
|
|
37
|
-
## [2.0.1-rc.0](https://github.com/digital-ai/dot-components/tree/2.0.1-rc.0) (02/25/2022)
|
|
38
|
-
|
|
39
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.9.1...2.0.1-rc.0)
|
|
40
|
-
|
|
41
|
-
**Features:**
|
|
42
|
-
|
|
43
82
|
- Missing disable props on DotMenu component [\#1021](https://github.com/digital-ai/dot-components/issues/1021)
|
|
44
83
|
- `Autocomplete`: allow custom `renderOption` [\#1002](https://github.com/digital-ai/dot-components/issues/1002)
|
|
84
|
+
- S-82231: `Autocomplete` hide/customize chips [\#1031](https://github.com/digital-ai/dot-components/pull/1031) ([dmiletic85](https://github.com/dmiletic85))
|
|
45
85
|
- S-82227: `DotMenu`: Missing disable prop [\#1022](https://github.com/digital-ai/dot-components/pull/1022) ([dmiletic85](https://github.com/dmiletic85))
|
|
46
86
|
- S-82076: `Autocomplete`: allow custom `renderOption` [\#1013](https://github.com/digital-ai/dot-components/pull/1013) ([dmiletic85](https://github.com/dmiletic85))
|
|
47
87
|
|
package/fonts/dot.woff
CHANGED
|
Binary file
|