mirror of
https://github.com/tabler/tabler.git
synced 2026-08-14 23:32:25 +04:00
Release 1.0.0-beta12
This commit is contained in:
+76
-31
@@ -1,7 +1,7 @@
|
||||
<!doctype html>
|
||||
<!--
|
||||
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
|
||||
* @version 1.0.0-beta11
|
||||
* @version 1.0.0-beta12
|
||||
* @link https://tabler.io
|
||||
* Copyright 2018-2022 The Tabler Authors
|
||||
* Copyright 2018-2022 codecalm.net Paweł Kuna
|
||||
@@ -13,21 +13,23 @@
|
||||
<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"/>
|
||||
<link href="./dist/css/tabler-payments.min.css" rel="stylesheet"/>
|
||||
<link href="./dist/css/tabler-vendors.min.css" rel="stylesheet"/>
|
||||
<link href="./dist/css/demo.min.css" rel="stylesheet"/>
|
||||
<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;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body >
|
||||
<script src="./dist/js/demo-theme.min.js"></script>
|
||||
<div class="page">
|
||||
<!-- Navbar -->
|
||||
<header class="navbar navbar-expand-md navbar-light d-print-none">
|
||||
<div class="container-xl">
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-menu">
|
||||
@@ -54,11 +56,13 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-none d-md-flex">
|
||||
<a href="?theme=dark" class="nav-link px-0 hide-theme-dark" title="Enable dark mode" data-bs-toggle="tooltip" data-bs-placement="bottom">
|
||||
<a href="?theme=dark" class="nav-link px-0 hide-theme-dark" title="Enable dark mode" data-bs-toggle="tooltip"
|
||||
data-bs-placement="bottom">
|
||||
<!-- Download SVG icon from http://tabler-icons.io/i/moon -->
|
||||
<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="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /></svg>
|
||||
</a>
|
||||
<a href="?theme=light" class="nav-link px-0 hide-theme-light" title="Enable light mode" data-bs-toggle="tooltip" data-bs-placement="bottom">
|
||||
<a href="?theme=light" class="nav-link px-0 hide-theme-light" title="Enable light mode" data-bs-toggle="tooltip"
|
||||
data-bs-placement="bottom">
|
||||
<!-- Download SVG icon from http://tabler-icons.io/i/sun -->
|
||||
<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"/><circle cx="12" cy="12" r="4" /><path d="M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7" /></svg>
|
||||
</a>
|
||||
@@ -156,12 +160,12 @@
|
||||
</div>
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-end dropdown-menu-arrow">
|
||||
<a href="#" class="dropdown-item">Set status</a>
|
||||
<a href="#" class="dropdown-item">Profile & account</a>
|
||||
<a href="#" class="dropdown-item">Status</a>
|
||||
<a href="#" class="dropdown-item">Profile</a>
|
||||
<a href="#" class="dropdown-item">Feedback</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a href="#" class="dropdown-item">Settings</a>
|
||||
<a href="#" class="dropdown-item">Logout</a>
|
||||
<a href="./settings.html" class="dropdown-item">Settings</a>
|
||||
<a href="./sign-in.html" class="dropdown-item">Logout</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -312,6 +316,12 @@
|
||||
<a href="./sign-in.html" class="dropdown-item">
|
||||
Sign in
|
||||
</a>
|
||||
<a href="./sign-in-illustration.html" class="dropdown-item">
|
||||
Sign in with illustration
|
||||
</a>
|
||||
<a href="./sign-in-cover.html" class="dropdown-item">
|
||||
Sign in with cover
|
||||
</a>
|
||||
<a href="./sign-up.html" class="dropdown-item">
|
||||
Sign up
|
||||
</a>
|
||||
@@ -395,11 +405,11 @@
|
||||
<a class="dropdown-item" href="./users.html">
|
||||
Users
|
||||
</a>
|
||||
</div>
|
||||
<div class="dropdown-menu-column">
|
||||
<a class="dropdown-item" href="./license.html">
|
||||
License
|
||||
</a>
|
||||
</div>
|
||||
<div class="dropdown-menu-column">
|
||||
<a class="dropdown-item" href="./logs.html">
|
||||
Logs
|
||||
<span class="badge badge-sm bg-green text-uppercase ms-2">New</span>
|
||||
@@ -424,6 +434,10 @@
|
||||
Settings
|
||||
<span class="badge badge-sm bg-green text-uppercase ms-2">New</span>
|
||||
</a>
|
||||
<a class="dropdown-item" href="./job-listing.html">
|
||||
Job listing
|
||||
<span class="badge badge-sm bg-green text-uppercase ms-2">New</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -492,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>
|
||||
</span>
|
||||
<span class="nav-link-title">
|
||||
2320 icons
|
||||
2681 icons
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -524,7 +538,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
<div class="my-2 my-md-0 flex-grow-1 flex-md-grow-0 order-first order-md-last">
|
||||
<form action="." method="get">
|
||||
<form action="./" method="get" autocomplete="off" novalidate>
|
||||
<div class="input-icon">
|
||||
<span class="input-icon-addon">
|
||||
<!-- Download SVG icon from http://tabler-icons.io/i/search -->
|
||||
@@ -539,9 +553,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="page-wrapper">
|
||||
<div class="container-xl">
|
||||
<!-- Page title -->
|
||||
<div class="page-header d-print-none">
|
||||
<!-- Page header -->
|
||||
<div class="page-header d-print-none">
|
||||
<div class="container-xl">
|
||||
<div class="row g-2 align-items-center">
|
||||
<div class="col">
|
||||
<h2 class="page-title">
|
||||
@@ -551,6 +565,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Page body -->
|
||||
<div class="page-body">
|
||||
<div class="container-xl">
|
||||
<div class="row gx-lg-5">
|
||||
@@ -885,7 +900,7 @@
|
||||
<li class="nav-item">
|
||||
<a href="./changelog.html" class="nav-link">
|
||||
Changelog
|
||||
<span class="badge bg-primary-lt ms-auto">1.0.0-beta11</span>
|
||||
<span class="badge bg-primary-lt ms-auto">1.0.0-beta12</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -899,18 +914,48 @@
|
||||
<h1 class="m-0">Changelog</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mb-4">
|
||||
<h2 class="mb-2">
|
||||
<span>1.0.0-beta12</span> –
|
||||
<small>September 19, 2022</small>
|
||||
</h2>
|
||||
<ul>
|
||||
<li>new “Job listing” page</li>
|
||||
<li>new “Sign in with cover” page</li>
|
||||
<li>new “Logs” page</li>
|
||||
<li>new <code class="language-plaintext highlighter-rouge">progressbg</code> component</li>
|
||||
<li>add a lot of CSS variables</li>
|
||||
<li>add Dockerfile with alpine base</li>
|
||||
<li>add icon pulse/tada/rotate animations</li>
|
||||
<li>use :host 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>update Tabler Icons to v1.96</li>
|
||||
<li>change <code class="language-plaintext highlighter-rouge">space-y</code> component</li>
|
||||
<li>headings, shadows and borders unify</li>
|
||||
<li>toggle TinyMCE dark mode and skin based on the set Tabler theme</li>
|
||||
<li>fix <code class="language-plaintext highlighter-rouge">card-footer</code> background</li>
|
||||
<li>fix headers weight</li>
|
||||
<li>fix transparent hover background in pagination</li>
|
||||
<li>fix dark mode card text color</li>
|
||||
<li>fix <code class="language-plaintext highlighter-rouge">--#{$prefix}card-bg</code> is undefined</li>
|
||||
<li>fix global variable for <code class="language-plaintext highlighter-rouge">.card</code> and <code class="language-plaintext highlighter-rouge">.btn</code></li>
|
||||
<li>fix code sample in the customize tabler docs</li>
|
||||
<li>fix form elements demo page radio buttons</li>
|
||||
<li>replace <code class="language-plaintext highlighter-rouge">gulp-minify</code> with <code class="language-plaintext highlighter-rouge">gulp-terser</code></li>
|
||||
</ul>
|
||||
</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 <code class="language-plaintext highlighter-rouge">Dropzone</code> component</li>
|
||||
<li>new <code class="language-plaintext highlighter-rouge">Lightbox</code> component</li>
|
||||
<li>new <code class="language-plaintext highlighter-rouge">TinyMCS</code> component</li>
|
||||
<li>new <code class="language-plaintext highlighter-rouge">Inline Player</code> component</li>
|
||||
<li>new <code class="language-plaintext highlighter-rouge">Pricing table</code> component</li>
|
||||
<li>new <code class="language-plaintext highlighter-rouge">Datagrid</code> component</li>
|
||||
<li>new optgroup form examples</li>
|
||||
<li>new settings page</li>
|
||||
<li>update Tabler Icons to v1.78</li>
|
||||
@@ -925,12 +970,12 @@
|
||||
<small>April 29, 2022</small>
|
||||
</h2>
|
||||
<ul>
|
||||
<li>new ‘datatable’ component</li>
|
||||
<li>new <code class="language-plaintext highlighter-rouge">datatable</code> component</li>
|
||||
<li>update Tabler Icons to v1.67</li>
|
||||
<li>fix: <a href="https://github.com/tabler/tabler/issues/1024" target="_blank" rel="noopener">#1024</a> - fix Tom-select in dark mode</li>
|
||||
<li>new carousel indicators: dots, vertical, thumbs (<a href="https://github.com/tabler/tabler/issues/1101" target="_blank" rel="noopener">#1101</a>)</li>
|
||||
<li>replace !important modifier with more specific selectors (<a href="https://github.com/tabler/tabler/issues/1100" target="_blank" rel="noopener">#1100</a>)</li>
|
||||
<li>new ‘FAQ’ page</li>
|
||||
<li>new <code class="language-plaintext highlighter-rouge">FAQ</code> page</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="mb-4">
|
||||
@@ -940,7 +985,7 @@
|
||||
</h2>
|
||||
<ul>
|
||||
<li>fix: <a href="https://github.com/tabler/tabler/issues/1061" target="_blank" rel="noopener">#1061</a> - list group item colors in light and dark modes</li>
|
||||
<li>new ‘tasks’ dashboard</li>
|
||||
<li>new <code class="language-plaintext highlighter-rouge">tasks</code> dashboard</li>
|
||||
<li>fix: <a href="https://github.com/tabler/tabler/issues/1059" target="_blank" rel="noopener">#1059</a> - upload button in form element in dark view has problem</li>
|
||||
<li>fix: <a href="https://github.com/tabler/tabler/issues/1052" target="_blank" rel="noopener">#1052</a> - card background icon is practically invisible</li>
|
||||
<li>remove Inter font and use default font system stack</li>
|
||||
@@ -1109,7 +1154,7 @@
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="./changelog.html" class="link-secondary" rel="noopener">
|
||||
v1.0.0-beta11
|
||||
v1.0.0-beta12
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user