mirror of
https://github.com/chinchang/web-maker.git
synced 2025-04-29 23:18:00 +02:00
add changelog
This commit is contained in:
parent
2f3efb186b
commit
72bc2c7d0e
@ -114,7 +114,13 @@ export function Notifications(props) {
|
||||
return (
|
||||
<div>
|
||||
<h1>Whats new?</h1>
|
||||
<Notification version="4.0.2" {...props} isLatest={true}>
|
||||
<Notification version="4.0.3" {...props} isLatest={true}>
|
||||
<NotificationItem>
|
||||
Broken syntax highlighting in non-default Preprocessors.
|
||||
</NotificationItem>
|
||||
</Notification>
|
||||
|
||||
<Notification version="4.0.2" {...props}>
|
||||
<li>
|
||||
You can now override settings through query parameters. Currently only{' '}
|
||||
<strong>autoPreview</strong> and <strong>isMonacoEditorOn</strong> are
|
||||
|
Loading…
x
Reference in New Issue
Block a user