From 153a6a17fb6bd1040b7c1d3992b3db0a8436d198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sim=C3=A3o=20Martins?= Date: Fri, 16 Dec 2022 18:16:23 +0000 Subject: [PATCH 1/2] Update html.scala Add alias to HTMLDialogElement --- dom/src/main/scala/org/scalajs/dom/html.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/src/main/scala/org/scalajs/dom/html.scala b/dom/src/main/scala/org/scalajs/dom/html.scala index 84bb669bf..5ce5efe5e 100644 --- a/dom/src/main/scala/org/scalajs/dom/html.scala +++ b/dom/src/main/scala/org/scalajs/dom/html.scala @@ -13,6 +13,7 @@ object html { type Collection[+E] = HTMLCollection[E] type DataList = HTMLDataListElement type Div = HTMLDivElement + type Dialog = HTMLDialogElement type DList = HTMLDListElement type Document = HTMLDocument type Element = HTMLElement From 341b171709479bb48531f2e382213822ca3802e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sim=C3=A3o=20Martins?= Date: Mon, 19 Dec 2022 16:14:47 +0000 Subject: [PATCH 2/2] Run prePR --- api-reports/2_12.txt | 1 + api-reports/2_13.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/api-reports/2_12.txt b/api-reports/2_12.txt index 2fcea68ad..81d5249ec 100644 --- a/api-reports/2_12.txt +++ b/api-reports/2_12.txt @@ -26993,6 +26993,7 @@ html[SO] type Canvas = HTMLCanvasElement html[SO] type Collection[+E] = HTMLCollection[E] html[SO] type DList = HTMLDListElement html[SO] type DataList = HTMLDataListElement +html[SO] type Dialog = HTMLDialogElement html[SO] type Div = HTMLDivElement html[SO] type Document = HTMLDocument html[SO] type Element = HTMLElement diff --git a/api-reports/2_13.txt b/api-reports/2_13.txt index 2fcea68ad..81d5249ec 100644 --- a/api-reports/2_13.txt +++ b/api-reports/2_13.txt @@ -26993,6 +26993,7 @@ html[SO] type Canvas = HTMLCanvasElement html[SO] type Collection[+E] = HTMLCollection[E] html[SO] type DList = HTMLDListElement html[SO] type DataList = HTMLDataListElement +html[SO] type Dialog = HTMLDialogElement html[SO] type Div = HTMLDivElement html[SO] type Document = HTMLDocument html[SO] type Element = HTMLElement