@digital-ai/dot-components 1.21.3 → 1.21.5
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 -3
- package/fonts/dot.woff +0 -0
- package/fonts/selection.json +1 -6401
- package/index.esm.js +5 -3
- package/index.umd.js +5 -3
- package/lib/components/sidebar/Sidebar.d.ts +3 -1
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,52 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.21.5](https://github.com/digital-ai/dot-components/tree/1.21.5) (11/01/2022)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0-rc.3...1.21.5)
|
|
6
|
+
|
|
7
|
+
**Fixed bugs:**
|
|
8
|
+
|
|
9
|
+
- Design differences [\#1245](https://github.com/digital-ai/dot-components/issues/1245)
|
|
10
|
+
|
|
11
|
+
**Merged pull requests:**
|
|
12
|
+
|
|
13
|
+
- Changed Agility icons in dot font [\#1282](https://github.com/digital-ai/dot-components/pull/1282) ([pauldigitalai](https://github.com/pauldigitalai))
|
|
14
|
+
- 18 tuesday oct 22 [\#1280](https://github.com/digital-ai/dot-components/pull/1280) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
15
|
+
|
|
16
|
+
## [2.0.0-rc.3](https://github.com/digital-ai/dot-components/tree/2.0.0-rc.3) (10/27/2022)
|
|
17
|
+
|
|
18
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.4...2.0.0-rc.3)
|
|
19
|
+
|
|
20
|
+
**Fixed bugs:**
|
|
21
|
+
|
|
22
|
+
- \[DOT 2.0\] DotAutocomplete with `renderOption` doesn't trigger on change [\#1270](https://github.com/digital-ai/dot-components/issues/1270)
|
|
23
|
+
- \[DOT 2.0\] Double checkbox on DotSwitch [\#1269](https://github.com/digital-ai/dot-components/issues/1269)
|
|
24
|
+
- \[DOT 2.0\] storybook is broken [\#1268](https://github.com/digital-ai/dot-components/issues/1268)
|
|
25
|
+
- \[DOT 2.0\] Missing changes on 2.0 documentation [\#1267](https://github.com/digital-ai/dot-components/issues/1267)
|
|
26
|
+
- \[DOT 2.0\] missing peer dependencies [\#1266](https://github.com/digital-ai/dot-components/issues/1266)
|
|
27
|
+
- Icons are not the correct color [\#1229](https://github.com/digital-ai/dot-components/issues/1229)
|
|
28
|
+
- D-22512: Design differences between 2.0 and 1.x [\#1285](https://github.com/digital-ai/dot-components/pull/1285) ([CWSites](https://github.com/CWSites))
|
|
29
|
+
- D-22154: icon color [\#1284](https://github.com/digital-ai/dot-components/pull/1284) ([CWSites](https://github.com/CWSites))
|
|
30
|
+
- D-22852: autocomplete render option [\#1283](https://github.com/digital-ai/dot-components/pull/1283) ([CWSites](https://github.com/CWSites))
|
|
31
|
+
|
|
32
|
+
**Merged pull requests:**
|
|
33
|
+
|
|
34
|
+
- D-22855 peer dependencies [\#1278](https://github.com/digital-ai/dot-components/pull/1278) ([CWSites](https://github.com/CWSites))
|
|
35
|
+
|
|
36
|
+
## [1.21.4](https://github.com/digital-ai/dot-components/tree/1.21.4) (10/04/2022)
|
|
37
|
+
|
|
38
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.3...1.21.4)
|
|
39
|
+
|
|
40
|
+
**Features:**
|
|
41
|
+
|
|
42
|
+
- `DotSidebar` Expose a callback when sidebar is expanded or collapsed [\#1273](https://github.com/digital-ai/dot-components/issues/1273)
|
|
43
|
+
- S-87871 Expose callback when sidebar collapses/expands [\#1274](https://github.com/digital-ai/dot-components/pull/1274) ([angel-git](https://github.com/angel-git))
|
|
44
|
+
|
|
45
|
+
**Fixed bugs:**
|
|
46
|
+
|
|
47
|
+
- `DotInputText` multiline is broken since 1.21.3 [\#1275](https://github.com/digital-ai/dot-components/issues/1275)
|
|
48
|
+
- D-22889: `DotInputText` Fix multiline issues [\#1276](https://github.com/digital-ai/dot-components/pull/1276) ([dmiletic85](https://github.com/dmiletic85))
|
|
49
|
+
|
|
3
50
|
## [1.21.3](https://github.com/digital-ai/dot-components/tree/1.21.3) (09/28/2022)
|
|
4
51
|
|
|
5
52
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0-rc.2...1.21.3)
|
|
@@ -16,7 +63,6 @@
|
|
|
16
63
|
|
|
17
64
|
**Fixed bugs:**
|
|
18
65
|
|
|
19
|
-
- DotSideBar sub-menu doesnt close unless clicked on the menu again [\#1158](https://github.com/digital-ai/dot-components/issues/1158)
|
|
20
66
|
- S-85900: Optional behavior for app toolbar click away to close main menu [\#1256](https://github.com/digital-ai/dot-components/pull/1256) ([ray-jonathan](https://github.com/ray-jonathan))
|
|
21
67
|
|
|
22
68
|
## [2.0.0-rc.2](https://github.com/digital-ai/dot-components/tree/2.0.0-rc.2) (09/15/2022)
|
|
@@ -111,6 +157,7 @@
|
|
|
111
157
|
**Fixed bugs:**
|
|
112
158
|
|
|
113
159
|
- Incorrect spacing between inputs in DotForm [\#1071](https://github.com/digital-ai/dot-components/issues/1071)
|
|
160
|
+
- D-22029: `DotAutocomplete`: fix id attribute on input [\#1217](https://github.com/digital-ai/dot-components/pull/1217) ([angel-git](https://github.com/angel-git))
|
|
114
161
|
- D-20378: update input margin to account for helper text [\#1212](https://github.com/digital-ai/dot-components/pull/1212) ([CWSites](https://github.com/CWSites))
|
|
115
162
|
- D-21918: Update `DotAlertBanner` to match Figma [\#1208](https://github.com/digital-ai/dot-components/pull/1208) ([CWSites](https://github.com/CWSites))
|
|
116
163
|
|
|
@@ -124,7 +171,6 @@
|
|
|
124
171
|
- D-21972: DotListItem should accept tooltipPlacement props for custom tooltip placement [\#1206](https://github.com/digital-ai/dot-components/issues/1206)
|
|
125
172
|
- For the Sidebar component the "subheader" style in the pattern library doesn't match with the implementation in dot-components [\#1108](https://github.com/digital-ai/dot-components/issues/1108)
|
|
126
173
|
- Clicking on App Logo in navbar should have the same behavior as clicking the Primary Logo [\#1059](https://github.com/digital-ai/dot-components/issues/1059)
|
|
127
|
-
- D-22029: `DotAutocomplete`: fix id attribute on input [\#1217](https://github.com/digital-ai/dot-components/pull/1217) ([angel-git](https://github.com/angel-git))
|
|
128
174
|
- D-20693: `DotSidebar` updates to match Figma [\#1214](https://github.com/digital-ai/dot-components/pull/1214) ([CWSites](https://github.com/CWSites))
|
|
129
175
|
- D-20329: add href to application logo [\#1213](https://github.com/digital-ai/dot-components/pull/1213) ([CWSites](https://github.com/CWSites))
|
|
130
176
|
- D-20404: update table border color [\#1211](https://github.com/digital-ai/dot-components/pull/1211) ([CWSites](https://github.com/CWSites))
|
|
@@ -683,7 +729,6 @@
|
|
|
683
729
|
**Features:**
|
|
684
730
|
|
|
685
731
|
- `Breadcrumbs` enhancement \(collapse and expand automatically\) [\#836](https://github.com/digital-ai/dot-components/issues/836)
|
|
686
|
-
- S-80586: Breadcrumbs enhancement \(collapse and expand automatically\) [\#843](https://github.com/digital-ai/dot-components/pull/843) ([dmiletic85](https://github.com/dmiletic85))
|
|
687
732
|
|
|
688
733
|
**Fixed bugs:**
|
|
689
734
|
|
|
@@ -735,6 +780,7 @@
|
|
|
735
780
|
- Expose onKeyDown for input [\#714](https://github.com/digital-ai/dot-components/issues/714)
|
|
736
781
|
- S-79571: DotInput - expose onKeyDown [\#846](https://github.com/digital-ai/dot-components/pull/846) ([monapatel91](https://github.com/monapatel91))
|
|
737
782
|
- S-79357: evaluate codebase and remove old references to core Tooltip [\#844](https://github.com/digital-ai/dot-components/pull/844) ([CWSites](https://github.com/CWSites))
|
|
783
|
+
- S-80586: Breadcrumbs enhancement \(collapse and expand automatically\) [\#843](https://github.com/digital-ai/dot-components/pull/843) ([dmiletic85](https://github.com/dmiletic85))
|
|
738
784
|
- S-80621: file upload [\#840](https://github.com/digital-ai/dot-components/pull/840) ([CWSites](https://github.com/CWSites))
|
|
739
785
|
- S-76922: file upload [\#820](https://github.com/digital-ai/dot-components/pull/820) ([CWSites](https://github.com/CWSites))
|
|
740
786
|
|
package/fonts/dot.woff
CHANGED
|
Binary file
|