1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-03-14 23:59:43 +01:00

add changelog for 3.6.1

This commit is contained in:
Kushagra Gour 2019-01-08 18:18:46 +05:30
parent 31105eb0fd
commit d20b036de4

View File

@ -106,6 +106,12 @@ export function Notifications(props) {
<div>
<h1>Whats new?</h1>
<Notification version="3.6.1" {...props} isLatest={true}>
<NotificationItem type="bug">
Failing to import local creations when logging in.
</NotificationItem>
</Notification>
<Notification version="3.6.0" {...props}>
<li>
<strong>New Setting</strong>: Configure if you want to auto-close the
@ -135,7 +141,7 @@ export function Notifications(props) {
</li>
</Notification>
<Notification version="3.5.1" isLatest={true} {...props}>
<Notification version="3.5.1" {...props}>
<li>
<strong>Hidden Prettier</strong>: Selecting code and pressing
Shift+Tab now uses Prettier to auto-format. This will improve UX wise