Skip to content

Releases: lin-stephanie/rehype-callouts

2.0.1

02 Feb 16:07
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

2.0.0

29 Jan 09:23
Compare
Choose a tag to compare

   🚨 Breaking Changes

  • Update options & adjust class names and attrs in generated callouts & require Node 18+  -  by @lin-stephanie in #21 (818ae)

   🐞 Bug Fixes

  • Resolve [!T] not matching with aliases: {tip: ['T']}  -  by @lin-stephanie (3ecd9)
  • Handle AST differences in Svelte causing custom titles to fail & fix incorrect handling of Markdown at the start of custom titles (e.g., [!note]- **callout** title)  -  by @lin-stephanie (61b9a)
    View changes on GitHub

1.4.1

19 Dec 07:25
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

1.4.0

18 Dec 16:59
Compare
Choose a tag to compare

   🚀 Features

  • Automatically add aria-hidden="true" to the container element of the Icon to improve accessibility by hiding decorative SVG elements  -  by @lin-stephanie (a7953)
    View changes on GitHub

1.3.0

11 Nov 17:17
Compare
Choose a tag to compare

   🚀 Features

  • Added htmlTagNames option to configure HTML tag names in the callout structure for greater semantic flexibility  -  by @lin-stephanie in #8 (0c789)
    View changes on GitHub

1.2.0

09 Nov 15:21
Compare
Choose a tag to compare

   🚀 Features

  • Apply dir="auto" to callout container elements for automatic text direction  -  by @lin-stephanie (5e2db)
    View changes on GitHub

1.1.0

10 Oct 18:20
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

1.0.3

22 Jul 04:19
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

1.0.2

21 Jul 07:45
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

1.0.0

19 Jul 07:33
Compare
Choose a tag to compare

   🚀 Features

  • Render blockquote-based callouts
  • Support Github, Obsidian, VitePress callout styles