v2.3.1
版本发布时间: 2024-07-10 00:37:24
formbricks/formbricks最新发布版本:v2.5.3(2024-09-12 22:10:09)
We are excited to announce the release of Formbricks 2.3.1 🔥
This patch release includes improvements to the Formbricks role system as well as many smaller bug fixes and security fixes 🚀
Thanks to all the contributors who help make Formbricks more robust and performant. 💪🙏
[!IMPORTANT]
This release fixes an issue where the environment variableCRON_SECRET
could be undefined in production environments. Please make sure to set this to a proper value (e.g. generate withopenssl rand -hex 32
) in your docker-compose.yml or environment file before upgrading.
[!NOTE]
TheNEXTAUTH_URL
environment variable is no longer needed. Since it served the same purpose asWEBAPP_URL
in some parts of the application, onlyWEBAPP_URL
is needed from now on.
What's Changed
- feat: Improve auth & permission system by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/2845
- feat: add prolific info and docs page by @jobenjada in https://github.com/formbricks/formbricks/pull/2853
- feat: add support for self-hosted cal.com instances by @aschaber1 in https://github.com/formbricks/formbricks/pull/2799
- feat: adds vercel style guide in API package by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/2861
- fix: Update Access Rights for Product Creation by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/2859
- fix: Webhook testing is throwing not useful error by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/2846
- fix: adds content type options header by @pandeymangg in https://github.com/formbricks/formbricks/pull/2824
- fix: build-web github action by @pandeymangg in https://github.com/formbricks/formbricks/pull/2830
- fix: cache headers by @pandeymangg in https://github.com/formbricks/formbricks/pull/2834
- fix: delay stacked card container height calculation by @itsjustaplant in https://github.com/formbricks/formbricks/pull/2814
- fix: embed mode toggle and docs by @Dhruwang in https://github.com/formbricks/formbricks/pull/2841
- fix: identify Posthog users in product onboarding by @mattinannt in https://github.com/formbricks/formbricks/pull/2836
- fix: invite functionality for providers by @Dhruwang in https://github.com/formbricks/formbricks/pull/2852
- fix: js pkg types by @pandeymangg in https://github.com/formbricks/formbricks/pull/2821
- fix: onboarding survey alignment by @Dhruwang in https://github.com/formbricks/formbricks/pull/2833
- fix: pnpm github action version by @pandeymangg in https://github.com/formbricks/formbricks/pull/2851
- fix: remove deal cloud by @jobenjada in https://github.com/formbricks/formbricks/pull/2829
- fix: run lint on complete project before commit by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/2802
- fix: spacing in delete dialog by @Dhruwang in https://github.com/formbricks/formbricks/pull/2823
- fix: survey card issues by @Dhruwang in https://github.com/formbricks/formbricks/pull/2854
- fix: survey editor validation by @pandeymangg in https://github.com/formbricks/formbricks/pull/2749
- fix: surveys management api input types by @pandeymangg in https://github.com/formbricks/formbricks/pull/2837
- fix: surveys package tailwind by @pandeymangg in https://github.com/formbricks/formbricks/pull/2827
- chore: Remove NEXTAUTH_URL by @Dhruwang in https://github.com/formbricks/formbricks/pull/2840
- chore: improve NPSQuestion component styling by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/2825
- chore: make cron secret required by @Dhruwang in https://github.com/formbricks/formbricks/pull/2843
- chore: update ui npm dependencies by @mattinannt in https://github.com/formbricks/formbricks/pull/2862
- docs: Fix documentation link by @laurens in https://github.com/formbricks/formbricks/pull/2839
- docs: tweaking contributor docs by @jobenjada in https://github.com/formbricks/formbricks/pull/2818
- docs: updated make.com documentation by @Dhruwang in https://github.com/formbricks/formbricks/pull/2835
New Contributors
- @aschaber1 made their first contribution in https://github.com/formbricks/formbricks/pull/2799
Full Changelog: https://github.com/formbricks/formbricks/compare/v2.3.0...v2.3.1