mirror of
https://github.com/chinchang/web-maker.git
synced 2025-03-15 08:09:41 +01:00
add changelog for 3.6.1
This commit is contained in:
parent
31105eb0fd
commit
d20b036de4
@ -106,6 +106,12 @@ export function Notifications(props) {
|
|||||||
<div>
|
<div>
|
||||||
<h1>Whats new?</h1>
|
<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}>
|
<Notification version="3.6.0" {...props}>
|
||||||
<li>
|
<li>
|
||||||
<strong>New Setting</strong>: Configure if you want to auto-close the
|
<strong>New Setting</strong>: Configure if you want to auto-close the
|
||||||
@ -135,7 +141,7 @@ export function Notifications(props) {
|
|||||||
</li>
|
</li>
|
||||||
</Notification>
|
</Notification>
|
||||||
|
|
||||||
<Notification version="3.5.1" isLatest={true} {...props}>
|
<Notification version="3.5.1" {...props}>
|
||||||
<li>
|
<li>
|
||||||
<strong>Hidden Prettier</strong>: Selecting code and pressing
|
<strong>Hidden Prettier</strong>: Selecting code and pressing
|
||||||
Shift+Tab now uses Prettier to auto-format. This will improve UX wise
|
Shift+Tab now uses Prettier to auto-format. This will improve UX wise
|
||||||
|
Loading…
x
Reference in New Issue
Block a user