File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -16,20 +16,15 @@ scheme for the project adheres to `Semantic Versioning <https://semver.org/>`__.
16
16
Unreleased
17
17
----------
18
18
19
- While this release doesn't warrant a minor version bump, the last release should have
20
- been. Thus, to make up for that, this release will be a minor bump. It includes misc
21
- bug fixes, and several feature adds, the most important of which is the addition of the
22
- ``use_context `` hook.
23
-
24
19
Added:
25
20
26
21
- Support for keys in HTML fragments - :issue: `682 `
22
+ - Use Context Hook - :pull: `585 `
27
23
28
- ** Merged Pull Requests **
24
+ Fixed:
29
25
30
- - reset schedule_render_later flag after triggering - :pull: `688 `
31
- - support keys in HTML fragments - :pull: `683 `
32
- - Add Use Context Hook - :pull: `585 `
26
+ - React warning about set state in unmounted component - :issue: `690 `
27
+ - Missing reset of schedule_render_later flag - :pull: `688 `
33
28
34
29
----
35
30
You can’t perform that action at this time.
0 commit comments