Skip to content

Commit 9f45354

Browse files
author
Vue Play
committed
Stored by Vue Play
1 parent 561a851 commit 9f45354

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/views/ReleaseLog.vue

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,23 @@
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>27.02.2025 - Release 1.5.0</h3>
17+
<ul class="indent-0 ml-5 list-disc">
18+
<li>Feature - Route editor</li>
19+
</ul>
20+
</section>
1521
<section class="shadow border mb-6 rounded-lg bg-white p-6">
1622
<h3>13.02.2025 - Release 1.4.9</h3>
1723
<ul class="indent-0 ml-5 list-disc">
1824
<li>Feature - Drag & drop sections</li>
1925
</ul>
2026
</section>
2127
<section class="shadow border mb-6 rounded-lg bg-white p-6">
22-
<h3>
23-
02.02.2025 - Release 1.4.8
24-
</h3>
28+
<h3>02.02.2025 - Release 1.4.8</h3>
2529
<ul class="indent-0 ml-5 list-disc">
2630
<li>Feature - Comma separated filtering for styles and attributes</li>
27-
<li>
28-
Feature - Improvements to component controllers
29-
</li>
31+
<li>Feature - Improvements to component controllers</li>
3032
<li>
3133
Feature - Support for component props with responsive breakpoints
3234
</li>

0 commit comments

Comments
 (0)