Skip to content

Commit 296029e

Browse files
committed
0.3.0
1 parent c7a5637 commit 296029e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2019-02-25
11+
12+
### Added
13+
14+
- Added support for `title` attribute
15+
16+
### Changed
17+
18+
- 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`](https://developer.mozilla.org/en-US/docs/Web/API/Window/frames).
19+
1020
## [0.2.0] - 2019-02-12
1121

1222
### Changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@newswire/frames",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A greenfield take on responsive iframes in the spirit of Pym.js.",
55
"main": "dist/index.js",
66
"umd:main": "dist/index.umd.js",

0 commit comments

Comments
 (0)