pl-fe: update changelog

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-10-25 00:01:55 +02:00
parent f08adfad9a
commit d4dc7e9e9c

View file

@ -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.