|
@@ -13,6 +13,12 @@
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
|
|
|
<title>Changelog - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
|
|
|
+ <style>
|
|
|
+ @import url('https://rsms.me/inter/inter.css');
|
|
|
+ :root {
|
|
|
+ --tblr-font-sans-serif: Inter,-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif !important;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
<!-- CSS files -->
|
|
|
<link href="./dist/css/tabler.min.css" rel="stylesheet"/>
|
|
|
<link href="./dist/css/tabler-flags.min.css" rel="stylesheet"/>
|
|
@@ -394,6 +400,10 @@
|
|
|
<a class="dropdown-item" href="./license.html">
|
|
|
License
|
|
|
</a>
|
|
|
+ <a class="dropdown-item" href="./logs.html">
|
|
|
+ Logs
|
|
|
+ <span class="badge badge-sm bg-green text-uppercase ms-2">New</span>
|
|
|
+ </a>
|
|
|
<a class="dropdown-item" href="./music.html">
|
|
|
Music
|
|
|
</a>
|
|
@@ -482,7 +492,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>
|
|
|
</span>
|
|
|
<span class="nav-link-title">
|
|
|
- 2160 icons
|
|
|
+ 2320 icons
|
|
|
</span>
|
|
|
</a>
|
|
|
</li>
|
|
@@ -875,7 +885,7 @@
|
|
|
<li class="nav-item">
|
|
|
<a href="./changelog.html" class="nav-link">
|
|
|
Changelog
|
|
|
- <span class="badge bg-blue-lt ms-auto">1.0.0-beta11</span>
|
|
|
+ <span class="badge bg-primary-lt ms-auto">1.0.0-beta11</span>
|
|
|
</a>
|
|
|
</li>
|
|
|
</ul>
|
|
@@ -889,6 +899,26 @@
|
|
|
<h1 class="m-0">Changelog</h1>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="mb-4">
|
|
|
+ <h2 class="mb-2">
|
|
|
+ <span>1.0.0-beta11</span> –
|
|
|
+ <small>July 05, 2022</small>
|
|
|
+ </h2>
|
|
|
+ <ul>
|
|
|
+ <li>new ‘Dropzone’ component</li>
|
|
|
+ <li>new ‘Lightbox’ component</li>
|
|
|
+ <li>new ‘TinyMCS’ component</li>
|
|
|
+ <li>new ‘Inline Player’ component</li>
|
|
|
+ <li>new ‘Pricing table’ component</li>
|
|
|
+ <li>new ‘Datagrid’ compontent</li>
|
|
|
+ <li>new optgroup form examples</li>
|
|
|
+ <li>new settings page</li>
|
|
|
+ <li>update Tabler Icons to v1.78</li>
|
|
|
+ <li>added popover docs page</li>
|
|
|
+ <li>fix: <a href="https://github.com/tabler/tabler/issues/1125" target="_blank" rel="noopener">#1125</a> incorrect chart display in the mobile version</li>
|
|
|
+ <li>update Bootstrap to 5.2.0</li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
<div class="mb-4">
|
|
|
<h2 class="mb-2">
|
|
|
<span>1.0.0-beta10</span> –
|