@digital-ai/dot-components 2.18.0 → 2.18.1
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 +20 -6
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.18.1](https://www.npmjs.com/package/@digital-ai/dot-components) (10/13/2023)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.18.0...2.18.1)
|
|
6
|
+
|
|
7
|
+
**Misc:**
|
|
8
|
+
|
|
9
|
+
- S-96998: update .npmignore to exclude unnecessary files [\#1672](https://github.com/digital-ai/dot-components/pull/1672) ([CWSites](https://github.com/CWSites))
|
|
10
|
+
|
|
3
11
|
## [2.18.0](https://www.npmjs.com/package/@digital-ai/dot-components) (10/13/2023)
|
|
4
12
|
|
|
5
13
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.17.3...2.18.0)
|
|
@@ -267,7 +275,6 @@
|
|
|
267
275
|
- S-90959: Update breadcrumb separator alignment [\#1517](https://github.com/digital-ai/dot-components/pull/1517) ([CWSites](https://github.com/CWSites))
|
|
268
276
|
- D-25282: parse defaultValue according to multiple true/false [\#1510](https://github.com/digital-ai/dot-components/pull/1510) ([CWSites](https://github.com/CWSites))
|
|
269
277
|
- D-25283: AutoComplete options should default to an empty array [\#1509](https://github.com/digital-ai/dot-components/pull/1509) ([CWSites](https://github.com/CWSites))
|
|
270
|
-
- S-91947: DotStepper step onClick validation [\#1503](https://github.com/digital-ai/dot-components/pull/1503) ([ryangamble](https://github.com/ryangamble))
|
|
271
278
|
|
|
272
279
|
**Misc:**
|
|
273
280
|
|
|
@@ -280,6 +287,7 @@
|
|
|
280
287
|
|
|
281
288
|
**Fixed bugs:**
|
|
282
289
|
|
|
290
|
+
- S-91947: DotStepper step onClick validation [\#1503](https://github.com/digital-ai/dot-components/pull/1503) ([ryangamble](https://github.com/ryangamble))
|
|
283
291
|
- S-92200: Dynamic form autocomplete needs to handle free-form input [\#1490](https://github.com/digital-ai/dot-components/pull/1490) ([jmcnally](https://github.com/jmcnally))
|
|
284
292
|
|
|
285
293
|
**Misc:**
|
|
@@ -302,6 +310,7 @@
|
|
|
302
310
|
**Features:**
|
|
303
311
|
|
|
304
312
|
- S-92577: `DotAutoComplete` - expose `inputValue` prop [\#1494](https://github.com/digital-ai/dot-components/pull/1494) ([dmiletic85](https://github.com/dmiletic85))
|
|
313
|
+
- S-92557 Add new prop onPopperTimeChange for TimePicker [\#1492](https://github.com/digital-ai/dot-components/pull/1492) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
305
314
|
- S-92402 Add `endText` on `DotInputText` and `DotInputSelect` [\#1489](https://github.com/digital-ai/dot-components/pull/1489) ([angel-git](https://github.com/angel-git))
|
|
306
315
|
|
|
307
316
|
**Fixed bugs:**
|
|
@@ -312,6 +321,7 @@
|
|
|
312
321
|
**Misc:**
|
|
313
322
|
|
|
314
323
|
- S-90263: Update `DotButton` to follow latest Figma design [\#1486](https://github.com/digital-ai/dot-components/pull/1486) ([CWSites](https://github.com/CWSites))
|
|
324
|
+
- S-92312: Refactor workflows to use latest features and action versions [\#1485](https://github.com/digital-ai/dot-components/pull/1485) ([BoraAksoy](https://github.com/BoraAksoy))
|
|
315
325
|
|
|
316
326
|
## [2.8.0](https://www.npmjs.com/package/@digital-ai/dot-components) (05/09/2023)
|
|
317
327
|
|
|
@@ -327,7 +337,6 @@
|
|
|
327
337
|
|
|
328
338
|
**Misc:**
|
|
329
339
|
|
|
330
|
-
- S-92312: Refactor workflows to use latest features and action versions [\#1485](https://github.com/digital-ai/dot-components/pull/1485) ([BoraAksoy](https://github.com/BoraAksoy))
|
|
331
340
|
- S-91986: `aria-role` on missing components [\#1482](https://github.com/digital-ai/dot-components/pull/1482) ([CWSites](https://github.com/CWSites))
|
|
332
341
|
|
|
333
342
|
## [2.7.4](https://www.npmjs.com/package/@digital-ai/dot-components) (05/04/2023)
|
|
@@ -336,7 +345,6 @@
|
|
|
336
345
|
|
|
337
346
|
**Features:**
|
|
338
347
|
|
|
339
|
-
- S-92557 Add new prop onPopperTimeChange for TimePicker [\#1492](https://github.com/digital-ai/dot-components/pull/1492) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
340
348
|
- S-92362: `DotAutoComplete` - Expose `getOptionDisabled` from MUI Autocomplete [\#1474](https://github.com/digital-ai/dot-components/pull/1474) ([dmiletic85](https://github.com/dmiletic85))
|
|
341
349
|
- S-92310 Use ISO format for `DatePicker` and `TimePicker` [\#1472](https://github.com/digital-ai/dot-components/pull/1472) ([angel-git](https://github.com/angel-git))
|
|
342
350
|
- S-92224: `DotDatePicker`, `DotTimePicker` - Improve keyboard accessibility [\#1470](https://github.com/digital-ai/dot-components/pull/1470) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -432,6 +440,10 @@
|
|
|
432
440
|
|
|
433
441
|
- S-90953: `DatePicker` component [\#1411](https://github.com/digital-ai/dot-components/pull/1411) ([dmiletic85](https://github.com/dmiletic85))
|
|
434
442
|
|
|
443
|
+
**Fixed bugs:**
|
|
444
|
+
|
|
445
|
+
- D-24483: Do not hide the backdrop [\#1423](https://github.com/digital-ai/dot-components/pull/1423) ([jmcnally](https://github.com/jmcnally))
|
|
446
|
+
|
|
435
447
|
**Misc:**
|
|
436
448
|
|
|
437
449
|
- resolve build issues with vsm-hub demo [\#1424](https://github.com/digital-ai/dot-components/pull/1424) ([CWSites](https://github.com/CWSites))
|
|
@@ -463,7 +475,6 @@
|
|
|
463
475
|
|
|
464
476
|
**Fixed bugs:**
|
|
465
477
|
|
|
466
|
-
- D-24483: Do not hide the backdrop [\#1423](https://github.com/digital-ai/dot-components/pull/1423) ([jmcnally](https://github.com/jmcnally))
|
|
467
478
|
- D-24317 Fix height on InlineEdit [\#1414](https://github.com/digital-ai/dot-components/pull/1414) ([angel-git](https://github.com/angel-git))
|
|
468
479
|
- 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))
|
|
469
480
|
|
|
@@ -834,6 +845,7 @@
|
|
|
834
845
|
**Features:**
|
|
835
846
|
|
|
836
847
|
- S-85256: `Map` component example in demo app [\#1184](https://github.com/digital-ai/dot-components/pull/1184) ([dmiletic85](https://github.com/dmiletic85))
|
|
848
|
+
- S-85283: `InlineEdit` component should provide a tooltip out the box [\#1181](https://github.com/digital-ai/dot-components/pull/1181) ([dmiletic85](https://github.com/dmiletic85))
|
|
837
849
|
|
|
838
850
|
**Fixed bugs:**
|
|
839
851
|
|
|
@@ -852,7 +864,6 @@
|
|
|
852
864
|
**Features:**
|
|
853
865
|
|
|
854
866
|
- S-84117: As a customer admin, I want the IdP creation flow to be more intuitive, as I find the existing user flow a little overwhelming [\#1185](https://github.com/digital-ai/dot-components/pull/1185) ([ryangamble](https://github.com/ryangamble))
|
|
855
|
-
- S-85283: `InlineEdit` component should provide a tooltip out the box [\#1181](https://github.com/digital-ai/dot-components/pull/1181) ([dmiletic85](https://github.com/dmiletic85))
|
|
856
867
|
|
|
857
868
|
**Fixed bugs:**
|
|
858
869
|
|
|
@@ -1204,7 +1215,6 @@
|
|
|
1204
1215
|
- D-19337: `List`: Circular dependency [\#897](https://github.com/digital-ai/dot-components/pull/897) ([dmiletic85](https://github.com/dmiletic85))
|
|
1205
1216
|
- D-19330: `AppToolbar` shouldn't have grey dividers [\#891](https://github.com/digital-ai/dot-components/pull/891) ([dmiletic85](https://github.com/dmiletic85))
|
|
1206
1217
|
- D-19200: `List` Nested list drawer is not rendering correctly [\#869](https://github.com/digital-ai/dot-components/pull/869) ([dmiletic85](https://github.com/dmiletic85))
|
|
1207
|
-
- D-19294: Fix broken expand/collapse for uncontrolled accordion [\#866](https://github.com/digital-ai/dot-components/pull/866) ([selsemore](https://github.com/selsemore))
|
|
1208
1218
|
|
|
1209
1219
|
## [1.5.3](https://www.npmjs.com/package/@digital-ai/dot-components) (12/17/2021)
|
|
1210
1220
|
|
|
@@ -1244,6 +1254,10 @@
|
|
|
1244
1254
|
|
|
1245
1255
|
- S-80586: Breadcrumbs enhancement \(collapse and expand automatically\) [\#843](https://github.com/digital-ai/dot-components/pull/843) ([dmiletic85](https://github.com/dmiletic85))
|
|
1246
1256
|
|
|
1257
|
+
**Fixed bugs:**
|
|
1258
|
+
|
|
1259
|
+
- D-19294: Fix broken expand/collapse for uncontrolled accordion [\#866](https://github.com/digital-ai/dot-components/pull/866) ([selsemore](https://github.com/selsemore))
|
|
1260
|
+
|
|
1247
1261
|
**Misc:**
|
|
1248
1262
|
|
|
1249
1263
|
- S-80787: branch protection [\#868](https://github.com/digital-ai/dot-components/pull/868) ([CWSites](https://github.com/CWSites))
|