@digital-ai/dot-components 2.1.0 → 2.2.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/CHANGE_LOG.md +31 -6
- package/fonts/dot.woff +0 -0
- package/fonts/selection.json +6447 -1
- package/index.esm.js +15 -10
- package/index.umd.js +22 -15
- package/lib/components/core-api/CoreApiProvider.d.ts +1 -0
- package/lib/components/dialog/Dialog.d.ts +3 -1
- package/lib/components/index.d.ts +1 -1
- package/lib/theme-provider/colors/light-theme-colors.d.ts +1 -1
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.2.0](https://github.com/digital-ai/dot-components/tree/2.2.0) (12/28/2022)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.1.1...2.2.0)
|
|
6
|
+
|
|
7
|
+
**Features:**
|
|
8
|
+
|
|
9
|
+
- DotDialog should have the option to remove the Cancel button [\#1340](https://github.com/digital-ai/dot-components/issues/1340)
|
|
10
|
+
- S-89332 Add prop for disabling Cancel button from Dialog component [\#1341](https://github.com/digital-ai/dot-components/pull/1341) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
11
|
+
- S-89250: Add setToken method and export the context [\#1339](https://github.com/digital-ai/dot-components/pull/1339) ([jmcnally](https://github.com/jmcnally))
|
|
12
|
+
|
|
13
|
+
**Fixed bugs:**
|
|
14
|
+
|
|
15
|
+
- Button component with type "outlined" is not greyed out when disabled [\#1342](https://github.com/digital-ai/dot-components/issues/1342)
|
|
16
|
+
- D-23687 Button component with type "outlined" is not greyed out when disabled [\#1343](https://github.com/digital-ai/dot-components/pull/1343) ([angel-git](https://github.com/angel-git))
|
|
17
|
+
|
|
18
|
+
**Merged pull requests:**
|
|
19
|
+
|
|
20
|
+
- S-80702: adjust letter spacing of overline, add additional e2e tests [\#1345](https://github.com/digital-ai/dot-components/pull/1345) ([CWSites](https://github.com/CWSites))
|
|
21
|
+
- S-88495: update warning 900 color [\#1344](https://github.com/digital-ai/dot-components/pull/1344) ([CWSites](https://github.com/CWSites))
|
|
22
|
+
|
|
23
|
+
## [2.1.1](https://github.com/digital-ai/dot-components/tree/2.1.1) (12/15/2022)
|
|
24
|
+
|
|
25
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.1.0...2.1.1)
|
|
26
|
+
|
|
27
|
+
**Merged pull requests:**
|
|
28
|
+
|
|
29
|
+
- Add icon `icon-open-in-own-modal` [\#1337](https://github.com/digital-ai/dot-components/pull/1337) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
30
|
+
|
|
3
31
|
## [2.1.0](https://github.com/digital-ai/dot-components/tree/2.1.0) (12/12/2022)
|
|
4
32
|
|
|
5
33
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.7...2.1.0)
|
|
@@ -186,10 +214,6 @@
|
|
|
186
214
|
|
|
187
215
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.1...2.0.0-rc.1)
|
|
188
216
|
|
|
189
|
-
**Features:**
|
|
190
|
-
|
|
191
|
-
- S-87620 Adjust height for inputs and for medium sized buttons [\#1263](https://github.com/digital-ai/dot-components/pull/1263) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
192
|
-
|
|
193
217
|
**Fixed bugs:**
|
|
194
218
|
|
|
195
219
|
- S-86692: component cleanup [\#1238](https://github.com/digital-ai/dot-components/pull/1238) ([CWSites](https://github.com/CWSites))
|
|
@@ -208,6 +232,7 @@
|
|
|
208
232
|
**Features:**
|
|
209
233
|
|
|
210
234
|
- Add focus state on Avatar With Tooltip component [\#1246](https://github.com/digital-ai/dot-components/issues/1246)
|
|
235
|
+
- S-87620 Adjust height for inputs and for medium sized buttons [\#1263](https://github.com/digital-ai/dot-components/pull/1263) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
211
236
|
- D-22238 Add focus state for Avatar With Tooltip [\#1248](https://github.com/digital-ai/dot-components/pull/1248) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
212
237
|
- S-87031: Extended DotPill props to support account list changes [\#1247](https://github.com/digital-ai/dot-components/pull/1247) ([ryangamble](https://github.com/ryangamble))
|
|
213
238
|
|
|
@@ -435,6 +460,7 @@
|
|
|
435
460
|
|
|
436
461
|
- DotFileUpload - Setting maxFile limit to 1 allows to upload more than 1 files [\#1096](https://github.com/digital-ai/dot-components/issues/1096)
|
|
437
462
|
- We lost scrollbar for sidenav nested drawers [\#1061](https://github.com/digital-ai/dot-components/issues/1061)
|
|
463
|
+
- D-20516: `DotFileUpload` - Setting maxFile limit to 1 allows to upload more than 1 files [\#1101](https://github.com/digital-ai/dot-components/pull/1101) ([dmiletic85](https://github.com/dmiletic85))
|
|
438
464
|
- D-20334: Add scroll to nested drawer [\#1062](https://github.com/digital-ai/dot-components/pull/1062) ([s-zimm](https://github.com/s-zimm))
|
|
439
465
|
|
|
440
466
|
## [1.13.0](https://github.com/digital-ai/dot-components/tree/1.13.0) (03/28/2022)
|
|
@@ -451,7 +477,6 @@
|
|
|
451
477
|
- `DotButtonToggle` wrong type for `value` and `onChange` props [\#1085](https://github.com/digital-ai/dot-components/issues/1085)
|
|
452
478
|
- react-grid-layout library should not be peer dependency [\#1083](https://github.com/digital-ai/dot-components/issues/1083)
|
|
453
479
|
- Check Box not Working with checked attribute property set--- Identified in Release Core [\#1076](https://github.com/digital-ai/dot-components/issues/1076)
|
|
454
|
-
- D-20516: `DotFileUpload` - Setting maxFile limit to 1 allows to upload more than 1 files [\#1101](https://github.com/digital-ai/dot-components/pull/1101) ([dmiletic85](https://github.com/dmiletic85))
|
|
455
480
|
- D-20483: `react-grid-layout` library should not be peer dependency [\#1088](https://github.com/digital-ai/dot-components/pull/1088) ([dmiletic85](https://github.com/dmiletic85))
|
|
456
481
|
- D-20465: `DotButtonToggle` wrong `type` for value and `onChange` [\#1087](https://github.com/digital-ai/dot-components/pull/1087) ([dmiletic85](https://github.com/dmiletic85))
|
|
457
482
|
|
|
@@ -840,7 +865,6 @@
|
|
|
840
865
|
- `Breadcrumbs` Setting `expansionMenu={true}` does not work always [\#838](https://github.com/digital-ai/dot-components/issues/838)
|
|
841
866
|
- `Breadcrumbs` item with href should be full width clickable when using `expansionMenu={true}` [\#837](https://github.com/digital-ai/dot-components/issues/837)
|
|
842
867
|
- D-19294: Fix broken expand/collapse for uncontrolled accordion [\#866](https://github.com/digital-ai/dot-components/pull/866) ([selsemore](https://github.com/selsemore))
|
|
843
|
-
- D-19151: `DotBadge` generates console warnings [\#827](https://github.com/digital-ai/dot-components/pull/827) ([dmiletic85](https://github.com/dmiletic85))
|
|
844
868
|
|
|
845
869
|
**Merged pull requests:**
|
|
846
870
|
|
|
@@ -915,6 +939,7 @@
|
|
|
915
939
|
- Go back item in `Sidebar` is not aligned with rest of items [\#824](https://github.com/digital-ai/dot-components/issues/824)
|
|
916
940
|
- DotBadge generates console warnings [\#816](https://github.com/digital-ai/dot-components/issues/816)
|
|
917
941
|
- Sidebar scrollbar should be positioned on the very right of the sidebar [\#746](https://github.com/digital-ai/dot-components/issues/746)
|
|
942
|
+
- D-19151: `DotBadge` generates console warnings [\#827](https://github.com/digital-ai/dot-components/pull/827) ([dmiletic85](https://github.com/dmiletic85))
|
|
918
943
|
- D-19177: `Go back` item in `DotSidebar` is not aligned with rest of items [\#826](https://github.com/digital-ai/dot-components/pull/826) ([dmiletic85](https://github.com/dmiletic85))
|
|
919
944
|
|
|
920
945
|
## [1.3.4](https://github.com/digital-ai/dot-components/tree/1.3.4) (11/30/2021)
|
package/fonts/dot.woff
CHANGED
|
Binary file
|