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 2d790ee commit 85aeb15Copy full SHA for 85aeb15
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## v0.0.7 - 2021-05-08
4
+
5
+✨ NEW: Add `reverse` option for `grid` directive
6
7
+✨ NEW: Add animations
8
9
## v0.0.6 - 2021-04-08
10
11
✨ NEW: Add `card-carousel` directive
@@ -10,7 +16,7 @@
16
17
## v0.0.4 - 2021-28-07
12
18
13
-👌 IMPROVE: Allow `auto` for grid columns.
19
+👌 IMPROVE: Allow `auto` for grid columns
14
20
15
21
## v0.0.3 - 2021-26-07
22
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.6"
+__version__ = "0.0.7"
if TYPE_CHECKING:
from sphinx.application import Sphinx
0 commit comments