Skip to content

Commit dceae11

Browse files
author
Vue Play
committed
Stored by Vue Play
1 parent ce09f9d commit dceae11

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

public/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</url>
5151
<url>
5252
<loc>https://vueplay.com/release-log</loc>
53-
<lastmod>2024-03-18T10:00:00+00:00</lastmod>
53+
<lastmod>2025-02-02T21:00:00+00:00</lastmod>
5454
<changefreq>Daily</changefreq>
5555
<priority>1</priority>
5656
</url>

src/views/ReleaseLog.vue

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,28 @@
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>
17+
02.02.2025 - Release 1.4.8
18+
</h3>
19+
<ul class="indent-0 ml-5 list-disc">
20+
<li>
21+
Feature - Comma separated filtering for styles and attributes
22+
</li>
23+
<li>
24+
Feature - Improvements to component controllers
25+
</li>
26+
<li>
27+
Feature - Support for component props with responsive breakpoints
28+
</li>
29+
<li>
30+
Feature - Support for component props with darkmode breakpoints
31+
</li>
32+
<li>
33+
Feature - Support for component props with selective breakpoints
34+
</li>
35+
</ul>
36+
</section>
1537
<section class="shadow border mb-6 rounded-lg bg-white p-6">
1638
<h3>
1739
17.01.2025 - Release 1.4.7

0 commit comments

Comments
 (0)