Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed May 8, 2024
1 parent 336e2a2 commit 5fc38cf
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/components/Changelog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fc38cf

Please sign in to comment.