Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 82d1b7e

Browse files
committed
v0.11.0
1 parent 03ed130 commit 82d1b7e

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
## [0.11.0] - 2018-06-01
8+
### Added
9+
- A `n_clicks_timestamp` property was added to all of the components. This property represents the date that the element was clicked on and can be used to determine _which element was clicked on_ in callbacks with multiple elements. This is considered a stop-gap solution: ultimately we'll want a solution that works for _all_ properties across all components, not just the `n_clicks` property. https://github.com/plotly/dash-html-components/pull/45
10+
711
## [0.10.1] - 2018-04-29
812
### Added
913
- `aria-*` and `data-*` attributes are now supported in all dash html components [#40](https://github.com/plotly/dash-html-components/pull/40)

0 commit comments

Comments
 (0)