Skip to content

Releases: dkyowell/PDFBlocks

v0.2.5.2 Beta

22 May 22:04
c1bc9a4
Compare
Choose a tag to compare
  • 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

14 May 21:06
6353963
Compare
Choose a tag to compare
  • 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

08 May 23:28
88b9f6b
Compare
Choose a tag to compare
  • 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

01 May 02:00
ad8217c
Compare
Choose a tag to compare
  • 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

25 Apr 13:06
ca60dbf
Compare
Choose a tag to compare

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

25 Apr 01:52
96e1601
Compare
Choose a tag to compare
  • 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

17 Apr 13:29
40a21ed
Compare
Choose a tag to compare

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

15 Apr 00:17
Compare
Choose a tag to compare

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

12 Apr 22:38
f96bdf2
Compare
Choose a tag to compare

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

06 Apr 22:30
fc25a80
Compare
Choose a tag to compare

Progress has been made towards stability of the API.