Skip to content

Releases: bookfx/bookfx

v0.7.0

11 Feb 08:24
8c9b6a3
Compare
Choose a tag to compare

Features

  • new Box.NameLocally for defining sheet scoped range names

Improvements

  • Box.Name was replaced with Box.NameGlobally
  • Box.Rotate was replaced with Box.RotateClockwise and Box.RotateClockoverwise
  • BoxBorder.Empty was renamed to BoxBorder.Default

Bug Fixes

  • allowed more valid range names

v0.6.0

01 Jan 06:57
9a71453
Compare
Choose a tag to compare

Features

  • new BoxStyle.Shrink for the shrinking text to fit

v0.5.2

20 Dec 13:18
93bcaec
Compare
Choose a tag to compare

Bug Fixes

  • fixed bug with autosize of proto box rows
  • fixed bug with named ranges of proto sheets

v0.5.1

16 Dec 08:47
548ddbd
Compare
Choose a tag to compare

Bug Fixes

  • fix bug with copying whole sheets from preexisting workbooks

v0.5.0

16 Dec 06:01
431190a
Compare
Choose a tag to compare

Improvements

  • size patterns in Box.SizeRows and Box.SizeCols

v0.4.0

04 Dec 11:50
069c79b
Compare
Choose a tag to compare

Features

  • new BoxStyle.Rotate for the text rotation

v0.3.1

04 Dec 08:27
d0a9294
Compare
Choose a tag to compare

Bug Fixes

  • added necessary overloads for int and float into the TrackSize

v0.3.0

04 Dec 07:48
8e52ceb
Compare
Choose a tag to compare

Improvements

  • Box.SizeCols and Box.SizeRows now receive double instead of float for convenience.
  • Font size now based on the double instead of float for convenience.
  • Added BoxStyle.CenterContinuous() as synonym for BoxStyle.Align(HAlign.CenterContinuous).

v0.2.0

27 Nov 07:46
58ec0e4
Compare
Choose a tag to compare

Features

  • new Sheet.Portrait and Sheet.Landscape to define a page orientation
  • new Sheet.Margin to define page margins

v0.1.5

24 Nov 14:58
cedb9bb
Compare
Choose a tag to compare

Improvements

  • added validation of range names