Rallly - Package Updates
Pinned
Rallly
-
-
[1.3.0]
- Update Rally to 2.2.3
- Full changelog
- Allow participant to enter email to receive edit link (#534) [0ac3c95]
- Updated workflow for adding and updating participants (#500) [5d7db84]
- Refactor email templating code (#533) [309cb10]
- Switch to turborepo (#532) [0a836ae]
- Use built-in next/font instead of @next/font [6682c53]
- Update trpcs routes (#531) [18eca7c]
- Improve time slot start times (#519) [da895c1]
- Update submit button text (#522) [d66663a]
- Get urlId during ssr (#521) [4ee3d7c]
- Lazy load animation library to help reduce bundle size (#502) [696cd44]
- Use nextjs layout feature [c2c000f]
- Fix margin on admin controls [02ef900]
- Add
LANDING_PAGE
config option [a661630] - Remove page animations [ecd63ae]
- Fix framer motion missing layout animations [aab9995]
- Prevent form submission when poll is locked [e96c31b]
-
[1.4.0]
- Update Rallly to 2.3.1
- Full changelog
- Allow users to log in with magic link (#553) [2cf9ad4]
- Update notification flow (#548) [39a0755]
- Add dropdown indicator to language selector (#552) [5b78093]
- Remove custom Crowdin commit message [2ebda9f]
- Update email subject lines [611d04e]
- Make submitting a participant a bit faster [e06c55c]
- Fix crash in week view (#549) [1d31a42]
- Fix crowdin integration [9fe794a]
- Include pollId when capturing events by @lukevella in https://github.com/lukevella/rallly/pull/555
- Allow SMTP server to be configured without auth by @lukevella in https://github.com/lukevella/rallly/pull/556
- Update translations by @lukevella in https://github.com/lukevella/rallly/pull/554
-
[1.5.0]
- Update Rallly to 2.4.0
- Full changelog
- Added new security options for self-hosters
- Add config to secure instance from unauth users by @lukevella in #559
- Update build command by @lukevella in #560
- Temporarily disable arm64 builds by @lukevella in #561
- Update translations by @lukevella in #558
- Hide comment dropdown menu when unavailable to user by @jonas-hoebenreich in #564
- Remove dead verification code by @lukevella in #566
- Update email templates by @lukevella in #562
- Update translations by @lukevella in #565
-
[1.5.1]
- Update Rallly to 2.4.1
- Full changelog
- Capture participant email in posthog by @lukevella in https://github.com/lukevella/rallly/pull/569
- Update translations by @lukevella in https://github.com/lukevella/rallly/pull/567
- Fix DISABLE_LANDING_PAGE not working by @lukevella in https://github.com/lukevella/rallly/pull/572
-
[1.6.1]
- Update Rallly to 2.5.1
- Full changelog
- Update translations by @lukevella in https://github.com/lukevella/rallly/pull/579
- Update translations by @lukevella in https://github.com/lukevella/rallly/pull/580
- Add Vietnamese Language by @lukevella in https://github.com/lukevella/rallly/pull/581
- Update translations by @lukevella in https://github.com/lukevella/rallly/pull/582
- Update translations by @lukevella in https://github.com/lukevella/rallly/pull/585
- Conditionally initialize posthog by @lukevella in https://github.com/lukevella/rallly/pull/586
-
[1.7.0]
- Update Rallly to 2.6.0
- Full changelog
- Update translations by @lukevella in https://github.com/lukevella/rallly/pull/589
- Add a feedback form by @lukevella in https://github.com/lukevella/rallly/pull/590
- Update translations by @lukevella in https://github.com/lukevella/rallly/pull/592
- Update translations by @lukevella in https://github.com/lukevella/rallly/pull/593
- Highlight option with highest score by @lukevella in https://github.com/lukevella/rallly/pull/595
- Update translations by @lukevella in https://github.com/lukevella/rallly/pull/594
- Update translations by @lukevella in https://github.com/lukevella/rallly/pull/596
-
[1.8.0]
- Update Rallly to 2.7.0
- Full changelog
- Quicker poll creation for logged in users
- Show poll status in list
- Fix error thrown in handler when changing name by @lukevella in #598
- Increase email send rate by @lukevella in #599
- Enable zooming and scaling by @jonas-hoebenreich in #600
- Skip user details step for logged in users by @lukevella in #602
- Update translations by @lukevella in #603
- Update translations by @lukevella in #604
- Show version number in app by @arcticFox-git in #601
- Update translations by @lukevella in #609
- Show poll status in list by @lukevella in #610
-
[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.