@demos-europe/demosplan-ui 0.0.18 → 0.0.20
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/CHANGELOG.md +18 -2
- package/dist/642.demosplan-ui.umd.js +1 -1
- package/dist/demosplan-ui.umd.js +1 -1
- package/package.json +1 -1
- package/src/components/DpTimePicker/DpTimePicker.vue +6 -7
- package/src/components/core/DpAutocomplete.vue +2 -1
- package/src/components/core/DpCard.vue +2 -1
- package/src/components/core/DpEditor/DpEditor.vue +4 -2
- package/src/components/core/DpTableCardList/DpTableCardListHeader.vue +2 -1
- package/src/components/core/DpToggleForm.vue +2 -1
- package/src/components/core/index.js +2 -0
- package/src/components/core/notify/DpNotifyContainer.vue +5 -0
- package/src/components/index.js +2 -0
- package/src/directives/Tooltip/Tooltip.js +1 -0
- package/src/index.js +2 -0
- package/tokens/scss/_color.scss +1 -1
- package/tokens/scss/_fontSize.scss +1 -1
- package/tokens/scss/_space.scss +1 -1
- package/.idea/demosplan-ui.iml +0 -8
- package/.idea/encodings.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/php.xml +0 -13
- package/.idea/sonarlint/issuestore/index.pb +0 -0
- package/.idea/sonarlint-state.xml +0 -6
- package/.idea/sonarlint.xml +0 -8
- package/.idea/vcs.xml +0 -6
- package/dist/652.demosplan-ui.umd.js +0 -1
- package/dist/716.demosplan-ui.umd.js +0 -1
- package/dist/970.demosplan-ui.umd.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
## UNRELEASED
|
|
4
|
+
|
|
5
|
+
## v0.0.20 - 2023-04-18
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- ([#159](https://github.com/demos-europe/demosplan-ui/pull/159)) Add tooltip offset to fix positioning bug with tooltip arrow ([@spiess-demos](https://github.com/spiess-demos))
|
|
10
|
+
|
|
11
|
+
## v0.0.19 - 2023-04-06
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
- ([#146](https://github.com/demos-europe/demosplan-ui/pull/146)) Expose DpNotifyMessage and deprecate DpNotifyContainer
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
18
|
+
- ([#148](https://github.com/demos-europe/demosplan-ui/pull/148)) Replace dynamic imports with static imports to avoid race conditional bugs ([@muellerdemos](https://github.com/muellerdemos))
|
|
19
|
+
|
|
4
20
|
## v0.0.18 - 2023-03-29
|
|
5
21
|
|
|
6
|
-
- ([#139](https://github.com/demos-europe/demosplan-ui/pull/139)) REVERT: ([#133](https://github.com/demos-europe/demosplan-ui/pull/133)) Import `a11y-datepicker` not as es Module anymore, to make it
|
|
22
|
+
- ([#139](https://github.com/demos-europe/demosplan-ui/pull/139)) REVERT: ([#133](https://github.com/demos-europe/demosplan-ui/pull/133)) Import `a11y-datepicker` not as es Module anymore, to make it resolvable
|
|
7
23
|
|
|
8
24
|
### Fixed
|
|
9
25
|
|
|
@@ -11,7 +27,7 @@
|
|
|
11
27
|
|
|
12
28
|
## v0.0.17 - 2023-03-23
|
|
13
29
|
|
|
14
|
-
- ([#133](https://github.com/demos-europe/demosplan-ui/pull/133)) Import `a11y-datepicker` not as es Module anymore, to make it
|
|
30
|
+
- ([#133](https://github.com/demos-europe/demosplan-ui/pull/133)) Import `a11y-datepicker` not as es Module anymore, to make it resolvable
|
|
15
31
|
|
|
16
32
|
## v0.0.16 - 2023-03-15
|
|
17
33
|
|