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

Commit 442fe91

Browse files
committed
0.47.0
1 parent 84b06f2 commit 442fe91

11 files changed

+2345
-2577
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]
5+
## [0.47.0] - 2019-04-25
66
### Fixed
77
- Fixed style regression in DatePickerSingle and DatePickerRange [#518](https://github.com/plotly/dash-core-components/issues/518)
88
- **Breaking** - In `dcc.Input`, fixed several HTML properties that weren't properly camel cased and therefore were not actually applied in the DOM [#523](https://github.com/plotly/dash-core-components/pull/523/):

dash_core_components/Markdown.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
class Markdown(Component):
77
"""A Markdown component.
88
A component that renders Markdown text as specified by the
9-
CommonMark spec.
9+
GitHub Markdown spec. These component uses
10+
[react-markdown](https://rexxars.github.io/react-markdown/) under the hood.
1011
1112
Keyword arguments:
1213
- children (string | list; optional): A markdown string (or array of strings) that adhreres to the CommonMark spec

0 commit comments

Comments
 (0)