We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab8233 commit ecd76d3Copy full SHA for ecd76d3
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Change Log
2
3
+## v0.0.13
4
+
5
+✨ NEW: add icon `far` role (#35), thanks to @OriolAbril
6
7
+👌 IMPROVE: Styling for tabs (#21), thanks to @pradyunsg
8
9
+👌 IMPROVE: Properly remove the border on dropdown card body (#23), thanks to @pradyunsg
10
11
+🐛 FIX: `sd-outline-*` classes color (#25)
12
13
## v0.0.11 - 2021-09-08
14
15
✨ NEW: Add `ref-type` option to `button-ref` directive
sphinx_design/__init__.py
@@ -1,7 +1,7 @@
"""A sphinx extension for designing beautiful, view size responsive web components."""
from typing import TYPE_CHECKING
-__version__ = "0.0.12"
+__version__ = "0.0.13"
if TYPE_CHECKING:
from sphinx.application import Sphinx
0 commit comments