|
@@ -1,7 +1,7 @@
|
|
<!doctype html>
|
|
<!doctype html>
|
|
<!--
|
|
<!--
|
|
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
|
|
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
|
|
-* @version 1.0.0-beta12
|
|
|
|
|
|
+* @version 1.0.0-beta13
|
|
* @link https://tabler.io
|
|
* @link https://tabler.io
|
|
* Copyright 2018-2022 The Tabler Authors
|
|
* Copyright 2018-2022 The Tabler Authors
|
|
* Copyright 2018-2022 codecalm.net Paweł Kuna
|
|
* Copyright 2018-2022 codecalm.net Paweł Kuna
|
|
@@ -506,7 +506,7 @@
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7" /><line x1="10" y1="10" x2="10.01" y2="10" /><line x1="14" y1="10" x2="14.01" y2="10" /><path d="M10 14a3.5 3.5 0 0 0 4 0" /></svg>
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7" /><line x1="10" y1="10" x2="10.01" y2="10" /><line x1="14" y1="10" x2="14.01" y2="10" /><path d="M10 14a3.5 3.5 0 0 0 4 0" /></svg>
|
|
</span>
|
|
</span>
|
|
<span class="nav-link-title">
|
|
<span class="nav-link-title">
|
|
- 2681 icons
|
|
|
|
|
|
+ 2853 icons
|
|
</span>
|
|
</span>
|
|
</a>
|
|
</a>
|
|
</li>
|
|
</li>
|
|
@@ -814,6 +814,11 @@
|
|
Toasts
|
|
Toasts
|
|
</a>
|
|
</a>
|
|
</li>
|
|
</li>
|
|
|
|
+ <li class="nav-item">
|
|
|
|
+ <a href="./docs/tracking.html" class="nav-link">
|
|
|
|
+ Tracking
|
|
|
|
+ </a>
|
|
|
|
+ </li>
|
|
<li class="nav-item">
|
|
<li class="nav-item">
|
|
<a href="./docs/tooltips.html" class="nav-link">
|
|
<a href="./docs/tooltips.html" class="nav-link">
|
|
Tooltips
|
|
Tooltips
|
|
@@ -900,7 +905,7 @@
|
|
<li class="nav-item">
|
|
<li class="nav-item">
|
|
<a href="./changelog.html" class="nav-link">
|
|
<a href="./changelog.html" class="nav-link">
|
|
Changelog
|
|
Changelog
|
|
- <span class="badge bg-primary-lt ms-auto">1.0.0-beta12</span>
|
|
|
|
|
|
+ <span class="badge bg-primary-lt ms-auto">1.0.0-beta13</span>
|
|
</a>
|
|
</a>
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
@@ -914,6 +919,41 @@
|
|
<h1 class="m-0">Changelog</h1>
|
|
<h1 class="m-0">Changelog</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="mb-4">
|
|
|
|
+ <h2 class="mb-2">
|
|
|
|
+ <span>1.0.0-beta13</span> –
|
|
|
|
+ <small>October 18, 2022</small>
|
|
|
|
+ </h2>
|
|
|
|
+ <ul>
|
|
|
|
+ <li>update Bootstrap to 5.2.1, update dependencies</li>
|
|
|
|
+ <li>new <code class="language-plaintext highlighter-rouge">tracking</code> component</li>
|
|
|
|
+ <li>new radio button version of <code class="language-plaintext highlighter-rouge">form-imagecheck</code></li>
|
|
|
|
+ <li>update icons to v1.105.0</li>
|
|
|
|
+ <li>dark mode improvements</li>
|
|
|
|
+ <li>corrects the spelling of New Zealand (<a href="https://github.com/tabler/tabler/issues/1318" target="_blank" rel="noopener">#1318</a>)</li>
|
|
|
|
+ <li>remove <code class="language-plaintext highlighter-rouge">$border-color-dark</code></li>
|
|
|
|
+ <li>fix <a href="https://github.com/tabler/tabler/issues/1301" target="_blank" rel="noopener">#1301</a> - code snippets in docs look bad in dark mode</li>
|
|
|
|
+ <li>fix <a href="https://github.com/tabler/tabler/issues/1305" target="_blank" rel="noopener">#1305</a> - different default link color for dark mode</li>
|
|
|
|
+ <li>fix popover background in dark mode</li>
|
|
|
|
+ <li>fix button default border color</li>
|
|
|
|
+ <li>fix <code class="language-plaintext highlighter-rouge">form-imagecheck</code> bg in dark mode</li>
|
|
|
|
+ <li>navbar logo fix</li>
|
|
|
|
+ <li>move card ribbons config to variables</li>
|
|
|
|
+ <li>navbar border fix</li>
|
|
|
|
+ <li>dark mode active fix</li>
|
|
|
|
+ <li>using globalThis instead of window (<a href="https://github.com/tabler/tabler/issues/1315" target="_blank" rel="noopener">#1315</a>)</li>
|
|
|
|
+ <li>fix <a href="https://github.com/tabler/tabler/issues/1210" target="_blank" rel="noopener">#1210</a> - lastmod not generated for pages in <code class="language-plaintext highlighter-rouge">sitemap.xml</code></li>
|
|
|
|
+ <li>fix card border in dark mode</li>
|
|
|
|
+ <li>fix <a href="https://github.com/tabler/tabler/issues/895" target="_blank" rel="noopener">#895</a> - background color overwrites background image</li>
|
|
|
|
+ <li>fix <a href="https://github.com/tabler/tabler/issues/1302" target="_blank" rel="noopener">#1302</a> - wrong card header in dark mode</li>
|
|
|
|
+ <li>fix <a href="https://github.com/tabler/tabler/issues/1303" target="_blank" rel="noopener">#1303</a> - wrong color when hovering over <code class="language-plaintext highlighter-rouge">selectgroup</code> in dark mode</li>
|
|
|
|
+ <li>fix <a href="https://github.com/tabler/tabler/issues/1308" target="_blank" rel="noopener">#1308</a> - bad coloring in table in dark mode</li>
|
|
|
|
+ <li>fix <a href="https://github.com/tabler/tabler/issues/1273" target="_blank" rel="noopener">#1273</a> - datepicker background color broken</li>
|
|
|
|
+ <li>fix <code class="language-plaintext highlighter-rouge">$prefix</code> hard coded <code class="language-plaintext highlighter-rouge">layout/_dark.scss</code></li>
|
|
|
|
+ <li>fix <a href="https://github.com/tabler/tabler/issues/1275" target="_blank" rel="noopener">#1275</a> remove last border-right on progress bar</li>
|
|
|
|
+ <li>fix <a href="https://github.com/tabler/tabler/issues/1261" target="_blank" rel="noopener">#1261</a>: broken offcanvas bg</li>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
<div class="mb-4">
|
|
<div class="mb-4">
|
|
<h2 class="mb-2">
|
|
<h2 class="mb-2">
|
|
<span>1.0.0-beta12</span> –
|
|
<span>1.0.0-beta12</span> –
|
|
@@ -927,7 +967,7 @@
|
|
<li>add a lot of CSS variables</li>
|
|
<li>add a lot of CSS variables</li>
|
|
<li>add Dockerfile with alpine base</li>
|
|
<li>add Dockerfile with alpine base</li>
|
|
<li>add icon pulse/tada/rotate animations</li>
|
|
<li>add icon pulse/tada/rotate animations</li>
|
|
- <li>use :host in selectors to support Web Components</li>
|
|
|
|
|
|
+ <li>use <code class="language-plaintext highlighter-rouge">:host</code> in selectors to support Web Components</li>
|
|
<li>use dark table variant colors in dark mode (<a href="https://github.com/tabler/tabler/issues/1200" target="_blank" rel="noopener">#1200</a>)</li>
|
|
<li>use dark table variant colors in dark mode (<a href="https://github.com/tabler/tabler/issues/1200" target="_blank" rel="noopener">#1200</a>)</li>
|
|
<li>update Tabler Icons to v1.96</li>
|
|
<li>update Tabler Icons to v1.96</li>
|
|
<li>change <code class="language-plaintext highlighter-rouge">space-y</code> component</li>
|
|
<li>change <code class="language-plaintext highlighter-rouge">space-y</code> component</li>
|
|
@@ -1055,7 +1095,7 @@
|
|
<ul>
|
|
<ul>
|
|
<li><strong>Dark mode enabled!</strong></li>
|
|
<li><strong>Dark mode enabled!</strong></li>
|
|
<li>add more cursors (<a href="https://github.com/tabler/tabler/issues/947" target="_blank" rel="noopener">#947</a>)</li>
|
|
<li>add more cursors (<a href="https://github.com/tabler/tabler/issues/947" target="_blank" rel="noopener">#947</a>)</li>
|
|
- <li>fix <a href="https://github.com/tabler/tabler/issues/892" target="_blank" rel="noopener">#892</a> - Media queries need to be nested when negating</li>
|
|
|
|
|
|
+ <li>fix <a href="https://github.com/tabler/tabler/issues/892" target="_blank" rel="noopener">#892</a> - media queries need to be nested when negating</li>
|
|
<li>update <code class="language-plaintext highlighter-rouge">@tabler/icons</code> to newest version</li>
|
|
<li>update <code class="language-plaintext highlighter-rouge">@tabler/icons</code> to newest version</li>
|
|
<li>move optional dependencies to peerDependencies (<a href="https://github.com/tabler/tabler/issues/924" target="_blank" rel="noopener">#924</a>)</li>
|
|
<li>move optional dependencies to peerDependencies (<a href="https://github.com/tabler/tabler/issues/924" target="_blank" rel="noopener">#924</a>)</li>
|
|
<li>move deployment to Github Actions (<a href="https://github.com/tabler/tabler/issues/934" target="_blank" rel="noopener">#934</a>)</li>
|
|
<li>move deployment to Github Actions (<a href="https://github.com/tabler/tabler/issues/934" target="_blank" rel="noopener">#934</a>)</li>
|
|
@@ -1076,7 +1116,7 @@
|
|
<li>upgrade required node.js version to 14</li>
|
|
<li>upgrade required node.js version to 14</li>
|
|
<li>upgrade Bootstrap to 5.1</li>
|
|
<li>upgrade Bootstrap to 5.1</li>
|
|
<li>upgrade dependencies</li>
|
|
<li>upgrade dependencies</li>
|
|
- <li>fix <a href="https://github.com/tabler/tabler/issues/775" target="_blank" rel="noopener">#775</a> litepicker not initializing</li>
|
|
|
|
|
|
+ <li>fix <a href="https://github.com/tabler/tabler/issues/775" target="_blank" rel="noopener">#775</a> - litepicker not initializing</li>
|
|
<li>fix <code class="language-plaintext highlighter-rouge">nouislider</code> import in dev</li>
|
|
<li>fix <code class="language-plaintext highlighter-rouge">nouislider</code> import in dev</li>
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
@@ -1154,7 +1194,7 @@
|
|
</li>
|
|
</li>
|
|
<li class="list-inline-item">
|
|
<li class="list-inline-item">
|
|
<a href="./changelog.html" class="link-secondary" rel="noopener">
|
|
<a href="./changelog.html" class="link-secondary" rel="noopener">
|
|
- v1.0.0-beta12
|
|
|
|
|
|
+ v1.0.0-beta13
|
|
</a>
|
|
</a>
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|