From a0a6a6a1f569537d8a8a9dea032fa60381bac2fd Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Thu, 6 Jun 2019 00:49:33 +0530 Subject: [PATCH] add changelog --- src/components/Notifications.jsx | 43 ++++++++++++++++++++++++++++---- 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a/src/components/Notifications.jsx b/src/components/Notifications.jsx index 5d904b3..4ed0dfe 100644 --- a/src/components/Notifications.jsx +++ b/src/components/Notifications.jsx @@ -34,6 +34,15 @@ function Notification({ version, isLatest, ...props }) { {isLatest ? (

+ 🎉 New Product! If you like Web Maker, you'll + probably also like a new product I launched. It's the first ever + code-golfing game for CSS ->{' '} + + CSSBattle + + . +

+ {/*

🚀 Announcement: Hi! I am Kushagra Gour (creator of Web Maker) and I have launched a {' '} :) -

+

*/}

Whats new?

-
- 4.0.0 + + + Buggy full-screen option in Files mode. The option is removed till it + works correctly with Files mode + + + File explorer sidebar taking too much width in Files mode. + + + SASS/SCSS compiler updated to version 3.6.3 of Libsass. + + + JavaScript evaluation failing randomly with errors like const cannot + be reassigned. + + + Command palette now opens with F1 key instead of{' '} + Cmd/Ctrl + shift + P + +
  • + ⬆️ Popular libraries updated to latest versions. Thanks + +
  • +
    + +

    Sit tight, because this is going to be some amazing set on updates for you! Read{' '} @@ -182,9 +215,9 @@ export function Notifications(props) { improvements mainly in the area of keyboard navigation. -

    + - + "404 Page not found" showing up in preview window when in detached mode.