Releases: rdmurphy/frames
Releases · rdmurphy/frames
0.3.1
0.3.0
Added
- Added support for
titleattribute.
Changed
- The name of the library for the UMD build is now
newswireFramesinstead offrames. This change was necessary to prevent a clash with the nativeWindow.frames.
0.2.0
Changed
- We no longer use spread in object literals, which was adding an
Object.assigncall in the compiled library. This breaks@newswire/framesin IE 11. We've moved to a tiny built-in extend implementation that restores IE 11 support.