Releases: theisel/astro-toc
Releases · theisel/astro-toc
astro-toc@0.1.3
Patch Changes
-
91274d4: Fixes #3 Last subheader was skipped during render.
Thanks @newvicklee for pointing that out.
astro-toc@0.1.2
Patch Changes
-
2da733a: Feat: Added
as
to replace the current use ofstyle
prop to define the element type.- The use of
style
is ambiguous as it's a global attribute.
<TOC - style="menu" + as="menu" {...toc} />
- The use of
astro-toc@0.1.1
Patch Changes
- ef12345: Fixes missing
<a>
element whenurl
is in payload