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:
authorYan Zhu <picturepan2@hotmail.com>2018-12-23 09:03:21 +0300
committerYan Zhu <picturepan2@hotmail.com>2018-12-23 09:03:21 +0300
commitcb542639988948295b0dd3afb36a5117b8572169 (patch)
tree9726dd318fa7f01d939ece804aad28fc5661e700
parentd30a0a0a00724444b443c6efdeb5594d1c5d499a (diff)
Add 0.5.8 Changelog
-rw-r--r--CHANGELOG.md9
-rw-r--r--docs/elements/icons.html2
-rw-r--r--docs/getting-started/whatsnew.html9
-rw-r--r--docs/src/elements/icons.pug2
4 files changed, 20 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e09a02a..b192b23 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
#### Spectre.css Changelog
+##### v0.5.8 [#](https://github.com/picturepan2/spectre/releases/tag/v0.5.8)
+
+- IMPORTANT: Moving
+- Add Auto width column #541
+- Add more Menu badge support #545
+- Improve 360-Degree Viewer
+- Fix gulp issue #547
+- Fix the errors in the Docs #538
+
##### v0.5.7 [#](https://github.com/picturepan2/spectre/releases/tag/v0.5.7)
- Add pure CSS 360-Degree Viewer
diff --git a/docs/elements/icons.html b/docs/elements/icons.html
index 9cd4ffa..d456221 100644
--- a/docs/elements/icons.html
+++ b/docs/elements/icons.html
@@ -214,7 +214,7 @@
</div>
<div class="docs-demo columns">
<div class="column">
- <div class="toast toast-primary">Spectre.css Icons will be moved to a new <a href="https://github.com/picturepan2/icons.css" target="_blank">GitHub Repo</a>.</div>
+ <div class="toast toast-primary">Spectre.css Icons will be moved to a new <a href="https://github.com/picturepan2/icons.css" target="_blank">GitHub Repo</a> while Spectre will only include basic icons.</div>
</div>
</div>
<p>
diff --git a/docs/getting-started/whatsnew.html b/docs/getting-started/whatsnew.html
index fbfc7f9..189f769 100644
--- a/docs/getting-started/whatsnew.html
+++ b/docs/getting-started/whatsnew.html
@@ -211,6 +211,15 @@
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
</div>
</div><h4>Spectre.css Changelog</h4>
+<h5>v0.5.8 <a href="https://github.com/picturepan2/spectre/releases/tag/v0.5.8">#</a></h5>
+<ul>
+<li>IMPORTANT: Moving</li>
+<li>Add Auto width column #541</li>
+<li>Add more Menu badge support #545</li>
+<li>Improve 360-Degree Viewer</li>
+<li>Fix gulp issue #547</li>
+<li>Fix the errors in the Docs #538</li>
+</ul>
<h5>v0.5.7 <a href="https://github.com/picturepan2/spectre/releases/tag/v0.5.7">#</a></h5>
<ul>
<li>Add pure CSS 360-Degree Viewer</li>
diff --git a/docs/src/elements/icons.pug b/docs/src/elements/icons.pug
index 70aa96e..77bc433 100644
--- a/docs/src/elements/icons.pug
+++ b/docs/src/elements/icons.pug
@@ -18,7 +18,7 @@ block docs-content
.toast.toast-primary
| Spectre.css Icons will be moved to a new
a(href="https://github.com/picturepan2/icons.css" target="_blank") GitHub Repo
- | .
+ | while Spectre will only include basic icons.
p
| Icons.css are single-element, responsive and pure CSS icons.
| You can include #[code spectre-icons.css] located in the #[code dist] folder to your web #{'<head>'} to have these CSS icons.