Skip to content

Commit

Permalink
Merge pull request #230 from chinchang/2.9.4
Browse files Browse the repository at this point in the history
2.9.4
  • Loading branch information
chinchang authored Nov 9, 2017
2 parents bba5f04 + 1da7d90 commit e473d8f
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 19,012 deletions.
8 changes: 8 additions & 0 deletions scripts/generate-atomizer-web.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
npm install atomizer
touch atomizer.js
echo "require('atomizer');" > atomizer.js
webpack --output-library Atomizer --output-library-target umd atomizer atomizer-web.js
uglifyjs atomizer-web.js --compress > atomizer-web.min.js
echo 'window.atomizer = new Atomizer();' >> atomizer-web.min.js
mv atomizer-web.min.js src/lib/atomizer.browser.js
rm atomizer-web.js atomizer.js
19 changes: 14 additions & 5 deletions src/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@

<h1>Whats new?</h1>

<div class="notification">
<span class="notification__version">2.9.4</span>
<ul>
<li><strong>Improvement</strong>: Atomic CSS (Atomizer) has been updated to latest version. Now you can do things like psuedo elements. Learn More.</li>
<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>
<li><strong>Bugfix</strong> - Console's z-index issue has been fixed.</li>

<br>
<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>
<li><a href="https://github.com/chinchang/web-maker/issues" target="_blank">Suggest features or report bugs.</a></li>
<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> &nbsp; <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>&nbsp; <a aria-label="Support the developer" href="https://www.paypal.me/kushagragour" target="_blank" class="btn btn-icon">Support the developer</a></li>
</ul>
</div>

<div class="notification">
<span class="notification__version">2.9.3</span>
<ul>
Expand All @@ -20,11 +34,6 @@ <h1>Whats new?</h1>
<li>gstatic.com is available to load external JavaScripts from.</li>
<li>Popular libraries list updated. Thanks <a href="https://github.com/diomed" target="_blank">diomed</a>.</li>
<li>Added <a href="https://github.com/chinchang/web-maker/blob/master/CONTRIBUTING.md" target="_blank">contribution guidelines</a> in the Github repository.</li>

<br>
<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>
<li><a href="https://github.com/chinchang/web-maker/issues" target="_blank">Suggest features or report bugs.</a></li>
<li>Thank you for being a part of this community of thousands 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> &nbsp; <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>&nbsp; <a aria-label="Support the developer" href="https://www.paypal.me/kushagragour" target="_blank" class="btn btn-icon">Support the developer</a></li>
</ul>
</div>

Expand Down
Loading

0 comments on commit e473d8f

Please sign in to comment.