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 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
Original file line number Diff line number Diff line change 11"""A sphinx extension for designing beautiful, view size responsive web components."""
22from typing import TYPE_CHECKING
33
4- __version__ = "0.2 .0"
4+ __version__ = "0.3 .0"
55
66if TYPE_CHECKING :
77 from sphinx .application import Sphinx
You can’t perform that action at this time.
0 commit comments