Skip to content

Releases: elixir-tools/tableau

v0.30.0

Choose a tag to compare

@github-actions github-actions released this 24 Jan 19:36
f77f367

0.30.0 (2026-01-24)

Features

v0.29.0

Choose a tag to compare

@github-actions github-actions released this 08 Jan 19:37
a2a1cbf

0.29.0 (2026-01-08)

⚠ BREAKING CHANGES

  • update to MDEx 0.10 (#169)

Features

v0.28.0

Choose a tag to compare

@github-actions github-actions released this 18 Dec 14:47
de5e67c

0.28.0 (2025-12-18)

Features

v0.27.1

Choose a tag to compare

@github-actions github-actions released this 08 Dec 18:56
953145c

0.27.1 (2025-12-08)

Bug Fixes

  • build: capture pre_write page changes (#162) (74bf8fb)

v0.27.0

Choose a tag to compare

@github-actions github-actions released this 03 Oct 13:42
4922d7a

0.27.0 (2025-10-03)

⚠ BREAKING CHANGES

  • update mdex to 0.9

Features

v0.26.1

Choose a tag to compare

@github-actions github-actions released this 29 Aug 16:55
c0122b0

0.26.1 (2025-08-29)

Bug Fixes

v0.26.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 02:59
2ab5316

0.26.0 (2025-07-07)

⚠ BREAKING CHANGES

  • bump mdex to 0.7 (#143)

Features

v0.25.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 01:15
4ccba0f

0.25.1 (2025-07-06)

Bug Fixes

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

v0.25.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 18:40
24321a0

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

Choose a tag to compare

@github-actions github-actions released this 02 Jun 15:49
057c1d9

0.24.1 (2025-06-02)

Bug Fixes