1
0
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:
Kushagra Gour 2019-07-18 15:06:00 +05:30
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