mirror of
https://github.com/chinchang/web-maker.git
synced 2025-05-06 10:35:30 +02:00
Add changelog for 3.5.1
This commit is contained in:
parent
336a9ba593
commit
8a79d62cd9
@ -103,7 +103,15 @@ export function Notifications(props) {
|
|||||||
<div>
|
<div>
|
||||||
<h1>Whats new?</h1>
|
<h1>Whats new?</h1>
|
||||||
|
|
||||||
<Notification version="3.5.0" isLatest={true} {...props}>
|
<Notification version="3.5.1" isLatest={true} {...props}>
|
||||||
|
<li>
|
||||||
|
<strong>Hidden Prettier</strong>: Selecting code and pressing
|
||||||
|
Shift+Tab now uses Prettier to auto-format. This will improve UX wise
|
||||||
|
in coming versions.
|
||||||
|
</li>
|
||||||
|
</Notification>
|
||||||
|
|
||||||
|
<Notification version="3.5.0" {...props}>
|
||||||
<li>
|
<li>
|
||||||
<strong>New Template</strong>: Template for Vue.js is available when
|
<strong>New Template</strong>: Template for Vue.js is available when
|
||||||
you start a new creation. Thanks{' '}
|
you start a new creation. Thanks{' '}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user