1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 17:20:13 +02:00

changelog

This commit is contained in:
Kushagra Gour
2023-10-27 15:06:19 +05:30
parent 99f3cceb54
commit 74908680db

View File

@@ -114,6 +114,11 @@ export function Notifications(props) {
return (
<div>
<h1>Whats new?</h1>
<Notification version="5.1.1" {...props}>
<NotificationItem type="bug">
Detached preview now renders correctly.
</NotificationItem>
</Notification>
<Notification version="5.1.0" {...props}>
<NotificationItem type="interface">
Console's open state is preserved across refreshes.