@digital-ai/dot-components 2.3.0 → 2.3.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 +11 -8
- package/index.esm.js +5 -1
- package/index.umd.js +4 -0
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.3.1](https://www.npmjs.com/package/@digital-ai/dot-components) (02/15/2023)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.3.0...2.3.1)
|
|
6
|
+
|
|
7
|
+
**Fixed bugs:**
|
|
8
|
+
|
|
9
|
+
- S-89896: Remove 'identity.' from host when constructing platform url [\#1379](https://github.com/digital-ai/dot-components/pull/1379) ([jmcnally](https://github.com/jmcnally))
|
|
10
|
+
|
|
3
11
|
## [2.3.0](https://www.npmjs.com/package/@digital-ai/dot-components) (02/09/2023)
|
|
4
12
|
|
|
5
13
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.2.1...2.3.0)
|
|
@@ -36,7 +44,6 @@
|
|
|
36
44
|
- Upload drip echo icon [\#1366](https://github.com/digital-ai/dot-components/pull/1366) ([pauldigitalai](https://github.com/pauldigitalai))
|
|
37
45
|
- S-90007 Add missing test [\#1362](https://github.com/digital-ai/dot-components/pull/1362) ([angel-git](https://github.com/angel-git))
|
|
38
46
|
- icons-pin-update-Jan-27th [\#1354](https://github.com/digital-ai/dot-components/pull/1354) ([pauldigitalai](https://github.com/pauldigitalai))
|
|
39
|
-
- 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))
|
|
40
47
|
|
|
41
48
|
## [1.21.8](https://www.npmjs.com/package/@digital-ai/dot-components) (02/04/2023)
|
|
42
49
|
|
|
@@ -61,6 +68,7 @@
|
|
|
61
68
|
|
|
62
69
|
**Misc:**
|
|
63
70
|
|
|
71
|
+
- 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))
|
|
64
72
|
- S-88495: update warning 900 color [\#1344](https://github.com/digital-ai/dot-components/pull/1344) ([CWSites](https://github.com/CWSites))
|
|
65
73
|
|
|
66
74
|
## [2.1.1](https://www.npmjs.com/package/@digital-ai/dot-components) (12/15/2022)
|
|
@@ -218,7 +226,6 @@
|
|
|
218
226
|
**Fixed bugs:**
|
|
219
227
|
|
|
220
228
|
- S-86692: component cleanup [\#1238](https://github.com/digital-ai/dot-components/pull/1238) ([CWSites](https://github.com/CWSites))
|
|
221
|
-
- S-84151: fix e2e tests for Release 2.0 [\#1146](https://github.com/digital-ai/dot-components/pull/1146) ([CWSites](https://github.com/CWSites))
|
|
222
229
|
|
|
223
230
|
**Misc:**
|
|
224
231
|
|
|
@@ -296,7 +303,6 @@
|
|
|
296
303
|
**Fixed bugs:**
|
|
297
304
|
|
|
298
305
|
- 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))
|
|
299
|
-
- S-84140: `AvatarGroup` updates [\#1192](https://github.com/digital-ai/dot-components/pull/1192) ([CWSites](https://github.com/CWSites))
|
|
300
306
|
- D-19158: safari font weight [\#1175](https://github.com/digital-ai/dot-components/pull/1175) ([CWSites](https://github.com/CWSites))
|
|
301
307
|
|
|
302
308
|
## [1.18.0](https://www.npmjs.com/package/@digital-ai/dot-components) (06/21/2022)
|
|
@@ -580,10 +586,6 @@
|
|
|
580
586
|
- D-19722: `Table`: Fix Storybook issues by refactoring Table's story. [\#974](https://github.com/digital-ai/dot-components/pull/974) ([dmiletic85](https://github.com/dmiletic85))
|
|
581
587
|
- D-19713: Do not show alert banner close button if onClose not provided [\#973](https://github.com/digital-ai/dot-components/pull/973) ([selsemore](https://github.com/selsemore))
|
|
582
588
|
|
|
583
|
-
**Misc:**
|
|
584
|
-
|
|
585
|
-
- S-76846: update to webpack 5 [\#940](https://github.com/digital-ai/dot-components/pull/940) ([CWSites](https://github.com/CWSites))
|
|
586
|
-
|
|
587
589
|
## [1.7.0](https://www.npmjs.com/package/@digital-ai/dot-components) (01/28/2022)
|
|
588
590
|
|
|
589
591
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.6.2...1.7.0)
|
|
@@ -627,6 +629,7 @@
|
|
|
627
629
|
|
|
628
630
|
**Misc:**
|
|
629
631
|
|
|
632
|
+
- S-76846: update to webpack 5 [\#940](https://github.com/digital-ai/dot-components/pull/940) ([CWSites](https://github.com/CWSites))
|
|
630
633
|
- S-76846: storybook updates `develop` [\#935](https://github.com/digital-ai/dot-components/pull/935) ([CWSites](https://github.com/CWSites))
|
|
631
634
|
|
|
632
635
|
## [1.6.1](https://www.npmjs.com/package/@digital-ai/dot-components) (01/10/2022)
|
|
@@ -639,6 +642,7 @@
|
|
|
639
642
|
|
|
640
643
|
**Fixed bugs:**
|
|
641
644
|
|
|
645
|
+
- D-19415: `1.6.0` - Sidebar links broken, import was moved [\#926](https://github.com/digital-ai/dot-components/pull/926) ([dmiletic85](https://github.com/dmiletic85))
|
|
642
646
|
- D-19390: `Autocomplete` doesn't have `dot-input` class [\#924](https://github.com/digital-ai/dot-components/pull/924) ([dmiletic85](https://github.com/dmiletic85))
|
|
643
647
|
|
|
644
648
|
## [1.6.0](https://www.npmjs.com/package/@digital-ai/dot-components) (01/03/2022)
|
|
@@ -651,7 +655,6 @@
|
|
|
651
655
|
|
|
652
656
|
**Fixed bugs:**
|
|
653
657
|
|
|
654
|
-
- D-19415: `1.6.0` - Sidebar links broken, import was moved [\#926](https://github.com/digital-ai/dot-components/pull/926) ([dmiletic85](https://github.com/dmiletic85))
|
|
655
658
|
- 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))
|
|
656
659
|
- D-19381: `Storybook`: issue while clicking on `Docs` page of `Menu` component [\#917](https://github.com/digital-ai/dot-components/pull/917) ([dmiletic85](https://github.com/dmiletic85))
|
|
657
660
|
- D-19379: `DynamicForm` doesn't export all types [\#915](https://github.com/digital-ai/dot-components/pull/915) ([dmiletic85](https://github.com/dmiletic85))
|
package/index.esm.js
CHANGED
|
@@ -1540,7 +1540,11 @@ const DotCoreApiProvider = ({
|
|
|
1540
1540
|
const issUrl = new URL(iss);
|
|
1541
1541
|
const pathArray = issUrl.pathname.split('/');
|
|
1542
1542
|
const vanityDomain = pathArray[pathArray.length - 1];
|
|
1543
|
-
|
|
1543
|
+
let host = issUrl.hostname === 'localhost' ? 'local.digital.ai:4200' : issUrl.host;
|
|
1544
|
+
const identity = 'identity.';
|
|
1545
|
+
if (host.startsWith(identity)) {
|
|
1546
|
+
host = host.substring(identity.length);
|
|
1547
|
+
}
|
|
1544
1548
|
const consoleUrl = issUrl.protocol + '//' + vanityDomain + '.' + host + '/';
|
|
1545
1549
|
setPlatformConsoleUrl(consoleUrl);
|
|
1546
1550
|
} catch (e) {
|
package/index.umd.js
CHANGED
|
@@ -1734,6 +1734,10 @@
|
|
|
1734
1734
|
var pathArray = issUrl.pathname.split('/');
|
|
1735
1735
|
var vanityDomain = pathArray[pathArray.length - 1];
|
|
1736
1736
|
var host = issUrl.hostname === 'localhost' ? 'local.digital.ai:4200' : issUrl.host;
|
|
1737
|
+
var identity = 'identity.';
|
|
1738
|
+
if (host.startsWith(identity)) {
|
|
1739
|
+
host = host.substring(identity.length);
|
|
1740
|
+
}
|
|
1737
1741
|
var consoleUrl = issUrl.protocol + '//' + vanityDomain + '.' + host + '/';
|
|
1738
1742
|
setPlatformConsoleUrl(consoleUrl);
|
|
1739
1743
|
} catch (e) {
|