mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-29 09:40:10 +02:00
changelog
This commit is contained in:
@@ -114,6 +114,16 @@ export function Notifications(props) {
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h1>Whats new?</h1>
|
<h1>Whats new?</h1>
|
||||||
|
<Notification version="5.2.0" {...props}>
|
||||||
|
<li>
|
||||||
|
<strong>Improvement</strong>: Atomic CSS (Atomizer) has been updated
|
||||||
|
to latest version. Now you can do things like Grid and more!
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>Improvement</strong>: Atomic CSS config can now be written
|
||||||
|
with unquoted keys too. No need to have a valid JSON syntax.
|
||||||
|
</li>
|
||||||
|
</Notification>
|
||||||
<Notification version="5.1.1" {...props}>
|
<Notification version="5.1.1" {...props}>
|
||||||
<NotificationItem type="bug">
|
<NotificationItem type="bug">
|
||||||
Detached preview now renders correctly.
|
Detached preview now renders correctly.
|
||||||
|
Reference in New Issue
Block a user