v0.6.1
What's Changed
- Fix nil font panic in paragraph measureWords (#98) by @carlos7ags in #99
- Support border-radius on table cells (#100) by @carlos7ags in #103
- Fix :not() with attribute selectors, enabling Tailwind space-y (#101) by @carlos7ags in #105
- Fix Div per-corner border-radius rendering (#104) by @carlos7ags in #106
- Support space-separated rgb()/hsl() per CSS Color Level 4 (#108) by @carlos7ags in #110
- Add public ParseCSSLength utility and fix rem parsing (#109) by @carlos7ags in #111
- Support CSS aspect-ratio property by @carlos7ags in #112
- Fix table cell border-radius cleared by default border-collapse by @carlos7ags in #114
- Match browser UA defaults for table: no margins, 2px border-spacing by @carlos7ags in #117
- Add invoice example with rounded table, grid, flex by @carlos7ags in #118
- Add Document.ToBytes convenience method (#66) by @carlos7ags in #119
- Support per-side border-radius on table cells (#115) by @carlos7ags in #120
- Add draw function rendering tests by @carlos7ags in #121
- Add table rendering integration tests by @carlos7ags in #122
- Add grid, paragraph, and float integration tests by @carlos7ags in #123
- Fix Go version in README (#124) by @carlos7ags in #125
Full Changelog: v0.6.0...v0.6.1