File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
dash_bootstrap_components Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.13.1-rc1 "
1+ __version__ = "0.13.1"
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ title: Changelog
66
77This page documents notable changes in dash-bootstrap-components releases.
88
9+ ## 0.13.1 - 2021/9/22
10+
11+ ### Fixed
12+
13+ - Fix cursor jump issue in ` Input ` component. ([ PR 712] ( https://github.com/facultyai/dash-bootstrap-components/pull/712 ) )
14+
915## 0.13.0 - 2021/7/31
1016
1117### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " dash-bootstrap-components" ,
3- "version" : " 0.13.1-rc1 " ,
3+ "version" : " 0.13.1" ,
44 "description" : " Bootstrap components for Plotly Dash" ,
55 "repository" : " github:facultyai/dash-bootstrap-components" ,
66 "main" : " lib/dash-bootstrap-components.min.js" ,
Original file line number Diff line number Diff line change 22
33
44def test_version ():
5- assert __version__ == "0.13.1-rc1 "
5+ assert __version__ == "0.13.1"
You can’t perform that action at this time.
0 commit comments