|
1 | 1 | <a d-click="onModalCloseBtnClick" href="" aria-label="Close notifications" title="Close" class="js-modal__close-btn modal__close-btn"> |
2 | 2 | <svg> |
3 | | - <use xlink:href="#cross-icon"></use> |
| 3 | + <use xlink:href="#cross-icon"></use> |
4 | 4 | </svg> |
5 | 5 | </a> |
6 | 6 |
|
7 | 7 | <h1>Whats new?</h1> |
8 | 8 |
|
9 | 9 | <div class="notification"> |
10 | | - <span class="notification__version">2.9.4</span> |
| 10 | + <span class="notification__version">2.9.5</span> |
11 | 11 | <ul> |
12 | | - <li><strong>Improvement</strong>: Atomic CSS (Atomizer) has been updated to latest version. Now you can do things like psuedo elements. Learn More.</li> |
13 | | - <li><strong>Bugfix</strong> - Logging circular objects is now possible. It won't show in the Web Maker console, but will show fine in browser's console.</li> |
14 | | - <li><strong>Bugfix</strong> - Console's z-index issue has been fixed.</li> |
15 | | - |
| 12 | + <li><strong>Keyboard shortcuts panel</strong>: Add a list of all keyboard shotcuts. Access with <code> Ctrl/⌘ + Shift + ?</code> or click keyboard button in footer.</li> |
| 13 | + <li><strong>Add external library</strong>: Better UX for searching third party libraries.</li> |
| 14 | + <li><strong>Improvement</strong>: Code panes now go fullscreen when double-clicked on their headers - which is much more intuitive behavior based on feedback from lot of developers.</li> |
| 15 | + <li><strong>Improvement</strong>: Add <code>allowfullscreen</code> attribute on iframes. Thanks <a href="https://github.com/ClassicOldSong" target="_blank">ClassicOldSong</a>.</li> |
| 16 | + <li><strong>Bugfix</strong> - Stop screenlog.js from showing up in the exported HTML.</li> |
| 17 | + <li>Popular external libraries list updated. Thanks <a href="https://github.com/jlapitan" target="_blank">jlapitan</a>.</li> |
| 18 | + |
16 | 19 | <br> |
17 | 20 | <li><strong>🚀 Announcement</strong>: Web Maker has a <a href="https://gitter.im/web-maker-app/Lobby" target="_blank">chat lobby on Gitter</a> now - incase you need any help or just want to say Hi!</li> |
18 | 21 | <li><a href="https://github.com/chinchang/web-maker/issues" target="_blank">Suggest features or report bugs.</a></li> |
19 | 22 | <li>Web Maker now has more than 50K weekly active users! Thank you for being a part of this community of awesome developers. If you find Web Maker helpful, <a href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh/reviews" target="_blank" class="btn">Please rate Web Maker <span class="star"></span></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" target="_blank" target="_blank" class="btn">Share it</a> <a aria-label="Support the developer" href="https://www.paypal.me/kushagragour" target="_blank" class="btn btn-icon">Support the developer</a></li> |
20 | 23 | </ul> |
21 | 24 | </div> |
22 | 25 |
|
| 26 | +<div class="notification"> |
| 27 | + <span class="notification__version">2.9.4</span> |
| 28 | + <ul> |
| 29 | + <li><strong>Improvement</strong>: Atomic CSS (Atomizer) has been updated to latest version. Now you can do things like psuedo elements. Learn More.</li> |
| 30 | + <li><strong>Bugfix</strong> - Logging circular objects is now possible. It won't show in the Web Maker console, but will show fine in browser's console.</li> |
| 31 | + <li><strong>Bugfix</strong> - Console's z-index issue has been fixed.</li> |
| 32 | + </ul> |
| 33 | +</div> |
| 34 | + |
23 | 35 | <div class="notification"> |
24 | 36 | <span class="notification__version">2.9.3</span> |
25 | 37 | <ul> |
@@ -68,7 +80,7 @@ <h1>Whats new?</h1> |
68 | 80 | <li>Semantic UI added to popular libraries.</li> |
69 | 81 | <li>Bootstrap, Vue, UI-Kit and more updated to latest versions in popular libraries.</li> |
70 | 82 | <li>UX improvements in settings UI</li> |
71 | | - |
| 83 | + |
72 | 84 | <li><strong>Bugfix</strong> - Trigger preview refresh anytime with Ctrl/⌘ + Shift + 5. Even with auto-preview on.</li> |
73 | 85 | </ul> |
74 | 86 | </div> |
|
0 commit comments