From 00b81c90e5c9f66cf27dc593e3280f324b31ffbb Mon Sep 17 00:00:00 2001 From: philippe Date: Fri, 9 Dec 2022 13:58:14 -0500 Subject: [PATCH 1/2] Updated html attributes for ol --- components/dash-html-components/scripts/data/attributes.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/dash-html-components/scripts/data/attributes.json b/components/dash-html-components/scripts/data/attributes.json index 309b1b354f..9f02a5c84c 100644 --- a/components/dash-html-components/scripts/data/attributes.json +++ b/components/dash-html-components/scripts/data/attributes.json @@ -736,6 +736,7 @@ "command", "embed", "object", + "ol", "script", "source", "style", @@ -1125,7 +1126,8 @@ ], "ol": [ "reversed", - "start" + "start", + "type" ], "col": [ "span" From 4748b228ba5818fdb797bb3e22acff59c1995abb Mon Sep 17 00:00:00 2001 From: philippe Date: Fri, 9 Dec 2022 14:02:10 -0500 Subject: [PATCH 2/2] Update changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8841b7db..b38ee02fd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Path release [2.16.4](https://github.com/plotly/plotly.js/releases/tag/v2.16.4) - Patch release [2.16.3](https://github.com/plotly/plotly.js/releases/tag/v2.16.3) - Patch release [2.16.2](https://github.com/plotly/plotly.js/releases/tag/v2.16.2) +- [#2363](https://github.com/plotly/dash/pull/2363) Update html attributes for ol ## [2.7.0] - 2022-11-03