mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-29 17:50:09 +02:00
changelog
This commit is contained in:
@@ -114,6 +114,11 @@ export function Notifications(props) {
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h1>Whats new?</h1>
|
<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}>
|
<Notification version="5.1.0" {...props}>
|
||||||
<NotificationItem type="interface">
|
<NotificationItem type="interface">
|
||||||
Console's open state is preserved across refreshes.
|
Console's open state is preserved across refreshes.
|
||||||
|
Reference in New Issue
Block a user