Skip to content

Commit

Permalink
🚀 RELEASE: v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Aug 5, 2021
1 parent 843564f commit 006f348
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## v0.0.8 - 2021-06-08

✨ NEW: Add `test_sd_hide_root_title` config option to hide the root title.

👌 IMPROVE: `sd-card-hover:hover` add scale 101%

📚 DOCS: Update landing page

## v0.0.7 - 2021-05-08

✨ NEW: Add `reverse` option for `grid` directive
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ paragraph and tab-set in grid-item

rtd PRs not working

octicon in button text shown as raw HTML


[github-ci]: https://github.com/executablebooks/sphinx-design/workflows/continuous-integration/badge.svg?branch=main
[github-link]: https://github.com/executablebooks/sphinx-design
[codecov-badge]: https://codecov.io/gh/executablebooks/sphinx-design/branch/main/graph/badge.svg
Expand Down
2 changes: 1 addition & 1 deletion sphinx_design/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A sphinx extension for designing beautiful, view size responsive web components."""
from typing import TYPE_CHECKING

__version__ = "0.0.7"
__version__ = "0.0.8"

if TYPE_CHECKING:
from sphinx.application import Sphinx
Expand Down
2 changes: 1 addition & 1 deletion sphinx_design/badges_buttons.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def run(self) -> Tuple[List[nodes.Node], List[nodes.system_message]]:


class _ButtonDirective(SphinxDirective):
"""A base button directivek."""
"""A base button directive."""

required_arguments = 1
optional_arguments = 0
Expand Down

0 comments on commit 006f348

Please sign in to comment.