Skip to content

Commit 271e593

Browse files
committed
Added missing iframe
1 parent 93375af commit 271e593

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release Notes
22
=============
33

4+
## 1.2.0
5+
6+
- Added missing `iframe` element ([#9](https://github.com/giraffe-fsharp/Giraffe.ViewEngine/issues/9))
7+
48
## 1.1.1
59

610
- Fixed the `strf` function (see [#6](https://github.com/giraffe-fsharp/Giraffe.ViewEngine/issues/6))

src/Giraffe.ViewEngine/Engine.fs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ module HtmlElements =
232232
let menuitem = voidTag "menuitem"
233233
let summary = tag "summary"
234234

235+
// Others
236+
let iframe = tag "iframe"
237+
235238
// ---------------------------
236239
// Default HTML attributes
237240
// ---------------------------

0 commit comments

Comments
 (0)