Whats new?
+
+
2.5.0
+
+ - Atomic CSS: Use can now use Atomic CSS(ACSS) in your work! Read more about it here.
+ - Search your saved creations: Easily search through all your saved creations by title.
+ - Configurable Auto-preview - You can turn off the auto preview in settings if you don't want the preview to update as you type.
+ - Configurable refresh on resize - You can configure whether you want the preview to refresh when you resize the preview panel.
+ - Bugfix - Fix indentation issue with custom indentation size.
+
+ - Suggest features or report bugs.
+ - Thank you for being a part of this community of thousands of awesome developers. If you find Web Maker helpful, Please rate Web Maker & share it.
+
+
+
2.4.2
- Improved infinite loop protection: Infinite loop protection is now faster and more reliable. And works without the need of Escodegen. Thanks to Ariya Hidayat!
- Bugfix - Default parameters not working in JavaScript is fixed.
-
- - Suggest features or report bugs.
- - Thank you for being a part of this community of thousands of awesome developers. If you find Web Maker helpful, Please rate Web Maker & share it.
diff --git a/src/script.js b/src/script.js
index 4734dfe..e44c772 100644
--- a/src/script.js
+++ b/src/script.js
@@ -12,7 +12,7 @@ runBtn, searchInput
/* eslint-enable no-extra-semi */
var scope = scope || {};
- var version = '2.4.2';
+ var version = '2.5.0';
if (window.DEBUG) {
window.scope = scope;