Skip to content

Commit 42077cf

Browse files
authored
🚀 RELEASE: v0.3.0 (#95)
1 parent f8dbc08 commit 42077cf

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## v0.3.0 - 2022-08-22
4+
5+
- ⬆️ Update Materials Design Icons to v4.0.0-46-gc9e5528, thanks to @2bndy5 (#69)
6+
- 🐛 FIX: dropdown/tab-item `:name:` options (#91)
7+
- 🐛 FIX: Docs build against non-html formats (#88)
8+
- 👌 IMPROVE: Add card options `class-img-top`/`class-img-bottom` (#92)
9+
- 👌 IMPROVE: Add `link-alt` to fix card link accessibility (#89)
10+
- adds the `link-alt` option to `card` (and `grid-item-card`) directives, in order to assign a discernable name to the link (for screen readers).
11+
- 👌 IMPROVE: Make tab ids deterministic (#93)
12+
- Use increasing indices, rather than UUIDs
13+
- 🔧 MAINTAIN: Fix docutils `PendingDeprecationWarning` (#94)
14+
- 📚 DOCS: Update font awesome icons (#64)
15+
16+
**Full Changelog**: <https://github.com/executablebooks/sphinx-design/compare/v0.2.0...v0.3.0>
17+
318
## v0.2.0 - 2022-06-14
419

520
- ⬆️ Support Sphinx v5, drop v3

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.2.0"
4+
__version__ = "0.3.0"
55

66
if TYPE_CHECKING:
77
from sphinx.application import Sphinx

0 commit comments

Comments
 (0)