1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-30 18:20:15 +02:00

changelog

This commit is contained in:
Kushagra Gour
2024-05-08 13:16:28 +05:30
parent 336e2a20ea
commit 5fc38cfa28

View File

@@ -106,7 +106,22 @@ export function Changelog(props) {
return (
<div>
<h1>Whats new?</h1>
<Notification version="6.1.0" {...props} isLatest={true}>
<Notification version="6.2.0" {...props} isLatest={true}>
<li>Preact template updated to latest version with hooks.</li>
<li>Mail option added in help modal.</li>
<li>
JS error checks updated to latest version. No more red errors on
latest syntax.
</li>
<NotificationItem type="bug">
Bugs related to light-weight mode and creation not opening on page
refresh in logged out state are fixed.
</NotificationItem>
<NotificationItem type="bug">
Code auto-format for JS is fixed.
</NotificationItem>
</Notification>
<Notification version="6.1.0" {...props}>
<li>
<strong>🕹 Kaboom game engine</strong>: Kaboom.js is now available in
quick-add library list. Also, a new template to quick-start in Kaboom