1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-06 02:25:19 +02:00

Add changelog for 3.5.1

This commit is contained in:
Kushagra Gour 2018-10-25 19:43:32 +05:30
parent 336a9ba593
commit 8a79d62cd9

View File

@ -103,7 +103,15 @@ export function Notifications(props) {
<div>
<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>
<strong>New Template</strong>: Template for Vue.js is available when
you start a new creation. Thanks{' '}