Skip to content

Releases: rdmurphy/frames

0.3.1

25 Feb 18:41
Compare
Choose a tag to compare

Fixed

  • Previous release did not actually contain changes. 馃槪

0.3.0

25 Feb 18:40
Compare
Choose a tag to compare

Added

  • Added support for title attribute.

Changed

  • The name of the library for the UMD build is now newswireFrames instead of frames. This change was necessary to prevent a clash with the native Window.frames.

0.2.0

12 Feb 17:15
Compare
Choose a tag to compare

Changed

  • We no longer use spread in object literals, which was adding an Object.assign call in the compiled library. This breaks @newswire/frames in IE 11. We've moved to a tiny built-in extend implementation that restores IE 11 support.

0.1.0

30 Dec 18:07
Compare
Choose a tag to compare

Added

  • Initial release!