From d4dc7e9e9c3ce50699002f23f587097620f483f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Fri, 25 Oct 2024 00:01:55 +0200 Subject: [PATCH] pl-fe: update changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- packages/pl-fe/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/pl-fe/CHANGELOG.md b/packages/pl-fe/CHANGELOG.md index eeaa47b75..4cde8e7dd 100644 --- a/packages/pl-fe/CHANGELOG.md +++ b/packages/pl-fe/CHANGELOG.md @@ -35,6 +35,8 @@ Changes made since the project forked from Soapbox in April 2024. - You can browse Bubble timeline, if supported by backend. - Mastodon displays trending articles on Search page. - Posts can be addressed to lists of users, on Pleroma. +- Support for events with external registration. +- Added a dedicated wrench reaction button. ### Changed @@ -67,6 +69,7 @@ Changes made since the project forked from Soapbox in April 2024. **Internal:** - Migrated some local stores from Redux to Zustand. +- Posts are now emojified during render, instead of when inserting posts to the state. **Dependencies:** - `@tanstack/react-virtual` is used for list virtualization, instead of `react-virtuoso`. This improves compatibility with Ladybird browser.