Skip to content

fluent-dom 0.4.0 (August 8, 2018)

Pre-release
Pre-release
Compare
Choose a tag to compare
@zbraniecki zbraniecki released this 08 Aug 23:07
  • Drop support for IE and old evergreen browsers. (#133)

    Currently supported are: Firefox 52+, Chrome 55+, Edge 15+, Safari 10.1+,
    iOS Safari 10.3+ and node 8.9+.

  • Add the cached-iterable runtime dependency.

    CachedAsyncIterable is now available from its own package rather than
    from the fluent package.

  • Modify the constructor to not require window element to be passed.