@digital-ai/dot-components 1.18.0 → 1.20.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 +54 -1
- package/fonts/fonts.ts +1 -1
- package/index.esm.js +2120 -1533
- package/index.umd.js +2183 -1579
- package/lib/components/alert-banner/AlertBanner.d.ts +3 -1
- package/lib/components/app-toolbar/AppToolbar.d.ts +3 -1
- package/lib/components/input-form-fields/InputFormFields.propTypes.d.ts +8 -0
- package/lib/components/input-form-fields/InputFormFields.styles.d.ts +4 -1
- package/lib/components/input-form-fields/InputLabel.d.ts +17 -0
- package/lib/components/input-form-fields/InputSelect.d.ts +1 -3
- package/lib/components/input-form-fields/InputText.d.ts +11 -4
- package/lib/components/list/List.d.ts +1 -1
- package/lib/components/list/utils/models.d.ts +3 -0
- package/lib/components/navigation-rail/NavigationRail.d.ts +4 -0
- package/lib/components/navigation-rail/NavigationRail.stories.data.d.ts +9 -0
- package/lib/components/navigation-rail/NavigationRail.stories.styles.d.ts +2 -0
- package/lib/components/split-button/SplitButton.d.ts +6 -6
- package/lib/components/split-button/utils/helpers.d.ts +2 -0
- package/lib/components/typography/Typography.d.ts +3 -1
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,58 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.20.0](https://github.com/digital-ai/dot-components/tree/1.20.0) (07/23/2022)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.19.1...1.20.0)
|
|
6
|
+
|
|
7
|
+
**Features:**
|
|
8
|
+
|
|
9
|
+
- Adjust margin of `DotTypography` [\#1210](https://github.com/digital-ai/dot-components/issues/1210)
|
|
10
|
+
- `DotInputText` allow to set `shrink` property [\#1124](https://github.com/digital-ai/dot-components/issues/1124)
|
|
11
|
+
- `DotInputText` Should show `\*` on `helperText` if field is required [\#1122](https://github.com/digital-ai/dot-components/issues/1122)
|
|
12
|
+
- S-86369: input field success [\#1226](https://github.com/digital-ai/dot-components/pull/1226) ([CWSites](https://github.com/CWSites))
|
|
13
|
+
- S-84069: expose shrink prop to input fields [\#1223](https://github.com/digital-ai/dot-components/pull/1223) ([CWSites](https://github.com/CWSites))
|
|
14
|
+
- Issue \#1210: add prop for noMargin to typography [\#1222](https://github.com/digital-ai/dot-components/pull/1222) ([CWSites](https://github.com/CWSites))
|
|
15
|
+
- S-83952: persistent label for text field and select field [\#1219](https://github.com/digital-ai/dot-components/pull/1219) ([CWSites](https://github.com/CWSites))
|
|
16
|
+
- S-85811: `NavigationRail` Allow badges [\#1215](https://github.com/digital-ai/dot-components/pull/1215) ([dmiletic85](https://github.com/dmiletic85))
|
|
17
|
+
|
|
18
|
+
**Fixed bugs:**
|
|
19
|
+
|
|
20
|
+
- Incorrect spacing between inputs in DotForm [\#1071](https://github.com/digital-ai/dot-components/issues/1071)
|
|
21
|
+
- 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))
|
|
22
|
+
- D-21918: Update `DotAlertBanner` to match Figma [\#1208](https://github.com/digital-ai/dot-components/pull/1208) ([CWSites](https://github.com/CWSites))
|
|
23
|
+
|
|
24
|
+
## [1.19.1](https://github.com/digital-ai/dot-components/tree/1.19.1) (07/18/2022)
|
|
25
|
+
|
|
26
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.19.0...1.19.1)
|
|
27
|
+
|
|
28
|
+
**Fixed bugs:**
|
|
29
|
+
|
|
30
|
+
- `DotAutocomplete` the property `inputId` is ignored [\#1216](https://github.com/digital-ai/dot-components/issues/1216)
|
|
31
|
+
- D-21972: DotListItem should accept tooltipPlacement props for custom tooltip placement [\#1206](https://github.com/digital-ai/dot-components/issues/1206)
|
|
32
|
+
- 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)
|
|
33
|
+
- 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)
|
|
34
|
+
- 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))
|
|
35
|
+
- D-20693: `DotSidebar` updates to match Figma [\#1214](https://github.com/digital-ai/dot-components/pull/1214) ([CWSites](https://github.com/CWSites))
|
|
36
|
+
- D-20329: add href to application logo [\#1213](https://github.com/digital-ai/dot-components/pull/1213) ([CWSites](https://github.com/CWSites))
|
|
37
|
+
- D-20404: update table border color [\#1211](https://github.com/digital-ai/dot-components/pull/1211) ([CWSites](https://github.com/CWSites))
|
|
38
|
+
- D-21972: Adds props for custom tooltip position in ListItemProps [\#1207](https://github.com/digital-ai/dot-components/pull/1207) ([s-zimm](https://github.com/s-zimm))
|
|
39
|
+
|
|
40
|
+
## [1.19.0](https://github.com/digital-ai/dot-components/tree/1.19.0) (07/11/2022)
|
|
41
|
+
|
|
42
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.18.0...1.19.0)
|
|
43
|
+
|
|
44
|
+
**Features:**
|
|
45
|
+
|
|
46
|
+
- `SplitButton` Improvements [\#1180](https://github.com/digital-ai/dot-components/issues/1180)
|
|
47
|
+
- S-85293: `SplitButton` Improvements [\#1201](https://github.com/digital-ai/dot-components/pull/1201) ([dmiletic85](https://github.com/dmiletic85))
|
|
48
|
+
|
|
49
|
+
**Fixed bugs:**
|
|
50
|
+
|
|
51
|
+
- `DotAutocomplete` with action item, on enter key if no option is selected should trigger the action AND close it [\#1203](https://github.com/digital-ai/dot-components/issues/1203)
|
|
52
|
+
- `Typography` Lato 700 is not rendered correctly on Safari with dot-components [\#818](https://github.com/digital-ai/dot-components/issues/818)
|
|
53
|
+
- D-21935 `DotAutocomplete` with action item, on enter key if no option is selected should trigger the action AND close it [\#1204](https://github.com/digital-ai/dot-components/pull/1204) ([angel-git](https://github.com/angel-git))
|
|
54
|
+
- D-19158: safari font weight [\#1175](https://github.com/digital-ai/dot-components/pull/1175) ([CWSites](https://github.com/CWSites))
|
|
55
|
+
|
|
3
56
|
## [1.18.0](https://github.com/digital-ai/dot-components/tree/1.18.0) (06/21/2022)
|
|
4
57
|
|
|
5
58
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.17.2...1.18.0)
|
|
@@ -136,7 +189,6 @@
|
|
|
136
189
|
|
|
137
190
|
- `InlineEdit` Support for different text in view/edit modes [\#1103](https://github.com/digital-ai/dot-components/issues/1103)
|
|
138
191
|
- S-83748: `InlineEdit`: Support for different text in view/edit modes [\#1105](https://github.com/digital-ai/dot-components/pull/1105) ([dmiletic85](https://github.com/dmiletic85))
|
|
139
|
-
- S-82617: `DotInputText` Expose mouse up event [\#1063](https://github.com/digital-ai/dot-components/pull/1063) ([dmiletic85](https://github.com/dmiletic85))
|
|
140
192
|
|
|
141
193
|
**Fixed bugs:**
|
|
142
194
|
|
|
@@ -178,6 +230,7 @@
|
|
|
178
230
|
- S-82899: `DotCheckbox`: Add more Storybook examples [\#1090](https://github.com/digital-ai/dot-components/pull/1090) ([dmiletic85](https://github.com/dmiletic85))
|
|
179
231
|
- S-82453: `TruncateWithTooltip`: Create new component [\#1072](https://github.com/digital-ai/dot-components/pull/1072) ([dmiletic85](https://github.com/dmiletic85))
|
|
180
232
|
- S-82519: `Snackbar` Allow positioning [\#1064](https://github.com/digital-ai/dot-components/pull/1064) ([dmiletic85](https://github.com/dmiletic85))
|
|
233
|
+
- S-82617: `DotInputText` Expose mouse up event [\#1063](https://github.com/digital-ai/dot-components/pull/1063) ([dmiletic85](https://github.com/dmiletic85))
|
|
181
234
|
- S-76904: `InlineEdit` improvements [\#1053](https://github.com/digital-ai/dot-components/pull/1053) ([dmiletic85](https://github.com/dmiletic85))
|
|
182
235
|
- S-82059: `DraggableList`: Create and export the component [\#1003](https://github.com/digital-ai/dot-components/pull/1003) ([dmiletic85](https://github.com/dmiletic85))
|
|
183
236
|
|