Skip to content

Commit bdf11a4

Browse files
authored
Merge pull request #570 from facultyai/changelog
Update changelog
2 parents 9179c69 + 837aff8 commit bdf11a4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/content/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ title: Changelog
66

77
This page documents notable changes in dash-bootstrap-components releases.
88

9+
## 0.12.1 - 2021/5/4
10+
11+
### Added
12+
13+
- Adds `required` property to `Input` and `Select` ([PR 552](https://github.com/facultyai/dash-bootstrap-components/pull/552))
14+
- Added `debounce` and `show_initially` props to `Spinner`. `debounce` can be used to add a time delay to prevent the spinner from dismissing immediately when its children have finished loading. This can help reduce flickering. `show_initially` can be used to ensure that the spinner is initially showing when the app starts up to prevent flickering when initial callbacks fire. ([PR 561](https://github.com/facultyai/dash-bootstrap-components/pull/561))
15+
- Added `name` and `value` props to `Button`, can be used to send additional data with form submissions. ([PR 565](https://github.com/facultyai/dash-bootstrap-components/pull/565))
16+
17+
### Fixed
18+
19+
- Fix `toggle` property of `DropdownMenuItem` which can be used to prevent the parent `DropdownMenu` from dismissing when that item is clicked on ([PR 554](https://github.com/facultyai/dash-bootstrap-components/pull/554))
20+
921
## 0.12.0 - 2021/3/21
1022

1123
### Added

0 commit comments

Comments
 (0)