Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Releases: evnbr/bindery

v2.3.6

10 Jan 00:19
Compare
Choose a tag to compare
  • Updates flipbook viewer to scale down better and be keyboard-accessible (#89)

v2.3.3

15 Dec 18:15
Compare
Choose a tag to compare
  • Lazy-load document and window (so components that import bindery can be SSR'd without errors) #82
  • Add typescript interfaces for rules #83

v2.3.1

15 Apr 04:42
Compare
Choose a tag to compare
  • Fixes issue with empty pages not being recognized as empty, apparently due to a difference in how browser was rounding a fractional padding value measuring.

v2.3.0

08 Mar 03:03
Compare
Choose a tag to compare

Mostly internal housekeeping to make new features easier in the future

  • Convert to typescript and add strict typing
  • Rewrite controls to make sure they always reflect current state
  • Misc cleanup and refactoring

2.2.8

14 Sep 22:01
Compare
Choose a tag to compare

Fixes #56

v2.2.3

21 Jun 07:04
91b8850
Compare
Choose a tag to compare

Layout

  • Fix inconsistent page ordering 1b8cd9b
  • Fix inconsistent throttling 75f92c1, 3630dbb
    • fixes bugs with page number updating, viewer resizing, etc
  • Add page number offset option e8a2cdd
  • Fix default styling not being applied dc76ef2

Printing

  • Don't include bleed on inside edge when printing single pages b7f3c48
    • Bleed works as expected when uploading to blurb / Lulu

Viewer

  • No longer need to set up controls explicitly 38ae0a0
  • Add guide to indicate bleed position 4506451
  • Fixed time waiting logger 1e0f14b

Docs

  • Add thumbnails for examples 1b8cd9b

v2.2.2

09 Jun 00:56
Compare
Choose a tag to compare
  • Simpler callback-free scheduling code with async/await
  • Regionize pulled out into separate module
  • Performance optimizations

v2.1.0

22 Feb 07:40
abdfabd
Compare
Choose a tag to compare

v2.0.0-alpha.10

20 Nov 09:13
336dcb4
Compare
Choose a tag to compare
v2.0.0-alpha.10 Pre-release
Pre-release

UI Changes

  • Replace tabs with dropdown (bb0485b)
  • Replace spinner with progress bar (519f38e)

Internal Changes

  • Replace webpack with rollup (82cb457)
  • Paginate: Use promises rather than callbacks (2629756, 3b2b74d, bdf1891, etc)
  • Scheduler: Avoid locking up thread for more than 50ms (f289311)

v2.0.0-alpha.9.4

19 Oct 05:52
Compare
Choose a tag to compare
v2.0.0-alpha.9.4 Pre-release
Pre-release

Bug Fixes

  • Minified build properly dedupes rules