1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-21 12:31:23 +02:00
This commit is contained in:
Kushagra Gour
2018-05-16 23:52:59 +05:30
parent 690ba7d2f5
commit 2882eab1a2
6 changed files with 37 additions and 9 deletions

View File

@@ -7,10 +7,18 @@
<h1>Whats new?</h1>
<div class="notification">
<span class="notification__version">3.1.1</span>
<span class="notification__version">3.2.0</span>
<ul>
<li>
<strong>Bugfix</strong>: Fix the "Run" button not refreshing the preview after release 3.0.4.
<strong>🚀 Loop timeout setting</strong>: You now have a setting to tweak the maximum timeout of a loop iteration before it's marked as infinite loop.
</li>
<li><strong>♿️ Accessibility</strong>: Modals now have proper keyboard navigation integrated.</li>
<li><strong>♿️ Accessibility</strong>: Color contrast improvements.</li>
<li>🚀 Popular libraries list updated. Thanks
<a href="https://github.com/diomed" target="_blank">@diomed</a> & <a href="https://github.com/leninalbertolp" target="_blank">@leninalbertolp</a>
</li>
<li>
<strong>🔧 Bugfix</strong>: Modal take up appropriate width instead of spanning full width.
</li>
<br>
@@ -36,6 +44,15 @@
</ul>
</div>
<div class="notification">
<span class="notification__version">3.1.1</span>
<ul>
<li>
<strong>Bugfix</strong>: Fix the "Run" button not refreshing the preview after release 3.0.4.
</li>
</ul>
</div>
<div class="notification">
<span class="notification__version">3.1.0</span>
<ul>