Releases: code-supply/mudbrick
Releases · code-supply/mudbrick
v0.8.1
v0.8.0
- Centre-alignment
- Can disable auto-kerning with
auto_kern: false
Full Changelog: v0.7.0...v0.8.0
v0.7.0
- Breaking: auto-kerning based on font metrics. No option to disable this, yet.
- Fix bug that occurred when underlining right-aligned text: if text followed the underline, the underline would be misaligned.
Full Changelog: v0.6.0...v0.7.0
v0.6.0
- Breaking: remove support for PDF built-in fonts. Must use OpenType fonts.
- Breaking: font and image registration changed. Remove the
:file
option and simply pass the file data. - Underlining.
- Fixes for leading.
- Remove requirement to choose font when there's only one font registered.
Full Changelog: v0.5.0...v0.6.0
v0.5.0
- Basic vector drawing with straight lines and rectangles
- Fix right alignment when used with varying fonts on a single line
- Aspect ratio preservation for images with e.g.
{:auto, 123}
or{123, :auto}
. - Examples embedded in docs
Full Changelog: v0.4.0...v0.5.0
v0.4.0
- Can set font size within a line
- Respect newlines properly
- Leading per line
- Show result of primary example embedded in the docs
Full Changelog: v0.3.0...v0.4.0
v0.3.0
New text API that encapsulates blocks and fixes a bunch of nasty alignment bugs.
Full Changelog: v0.2.1...v0.3.0
v0.2.1
Fighting with hexdocs and a few test changes. No functional difference to v0.2.0.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Document metadata.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release.
Full Changelog: https://github.com/code-supply/mudbrick/commits/v0.1.0