@demos-europe/demosplan-ui 0.5.0 → 0.5.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.
@@ -5,12 +5,7 @@
5
5
  </component>
6
6
  <component name="ChangeListManager">
7
7
  <list default="true" id="0afade99-d5c9-4644-8d94-9e61461e1bbe" name="Changes" comment="chore: adjust styling for dpAutocomplete">
8
- <change beforePath="$PROJECT_DIR$/jest/setup.js" beforeDir="false" afterPath="$PROJECT_DIR$/jest/setup.js" afterDir="false" />
9
- <change beforePath="$PROJECT_DIR$/src/components/DpAutocomplete/DpAutocomplete.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/DpAutocomplete/DpAutocomplete.vue" afterDir="false" />
10
- <change beforePath="$PROJECT_DIR$/src/components/DpTreeList/DpTreeListNode.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/DpTreeList/DpTreeListNode.vue" afterDir="false" />
11
- <change beforePath="$PROJECT_DIR$/src/mixins/dpValidateMixin.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/mixins/dpValidateMixin.js" afterDir="false" />
12
- <change beforePath="$PROJECT_DIR$/tests/components/DpTreeList/DpTreeList.spec.js" beforeDir="false" afterPath="$PROJECT_DIR$/tests/components/DpTreeList/DpTreeList.spec.js" afterDir="false" />
13
- <change beforePath="$PROJECT_DIR$/tests/form/DpInput.spec.js" beforeDir="false" afterPath="$PROJECT_DIR$/tests/form/DpInput.spec.js" afterDir="false" />
8
+ <change beforePath="$PROJECT_DIR$/src/components/DpMultiselect/DpMultiselect.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/DpMultiselect/DpMultiselect.vue" afterDir="false" />
14
9
  </list>
15
10
  <option name="SHOW_DIALOG" value="false" />
16
11
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -78,7 +73,7 @@
78
73
  &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
79
74
  &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
80
75
  &quot;nodejs_package_manager_path&quot;: &quot;yarn&quot;,
81
- &quot;settings.editor.selected.configurable&quot;: &quot;preferences.pluginManager&quot;,
76
+ &quot;settings.editor.selected.configurable&quot;: &quot;preferences.keymap&quot;,
82
77
  &quot;timeTracker.activityTracker&quot;: &quot;null&quot;,
83
78
  &quot;timeTracker.comment&quot;: &quot;&quot;,
84
79
  &quot;timeTracker.inactivityPeriodInMills&quot;: &quot;600000&quot;,
@@ -421,6 +416,8 @@
421
416
  <workItem from="1747030875417" duration="3602000" />
422
417
  <workItem from="1747159458562" duration="593000" />
423
418
  <workItem from="1747205649913" duration="1243000" />
419
+ <workItem from="1747376924031" duration="3429000" />
420
+ <workItem from="1747634554377" duration="602000" />
424
421
  </task>
425
422
  <task id="LOCAL-00075" summary="chore: Prepare Release">
426
423
  <option name="closed" value="true" />
Binary file
package/CHANGELOG.md CHANGED
@@ -4,6 +4,16 @@ Since v0.0.10, this Changelog is formatted according to the [Common Changelog][c
4
4
 
5
5
  ## UNRELEASED
6
6
 
7
+ ## v0.5.1 - 2025-05-19
8
+
9
+ ### Changed
10
+
11
+ - ([#1274](https://github.com/demos-europe/demosplan-ui/pull/1274)) dpValidateMixin.js: adding topic names to field names in error messages([@riechedemos](https://github.com/riechedemos))
12
+
13
+ ### Fixed
14
+
15
+ - ([#1278](https://github.com/demos-europe/demosplan-ui/pull/1278) Do not use css vars for Tailwind breakpoints config ([@spiess-demos](https://github.com/spiess-demos))
16
+
7
17
  ## v0.5.0 - 2025-05-15
8
18
 
9
19
  ### Changed
@@ -27,7 +37,6 @@ Since v0.0.10, this Changelog is formatted according to the [Common Changelog][c
27
37
  - ([#1272](https://github.com/demos-europe/demosplan-ui/pull/1246)) DpEditableList: Adjust margin between buttons ([@riechedemos](https://github.com/riechedemos))
28
38
  - ([#1271](https://github.com/demos-europe/demosplan-ui/pull/1271)) DpTreeList: initialize the Stickier instances in nextTick and if the element’s height is greater than zero ([@sakutademos](https://github.com/sakutademos)
29
39
 
30
-
31
40
  ## v0.4.15 - 2025-05-07
32
41
 
33
42
  ### Fixed