@demos-europe/demosplan-ui 0.4.4 → 0.4.5
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/.idea/workspace.xml +28 -26
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +7 -0
- package/dist/demosplan-ui.umd.js +1 -1
- package/package.json +1 -1
- package/src/components/DpEditor/DpEditor.vue +2 -2
- package/src/components/DpEditor/libs/editorCustomInsert.js +0 -2
- package/src/components/DpEditor/libs/tiptapExtensions.js +1 -3
- package/src/components/DpFormRow/DpFormRow.vue +5 -0
- package/src/components/DpTreeList/DpTreeListNode.vue +1 -1
- package/tokens/dist/js/boxShadow.js +1 -1
- package/tokens/dist/js/breakpoints.js +1 -1
- package/tokens/dist/js/color.brand.js +1 -1
- package/tokens/dist/js/color.data.js +1 -1
- package/tokens/dist/js/color.palette.js +1 -1
- package/tokens/dist/js/color.ui.js +1 -1
- package/tokens/dist/js/fontSize.js +1 -1
- package/tokens/dist/js/rounded.js +1 -1
- package/tokens/dist/js/space.js +1 -1
- package/tokens/dist/js/zIndex.js +1 -1
- package/tokens/dist/scss/_boxShadow.scss +1 -1
- package/tokens/dist/scss/_breakpoints.scss +1 -1
- package/tokens/dist/scss/_color.brand.scss +1 -1
- package/tokens/dist/scss/_color.data.scss +1 -1
- package/tokens/dist/scss/_color.palette.scss +1 -1
- package/tokens/dist/scss/_color.ui.scss +1 -1
- package/tokens/dist/scss/_fontSize.scss +1 -1
- package/tokens/dist/scss/_rounded.scss +1 -1
- package/tokens/dist/scss/_space.scss +1 -1
- package/tokens/dist/scss/_zIndex.scss +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -4,9 +4,7 @@
|
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="0afade99-d5c9-4644-8d94-9e61461e1bbe" name="Changes" comment="
|
|
8
|
-
<change beforePath="$PROJECT_DIR$/CHANGELOG.md" beforeDir="false" afterPath="$PROJECT_DIR$/CHANGELOG.md" afterDir="false" />
|
|
9
|
-
</list>
|
|
7
|
+
<list default="true" id="0afade99-d5c9-4644-8d94-9e61461e1bbe" name="Changes" comment="fix: Catch Full-width in dpFormRow" />
|
|
10
8
|
<option name="SHOW_DIALOG" value="false" />
|
|
11
9
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
12
10
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -29,7 +27,7 @@
|
|
|
29
27
|
</option>
|
|
30
28
|
<option name="RECENT_BRANCH_BY_REPOSITORY">
|
|
31
29
|
<map>
|
|
32
|
-
<entry key="$PROJECT_DIR$" value="
|
|
30
|
+
<entry key="$PROJECT_DIR$" value="f_typo" />
|
|
33
31
|
</map>
|
|
34
32
|
</option>
|
|
35
33
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
@@ -85,7 +83,7 @@
|
|
|
85
83
|
"timeTracker.startTime": "0",
|
|
86
84
|
"timeTracker.timeInMills": "0",
|
|
87
85
|
"timeTracker.type": "None",
|
|
88
|
-
"ts.external.directory.path": "/home/florian/
|
|
86
|
+
"ts.external.directory.path": "/home/florian/.local/share/JetBrains/Toolbox/apps/phpstorm/plugins/javascript-plugin/jsLanguageServicesImpl/external",
|
|
89
87
|
"vue.rearranger.settings.migration": "true"
|
|
90
88
|
},
|
|
91
89
|
"keyToStringList": {
|
|
@@ -359,23 +357,11 @@
|
|
|
359
357
|
<workItem from="1740036477060" duration="1824000" />
|
|
360
358
|
<workItem from="1740385142968" duration="1083000" />
|
|
361
359
|
<workItem from="1740471503219" duration="696000" />
|
|
362
|
-
<workItem from="1740562234229" duration="
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
<
|
|
366
|
-
<
|
|
367
|
-
<option name="number" value="00058" />
|
|
368
|
-
<option name="presentableId" value="LOCAL-00058" />
|
|
369
|
-
<option name="project" value="LOCAL" />
|
|
370
|
-
<updated>1727877681603</updated>
|
|
371
|
-
</task>
|
|
372
|
-
<task id="LOCAL-00059" summary="chore: Add changelog">
|
|
373
|
-
<option name="closed" value="true" />
|
|
374
|
-
<created>1728285072002</created>
|
|
375
|
-
<option name="number" value="00059" />
|
|
376
|
-
<option name="presentableId" value="LOCAL-00059" />
|
|
377
|
-
<option name="project" value="LOCAL" />
|
|
378
|
-
<updated>1728285072002</updated>
|
|
360
|
+
<workItem from="1740562234229" duration="4839000" />
|
|
361
|
+
<workItem from="1740643001399" duration="2782000" />
|
|
362
|
+
<workItem from="1740729162666" duration="4060000" />
|
|
363
|
+
<workItem from="1740994813386" duration="959000" />
|
|
364
|
+
<workItem from="1741074424881" duration="1272000" />
|
|
379
365
|
</task>
|
|
380
366
|
<task id="LOCAL-00060" summary="chore: Prepare Release (update yarn lock after merge)">
|
|
381
367
|
<option name="closed" value="true" />
|
|
@@ -753,7 +739,23 @@
|
|
|
753
739
|
<option name="project" value="LOCAL" />
|
|
754
740
|
<updated>1740586403505</updated>
|
|
755
741
|
</task>
|
|
756
|
-
<
|
|
742
|
+
<task id="LOCAL-00107" summary="chore: Prepare release v0.4.4">
|
|
743
|
+
<option name="closed" value="true" />
|
|
744
|
+
<created>1740587000226</created>
|
|
745
|
+
<option name="number" value="00107" />
|
|
746
|
+
<option name="presentableId" value="LOCAL-00107" />
|
|
747
|
+
<option name="project" value="LOCAL" />
|
|
748
|
+
<updated>1740587000226</updated>
|
|
749
|
+
</task>
|
|
750
|
+
<task id="LOCAL-00108" summary="fix: Catch Full-width in dpFormRow">
|
|
751
|
+
<option name="closed" value="true" />
|
|
752
|
+
<created>1741008282307</created>
|
|
753
|
+
<option name="number" value="00108" />
|
|
754
|
+
<option name="presentableId" value="LOCAL-00108" />
|
|
755
|
+
<option name="project" value="LOCAL" />
|
|
756
|
+
<updated>1741008282307</updated>
|
|
757
|
+
</task>
|
|
758
|
+
<option name="localTasksCounter" value="109" />
|
|
757
759
|
<servers />
|
|
758
760
|
</component>
|
|
759
761
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -823,8 +825,6 @@
|
|
|
823
825
|
</option>
|
|
824
826
|
</component>
|
|
825
827
|
<component name="VcsManagerConfiguration">
|
|
826
|
-
<MESSAGE value="fix: Load "propper" resource for tiptap mention extention" />
|
|
827
|
-
<MESSAGE value="chore: add comment" />
|
|
828
828
|
<MESSAGE value="chore: Prepare release 0.3.41" />
|
|
829
829
|
<MESSAGE value="chore: Remove dead code" />
|
|
830
830
|
<MESSAGE value="chore: add changelog" />
|
|
@@ -848,7 +848,9 @@
|
|
|
848
848
|
<MESSAGE value="chore: Remove trailing comma" />
|
|
849
849
|
<MESSAGE value="chore: Implement Changes done in 0.3.x" />
|
|
850
850
|
<MESSAGE value="chore: add changelog entry" />
|
|
851
|
-
<
|
|
851
|
+
<MESSAGE value="chore: Prepare release v0.4.4" />
|
|
852
|
+
<MESSAGE value="fix: Catch Full-width in dpFormRow" />
|
|
853
|
+
<option name="LAST_COMMIT_MESSAGE" value="fix: Catch Full-width in dpFormRow" />
|
|
852
854
|
</component>
|
|
853
855
|
<component name="XSLT-Support.FileAssociations.UIState">
|
|
854
856
|
<expand />
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ Since v0.0.10, this Changelog is formatted according to the [Common Changelog][c
|
|
|
4
4
|
|
|
5
5
|
## UNRELEASED
|
|
6
6
|
|
|
7
|
+
## v0.4.5 - 2025-03-04
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- ([#1202](https://github.com/demos-europe/demosplan-ui/pull/1202)) Catch full-width class in dpFormRow ([@salisdemos](https://github.com/salisdemos))
|
|
11
|
+
- ([#1203](https://github.com/demos-europe/demosplan-ui/pull/1203)) Fix typo in DpTreeListNode ([@salisdemos](https://github.com/salisdemos))
|
|
12
|
+
- ([#1204](https://github.com/demos-europe/demosplan-ui/pull/1204)) DpEditor: Fix imports for mention extension ([@hwiem](https://github.com/hwiem))
|
|
13
|
+
|
|
7
14
|
## v0.4.4 - 2025-02-26
|
|
8
15
|
|
|
9
16
|
### Added
|