--- description: | Learn what has changed in the latest Typst releases and move your documents forward. --- # Changelog ## Version 0.11.0, Release Candidate 1 (March 9, 2024) { #v0.11.0-rc1 } - Tables (thanks to [@PgBiel](https://github.com/PgBiel)) - Tables are now _much_ more flexible - Added [`table.cell`] element for per-cell configuration - Cells can now span multiple [columns]($table.cell.colspan) or [rows]($table.cell.rowspan) - The [stroke]($table.cell.stroke) of individual cells can now be customized - The [`align`]($table.align) and [`inset`]($table.inset) arguments of the table function now also take `{(x, y) => ..}` functions - Added [`table.hline`] and [`table.vline`] for convenient line customization - Added [`table.header`] element for table headers that repeat on every page - Added [`table.footer`] element for table footers that repeat on every page - All the new table functionality is also available for [grids]($grid) - Fixed gutter-related bugs - Templates - You can now use template packages to get started with new projects. Click _Start from template_ on the web app's dashboard and choose your preferred template or run the `typst init