v2.3.2
版本发布时间: 2024-07-17 18:03:51
formbricks/formbricks最新发布版本:v2.5.3(2024-09-12 22:10:09)
We are excited to announce the release of Formbricks 2.3.2 🔥
This patch release includes improvements to the Formbricks survey editor validation as well as many smaller bug fixes and security fixes 🚀
The release also introduces a new environment variable SMTP_REJECT_UNAUTHORIZED_TLS
that can be set to 0
to support SMTP servers without a valid SSL certificate, making it easier to use Formbricks in different self-hosting environments 💪.
Thanks to all the contributors who help make Formbricks more robust and performant. 💪🙏
[!IMPORTANT]
We are taking the first steps to deprecate advanced targeting (enterprise targeting for app surveys) with actions (e.g. only target users that triggered action x 3 times in the last month). This means that actions can still be used as triggers, but will no longer be stored on the server in order to improve the overall performance of the Formbricks system. This release is the first step in the deprecation process and will no longer allow you to add new advanced targeting rules based on actions.
What's Changed
- fix: 404 on js integration connect page by @Dhruwang in https://github.com/formbricks/formbricks/pull/2901
- fix: Added type to ResetProgressButton by @Dhruwang in https://github.com/formbricks/formbricks/pull/2889
- fix: CTA button URL fix by @pandeymangg in https://github.com/formbricks/formbricks/pull/2881
- fix: airtable UX by @Dhruwang in https://github.com/formbricks/formbricks/pull/2865
- fix: js package linting by @pandeymangg in https://github.com/formbricks/formbricks/pull/2868
- fix: notion integration by @Dhruwang in https://github.com/formbricks/formbricks/pull/2888
- fix: reintroduce NEXTAUTH_URL to fix logout redirect by @mattinannt in https://github.com/formbricks/formbricks/pull/2905
- fix: restart functionality by @smritidoneria in https://github.com/formbricks/formbricks/pull/2885
- fix: survey validation thank you card by @pandeymangg in https://github.com/formbricks/formbricks/pull/2875
- chore: add hidden field to response finished email by @Dhruwang in https://github.com/formbricks/formbricks/pull/2872
- chore: add react cache to improve render performance by @mattinannt in https://github.com/formbricks/formbricks/pull/2867
- chore: added SMTP_REJECT_UNAUTHORIZED_TLS env variable by @Dhruwang in https://github.com/formbricks/formbricks/pull/2876
- chore: deprecate action filtering in advanced targeting by @mattinannt in https://github.com/formbricks/formbricks/pull/2877
- chore: only store actions on the server when enabled in environment by @mattinannt in https://github.com/formbricks/formbricks/pull/2871
- chore: simplify person detail page by removing activity timeline by @mattinannt in https://github.com/formbricks/formbricks/pull/2878
- chore: update local setup links in README.md by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/2866
- feat: adds vercel style guide eslint rules to types package by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/2869
New Contributors
- @smritidoneria made their first contribution in https://github.com/formbricks/formbricks/pull/2885
Full Changelog: https://github.com/formbricks/formbricks/compare/v2.3.1...v2.3.2