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: docs/content/changelog.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,16 @@ title: Changelog
6
6
7
7
This page documents notable changes in dash-bootstrap-components releases.
8
8
9
+
## 0.10.6 - 2020/9/10
10
+
11
+
### Added
12
+
13
+
- The JavaScript bundle for dash-bootstrap-components can now be fetched from a CDN by setting `serve_locally=False` in `dash.Dash` ([PR 451](https://github.com/facultyai/dash-bootstrap-components/pull/451))
14
+
15
+
### Fixed
16
+
17
+
- Wheels are now available on PyPI which should resolve some reported installation issues ([PR 445](https://github.com/facultyai/dash-bootstrap-components/pull/445))
0 commit comments