Skip to content

v2.0.0

Compare
Choose a tag to compare
@jayfreestone jayfreestone released this 14 Jun 11:30
· 14 commits to master since this release

2.0.0 (2019-06-14)

Bug Fixes

  • wrapper: Fix for page height jump. (7d9c939)

BREAKING CHANGES

  • wrapper: Consumers are now required to pass in a 'wrapper' that
    wraps the inner contents of body. This is so we can absolutely position
    the overlay to share the height of the page, without having to measure
    the document and apply a height manually.