You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 🐎 clientside callback interface
see associated PR & examples in
plotly/dash-renderer#143
* 📝 don't overload `callback` with `clientside` and
rename `client_function` to `clientside_function
* ✅ straighten up the pylint directives
as per #672 (comment)
* ⚡ No clientside function = `None`
* 📝 CHANGELOG
* 📝 pylint
* ⚡ unused files
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,8 @@
1
1
## Unreleased
2
-
3
2
### Added
4
-
5
-
- add `dev_tools_ui` in `<script id="_dash-config" type="application/json">`,
6
-
so renderer can know if it should enable the UI. [#676](https://github.com/plotly/dash/pull/676)
7
-
3
+
- Support for "Clientside Callbacks" - an escape hatch to execute your callbacks in JavaScript instead of Python [#672](https://github.com/plotly/dash/pull/672)
4
+
- Added `dev_tools_ui` config flag in `app.run_server` (serialized in `<script id="_dash-config" type="application/json">`)
5
+
to display or hide the forthcoming Dev Tools UI in Dash's front-end (dash-renderer). [#676](https://github.com/plotly/dash/pull/676)
0 commit comments