Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Added Copy to Clipboard component #932

Merged
merged 13 commits into from
Apr 12, 2021
Merged
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## UNRELEASED

### Added
- [#932](https://github.com/plotly/dash-core-components/pull/932). Adds a new copy to clipboard component.

- [#863](https://github.com/plotly/dash-core-components/pull/863) Adds a new `Download` component. Along with this several utility functions are added to help construct the appropriate data format:
- `dcc.send_file` - send a file from disk
- `dcc.send_data_frame` - send a `DataFrame`, using one of its writer methods
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# AUTO GENERATED FILE - DO NOT EDIT

export(dccChecklist)
export(dccClipboard)
export(dccConfirmDialog)
export(dccConfirmDialogProvider)
export(dccDatePickerRange)
Expand Down
Loading