Rallly - Package Updates
Pinned
Rallly
-
[1.8.1]
- Update Rallly to 2.7.1
- Full changelog
- Fix links not styled correctly by @lukevella in https://github.com/lukevella/rallly/pull/612
-
[1.9.0]
- Update Rallly to 2.8.0
- Full changelog
- Remove transition-all to remove weird transition by @TheZoker in https://github.com/lukevella/rallly/pull/614
- Update color palette by @lukevella in https://github.com/lukevella/rallly/pull/613
- Drop authorName from polls table by @lukevella in https://github.com/lukevella/rallly/pull/616
- Update translations by @lukevella in https://github.com/lukevella/rallly/pull/615
- Add Mintlify Docs Setup by @hanywang2 in https://github.com/lukevella/rallly/pull/617
- Add db seed script by @lukevella in https://github.com/lukevella/rallly/pull/619
- Update translations by @lukevella in https://github.com/lukevella/rallly/pull/618
-
[1.9.1]
- Update Rallly to 2.8.1
- Full changelog
- Make email placeholders RFC 2606 compliant by @peterlewis in https://github.com/lukevella/rallly/pull/622
- Fix malformed RFC 2606 tweak by @peterlewis in https://github.com/lukevella/rallly/pull/629
- Update translations by @lukevella in https://github.com/lukevella/rallly/pull/631
-
[1.9.2]
- Update Rallly to 2.8.3
- Full changelog
- This patch fixes an issue in the previous version where the wrong times were being stored in the database due to an automatic date conversion. We now make sure all times are stored in UTC and do the appropriate conversions on the client to show the correct times.
- Fixes an issue introduced in the previous patch where if a user deleted a date option, it would reset the votes for other date options as well.
-
[1.10.0]
- Update Rallly to 2.9.0
- Full changelog
- Create backend package by @lukevella in https://github.com/lukevella/rallly/pull/643
- Create languages package by @lukevella in https://github.com/lukevella/rallly/pull/644
- Use synchronous id generation by @lukevella in https://github.com/lukevella/rallly/pull/645
- Add icons package by @lukevella in https://github.com/lukevella/rallly/pull/646
- Use named exports for icons by @lukevella in https://github.com/lukevella/rallly/pull/647
- Wait for session to save by @lukevella in https://github.com/lukevella/rallly/pull/651
- Update email subject lines by @lukevella in https://github.com/lukevella/rallly/pull/652
- Improve email rendering speed by @lukevella in https://github.com/lukevella/rallly/pull/654
-
[1.10.1]
- Update Rallly to 2.9.1
- Full changelog
- Update translations by @lukevella in https://github.com/lukevella/rallly/pull/638
- Update translations by @lukevella in https://github.com/lukevella/rallly/pull/656
- Stop using localized links to app by @lukevella in https://github.com/lukevella/rallly/pull/657
-
[1.10.2]
- Update Rallly to 2.9.2
- Full changelog
- Update translations by @lukevella in https://github.com/lukevella/rallly/pull/658
- Improve query invalidation by @lukevella in https://github.com/lukevella/rallly/pull/659
-
[1.13.0]
- Update Rallly to 3.0.0
- Full changelog
- The AUTH_REQUIRED parameter has been removed. As of version 3, users must be logged in to create and manage polls. To further avoid use of your instance by unauthorized users, you are encouraged to use the ALLOWED_EMAILS parameter to limit who can register and login on your instance.
- Poll finalization
- Custom poll settings (hide participant list, hide scores, disable comments)
- Poll duplication
-
[1.14.0]
- Update Rallly to 3.0.1
- This update correctly sets the selfhosting mode for rallly so a few features are unlocked now
- Full changelog
- Show participant email in dropdown by @lukevella in #855
- Fix allowed email address matcher by @lukevella in #858
-
[1.15.0]
- Update Rallly to 3.1.0
- Full changelog
- Added a new option to make the email field required for participants.
- Participant emails are visible in the participant dropdown menu.
- Allow making email required by @lukevella in #864
- Clear session store when leaving new page by @lukevella in #871