Skip to content

Commit e6d8e08

Browse files
author
Vue Play
committed
Stored by Vue Play
1 parent 34fe876 commit e6d8e08

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/views/ReleaseLog.vue

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@
1212
</h1>
1313
</header>
1414
<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>
1521
<section class="shadow border mb-6 rounded-lg bg-white p-6">
1622
<h3>
1723
02.02.2025 - Release 1.4.8
1824
</h3>
1925
<ul class="indent-0 ml-5 list-disc">
20-
<li>
21-
Feature - Comma separated filtering for styles and attributes
22-
</li>
26+
<li>Feature - Comma separated filtering for styles and attributes</li>
2327
<li>
2428
Feature - Improvements to component controllers
2529
</li>

0 commit comments

Comments
 (0)