mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-23 00:02:41 +02:00
add changelog
This commit is contained in:
@ -114,7 +114,13 @@ export function Notifications(props) {
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h1>Whats new?</h1>
|
<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>
|
<li>
|
||||||
You can now override settings through query parameters. Currently only{' '}
|
You can now override settings through query parameters. Currently only{' '}
|
||||||
<strong>autoPreview</strong> and <strong>isMonacoEditorOn</strong> are
|
<strong>autoPreview</strong> and <strong>isMonacoEditorOn</strong> are
|
||||||
|
Reference in New Issue
Block a user