Skip to content

Commit cc04375

Browse files
committed
changelog for error message dedent
also fix changelog for #1528
1 parent 69dc289 commit cc04375

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ to close the error messages box.
1212
- [#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.
1313

1414
### 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.
1519
- [#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"
1620

1721
## [1.18.1] - 2020-12-09
@@ -695,9 +699,3 @@ app = dash.Dash(...)
695699

696700
## 0.17.3 - 2017-06-22
697701
✨ 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

Comments
 (0)