File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
4
4
5
5
## [Unreleased]
6
6
7
+ - [#1779](https://github.com/plotly/dash/pull/1779):
8
+ - Clean up our handling of serialization problems, including fixing `orjson` for Python 3.6
9
+ - Added the ability for `dash.testing` `percy_snapshot` methods to choose widths to generate.
10
+
7
11
- [#1763](https://github.com/plotly/dash/pull/1763):
8
12
## Dash and Dash Renderer
9
13
@@ -29,7 +33,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
29
33
@dash.callback(Output(my_output, 'children'), Input(my_input, 'value'))
30
34
def update(value):
31
35
return f'You have entered {value}'
32
-
36
+
33
37
```
34
38
## Dash Core Components
35
39
@@ -138,7 +142,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
138
142
```python
139
143
dcc.Checklist(inline=True)
140
144
```
141
-
145
+
142
146
## [2.0.0] - 2021-08-03
143
147
144
148
## Dash and Dash Renderer
You can’t perform that action at this time.
0 commit comments