@@ -5,8 +5,7 @@ Changelog
5
5
6
6
All notable changes to this project will be recorded in this document. The style of
7
7
which is based on `Keep a Changelog <https://keepachangelog.com/ >`__. The versioning
8
- scheme for the project adheres to `Semantic Versioning <https://semver.org/ >`__. For
9
- more info, see the :ref: `Contributor Guide <Creating a Changelog Entry >`.
8
+ scheme for the project adheres to `Semantic Versioning <https://semver.org/ >`__.
10
9
11
10
12
11
.. INSTRUCTIONS FOR CHANGELOG CONTRIBUTORS
@@ -20,7 +19,7 @@ Unreleased
20
19
21
20
**Changed **
22
21
23
- - :pull: `1251 ` Substitute ``react `` rendering on the client with ``preact ``.
22
+ - :pull: `1251 ` Substitute client-side usage of ``react `` with ``preact ``.
24
23
25
24
v1.1.0
26
25
------
@@ -44,12 +43,8 @@ v1.1.0
44
43
**Changed **
45
44
46
45
- :pull: `1171 ` - Previously ``None ``, when present in an HTML element, would render as
47
- the string ``"None" ``. Now ``None `` will not render at all. This is consistent with
48
- how ``None `` is handled when returned from components. It also makes it easier to
49
- conditionally render elements. For example, previously you would have needed to use a
50
- fragment to conditionally render an element by writing
51
- ``something if condition else html._() ``. Now you can simply write
52
- ``something if condition else None ``.
46
+ the string ``"None" ``. Now ``None `` will not render at all. This is now equivalent to
47
+ how ``None `` is handled when returned from components.
53
48
- :pull: `1210 ` - Move hooks from ``reactpy.backend.hooks `` into ``reactpy.core.hooks ``.
54
49
55
50
**Deprecated **
0 commit comments