-
released this
2025-12-16 01:09:26 -06:00 | 27 commits to main since this release📅 Originally published on GitHub: Tue, 16 Dec 2025 07:42:26 GMT
🏷️ Git tag created: Tue, 16 Dec 2025 07:09:26 GMTWhat's Changed
- fix: update Next.js and React to patch security vulnerabilities by @mattinannt in https://github.com/formbricks/formbricks/pull/6984
Full Changelog: https://github.com/formbricks/formbricks/compare/4.3.2...4.3.3
Downloads
-
released this
2025-12-04 04:51:36 -06:00 | 29 commits to main since this release📅 Originally published on GitHub: Thu, 04 Dec 2025 10:58:01 GMT
🏷️ Git tag created: Thu, 04 Dec 2025 10:51:36 GMTWhat's Changed
- fix: (BACKPORT) prevent keydown event when other option is selected in multiple choice element by @Dhruwang in https://github.com/formbricks/formbricks/pull/6942
- fix(backport): upgrade Next.js to 15.5.7 and React to 19.1.2 to fix CVE-2025-66478 and CVE-2025-55182 by @mattinannt in https://github.com/formbricks/formbricks/pull/6944
Full Changelog: https://github.com/formbricks/formbricks/compare/4.3.1...4.3.2
Downloads
-
released this
2025-12-01 09:26:04 -06:00 | 31 commits to main since this release📅 Originally published on GitHub: Mon, 01 Dec 2025 16:33:22 GMT
🏷️ Git tag created: Mon, 01 Dec 2025 15:26:04 GMTWhat's Changed
- fix: (backport) back button label validation (#6916) by @Dhruwang in https://github.com/formbricks/formbricks/pull/6917
- fix: (backport) missing finish label on last card (#6915) by @Dhruwang in https://github.com/formbricks/formbricks/pull/6920
- fix: (backport) border around language select dropdown (#6914) by @Dhruwang in https://github.com/formbricks/formbricks/pull/6918
Full Changelog: https://github.com/formbricks/formbricks/compare/4.3.0...4.3.1
Downloads
-
released this
2025-11-29 05:57:14 -06:00 | 34 commits to main since this release📅 Originally published on GitHub: Sun, 30 Nov 2025 08:04:05 GMT
🏷️ Git tag created: Sat, 29 Nov 2025 11:57:14 GMTOur most requested feature has arrived! Release 4.3.0 introduces multiple questions per page, giving you more power and flexibility than ever to design surveys exactly the way you want.
To make things seamless, all required data migrations run automatically the first time you start Formbricks 4.3.0. No manual steps or follow-up migrations are needed.
Enjoy building richer, more intuitive survey experiences! ✨
What's Changed
- feat: MQP by @pandeymangg in https://github.com/formbricks/formbricks/pull/6901
- feat: UI improvements to survey editor and summary cards by @jobenjada in https://github.com/formbricks/formbricks/pull/6857
- feat: add CSP nonce support for inline styles (#6796) by @Dhruwang in https://github.com/formbricks/formbricks/pull/6801
- feat: migrate integration configs from questions to elements by @mattinannt in https://github.com/formbricks/formbricks/pull/6906
- feat: telemetry setup by @Dhruwang in https://github.com/formbricks/formbricks/pull/6888
- chore: Remove old telemetry & usage tracking by @jobenjada in https://github.com/formbricks/formbricks/pull/6844
- docs: Add GTM docs by @harshsbhat in https://github.com/formbricks/formbricks/pull/6830
- docs: add S3 CORS configuration to file uploads documentation by @mattinannt in https://github.com/formbricks/formbricks/pull/6877
- fix: Clarify wording around custom links against phishing by @jobenjada in https://github.com/formbricks/formbricks/pull/6875
- fix: Link metadata by @jobenjada in https://github.com/formbricks/formbricks/pull/6865
- fix: Matrix filter by @jobenjada in https://github.com/formbricks/formbricks/pull/6864
- fix: add missing filter option by @jobenjada in https://github.com/formbricks/formbricks/pull/6879
- fix: filters not persisting in response page by @Dhruwang in https://github.com/formbricks/formbricks/pull/6862
- fix: fixes the blocks deletion issue by @pandeymangg in https://github.com/formbricks/formbricks/pull/6907
- fix: improve Contacts and Segments UX and functionality by @jobenjada in https://github.com/formbricks/formbricks/pull/6855
- fix: language select UI by @Dhruwang in https://github.com/formbricks/formbricks/pull/6890
- fix: pin Prisma CLI to version 6 in Dockerfile by @mattinannt in https://github.com/formbricks/formbricks/pull/6868
- fix: release pipeline boolean comparison for is_latest output by @mattinannt in https://github.com/formbricks/formbricks/pull/6870
- fix: update preview when props change by @Dhruwang in https://github.com/formbricks/formbricks/pull/6860
- fix: use correct permission check for remove branding feature by @mattinannt in https://github.com/formbricks/formbricks/pull/6895
Full Changelog: https://github.com/formbricks/formbricks/compare/4.2.0...4.3.0
Downloads
-
released this
2025-11-29 05:57:14 -06:00 | 34 commits to main since this release📅 Originally published on GitHub: Sat, 29 Nov 2025 12:42:17 GMT
🏷️ Git tag created: Sat, 29 Nov 2025 11:57:14 GMTThis is a pre-release and not production-ready yet!
What's Changed
- fix: update preview when props change by @Dhruwang in https://github.com/formbricks/formbricks/pull/6860
- fix: filters not persisting in response page by @Dhruwang in https://github.com/formbricks/formbricks/pull/6862
- fix: pin Prisma CLI to version 6 in Dockerfile by @mattinannt in https://github.com/formbricks/formbricks/pull/6868
- fix: Link metadata by @jobenjada in https://github.com/formbricks/formbricks/pull/6865
- fix: Matrix filter by @jobenjada in https://github.com/formbricks/formbricks/pull/6864
- fix: release pipeline boolean comparison for is_latest output by @mattinannt in https://github.com/formbricks/formbricks/pull/6870
- feat: add CSP nonce support for inline styles (#6796) by @Dhruwang in https://github.com/formbricks/formbricks/pull/6801
- docs: Add GTM docs by @harshsbhat in https://github.com/formbricks/formbricks/pull/6830
- docs: add S3 CORS configuration to file uploads documentation by @mattinannt in https://github.com/formbricks/formbricks/pull/6877
- fix: add missing filter option by @jobenjada in https://github.com/formbricks/formbricks/pull/6879
- fix: Clarify wording around custom links against phishing by @jobenjada in https://github.com/formbricks/formbricks/pull/6875
- feat: UI improvements to survey editor and summary cards by @jobenjada in https://github.com/formbricks/formbricks/pull/6857
- chore: Remove old telemetry & usage tracking by @jobenjada in https://github.com/formbricks/formbricks/pull/6844
- fix: improve Contacts and Segments UX and functionality by @jobenjada in https://github.com/formbricks/formbricks/pull/6855
- fix: use correct permission check for remove branding feature by @mattinannt in https://github.com/formbricks/formbricks/pull/6895
- fix: language select UI by @Dhruwang in https://github.com/formbricks/formbricks/pull/6890
- feat: MQP by @pandeymangg in https://github.com/formbricks/formbricks/pull/6901
- fix: fixes the blocks deletion issue by @pandeymangg in https://github.com/formbricks/formbricks/pull/6907
- feat: migrate integration configs from questions to elements by @mattinannt in https://github.com/formbricks/formbricks/pull/6906
- feat: telemetry setup by @Dhruwang in https://github.com/formbricks/formbricks/pull/6888
Full Changelog: https://github.com/formbricks/formbricks/compare/4.2.0...4.3.0-rc.1
Downloads
-
released this
2025-11-21 03:33:00 -06:00 | 48 commits to main since this release📅 Originally published on GitHub: Fri, 21 Nov 2025 09:38:32 GMT
🏷️ Git tag created: Fri, 21 Nov 2025 09:33:00 GMTThis is a pre-release for testing purposes only!
What's Changed
- fix: pin Prisma CLI to version 6 in Dockerfile (backport) by @mattinannt in https://github.com/formbricks/formbricks/pull/6872
Full Changelog: https://github.com/formbricks/formbricks/compare/4.2.0-rc.1...4.2.0-rc.2
Downloads
-
released this
2025-11-21 03:33:00 -06:00 | 48 commits to main since this release📅 Originally published on GitHub: Fri, 21 Nov 2025 10:47:04 GMT
🏷️ Git tag created: Fri, 21 Nov 2025 09:33:00 GMTWhat's Changed
- feat: Add Dutch language support. by @Githubguy132010 in https://github.com/formbricks/formbricks/pull/6737
- feat: add AND relationship support for URL filters in No Code Actions by @jobenjada in https://github.com/formbricks/formbricks/pull/6822
- feat: add CUID v1 validation for environment ID endpoints by @mattinannt in https://github.com/formbricks/formbricks/pull/6827
- feat: add Personal Link generation UI by @jobenjada in https://github.com/formbricks/formbricks/pull/6819
- feat: add filterDateField parameter to enable filtering by updated-at in responses endpoint by @mattinannt in https://github.com/formbricks/formbricks/pull/6833
- feat: add scroll indicator button to scrollable container by @jobenjada in https://github.com/formbricks/formbricks/pull/6803
- feat: improve rating and NPS summary UI with aggregated view by @jobenjada in https://github.com/formbricks/formbricks/pull/6834
- feat: reduce environment cache TTL to 1 minute for CDN and Redis by @mattinannt in https://github.com/formbricks/formbricks/pull/6825
- feat: spanish translations by @Dhruwang in https://github.com/formbricks/formbricks/pull/6817
- chore(deps): bump glob from 11.0.2 to 11.1.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/formbricks/formbricks/pull/6838
- chore(deps): bump next-auth from 4.24.11 to 4.24.12 in /apps/web in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/formbricks/formbricks/pull/6751
- chore: recalibrate survey editor width to 2/3 editor and 1/3 preview by @Dhruwang in https://github.com/formbricks/formbricks/pull/6772
- chore: response page optimization by @Dhruwang in https://github.com/formbricks/formbricks/pull/6843
- chore: update wording & UI tweak for easier SDK setup by @jobenjada in https://github.com/formbricks/formbricks/pull/6777
- chore: upgrade playwright to fix dependabot warnings by @mattinannt in https://github.com/formbricks/formbricks/pull/6840
- docs: improve API docs for better DX by @jobenjada in https://github.com/formbricks/formbricks/pull/6760
- docs: minio intructions for docker setup by @pandeymangg in https://github.com/formbricks/formbricks/pull/6773
- fix: (backport) Link metadata by @jobenjada in https://github.com/formbricks/formbricks/pull/6866
- fix: (backport) Matrix filter by @jobenjada in https://github.com/formbricks/formbricks/pull/6867
- fix: (backport) filters not persisting in response page by @Dhruwang in https://github.com/formbricks/formbricks/pull/6863
- fix: (backport) update preview when props change by @Dhruwang in https://github.com/formbricks/formbricks/pull/6861
- fix: Tweak Recontact UI by @jobenjada in https://github.com/formbricks/formbricks/pull/6783
- fix: add typeorm security override (Dependabot #223) by @mattinannt in https://github.com/formbricks/formbricks/pull/6842
- fix: added variable key id mapping UI by @Dhruwang in https://github.com/formbricks/formbricks/pull/6814
- fix: allow 1 option + other in select question by @jobenjada in https://github.com/formbricks/formbricks/pull/6824
- fix: allow access of /animated-bgs/** from public url by @MarcThu in https://github.com/formbricks/formbricks/pull/6748
- fix: copy recontact options when copying surveys between environments by @jobenjada in https://github.com/formbricks/formbricks/pull/6802
- fix: duplicate survey issue by @Dhruwang in https://github.com/formbricks/formbricks/pull/6774
- fix: include responseStatus filter in active filter count display by @jobenjada in https://github.com/formbricks/formbricks/pull/6809
- fix: language switch tweak and docs feedback template by @Dhruwang in https://github.com/formbricks/formbricks/pull/6811
- fix: nindent typo in securityContext helm chart by @Pyrrian in https://github.com/formbricks/formbricks/pull/6753
- fix: optimize survey list performance with client-side filtering by @mattinannt in https://github.com/formbricks/formbricks/pull/6812
- fix: pin Prisma CLI to version 6 in Dockerfile (backport) by @mattinannt in https://github.com/formbricks/formbricks/pull/6872
- fix: preview animation fix (duplicate) by @Dhruwang in https://github.com/formbricks/formbricks/pull/6784
- fix: raw html issues by @Dhruwang in https://github.com/formbricks/formbricks/pull/6813
- fix: release pipeline boolean comparison for is_latest output (backport to 4.2) by @mattinannt in https://github.com/formbricks/formbricks/pull/6871
- fix: resolve metadata in hover confusion + other UI tweaks by @jobenjada in https://github.com/formbricks/formbricks/pull/6821
- fix: serve logo from self-hosted instance instead of external S3 bucket by @mattinannt in https://github.com/formbricks/formbricks/pull/6781
- fix: survey ui loading issue by @Dhruwang in https://github.com/formbricks/formbricks/pull/6755
- fix: update issue in welcome card by @Dhruwang in https://github.com/formbricks/formbricks/pull/6779
- fix: welcome card headline in survey title by @pandeymangg in https://github.com/formbricks/formbricks/pull/6749
- perf: Duplicate of Parallelize responses page data fetching v2 by @jobenjada in https://github.com/formbricks/formbricks/pull/6831
- perf: Optimize link survey with server/client component architecture by @mattinannt in https://github.com/formbricks/formbricks/pull/6764
- perf: Parallelize independent data fetching in responses page by @igor-srdoc in https://github.com/formbricks/formbricks/pull/6762
- perf: optimize survey editor drag and drop performance by @jobenjada in https://github.com/formbricks/formbricks/pull/6823
New Contributors
- @MarcThu made their first contribution in https://github.com/formbricks/formbricks/pull/6748
- @Githubguy132010 made their first contribution in https://github.com/formbricks/formbricks/pull/6737
- @Pyrrian made their first contribution in https://github.com/formbricks/formbricks/pull/6753
- @igor-srdoc made their first contribution in https://github.com/formbricks/formbricks/pull/6762
Full Changelog: https://github.com/formbricks/formbricks/compare/4.1.0...4.2.0
Downloads
-
released this
2025-11-21 03:09:39 -06:00 | 49 commits to main since this release📅 Originally published on GitHub: Fri, 21 Nov 2025 09:18:37 GMT
🏷️ Git tag created: Fri, 21 Nov 2025 09:09:39 GMTThis is a pre-release for testing purposes only!
What's Changed
- fix: welcome card headline in survey title by @pandeymangg in https://github.com/formbricks/formbricks/pull/6749
- fix: survey ui loading issue by @Dhruwang in https://github.com/formbricks/formbricks/pull/6755
- fix: allow access of /animated-bgs/** from public url by @MarcThu in https://github.com/formbricks/formbricks/pull/6748
- chore(deps): bump next-auth from 4.24.11 to 4.24.12 in /apps/web in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/formbricks/formbricks/pull/6751
- feat: Add Dutch language support. by @Githubguy132010 in https://github.com/formbricks/formbricks/pull/6737
- fix: nindent typo in securityContext helm chart by @Pyrrian in https://github.com/formbricks/formbricks/pull/6753
- docs: improve API docs for better DX by @jobenjada in https://github.com/formbricks/formbricks/pull/6760
- docs: minio intructions for docker setup by @pandeymangg in https://github.com/formbricks/formbricks/pull/6773
- fix: duplicate survey issue by @Dhruwang in https://github.com/formbricks/formbricks/pull/6774
- chore: recalibrate survey editor width to 2/3 editor and 1/3 preview by @Dhruwang in https://github.com/formbricks/formbricks/pull/6772
- chore: update wording & UI tweak for easier SDK setup by @jobenjada in https://github.com/formbricks/formbricks/pull/6777
- fix: update issue in welcome card by @Dhruwang in https://github.com/formbricks/formbricks/pull/6779
- fix: serve logo from self-hosted instance instead of external S3 bucket by @mattinannt in https://github.com/formbricks/formbricks/pull/6781
- fix: Tweak Recontact UI by @jobenjada in https://github.com/formbricks/formbricks/pull/6783
- fix: preview animation fix (duplicate) by @Dhruwang in https://github.com/formbricks/formbricks/pull/6784
- fix: copy recontact options when copying surveys between environments by @jobenjada in https://github.com/formbricks/formbricks/pull/6802
- fix: include responseStatus filter in active filter count display by @jobenjada in https://github.com/formbricks/formbricks/pull/6809
- feat: add scroll indicator button to scrollable container by @jobenjada in https://github.com/formbricks/formbricks/pull/6803
- fix: raw html issues by @Dhruwang in https://github.com/formbricks/formbricks/pull/6813
- fix: added variable key id mapping UI by @Dhruwang in https://github.com/formbricks/formbricks/pull/6814
- feat: spanish translations by @Dhruwang in https://github.com/formbricks/formbricks/pull/6817
- feat: add CUID v1 validation for environment ID endpoints by @mattinannt in https://github.com/formbricks/formbricks/pull/6827
- fix: allow 1 option + other in select question by @jobenjada in https://github.com/formbricks/formbricks/pull/6824
- perf: optimize survey editor drag and drop performance by @jobenjada in https://github.com/formbricks/formbricks/pull/6823
- perf: Parallelize independent data fetching in responses page by @igor-srdoc in https://github.com/formbricks/formbricks/pull/6762
- perf: Duplicate of Parallelize responses page data fetching v2 by @jobenjada in https://github.com/formbricks/formbricks/pull/6831
- feat: add AND relationship support for URL filters in No Code Actions by @jobenjada in https://github.com/formbricks/formbricks/pull/6822
- fix: resolve metadata in hover confusion + other UI tweaks by @jobenjada in https://github.com/formbricks/formbricks/pull/6821
- feat: reduce environment cache TTL to 1 minute for CDN and Redis by @mattinannt in https://github.com/formbricks/formbricks/pull/6825
- feat: add Personal Link generation UI by @jobenjada in https://github.com/formbricks/formbricks/pull/6819
- chore: upgrade playwright to fix dependabot warnings by @mattinannt in https://github.com/formbricks/formbricks/pull/6840
- feat: improve rating and NPS summary UI with aggregated view by @jobenjada in https://github.com/formbricks/formbricks/pull/6834
- chore(deps): bump glob from 11.0.2 to 11.1.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/formbricks/formbricks/pull/6838
- feat: add filterDateField parameter to enable filtering by updated-at in responses endpoint by @mattinannt in https://github.com/formbricks/formbricks/pull/6833
- fix: add typeorm security override (Dependabot #223) by @mattinannt in https://github.com/formbricks/formbricks/pull/6842
- chore: response page optimization by @Dhruwang in https://github.com/formbricks/formbricks/pull/6843
- fix: language switch tweak and docs feedback template by @Dhruwang in https://github.com/formbricks/formbricks/pull/6811
- perf: Optimize link survey with server/client component architecture by @mattinannt in https://github.com/formbricks/formbricks/pull/6764
- fix: optimize survey list performance with client-side filtering by @mattinannt in https://github.com/formbricks/formbricks/pull/6812
- fix: (backport) update preview when props change by @Dhruwang in https://github.com/formbricks/formbricks/pull/6861
- fix: (backport) filters not persisting in response page by @Dhruwang in https://github.com/formbricks/formbricks/pull/6863
- fix: (backport) Link metadata by @jobenjada in https://github.com/formbricks/formbricks/pull/6866
- fix: (backport) Matrix filter by @jobenjada in https://github.com/formbricks/formbricks/pull/6867
- fix: release pipeline boolean comparison for is_latest output (backport to 4.2) by @mattinannt in https://github.com/formbricks/formbricks/pull/6871
New Contributors
- @MarcThu made their first contribution in https://github.com/formbricks/formbricks/pull/6748
- @Githubguy132010 made their first contribution in https://github.com/formbricks/formbricks/pull/6737
- @Pyrrian made their first contribution in https://github.com/formbricks/formbricks/pull/6753
- @igor-srdoc made their first contribution in https://github.com/formbricks/formbricks/pull/6762
Full Changelog: https://github.com/formbricks/formbricks/compare/4.1.0...4.2.0-rc.1
Downloads
-
released this
2025-11-13 08:51:57 -06:00 | 87 commits to main since this release📅 Originally published on GitHub: Thu, 13 Nov 2025 15:01:49 GMT
🏷️ Git tag created: Thu, 13 Nov 2025 14:51:57 GMTWhat's Changed
- fix: added variable key id; fixed raw HTML issue by @Dhruwang in https://github.com/formbricks/formbricks/pull/6815
Full Changelog: https://github.com/formbricks/formbricks/compare/4.1.1...4.1.2
Downloads
-
released this
2025-11-05 09:02:49 -06:00 | 88 commits to main since this release📅 Originally published on GitHub: Wed, 05 Nov 2025 15:03:38 GMT
🏷️ Git tag created: Wed, 05 Nov 2025 15:02:49 GMTWhat's Changed
- fix: serve logo from self-hosted instance instead of external S3 bucket (backport to 4.1) by @mattinannt in https://github.com/formbricks/formbricks/pull/6782
- fix: welcome card text inputs not saving due to shared firstRender state (Backport) by @Dhruwang in https://github.com/formbricks/formbricks/pull/6780
Full Changelog: https://github.com/formbricks/formbricks/compare/4.1.0...4.1.1
Downloads
mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-16 12:14:34 -06:00