- ⬆️ Update Materials Design Icons to v4.0.0-46-gc9e5528, thanks to @2bndy5 (#69)
- 🐛 FIX: dropdown/tab-item
:name:
options (#91) - 🐛 FIX: Docs build against non-html formats (#88)
- 👌 IMPROVE: Add card options
class-img-top
/class-img-bottom
(#92) - 👌 IMPROVE: Add
link-alt
to fix card link accessibility (#89)- adds the
link-alt
option tocard
(andgrid-item-card
) directives, in order to assign a discernable name to the link (for screen readers).
- adds the
- 👌 IMPROVE: Make tab ids deterministic (#93)
- Use increasing indices, rather than UUIDs
- 🔧 MAINTAIN: Fix docutils
PendingDeprecationWarning
(#94) - 📚 DOCS: Update font awesome icons (#64)
Full Changelog: https://github.com/executablebooks/sphinx-design/compare/v0.2.0...v0.3.0
- ⬆️ Support Sphinx v5, drop v3
- ⬆️ Add Python 3.10 support
Full Changelog: https://github.com/executablebooks/sphinx-design/compare/v0.1.0...v0.2.0
- ✨ NEW: Add material design icons roles, thanks to @2bndy5 in #41
- ⬆️ UPGRADE: octicons to v16.1.1, thanks to @pocek in #43
- 🐛 FIX: Links in card titles by @chrisjsewell in #59
- 🐛 FIX: Exception on missing card link by @chrisjsewell in #60
- 🔧 MAINTAIN: Move from setuptools to flit for package build by @chrisjsewell in #58
- 🔧 MAINTAIN: Drop furo-specific stylesheet, thanks to @pradyunsg in #22
Full Changelog: https://github.com/executablebooks/sphinx-design/compare/v0.0.13...v0.1.0
✨ NEW: add icon far
role (#35), thanks to @OriolAbril
👌 IMPROVE: Styling for tabs (#21), thanks to @pradyunsg
👌 IMPROVE: Properly remove the border on dropdown card body (#23), thanks to @pradyunsg
🐛 FIX: sd-outline-*
classes color (#25)
✨ NEW: Add ref-type
option to button-ref
directive
✨ NEW: Add grid-item
directive child-direction
and child-align
options
✨ NEW: Add card
directive img-background
option
♻️ REFACTOR: test_sd_hide_root_title
to sd_hide_title
front-matter
👌 IMPROVE: dropdown chevrons
✨ NEW: Add test_sd_hide_root_title
config option to hide the root title.
👌 IMPROVE: sd-card-hover:hover
add scale 101%
📚 DOCS: Update landing page
✨ NEW: Add reverse
option for grid
directive
✨ NEW: Add animations
✨ NEW: Add card-carousel
directive
👌 IMPROVE: Make octicon's size variable
👌 IMPROVE: Allow auto
for grid columns
👌 IMPROVE: Add more CSS classes and add documentation 📚
Improve documentation 📚
Initial release 🎉