From deb0365cc437829f4fcea9396dda3c2330afdcdf Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Fri, 15 Sep 2023 00:16:45 -0700 Subject: [PATCH] add changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c95928..a6b7fb6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,14 @@ Using the following categories, list your changes in this order: +## [Unreleased] + +### Added + +- ReactPy components can now use SEO compatible rendering! + - `settings.py:REACTPY_PRELOAD_DEFAULT` can be set to `True` to enable this behavior by default + - Or, you can enable it on individual components via the template tag: `{% component "..." preload="True" %}` + ## [3.5.1] - 2023-09-07 ### Added