Web Maker Versions Save

A blazing fast & offline frontend playground

v4.0.0

5 years ago

This release is called "Quad Quacks, because it's 4.0 people! This major version brings a lot of awesome features, improvements and bug fixes with it.

Sit tight, because this is going to be some amazing set on updates for you! Read blog post about Web Maker 4.0 -> https://medium.com/web-maker/web-maker-4-0-e8e442b5a2db

  • 🏠 New Home: First of all, Web Maker has a new home - https://webmaker.app 😀 The old website will continue to run for a month or so, but will eventually start redirecting to the new website. If you have an online account in Web Maker, you need not worry. But if you have some locally saved creations, you should export them and import here.
  • 📁 Files Mode: Hear this - you can now work with files just like you do in your local environment! No more working in just 3 panes. Try creating a new creation. "Files Mode" is in beta and you can currently only save 2 creations in this mode.
  • 🎨 Command Palette: We all love this, don't we? Taking frequent actions is now much quicker with the all new Command Palette. Hit Ctrl/Command+Shift+P, and give it a spin.
  • 🔥 Improved Console: Console inspection becomes more powerful. You can view nested objects, arrays and even DOM Elements!
  • ✏️ Monaco Editor: You can choose to use Monaco instead of CodeMirror editor from the settings. Though this is still an experimental feature and might contain bugs.
  • 💄 Prettier: Format your code with everybody's favourite Prettier.
  • 🖥 Preview dimensions: You can see the preview frame dimensions when resizing.
  • 🖥 Settings: Settings screen got a complete makeover and now it's much easier to find what you are looking for. ♿️ Accessibility: The app is now more accessible than ever. There are significant improvements mainly in the area of keyboard navigation.

v3.6.0

5 years ago
  • New Setting: Configure if you want to auto-close the tags in HTML. (#347)
  • Prettier: Prettier now works on HTML also! Also the keyboard shortcut has been changed to Ctrl + Shift + F.
  • No more anonying alert on opening Web Maker in multiple tabs. Thanks team Firebase :) (#340)
  • 🔥 Web Maker 4.0 is coming! Follow Web Maker on Twitter to keep up with all the exciting updates.

v3.4.2

5 years ago
  • 🚀 RxJS added to popular libraries list. Thanks @jpsc
  • 🔧 Bugfix: Not able to select libraries twice with mouse click in Add Library modal.
  • 🔧 Bugfix: Console going outside the viewport on huge logs.
  • 🔧 Bugfix: Console dissapearing in detached mode on changing layouts.
  • [Dev]: Improve contribution guide and add issue template on Github.

v3.4.0

5 years ago
  • 🎉 Js13kGames Mode: For all you Js13kGames compo participants out there. Turn it on from Settings. Read more about it -> https://medium.com/web-maker/js13kgames-jam-with-web-maker-a3389cf2cbb
  • 🎉 Templates: Presenting, templates for major libraries and frameworks. Hit the "New" button to explore.
  • ♿️ Accessibility: Add missing focus rings around focusable element.
  • 🖥 Interface: Migrate remaining interface elements to dark theme. Now complete app is in dark theme.
  • 🔧 Bugfix: Fix "Save as HTML" and "Take Screenshot" features in Chrome extension.

v3.2.0

5 years ago

🚀 Loop timeout setting: You now have a setting to tweak the maximum timeout of a loop iteration before it's marked as infinite loop. ♿️ Accessibility: Modals now have proper keyboard navigation integrated. ♿️ Accessibility: Color contrast improvements. 🚀 Popular libraries list updated. Thanks @diomed & @leninalbertolp 🔧 Bugfix: Modal take up appropriate width instead of spanning full width.

v3.0.0

6 years ago
  • After months of work, here is Web Maker 3.0. Read the blog post about it.
  • Web Maker is no more just a Chrome extension, it is also available as web app that runs offline just like the extension!
  • Now use Web Maker web app on any modern browser (tested with Chrome and Firefox).
  • User Accounts - The much requested user accounts are here. Now maintain your account and store all your creations in the cloud and access them anywhere anytime.
  • New layout mode - One more layout mode, that lets you align all the panes vertically.
  • No more restriction on scripts (Web app only) - If you are using the web app, there is no more a restriction to load scripts from only specific domains. Load any script! ** Inline scripts (Web app only)** - The restriction of writing JavaScript only in JS pane is also removed. 🚀 Announcement: I have also launched a Patreon campaign. If you love Web Maker, consider pledging to support me :) -> https://www.patreon.com/kushagra

v2.9.5

6 years ago
  • Read blog post about this release.
  • Keyboard shortcuts panel: Add a list of all keyboard shotcuts. Access with Ctrl/⌘ + Shift + ? or click keyboard button in footer.
  • Add external library: Better UX for searching third party libraries.
  • Improvement: Code panes now go fullscreen when double-clicked on their headers - which is much more intuitive behavior based on feedback from lot of developers.
  • Improvement: Add allowfullscreen attribute on iframes. Thanks @ClassicOldSong
  • Bugfix: Stop screenlog.js from showing up in the exported HTML.
  • Popular external libraries list updated. Thanks @jlapitan

v2.9.6

6 years ago
  • Bugfix: Fix close buttons not working in notifications and keyboard shortcuts modal.
  • Bugfix: Fix keyboard shortcut to see keyboard shortcuts :) Thanks @ClassicOldSong 🙏

v2.9.7

6 years ago
  • Tailwind CSS added to popular CSS libraries list. Thanks @diomed .
  • Popular libraries list updated. Thanks @diomed .
  • *Dev: Bug fixes and code refactoring to make things simple. Thanks @iamandrewluca

v2.8.0

6 years ago
  • Read blog post about this release.
  • Auto Save - Your creations now auto-save after your first manual save. This is configurable from settings.
  • Base2Tone-Meadow Editor Theme - First user contributed theme. Thanks to Diomed.
  • Use System Fonts - You can now use any of your existing system fonts in the editor!
  • Matching Tag Highlight - Cursor over any HTML tag would highlight the matching pair tag.
  • Auto-completion suggestion can now be switched off from settings.
  • Improvement - Stop white flicker in editor when the app opens.
  • Bugfix - Add Babel Polyfill to enable use of next-gen built-ins like Promise or WeakMap.
  • Vue.js version updated to 2.4.0 in popular library list.
  • Downloads permission is optional. Asked only when you take screenshot.