@digital-ai/dot-components 2.5.1 → 2.5.2
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 +24 -11
- package/index.esm.js +1602 -1502
- package/index.umd.js +1728 -1627
- package/lib/components/app-switcher/AppSwitcher.d.ts +2 -1
- package/lib/components/app-switcher/utils/helpers.d.ts +15 -5
- package/lib/components/link/Link.d.ts +4 -2
- package/lib/components/link/Link.stories.d.ts +1 -1
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.5.2](https://www.npmjs.com/package/@digital-ai/dot-components) (03/17/2023)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.5.1...2.5.2)
|
|
6
|
+
|
|
7
|
+
**Features:**
|
|
8
|
+
|
|
9
|
+
- S-90229: App switcher recent apps styling changes [\#1415](https://github.com/digital-ai/dot-components/pull/1415) ([jmcnally](https://github.com/jmcnally))
|
|
10
|
+
- S-90229: Initial implementation of Recent app-switcher apps [\#1410](https://github.com/digital-ai/dot-components/pull/1410) ([jmcnally](https://github.com/jmcnally))
|
|
11
|
+
|
|
12
|
+
**Fixed bugs:**
|
|
13
|
+
|
|
14
|
+
- D-24317 Fix height on InlineEdit [\#1414](https://github.com/digital-ai/dot-components/pull/1414) ([angel-git](https://github.com/angel-git))
|
|
15
|
+
- D-24419 `InlineEdit` show tooltip on readonly as well [\#1413](https://github.com/digital-ai/dot-components/pull/1413) ([angel-git](https://github.com/angel-git))
|
|
16
|
+
|
|
3
17
|
## [2.5.1](https://www.npmjs.com/package/@digital-ai/dot-components) (03/14/2023)
|
|
4
18
|
|
|
5
19
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.5.0...2.5.1)
|
|
@@ -307,6 +321,7 @@
|
|
|
307
321
|
- S-86128: `DotAutocomplete`: Support error/warning icons with the tooltip [\#1237](https://github.com/digital-ai/dot-components/pull/1237) ([dmiletic85](https://github.com/dmiletic85))
|
|
308
322
|
- S-86683: `DotAutocomplete`: expose `onBlur` [\#1236](https://github.com/digital-ai/dot-components/pull/1236) ([dmiletic85](https://github.com/dmiletic85))
|
|
309
323
|
- S-86581: `DotAutocomplete` should allow to pass `readOnly` property into the inner `TextField` [\#1235](https://github.com/digital-ai/dot-components/pull/1235) ([dmiletic85](https://github.com/dmiletic85))
|
|
324
|
+
- S-84069: expose shrink prop to input fields [\#1223](https://github.com/digital-ai/dot-components/pull/1223) ([CWSites](https://github.com/CWSites))
|
|
310
325
|
|
|
311
326
|
**Fixed bugs:**
|
|
312
327
|
|
|
@@ -325,7 +340,6 @@
|
|
|
325
340
|
**Features:**
|
|
326
341
|
|
|
327
342
|
- S-86369: input field success [\#1226](https://github.com/digital-ai/dot-components/pull/1226) ([CWSites](https://github.com/CWSites))
|
|
328
|
-
- S-84069: expose shrink prop to input fields [\#1223](https://github.com/digital-ai/dot-components/pull/1223) ([CWSites](https://github.com/CWSites))
|
|
329
343
|
- Issue \#1210: add prop for noMargin to typography [\#1222](https://github.com/digital-ai/dot-components/pull/1222) ([CWSites](https://github.com/CWSites))
|
|
330
344
|
- 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))
|
|
331
345
|
- S-85811: `NavigationRail` Allow badges [\#1215](https://github.com/digital-ai/dot-components/pull/1215) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -707,6 +721,10 @@
|
|
|
707
721
|
|
|
708
722
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.5.4...1.6.0)
|
|
709
723
|
|
|
724
|
+
**Features:**
|
|
725
|
+
|
|
726
|
+
- S-77210: Component - Drawer [\#893](https://github.com/digital-ai/dot-components/pull/893) ([monapatel91](https://github.com/monapatel91))
|
|
727
|
+
|
|
710
728
|
**Fixed bugs:**
|
|
711
729
|
|
|
712
730
|
- D-19382: `DynamicForm`: `isRequired` with value of `false` is not respected [\#919](https://github.com/digital-ai/dot-components/pull/919) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -751,10 +769,6 @@
|
|
|
751
769
|
|
|
752
770
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.5.1...1.5.2)
|
|
753
771
|
|
|
754
|
-
**Features:**
|
|
755
|
-
|
|
756
|
-
- S-77210: Component - Drawer [\#893](https://github.com/digital-ai/dot-components/pull/893) ([monapatel91](https://github.com/monapatel91))
|
|
757
|
-
|
|
758
772
|
**Fixed bugs:**
|
|
759
773
|
|
|
760
774
|
- D-19319: `Apptoolbar`: primary logo link is hardcoded to `/` [\#880](https://github.com/digital-ai/dot-components/pull/880) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -772,6 +786,10 @@
|
|
|
772
786
|
|
|
773
787
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.4.0...1.5.0)
|
|
774
788
|
|
|
789
|
+
**Features:**
|
|
790
|
+
|
|
791
|
+
- S-80586: Breadcrumbs enhancement \(collapse and expand automatically\) [\#843](https://github.com/digital-ai/dot-components/pull/843) ([dmiletic85](https://github.com/dmiletic85))
|
|
792
|
+
|
|
775
793
|
**Fixed bugs:**
|
|
776
794
|
|
|
777
795
|
- D-19294: Fix broken expand/collapse for uncontrolled accordion [\#866](https://github.com/digital-ai/dot-components/pull/866) ([selsemore](https://github.com/selsemore))
|
|
@@ -815,7 +833,6 @@
|
|
|
815
833
|
|
|
816
834
|
- S-79571: DotInput - expose onKeyDown [\#846](https://github.com/digital-ai/dot-components/pull/846) ([monapatel91](https://github.com/monapatel91))
|
|
817
835
|
- 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))
|
|
818
|
-
- S-80586: Breadcrumbs enhancement \(collapse and expand automatically\) [\#843](https://github.com/digital-ai/dot-components/pull/843) ([dmiletic85](https://github.com/dmiletic85))
|
|
819
836
|
- S-80621: file upload [\#840](https://github.com/digital-ai/dot-components/pull/840) ([CWSites](https://github.com/CWSites))
|
|
820
837
|
- S-76922: file upload [\#820](https://github.com/digital-ai/dot-components/pull/820) ([CWSites](https://github.com/CWSites))
|
|
821
838
|
|
|
@@ -1108,6 +1125,7 @@
|
|
|
1108
1125
|
- Patch release [\#645](https://github.com/digital-ai/dot-components/pull/645) ([CWSites](https://github.com/CWSites))
|
|
1109
1126
|
- S-78162: adjust link color [\#642](https://github.com/digital-ai/dot-components/pull/642) ([CWSites](https://github.com/CWSites))
|
|
1110
1127
|
- update all API unit tests to not have duplicate data [\#639](https://github.com/digital-ai/dot-components/pull/639) ([CWSites](https://github.com/CWSites))
|
|
1128
|
+
- Feedback of snackbar [\#628](https://github.com/digital-ai/dot-components/pull/628) ([monapatel91](https://github.com/monapatel91))
|
|
1111
1129
|
|
|
1112
1130
|
## [1.0.6](https://www.npmjs.com/package/@digital-ai/dot-components) (08/18/2021)
|
|
1113
1131
|
|
|
@@ -1126,7 +1144,6 @@
|
|
|
1126
1144
|
- Next patch release with agility theme colors [\#638](https://github.com/digital-ai/dot-components/pull/638) ([CWSites](https://github.com/CWSites))
|
|
1127
1145
|
- S 78162: agility theme [\#636](https://github.com/digital-ai/dot-components/pull/636) ([CWSites](https://github.com/CWSites))
|
|
1128
1146
|
- update the peerDependencies to support all appropriate versions of React [\#634](https://github.com/digital-ai/dot-components/pull/634) ([monapatel91](https://github.com/monapatel91))
|
|
1129
|
-
- Feedback of snackbar [\#628](https://github.com/digital-ai/dot-components/pull/628) ([monapatel91](https://github.com/monapatel91))
|
|
1130
1147
|
- S-77873: Support agility themes in certain components [\#626](https://github.com/digital-ai/dot-components/pull/626) ([CWSites](https://github.com/CWSites))
|
|
1131
1148
|
|
|
1132
1149
|
## [1.0.5](https://www.npmjs.com/package/@digital-ai/dot-components) (07/28/2021)
|
|
@@ -1141,10 +1158,6 @@
|
|
|
1141
1158
|
|
|
1142
1159
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.0.3...1.0.4)
|
|
1143
1160
|
|
|
1144
|
-
**Breaking changes:**
|
|
1145
|
-
|
|
1146
|
-
- S-76919: cleaning up props used with various form elements [\#606](https://github.com/digital-ai/dot-components/pull/606) ([CWSites](https://github.com/CWSites))
|
|
1147
|
-
|
|
1148
1161
|
**Features:**
|
|
1149
1162
|
|
|
1150
1163
|
- S-76930: New Component: DotSnackbar [\#607](https://github.com/digital-ai/dot-components/pull/607) ([coryell1287](https://github.com/coryell1287))
|