--- title: 0.11.0 description: Changes in Typst 0.11.0 --- # Version 0.11.0 (March 15, 2024) ## Tables - Tables are now _much_ more flexible, read the new [table guide]($guides/table-guide) to get started - 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 _Thanks to [@PgBiel](https://github.com/PgBiel) for his work on tables!_ ## 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