Skip to content

Commit

Permalink
changelog for #1779
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Sep 25, 2021
1 parent 5919611 commit 7e689fd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

- [#1779](https://github.com/plotly/dash/pull/1779):
- Clean up our handling of serialization problems, including fixing `orjson` for Python 3.6
- Added the ability for `dash.testing` `percy_snapshot` methods to choose widths to generate.

- [#1763](https://github.com/plotly/dash/pull/1763):
## Dash and Dash Renderer

Expand All @@ -29,7 +33,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
@dash.callback(Output(my_output, 'children'), Input(my_input, 'value'))
def update(value):
return f'You have entered {value}'

```
## Dash Core Components

Expand Down Expand Up @@ -138,7 +142,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
```python
dcc.Checklist(inline=True)
```

## [2.0.0] - 2021-08-03

## Dash and Dash Renderer
Expand Down

0 comments on commit 7e689fd

Please sign in to comment.