Skip to content

Releases: jayfreestone/limelight.js

v2.1.0

14 Jun 15:33
Compare
Choose a tag to compare

2.1.0 (2019-06-14)

Bug Fixes

  • css: Resolve flash of grey on iOS. (4a0d3e8)

Features

  • lib: Add rounded corner support. (02920de)

v2.0.0

14 Jun 11:30
Compare
Choose a tag to compare

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.