File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
18
## v0.2.0 - 2022-06-14
4
19
5
20
- ⬆️ Support Sphinx v5, drop v3
Original file line number Diff line number Diff line change 1
1
"""A sphinx extension for designing beautiful, view size responsive web components."""
2
2
from typing import TYPE_CHECKING
3
3
4
- __version__ = "0.2 .0"
4
+ __version__ = "0.3 .0"
5
5
6
6
if TYPE_CHECKING :
7
7
from sphinx .application import Sphinx
You can’t perform that action at this time.
0 commit comments