mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-31 18:50:14 +02:00
add changelog
This commit is contained in:
@@ -106,7 +106,14 @@ export function Notifications(props) {
|
|||||||
<div>
|
<div>
|
||||||
<h1>Whats new?</h1>
|
<h1>Whats new?</h1>
|
||||||
|
|
||||||
<Notification version="3.6.1" {...props} isLatest={true}>
|
<Notification version="3.6.2" {...props} isLatest={true}>
|
||||||
|
<NotificationItem type="bug">
|
||||||
|
"404 Page not found" showing up in preview window when in detached
|
||||||
|
mode.
|
||||||
|
</NotificationItem>
|
||||||
|
</Notification>
|
||||||
|
|
||||||
|
<Notification version="3.6.1" {...props}>
|
||||||
<NotificationItem type="bug">
|
<NotificationItem type="bug">
|
||||||
Failing to import local creations when logging in.
|
Failing to import local creations when logging in.
|
||||||
</NotificationItem>
|
</NotificationItem>
|
||||||
|
Reference in New Issue
Block a user