Skip to content

Releases: theisel/astro-toc

astro-toc@0.1.3

27 Feb 21:41
ad29e45
Compare
Choose a tag to compare

Patch Changes

  • 91274d4: Fixes #3 Last subheader was skipped during render.

    Thanks @newvicklee for pointing that out.

astro-toc@0.1.2

31 Oct 06:06
0a7ebba
Compare
Choose a tag to compare

Patch Changes

  • 2da733a: Feat: Added as to replace the current use of style prop to define the element type.

    <TOC
    - style="menu"
    + as="menu"
      {...toc}
    />

astro-toc@0.1.1

23 Oct 15:50
e92d299
Compare
Choose a tag to compare

Patch Changes

  • ef12345: Fixes missing <a> element when url is in payload