Skip to content

Commit cde9acf

Browse files
committed
updating change log entry
1 parent 0dea738 commit cde9acf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ This project adheres to [Semantic Versioning](https://semver.org/).
66

77
## Changed
88
- [#3113](https://github.com/plotly/dash/pull/3113) Adjusted background polling requests to strip the data from the request, this allows for context to flow as normal. This addresses issue [#3111](https://github.com/plotly/dash/pull/3111)
9-
- [#3248] changes to the rendering logic
9+
- [#3248](https://github.com/plotly/dash/pull/3248) Changes to rendering logic:
10+
- if it is first time rendering, render from the parent props
11+
- listens only to updates for that single component, no children listening to parents
12+
- if parents change a prop with components as props, only the prop changed re-renders, this is then forced on all children regardless of whether or not the props changed
1013

1114
## Fixed
1215
- [#3251](https://github.com/plotly/dash/pull/3251). Prevented default styles from overriding `className_*` props in `dcc.Upload` component.
1316

17+
## Added
18+
- [#3248](https://github.com/plotly/dash/pull/3248) added new `dashRenderType` to determine why the component layout was changed (`internal`, `callback`, `parent`, `clientsideApi`):
19+
- this can be utilized to keep from rendering components by the component having `dashRenderType` defined as a prop, and the `dashRenderType = true` must be set on the component, eg (`Div.dashRenderType = true`)
1420

1521
## [3.0.1] - 2025-03-24
1622

0 commit comments

Comments
 (0)