Skip to content

Commit 1c94028

Browse files
committed
Update changelog.
1 parent dda4a59 commit 1c94028

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1515
- [#2735](https://github.com/plotly/dash/pull/2735) Configure CI for Python 3.8 and 3.12, drop support for Python 3.6 and Python 3.7 [#2736](https://github.com/plotly/dash/issues/2736)
1616

1717
## Added
18+
- []() Add dynamic loading of component libraries.
19+
- Add `dynamic_loading=True` to dash init.
20+
- Add `preloaded_libraries=[]` to dash init, included libraries names will be loaded on the index like before.
1821
- [#2758](https://github.com/plotly/dash/pull/2758)
1922
- exposing `setProps` to `dash_clientside.clientSide_setProps` to allow for JS code to interact directly with the dash eco-system
2023
- [#2730](https://github.com/plotly/dash/pull/2721) Load script files with `.mjs` ending as js modules

0 commit comments

Comments
 (0)