Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting-started/whatsnew.html')
-rw-r--r--docs/getting-started/whatsnew.html19
1 files changed, 17 insertions, 2 deletions
diff --git a/docs/getting-started/whatsnew.html b/docs/getting-started/whatsnew.html
index 881b3dc..b7d149d 100644
--- a/docs/getting-started/whatsnew.html
+++ b/docs/getting-started/whatsnew.html
@@ -6,8 +6,14 @@
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
- <meta name="description" content="Spectre.css is a lightweight, responsive and modern CSS framework for faster and extensible development. Spectre provides basic styles for typography and elements, flexbox based responsive layout system, pure CSS components and utilities with best practice coding and consistent design language.">
+ <meta name="description" content="Spectre.css CSS Framework is a lightweight, responsive and modern CSS framework for faster and extensible development. Spectre provides basic styles for typography and elements, flexbox based responsive layout system, pure CSS components and utilities with best practice coding and consistent design language.">
<meta name="author" content="Yan Zhu">
+ <meta property="og:url" content="https://picturepan2.github.io/spectre/getting-started/whatsnew.html">
+ <meta property="og:title" content="What's New - Getting started - Spectre.css CSS Framework">
+ <meta property="og:description" content="Spectre.css CSS Framework is a lightweight, responsive and modern CSS framework for faster and extensible development. Spectre provides basic styles for typography and elements, flexbox based responsive layout system, pure CSS components and utilities with best practice coding and consistent design language.">
+ <meta name="twitter:card" content="summary">
+ <meta name="twitter:site" content="@spectrecss">
+ <meta name="twitter:creator" content="@picturepan2">
<link rel="shortcut icon" href="../img/favicons/favicon.ico">
<link rel="icon" href="../img/favicons/favicon.png">
<link rel="stylesheet" href="../dist/spectre.min.css">
@@ -160,6 +166,8 @@
<label class="accordion-header c-hand" for="accordion-experimentals">Experimentals</label>
<div class="accordion-body">
<ul class="menu menu-nav">
+ <li class="menu-item"><a href="../experimentals/viewer-360.html">360-Degree Viewer</a>
+ </li>
<li class="menu-item"><a href="../experimentals/autocomplete.html">Autocomplete</a>
</li>
<li class="menu-item"><a href="../experimentals/calendars.html">Calendars</a>
@@ -203,6 +211,13 @@
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
</div>
</div><h4>Spectre.css Changelog</h4>
+<h5><a href="https://github.com/picturepan2/spectre/releases/tag/v0.5.7">v0.5.7</a></h5>
+<ul>
+<li>Add pure CSS 360-Degree Viewer</li>
+<li>Improve Docs SEO</li>
+<li>Change Carousels image number to variable #428</li>
+<li>Fix Form textarea height issue</li>
+</ul>
<h5><a href="https://github.com/picturepan2/spectre/releases/tag/v0.5.6">v0.5.6</a></h5>
<ul>
<li>Add Docs Search #509 #291</li>
@@ -345,7 +360,7 @@
<li>Update label mixin and code mono font family</li>
</ul>
<h5><a href="https://github.com/picturepan2/spectre/releases/tag/v0.3.1">v0.3.1</a></h5>
-<p><em>IMPORTANT</em>: The default root font-size has been changed to <code>20px</code>, please update your <code>rem</code> numbers if you're using the custom sizes. <a href="https://picturepan2.github.io/spectre/getting-started.html#variables-sizes">Learn more</a>.</p>
+<p><em>IMPORTANT</em>: The default root font-size has been changed to <code>20px</code>, please update your <code>rem</code> numbers if you're using the custom sizes. <a href="https://picturepan2.github.io/spectre/getting-started/custom.html#variables-sizes">Learn more</a>.</p>
<ul>
<li>Fix margin and padding utilities bug</li>
<li>Add grid offset</li>