Skip to content

Releases: elixir-tools/tableau

v0.27.0

03 Oct 13:42
4922d7a

Choose a tag to compare

0.27.0 (2025-10-03)

⚠ BREAKING CHANGES

  • update mdex to 0.9

Features

v0.26.1

29 Aug 16:55
c0122b0

Choose a tag to compare

0.26.1 (2025-08-29)

Bug Fixes

v0.26.0

07 Jul 02:59
2ab5316

Choose a tag to compare

0.26.0 (2025-07-07)

⚠ BREAKING CHANGES

  • bump mdex to 0.7 (#143)

Features

v0.25.1

06 Jul 01:15
4ccba0f

Choose a tag to compare

0.25.1 (2025-07-06)

Bug Fixes

  • front_matter: don't fail when parsing without a body (#141) (86e0106)

v0.25.0

21 Jun 18:40
24321a0

Choose a tag to compare

0.25.0 (2025-06-21)

⚠ BREAKING CHANGES

  • extensions: Extensions no longer implement a run/1 callback. They can implement a callback named after the build phase: pre_build/1, pre_render/1, etc
  • This switches to using the slugify package for creating slugs. This leads to better slugs, but also means your existing page's permalinks might change, which might break backlinks. When upgrading, please check for permalink changes so that you can set up the proper redirects. You can easily do this by building your site before the update, running find _site/ | sort > before.txt, then updating, deleting and rebuilding your site, then run find _site/ | sort > after.txt and then comparing the files to look for differences.

Features

v0.24.1

02 Jun 15:49
057c1d9

Choose a tag to compare

0.24.1 (2025-06-02)

Bug Fixes

v0.24.0

17 Apr 02:16
a81eb7d

Choose a tag to compare

0.24.0 (2025-04-17)

Features

  • page: support sourcing from multiple directories (#134) (0e1115b)
  • posts: allow multiple source directories (#130) (4220c6e)

Bug Fixes

  • posts,page: handle path based permalinks (4c71375)

v0.23.1

10 Apr 12:46
375894a

Choose a tag to compare

0.23.1 (2025-04-10)

Bug Fixes

v0.23.0

30 Mar 13:07
059cd9d

Choose a tag to compare

0.23.0 (2025-03-29)

Features

v0.22.0

27 Mar 12:48
682bb2d

Choose a tag to compare

0.22.0 (2025-03-27)

⚠ BREAKING CHANGES

  • bump min mdex version to 0.4

Features

Bug Fixes