Skip to content

ICONIFY 3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 May 16:14
· 2 commits to main since this release
a69cbb9

Featured

Setting (CSS) style attribute:

{{< iconify simple-icons:quarto style="color:#74aadb;" >}}

Defining default values for attributes:

iconify:
  set: "octicon"
  size: "Huge"
  width: "1em"
  height: "1em"
  flip: "horizontal"
  rotate: "90deg"
  inline: true
  mode: "svg"
  style: "color: #b22222;"

What's Changed

  • feat: Iconify 3.0.0, YAML defaults, and new "style" attribute by @mcanouil in #39
  • ci: bump version for release 🚀 by @github-actions in #40
  • revert :"ci: bump version for release 🚀" by @mcanouil in #41
  • ci: bump version for release 🚀 by @github-actions in #42

Full Changelog: 2.3.1...3.0.0