mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-22 14:31:13 +02:00
build
This commit is contained in:
@@ -474,7 +474,7 @@
|
||||
<input id="customEditorFontInput" type="text" value="" placeholder="Custom font name here" data-setting="editorCustomFont" d-change="updateSetting">
|
||||
</label>
|
||||
<label class="line">
|
||||
Font Size <input type="number" value="16" data-setting="fontSize" d-change="updateSetting"> px
|
||||
Font Size <input style="width:70px" type="number" value="16" data-setting="fontSize" d-change="updateSetting"> px
|
||||
|
||||
</label>
|
||||
<div class="line">
|
||||
@@ -526,6 +526,17 @@
|
||||
<input type="checkbox" d-change="updateSetting" data-setting="isCodeBlastOn"> Code blast!
|
||||
</label>
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<h3>Advanced</h3>
|
||||
<p>
|
||||
<label class="line" title="This timeout is used to indentify a possible infinite loop and prevent it.">
|
||||
Maximum time allowed in a loop iteration
|
||||
<input type="number" data-setting="infiniteLoopTimeout" d-change="updateSetting"> ms
|
||||
</label>
|
||||
<div class="help-text">If any loop iteration takes more than the defined time, it is detected as a potential infinite loop and further iterations are stopped.</div>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@@ -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>
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
<h1>
|
||||
<div class="web-maker-with-tag">Web Maker</div>
|
||||
<small style="font-size:14px;"> v3.1.1</small>
|
||||
<small style="font-size:14px;"> v3.2.0</small>
|
||||
</h1>
|
||||
|
||||
<div>
|
||||
@@ -23,11 +23,11 @@
|
||||
<p>Like this extension? Please
|
||||
<a href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh/reviews" target="_blank">rate it here</a>.</p>
|
||||
<p>
|
||||
<a aria-label="Support the developer" d-click="openSupportDeveloperModal" data-event-action="supportDeveloperHelpBtnClick"
|
||||
<button aria-label="Support the developer" d-click="openSupportDeveloperModal" data-event-action="supportDeveloperHelpBtnClick"
|
||||
class="btn btn-icon">
|
||||
<svg>
|
||||
<use xlink:href="#gift-icon"></use>
|
||||
</svg>Support the developer</a>
|
||||
</svg>Support the developer</button>
|
||||
<a aria-label="Rate Web Maker" href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh/reviews"
|
||||
target="_blank" class="btn btn-icon">
|
||||
<svg>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user