v1.4.0
版本发布时间: 2023-12-21 21:57:25
formbricks/formbricks最新发布版本:v2.5.3(2024-09-12 22:10:09)
This release introduces a new Date
question type as well as a Booking
question type (using cal.com) and a Notion integration to sync answers with a Notion database 😊🚀.
Under the hood we invested a lot in automated testing to make Formbricks more robust and bug free 🐞.
Please make sure you are using the latest version of @formbricks/js in your app to benefit from all the updates, fixes and new features 😊.
Thanks to all the contributors who help make Formbricks more robust and performant. 💪🙏
What's Changed
- feat: New Question Type Meet Scheduling with Cal.com by @KapadiaNaitik in https://github.com/formbricks/formbricks/pull/1722
- feat: question-date by @pandeymangg in https://github.com/formbricks/formbricks/pull/1660
- feat: Notion Integration by @PratikAwaik in https://github.com/formbricks/formbricks/pull/1197
- feat: (e2e) onboarding tests and quick login method by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1771
- feat: Add "Email us" CTA to menu by @jobenjada in https://github.com/formbricks/formbricks/pull/1788
- feat: Automatic team assignment + skip onboarding by @jonas-hoebenreich in https://github.com/formbricks/formbricks/pull/1347
- feat: Tests for Response service by @rotimi-best in https://github.com/formbricks/formbricks/pull/1527
- feat: docs for local dev setup for advanced users by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1796
- feat: images for the how it works page by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1751
- feat: improved UI for select & multi-select logic jumps by @karishmashuklaa in https://github.com/formbricks/formbricks/pull/1773
- feat: setup formbricks/js e2e tests by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1794
- feat: survey creation & response submission e2e test by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1778
- feat: tests for all response services by @pandeymangg in https://github.com/formbricks/formbricks/pull/1805
- feat: throw explicit error if smtp is not configured by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1784
- feat: use GHCR instead of DockerHub by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1760
- chore: add global-error component by @mattinannt in https://github.com/formbricks/formbricks/pull/1780
- chore: add prettier config for import sorting, update packages, migrate to prettier 3 by @mattinannt in https://github.com/formbricks/formbricks/pull/1777
- chore: added date transform for cached services by @Dhruwang in https://github.com/formbricks/formbricks/pull/1753
- chore: adds metadata and hidden fields to csv, excel exports by @Dhruwang in https://github.com/formbricks/formbricks/pull/1806
- chore: prepare 1.4.0 release by @mattinannt in https://github.com/formbricks/formbricks/pull/1810
- chore: remove unutilised code by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1798
- chore: renamed profile to user by @Dhruwang in https://github.com/formbricks/formbricks/pull/1770
- chore: update npm dependency packages by @mattinannt in https://github.com/formbricks/formbricks/pull/1808
- chore: update surveys package to 1.0.1 by @mattinannt in https://github.com/formbricks/formbricks/pull/1763
- fix: Update README.md by @jobenjada in https://github.com/formbricks/formbricks/pull/1783
- fix: Verify Email Styling by @jobenjada in https://github.com/formbricks/formbricks/pull/1801
- fix: add flix logo, remove dark mode by @jobenjada in https://github.com/formbricks/formbricks/pull/1774
- fix: add response limitations to sync endpoint by @mattinannt in https://github.com/formbricks/formbricks/pull/1785
- fix: autoclose and autoComplete issue by @Dhruwang in https://github.com/formbricks/formbricks/pull/1426
- fix: cache revalidation after product was deleted by @mattinannt in https://github.com/formbricks/formbricks/pull/1776
- fix: changed maxDuration for weekly summary endpoint by @Dhruwang in https://github.com/formbricks/formbricks/pull/1769
- fix: changeset release pipeline by @mattinannt in https://github.com/formbricks/formbricks/pull/1811
- fix: checks for free limit reached by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1786
- fix: codespaces setup by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1797
- fix: delete question preview issue by @Dhruwang in https://github.com/formbricks/formbricks/pull/1802
- fix: drop off rate by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1775
- fix: echo placement in prod script by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1792
- fix: enable save button for survey with empty triggers by @Dhruwang in https://github.com/formbricks/formbricks/pull/1803
- fix: external link issue by @Dhruwang in https://github.com/formbricks/formbricks/pull/1812
- fix: fixes date picker overflowing ui by @pandeymangg in https://github.com/formbricks/formbricks/pull/1795
- fix: improved UI for mobile preview by @deepanshimarsha in https://github.com/formbricks/formbricks/pull/1781
- fix: missing curl in close surveys cronjob by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1772
- fix: posthog ping to send overview by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1804
- fix: preview by @Dhruwang in https://github.com/formbricks/formbricks/pull/1790
- fix: replaces all @ts-ignore with @ts-expect-error by @pandeymangg in https://github.com/formbricks/formbricks/pull/1807
- fix: send toast when delete fails in survey editor by @mattinannt in https://github.com/formbricks/formbricks/pull/1779
- fix: survey inactive layout by @Dhruwang in https://github.com/formbricks/formbricks/pull/1768
- fix: template preview UI breakage by @deepanshimarsha in https://github.com/formbricks/formbricks/pull/1766
- fix: tweaks on summary page by @Dhruwang in https://github.com/formbricks/formbricks/pull/1791
- fix: fixes mobile preview UI by @pandeymangg in https://github.com/formbricks/formbricks/pull/1809
New Contributors
- @deepanshimarsha made their first contribution in https://github.com/formbricks/formbricks/pull/1766
- @karishmashuklaa made their first contribution in https://github.com/formbricks/formbricks/pull/1773
Full Changelog: https://github.com/formbricks/formbricks/compare/v1.3.5...v1.4.0