Skip to content

Commit 909bab7

Browse files
committed
Fix Geolocation changelog entry.
1 parent 1072b8c commit 909bab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
7777
- [#2260](https://github.com/plotly/dash/pull/2260) Experimental support for React 18. The default is still React v16.14.0, but to use React 18 you can either set the environment variable `REACT_VERSION=18.2.0` before running your app, or inside the app call `dash._dash_renderer._set_react_version("18.2.0")`. THIS FEATURE IS EXPERIMENTAL. It has not been tested with component suites outside the Dash core, and we may add or remove available React versions in any future release.
7878
- [#2414](https://github.com/plotly/dash/pull/2414) Add `dash.Patch`for partial update Output props without transferring the previous value in a State.
7979
- [#2414](https://github.com/plotly/dash/pull/2414) Add `allow_duplicate` to `Output` arguments allowing duplicate callbacks to target the same prop.
80+
- [#2349](https://github.com/plotly/dash/pull/2349) Added new `dcc.Geolocation` component
8081

8182
## Fixed
8283

@@ -149,7 +150,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
149150

150151
### Added
151152

152-
- [#2349](https://github.com/plotly/dash/pull/2349) Added new `dcc.Geolocation` component
153153
- [#2261](https://github.com/plotly/dash/pull/2261) Added new `placeholder_text` property to `filterOptions` for DataTable which allows overriding the default filter field placeholder.
154154

155155
### Updated

0 commit comments

Comments
 (0)