Skip to content

Commit 006f348

Browse files
committed
🚀 RELEASE: v0.0.8
1 parent 843564f commit 006f348

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## v0.0.8 - 2021-06-08
4+
5+
✨ NEW: Add `test_sd_hide_root_title` config option to hide the root title.
6+
7+
👌 IMPROVE: `sd-card-hover:hover` add scale 101%
8+
9+
📚 DOCS: Update landing page
10+
311
## v0.0.7 - 2021-05-08
412

513
✨ NEW: Add `reverse` option for `grid` directive

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ paragraph and tab-set in grid-item
8383

8484
rtd PRs not working
8585

86+
octicon in button text shown as raw HTML
87+
88+
8689
[github-ci]: https://github.com/executablebooks/sphinx-design/workflows/continuous-integration/badge.svg?branch=main
8790
[github-link]: https://github.com/executablebooks/sphinx-design
8891
[codecov-badge]: https://codecov.io/gh/executablebooks/sphinx-design/branch/main/graph/badge.svg

sphinx_design/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""A sphinx extension for designing beautiful, view size responsive web components."""
22
from typing import TYPE_CHECKING
33

4-
__version__ = "0.0.7"
4+
__version__ = "0.0.8"
55

66
if TYPE_CHECKING:
77
from sphinx.application import Sphinx

sphinx_design/badges_buttons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def run(self) -> Tuple[List[nodes.Node], List[nodes.system_message]]:
128128

129129

130130
class _ButtonDirective(SphinxDirective):
131-
"""A base button directivek."""
131+
"""A base button directive."""
132132

133133
required_arguments = 1
134134
optional_arguments = 0

0 commit comments

Comments
 (0)