Added
- [#3568]((#3568) Added
childrenandcopied_childrenprops todcc.Clipboardto customize the button contents before and after copying. - [#3534]((#3534) Adds
playsInlineprop tohtml.Video. Based on [#2338]((#2338) - #3541 Add
attributesdictionary to be be formatted on script/link (_js_dist/_css_dist) tags of the index, allows fortype="module"ortype="importmap". #3538 - #3542 Add hidden=True to dash pages callback.
- #3564 Add new parameter
hide_all_callbackstorun(). Closes #3493 - #3563 Add hidden to clientside callbacks as configurable parameter
Fixed
- #3541 Remove last reference of deprecated
pkg_resources. - #3548 Fix devtools overflowing it's container on version update. Fix #3535.
- #3545 Replace deprecated asyncio.iscoroutinefunction() call with inspect.iscoroutinefunction()