Whats new?
+
+
2.2.0
+
+ - Code Autocompletion - See code suggestions while you type!
+ - Full Screen Preview - Checkout your creation in a full-screen layout.
+ - SASS - SASS support added for CSS.
+ - Faster CSS update - Preview updates instantly without refresh when just CSS is changed.
+ - Bugfix - Indentation fixed while going on new line.
+ - Bugfix - Works even in Chrome Canary now. Though libraries can be added only through CDNs.
+ - Suggest a feature.
+ - Thank you for being a part of this awesome 4000+ developers community. If you find Web Maker helpful, Please rate Web Maker & share it.
+
+
+
2.1.0
@@ -296,7 +310,6 @@
- Code Folding - Collapse large code blocks for easy editing.
- Bugfix - Support JSX in JavaScript.
- Better onboarding for first time users.
- - Like it? Please rate Web Maker
diff --git a/src/script.js b/src/script.js
index ea2a2cf..f435c17 100644
--- a/src/script.js
+++ b/src/script.js
@@ -9,7 +9,7 @@ settingsBtn, onboardModal, notificationsBtn, onboardShowInTabOptionBtn, onboardD
/* eslint-enable no-extra-semi */
var scope = scope || {};
- var version = '2.1.0';
+ var version = '2.2.0';
if (window.DEBUG) {
window.scope = scope;