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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-6
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ to close the error messages box.
12
12
-[#1503](https://github.com/plotly/dash/pull/1506) Fix [#1466](https://github.com/plotly/dash/issues/1466): loosen `dash[testing]` requirements for easier integration in external projects. This PR also bumps many `dash[dev]` requirements.
13
13
14
14
### Fixed
15
+
-[#1530](https://github.com/plotly/dash/pull/1530) Dedent error messages more carefully.
16
+
-[#1527](https://github.com/plotly/dash/issues/1527)🐛 `get_asset_url` now pulls from an external source if `assets_external_path` is set.
17
+
- updated `_add_assets_resource` to build asset urls the same way as `get_asset_url`.
18
+
- updated doc string for `assets_external_path` Dash argument to be more clear that it will allways be joined with the `assets_url_path` argument when determining the url to an external asset.
15
19
-[#1493](https://github.com/plotly/dash/pull/1493) Fix [#1143](https://github.com/plotly/dash/issues/1143), a bug where having a file with one of several common names (test.py, code.py, org.py, etc) that imports a dash component package would make `import dash` fail with a cryptic error message asking whether you have a file named "dash.py"
16
20
17
21
## [1.18.1] - 2020-12-09
@@ -695,9 +699,3 @@ app = dash.Dash(...)
695
699
696
700
## 0.17.3 - 2017-06-22
697
701
✨ This is the initial open-source release of Dash.
698
-
699
-
### Fixed
700
-
-[#1527](https://github.com/plotly/dash/issues/1527)🐛 `get_asset_url` now pulls from an external source if `assets_external_path` is set.
701
-
- updated `_add_assets_resource` to build asset urls the same way as `get_asset_url`.
702
-
- updated doc string for `assets_external_path` Dash argument to be more clear that it will allways be joined with
703
-
the `assets_url_path` argument when determining the url to an external asset.
0 commit comments