1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-17 12:01:13 +02:00

add changelog 3.6.0

This commit is contained in:
Kushagra Gour
2018-11-17 00:05:00 +05:30
parent 5541bf1d31
commit 7ff91d476a

View File

@@ -43,7 +43,8 @@ function Notification({ version, isLatest, ...props }) {
> >
{' '} {' '}
Patreon campaign Patreon campaign
</a>. If you love Web Maker, consider pledging to </a>
. If you love Web Maker, consider pledging to
<a <a
href="https://patreon.com/kushagra" href="https://patreon.com/kushagra"
target="_blank" target="_blank"
@@ -74,7 +75,8 @@ function Notification({ version, isLatest, ...props }) {
class="btn" class="btn"
> >
Please rate Web Maker <span class="star" /> Please rate Web Maker <span class="star" />
</a>&nbsp; </a>
&nbsp;
<a <a
href="http://twitter.com/share?url=https://webmakerapp.com/&text=Web Maker - A blazing fast %26 offline web playground! via @webmakerApp&related=webmakerApp&hashtags=web,editor,chrome,extension" href="http://twitter.com/share?url=https://webmakerapp.com/&text=Web Maker - A blazing fast %26 offline web playground! via @webmakerApp&related=webmakerApp&hashtags=web,editor,chrome,extension"
target="_blank" target="_blank"
@@ -82,7 +84,8 @@ function Notification({ version, isLatest, ...props }) {
class="btn" class="btn"
> >
Share it Share it
</a>&nbsp; </a>
&nbsp;
<Button <Button
aria-label="Support the developer" aria-label="Support the developer"
onClick={props.onSupportBtnClick} onClick={props.onSupportBtnClick}
@@ -103,6 +106,35 @@ export function Notifications(props) {
<div> <div>
<h1>Whats new?</h1> <h1>Whats new?</h1>
<Notification version="3.6.0" {...props}>
<li>
<strong>New Setting</strong>: Configure if you want to auto-close the
tags in HTML. (#347)
</li>
<li>
<strong>Prettier</strong>: Prettier now works on HTML also! Also the
keyboard shortcut has been changed to <kbd>Ctrl</kbd> +{' '}
<kbd>Shift</kbd> + <kbd>F</kbd>.
</li>
<li>
No more anonying alert on opening Web Maker in multiple tabs. Thanks
team Firebase :) (#340)
</li>
<li>
<strong>🔥 Web Maker 4.0 is coming!</strong> Follow{' '}
<a
href="https://twitter.com/webmakerApp"
target="_blank"
rel="noopener"
>
Web Maker on Twitter
</a>{' '}
to keep up with all the exciting updates.
</li>
</Notification>
<Notification version="3.5.1" isLatest={true} {...props}> <Notification version="3.5.1" isLatest={true} {...props}>
<li> <li>
<strong>Hidden Prettier</strong>: Selecting code and pressing <strong>Hidden Prettier</strong>: Selecting code and pressing
@@ -236,18 +268,21 @@ export function Notifications(props) {
rel="noopener noreferrer" rel="noopener noreferrer"
> >
Preact Preact
</a>. What does this mean for you as a end-user? This means that now </a>
that the code is much smaller, more modular and maintainable. Hence, . What does this mean for you as a end-user? This means that now that
future features can be developed more rapidly. So fasten your seat the code is much smaller, more modular and maintainable. Hence, future
belts, and get ready to use loads of new features coming your way in features can be developed more rapidly. So fasten your seat belts, and
next releases!<br /> get ready to use loads of new features coming your way in next
releases!
<br />
<a <a
href="https://medium.com/web-maker/web-maker-is-now-in-preact-85af98be8683" href="https://medium.com/web-maker/web-maker-is-now-in-preact-85af98be8683"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
> >
Read more about this big code refactor Read more about this big code refactor
</a>. </a>
.
</li> </li>
<li> <li>
<a href="https://p5js.org/" target="_blank" rel="noopener noreferrer"> <a href="https://p5js.org/" target="_blank" rel="noopener noreferrer">
@@ -333,7 +368,8 @@ export function Notifications(props) {
> >
{' '} {' '}
Read the blog post about it Read the blog post about it
</a>. </a>
.
</li> </li>
<li> <li>
Web Maker is no more just a Chrome extension, it is also available Web Maker is no more just a Chrome extension, it is also available
@@ -345,7 +381,8 @@ export function Notifications(props) {
rel="noopener noreferrer" rel="noopener noreferrer"
> >
https://webmakerapp.com/app/ https://webmakerapp.com/app/
</a>. </a>
.
</li> </li>
<li> <li>
Now use Web Maker web app on any modern browser (tested with Chrome Now use Web Maker web app on any modern browser (tested with Chrome
@@ -418,7 +455,8 @@ export function Notifications(props) {
rel="noopener noreferrer" rel="noopener noreferrer"
> >
ClassicOldSong ClassicOldSong
</a>. </a>
.
</li> </li>
</ul> </ul>
</div> </div>
@@ -458,7 +496,8 @@ export function Notifications(props) {
rel="noopener noreferrer" rel="noopener noreferrer"
> >
ClassicOldSong ClassicOldSong
</a>. </a>
.
</li> </li>
<li> <li>
<strong>Bugfix</strong> - Stop screenlog.js from showing up in the <strong>Bugfix</strong> - Stop screenlog.js from showing up in the
@@ -472,7 +511,8 @@ export function Notifications(props) {
rel="noopener noreferrer" rel="noopener noreferrer"
> >
jlapitan jlapitan
</a>. </a>
.
</li> </li>
</ul> </ul>
</div> </div>
@@ -513,7 +553,8 @@ export function Notifications(props) {
rel="noopener noreferrer" rel="noopener noreferrer"
> >
Gaurav Nanda Gaurav Nanda
</a>. </a>
.
</li> </li>
<li> <li>
<strong>Bugfix</strong> - Screenshots on retina device are now <strong>Bugfix</strong> - Screenshots on retina device are now
@@ -524,7 +565,8 @@ export function Notifications(props) {
rel="noopener noreferrer" rel="noopener noreferrer"
> >
Ashish Bardhan Ashish Bardhan
</a>. </a>
.
</li> </li>
<li> <li>
<strong>Bugfix</strong> - Double console log in detached mode fixed. <strong>Bugfix</strong> - Double console log in detached mode fixed.
@@ -544,7 +586,8 @@ export function Notifications(props) {
rel="noopener noreferrer" rel="noopener noreferrer"
> >
Adil Mahmood Adil Mahmood
</a>. </a>
.
</li> </li>
<li>gstatic.com is available to load external JavaScripts from.</li> <li>gstatic.com is available to load external JavaScripts from.</li>
<li> <li>
@@ -555,7 +598,8 @@ export function Notifications(props) {
rel="noopener noreferrer" rel="noopener noreferrer"
> >
diomed diomed
</a>. </a>
.
</li> </li>
<li> <li>
Added Added
@@ -626,7 +670,8 @@ export function Notifications(props) {
rel="noopener noreferrer" rel="noopener noreferrer"
> >
Read more Read more
</a>. </a>
.
</li> </li>
<li> <li>
<strong>Light mode</strong> - This new setting makes Web Maker drop <strong>Light mode</strong> - This new setting makes Web Maker drop
@@ -637,7 +682,8 @@ export function Notifications(props) {
rel="noopener noreferrer" rel="noopener noreferrer"
> >
Andrew Andrew
</a>. </a>
.
</li> </li>
<li> <li>
<strong>Preserve logs setting</strong> - Choose whether or not to <strong>Preserve logs setting</strong> - Choose whether or not to
@@ -648,7 +694,8 @@ export function Notifications(props) {
rel="noopener noreferrer" rel="noopener noreferrer"
> >
Basit Basit
</a>. </a>
.
</li> </li>
<li> <li>
<strong>Line wrap setting</strong> - As the name says. <strong>Line wrap setting</strong> - As the name says.
@@ -735,9 +782,8 @@ export function Notifications(props) {
UIKit 3 to latest beta. UIKit 3 to latest beta.
</li> </li>
<li> <li>
<strong>rawgit.com</strong> & <strong>rawgit.com</strong> &<strong>wzrd.in</strong> domains are
<strong>wzrd.in</strong> domains are now allowed for loading now allowed for loading external libraries from.
external libraries from.
</li> </li>
<li>Minor booting speed improvements</li> <li>Minor booting speed improvements</li>
</ul> </ul>
@@ -787,7 +833,8 @@ export function Notifications(props) {
href="https://kushagragour.in/blog/2017/05/web-maker-fork-templates/?utm_source=webmakerapp&utm_medium=referral" href="https://kushagragour.in/blog/2017/05/web-maker-fork-templates/?utm_source=webmakerapp&utm_medium=referral"
> >
Read more about it Read more about it
</a>. </a>
.
</li> </li>
<li> <li>
<strong>Fonts 😍 </strong>: Super-awesome 4 fonts (mostly with <strong>Fonts 😍 </strong>: Super-awesome 4 fonts (mostly with
@@ -819,9 +866,8 @@ export function Notifications(props) {
has been fixed. has been fixed.
</li> </li>
<li> <li>
<strong>Bugfix</strong>: <strong>Bugfix</strong>:<code>console.clear()</code> now doesn't
<code>console.clear()</code> now doesn't error and clears the error and clears the inbuilt console.
inbuilt console.
</li> </li>
<li> <li>
<strong>Bugfix</strong>: External libraries added to the creation <strong>Bugfix</strong>: External libraries added to the creation
@@ -844,7 +890,8 @@ export function Notifications(props) {
rel="noopener noreferrer" rel="noopener noreferrer"
> >
blog post about it blog post about it
</a>. </a>
.
</li> </li>
<li> <li>
Number slider which popped on clicking any number in the code has Number slider which popped on clicking any number in the code has
@@ -866,7 +913,8 @@ export function Notifications(props) {
rel="noopener noreferrer" rel="noopener noreferrer"
> >
Read more about it here Read more about it here
</a>. </a>
.
</li> </li>
<li> <li>
<strong>Search your saved creations</strong>: Easily search through <strong>Search your saved creations</strong>: Easily search through