Skip to content

Releases: zzstoatzz/mdxify

v0.2.24

11 Aug 17:57
5966592

Choose a tag to compare

What's Changed

  • Fix: normalize line endings for consistent AST line numbers by @zzstoatzz in #15

Full Changelog: v0.2.23...v0.2.24

v0.2.23

22 Jul 20:50
3f4a66a

Choose a tag to compare

What's Changed

  • Document inherited public methods from private parent classes by @kevingrismore in #12

Full Changelog: v0.2.22...v0.2.23

v0.2.22

18 Jul 15:15
9866979

Choose a tag to compare

What's Changed

  • fix: use CSS units for icon sizes to support Firefox by @zzstoatzz in #13

Full Changelog: v0.2.21...v0.2.22

v0.2.21

16 Jul 18:14
ba59a84

Choose a tag to compare

What's Changed

Full Changelog: v0.2.20...v0.2.21

v0.2.20

16 Jul 17:57
a77b150

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.19...v0.2.20

v0.2.19

10 Jul 13:26
e1e66fe

Choose a tag to compare

What's Changed

  • perf: optimize AST traversal and add parallel processing by @zzstoatzz in #9

Full Changelog: v0.2.18...v0.2.19

v0.2.18

27 Jun 18:48

Choose a tag to compare

open source links in new tab

v0.2.17

24 Jun 22:16
0575b5b

Choose a tag to compare

What's Changed

  • feat: use inline GitHub icon for source links instead of text on new line

Source links now appear as a small GitHub icon inline with the header, rather than 'view on GitHub ↗' text on a separate line. This provides a cleaner look and prevents the arrow from appearing in Mintlify's right-hand navigation.

v0.2.16

24 Jun 21:52

Choose a tag to compare

try again

v0.2.15

24 Jun 21:42

Choose a tag to compare

refactor: move source links to new line to fix sidebar navigation

- Source links now appear on a new line below the header
- Prevents links from cluttering the sidebar navigation
- Default text changed to concise "view on GitHub ↗"
- Still fully customizable via MDXIFY_SOURCE_LINK_TEXT
- Uses <small> tag for subtle appearance

This fixes the issue where source links appeared in the sidebar,
making navigation cluttered and confusing.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>