Skip to content

ATELIER 0.10.0

Choose a tag to compare

@mcanouil-dev mcanouil-dev released this 01 Aug 10:41
· 17 commits to main since this release
d30c7fb

Installation

quarto add mcanouil/quarto-atelier@0.10.0

Changelog

New Features

  • feat: .embed-art, a utility class that frames an embedded document or an image as a tilted, centred card. The class goes on the image itself, so no wrapper div is needed. --atelier-embed-art-width, --atelier-embed-art-ratio, and --atelier-embed-art-tilt resize or straighten it, and the card holds its resting angle under prefers-reduced-motion: reduce.

Bug Fixes

  • fix: cancel the tabset link colour transition under prefers-reduced-motion: reduce. It was the one motion the theme introduced that the guard did not cover.

What's Changed

  • ci: harmonise release workflow ♻️ by @mcanouil in #22
  • feat: add the .embed-art utility class by @mcanouil in #24
  • ci: bump version for release 🚀 by @mcanouil-dev[bot] in #25

Full Changelog: 0.9.0...0.10.0