Revisions of python-dash
andy great (andythe_great)
committed
(revision 5)
andy great (andythe_great)
committed
(revision 4)
andy great (andythe_great)
committed
(revision 3)
* Bump plotly.js v1.58.2 * Updates for 1.18.0 * Fix a bug where the table is using classes that are styled by Bootstrap * Upgraded Plotly.js to 1.58.1 * Updates for 1.17.0 * Update from React 16.13.0 to 16.14.0 * Fix #1432 for Julia to import non-core component packages without possible errors. * Provide a hint in the callback error when the user forgot to make app.callback(...) a decorator. * Updates for 1.16.3 * Fix a regression caused by flask-compress==1.6.0 causing performance degradation on server requests * Updates for 1.16.2 * Fix a regression with some layouts callbacks involving dcc.Tabs, not yet loaded dash_table.DataTable and dcc.Graph to not be called * Make callback graph more robust for complex apps and some specific props (width in particular) that previously caused errors. * Updates for 1.16.1 * Extends the getTransform logic in the renderer to handle persistenceTransforms for both nested and non-nested persisted props. This was used to to fix dcc#700 in conjunction with dcc#854 by using persistenceTransforms to strip the time part of the datetime so that datepickers can persist when defined in callbacks. Fixes a bug where the callback graph layout would reset whenever a callback fired, losing user-initiated layout
andy great (andythe_great)
committed
(revision 2)
- Update to 1.18.1. [1.17.0] - 2020-10-29 Changed #1442 Update from React 16.13.0 to 16.14.0 Fixed #1434 Fix #1432 for Julia to import non-core component packages without possible errors. Changed #1448 Provide a hint in the callback error when the user forgot to make app.callback(...) a decorator. [1.16.3] - 2020-10-07 Fixed #1426 Fix a regression caused by flask-compress==1.6.0 causing performance degradation on server requests [1.16.2] - 2020-09-25 Fixed #1415 Fix a regression with some layouts callbacks involving dcc.Tabs, not yet loaded dash_table.DataTable and dcc.Graph to not be called #1416 Make callback graph more robust for complex apps and some specific props (width in particular) that previously caused errors. [1.16.1] - 2020-09-16 Changed #1376 Extends the getTransform logic in the renderer to handle persistenceTransforms for both nested and non-nested persisted props. This was used to to fix dcc#700 in conjunction with dcc#854 by using persistenceTransforms to strip the time part of the datetime so that datepickers can persist when defined in callbacks. Fixed #1408 Fixes a bug where the callback graph layout would reset whenever a callback fired, losing user-initiated layout changes (#1402) or creating a new force layout (#1401) [1.16.0] - 2020-09-03 Added #1371 You can now get CSP script-src hashes of all added inline scripts by calling app.csp_hashes() (both Dash internal inline scripts, and those added with app.clientside_callback) . Changed #1385 Closes #1350 and fixes a previously undefined callback behavior when multiple elements are stacked on top of one another and their n_clicks props are used as inputs of the same callback. The callback will now trigger once with all the triggered n_clicks props changes.
andy great (andythe_great)
committed
(revision 1)
Displaying all 5 revisions