mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-29 09:40:10 +02:00
add changelog
This commit is contained in:
@@ -114,6 +114,23 @@ export function Notifications(props) {
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h1>Whats new?</h1>
|
<h1>Whats new?</h1>
|
||||||
|
<Notification version="5.1.0" {...props}>
|
||||||
|
<NotificationItem type="interface">
|
||||||
|
Console's open state is preserved across refreshes.
|
||||||
|
</NotificationItem>
|
||||||
|
<NotificationItem type="bug">
|
||||||
|
Error highlighting fixed in JS pane when using Codemirror editor.
|
||||||
|
Thanks
|
||||||
|
<ThanksTo url="https://github.com/nhogle" name="@nhogle" />
|
||||||
|
</NotificationItem>
|
||||||
|
<NotificationItem type="bug">
|
||||||
|
Tab key not working in JS pane is fixed. Thanks
|
||||||
|
<ThanksTo url="https://github.com/nhogle" name="@nhogle" />
|
||||||
|
</NotificationItem>
|
||||||
|
<NotificationItem type="bug">
|
||||||
|
3rd party libraries not updating is fixed.
|
||||||
|
</NotificationItem>
|
||||||
|
</Notification>
|
||||||
<Notification version="5.0.3" {...props}>
|
<Notification version="5.0.3" {...props}>
|
||||||
<li>
|
<li>
|
||||||
⬆️ Popular libraries updated to latest versions. Thanks
|
⬆️ Popular libraries updated to latest versions. Thanks
|
||||||
|
Reference in New Issue
Block a user