Releases: dkyowell/PDFBlocks
v0.2.5.2 Beta
- Breaking Change: In VStack, VGrid, and Columns the wrapping: parameter is renamed to wrap:.
- Added .none and .wrap to truncationMode(:).
- Changed Text: will not truncate unless truncationMode .tail is set.
- Changed Text: will not wrap unless truncationMode .wrap is set.
- Changed Table: removed page number from pageHeader and pageFooter blocks
- Enhanced PageNumberReader with ability to report total pages
- Fixed Text wrap in VStack
- Fixes various layout issues
v0.2.5.1 Beta
- Performance improvment for Text
- Breaking Change: In VStack, VGrid, and Columns the pageWrap: parameter is renamed to wrapping:.
- Moved Examples out of Sources directory
- Layout fixes
v0.2.5 Beta
- Added gradient fill support for Text
- Added Repeat block
- Added AttributedString support for Text
- Changed .font(size:) to .fontSize(:)
- Changed Columns to adjust its height so that column lengths are even.
v0.2.4 Beta
- Added StrokeStyle
- Added Line
- Added .fontWeight, .fontWidth, and .fontDesign
- Added .kerning
- Added fixedLength option to Spacer
- Added .opacity modifier to Color
- Renamed HGrid to VGrid
- Fixed if/then, switch functionality in BlockBuilder
v0.2.3.1 Alpha
v0.2.3.1 fixes a rendering issue and macOS compile
Added .scaleEffect modifier
Early look at Columns layout. Not complete
Early look at page or column wrapable Text
Changed default layout to center instead of top leading
Changed name of Size to Dimension and allow points to be expressed as literals
Change Text to use CoreText rendering
v0.2.3 Alpha
- Added .scaleEffect modifier
- Early look at Columns layout. Not complete
- Early look at page or column wrapable Text
- Changed default layout to center instead of top leading
- Changed name of Size to Dimension and allow points to be expressed as literals
- Change Text to use CoreText rendering
v0.2.2 Alpha
Added .rotationEffect and .offset block modifiers. These can be applied to text, images, stacks or any other element. Added more Shape path drawing functions.
v0.2.1 Alpha
Added Shapes. Added ShapeStyle to augment Color with Gradients for shape fill and stroke color and for any block border. Added stroked Text modifier.
v0.2.0 Alpha
Removed restrictions on using modifiers on a Page, so a full bleed background can be applied. Removed restrictions on using modifiers to multi-page regions. Content behind, surrounding, or overlaid on a multi-page region will not be repeated on each page.
v0.1.1 Alpha
Progress has been made towards stability of the API.