We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34fe876 commit e6d8e08Copy full SHA for e6d8e08
src/views/ReleaseLog.vue
@@ -12,14 +12,18 @@
12
</h1>
13
</header>
14
<main class="p-6 m-auto max-w-xl container">
15
+ <section class="shadow border mb-6 rounded-lg bg-white p-6">
16
+ <h3>13.02.2025 - Release 1.4.9</h3>
17
+ <ul class="indent-0 ml-5 list-disc">
18
+ <li>Feature - Drag & drop sections</li>
19
+ </ul>
20
+ </section>
21
<section class="shadow border mb-6 rounded-lg bg-white p-6">
22
<h3>
23
02.02.2025 - Release 1.4.8
24
</h3>
25
<ul class="indent-0 ml-5 list-disc">
- <li>
- Feature - Comma separated filtering for styles and attributes
- </li>
26
+ <li>Feature - Comma separated filtering for styles and attributes</li>
27
<li>
28
Feature - Improvements to component controllers
29
</li>
0 commit comments