1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-26 04:54:40 +04:00

Release 1.0.0-alpha.12

This commit is contained in:
codecalm
2020-11-09 22:38:34 +01:00
parent f04b08415f
commit 134170ee9b
114 changed files with 11191 additions and 4918 deletions
+28 -8
View File
@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.11
* @version 1.0.0-alpha.12
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -38,7 +38,7 @@
</head>
<body class="antialiased">
<div class="page">
<header class="navbar navbar-expand-md navbar-light">
<header class="navbar navbar-expand-md navbar-light d-print-none">
<div class="container-xl">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-menu">
<span class="navbar-toggler-icon"></span>
@@ -163,6 +163,11 @@
Charts
</a>
</li>
<li >
<a class="dropdown-item" href="../charts-heatmap.html" >
Charts heatmap
</a>
</li>
<li >
<a class="dropdown-item" href="../pagination.html" >
Pagination
@@ -173,6 +178,11 @@
Skeleton
</a>
</li>
<li >
<a class="dropdown-item" href="../tabs.html" >
Tabs
</a>
</li>
<li >
<a class="dropdown-item" href="../tables.html" >
Tables
@@ -194,8 +204,13 @@
</a>
</li>
<li >
<a class="dropdown-item" href="../docs-index.html" >
Docs index
<a class="dropdown-item" href="../typography.html" >
Typography
</a>
</li>
<li >
<a class="dropdown-item" href="../markdown.html" >
Markdown
</a>
</li>
<li class="dropright">
@@ -274,6 +289,11 @@
Gallery
</a>
</li>
<li >
<a class="dropdown-item" href="../license.html" >
License
</a>
</li>
<li >
<a class="dropdown-item" href="../profile.html" >
Profile
@@ -389,7 +409,7 @@
<div class="content">
<div class="container-xl">
<!-- Page title -->
<div class="page-header">
<div class="page-header d-print-none">
<div class="row align-items-center">
<div class="col">
<h2 class="page-title">
@@ -621,7 +641,7 @@
<span class="nav-link-icon"><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="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.11</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.12</span>
</a>
</li>
</ul>
@@ -656,7 +676,7 @@
</div>
</div>
</div>
<footer class="footer footer-transparent">
<footer class="footer footer-transparent d-print-none">
<div class="container">
<div class="row text-center align-items-center flex-row-reverse">
<div class="col-lg-auto ml-lg-auto">
@@ -674,7 +694,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary">v1.0.0-alpha.11</a>
<a href="../changelog.html" class="link-secondary">v1.0.0-alpha.12</a>
</li>
</ul>
</div>