Skip to content

Releases: elixir-tools/tableau

v0.26.0

07 Jul 02:59
2ab5316
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

0.24.1 (2025-06-02)

Bug Fixes

v0.24.0

17 Apr 02:16
a81eb7d
Compare
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
Compare
Choose a tag to compare

0.23.1 (2025-04-10)

Bug Fixes

v0.23.0

30 Mar 13:07
059cd9d
Compare
Choose a tag to compare

0.23.0 (2025-03-29)

Features

v0.22.0

27 Mar 12:48
682bb2d
Compare
Choose a tag to compare

0.22.0 (2025-03-27)

⚠ BREAKING CHANGES

  • bump min mdex version to 0.4

Features

Bug Fixes

v0.21.0

19 Mar 02:09
f866228
Compare
Choose a tag to compare

0.21.0 (2025-03-11)

Features

  • dev_server: error page for compile and build errors (#120) (0873535)

v0.20.1

18 Jan 14:47
15c7e58
Compare
Choose a tag to compare

0.20.1 (2025-01-18)

Bug Fixes

  • include toke.site.pages earlier in the pipeline (1c78914)