| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-01-26 | 7.9 kB | |
| Totals: 1 Item | 7.9 kB | 0 | |
This release introduces the option to recall previous answers in the next question, which allows for completely new survey flows 😊🚀.
We also made big performance improvements to the formbricks js SDK, reducing the package size from 48.7 to 7.1kb (minified + gzipped) by lazily loading the survey UI only on demand 😲🔥.
Under the hood we again 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: Recall functionality by @Dhruwang in https://github.com/formbricks/formbricks/pull/1789
- feat: lazy loading for @formbricks/surveys by @pandeymangg in https://github.com/formbricks/formbricks/pull/1940
- feat: survey error modal/page by @ty-kerr in https://github.com/formbricks/formbricks/pull/1140
- feat: /health endpoint by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1898
- feat: Add "How to add people" to People View by @hpk0304 in https://github.com/formbricks/formbricks/pull/1910
- feat: Add "Create new team" View when user isn't assigned to a team by @ksushant6566 in https://github.com/formbricks/formbricks/pull/1925
- feat: e2e test for actions by @pandeymangg in https://github.com/formbricks/formbricks/pull/1831
- feat: increase rate limit for client api endpoints by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1904
- feat: integrate depot.dev for faster docker arm builds by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1907
- feat: logs command in prod script by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1934
- feat: report survey link by @Dhruwang in https://github.com/formbricks/formbricks/pull/1932
- feat: send getting started email on signup by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1877
- feat: unit tests for survey service by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1813
-
- fix: (docs) mention google drive api for sheets integration in self host by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1905
- fix: Add response api link to docs navbar by @jobenjada in https://github.com/formbricks/formbricks/pull/1918
- fix: Embed in an Email preview by @Dhruwang in https://github.com/formbricks/formbricks/pull/1913
- fix: codespaces setup - run formbricks app on load by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1871
- fix: Improved UX for survey background selection by @Dhruwang in https://github.com/formbricks/formbricks/pull/1931
- fix: Response card issues by @Dhruwang in https://github.com/formbricks/formbricks/pull/1957
- fix: Tweak survey settings tab and share modal to shorten viral loop by @jobenjada in https://github.com/formbricks/formbricks/pull/1882
- fix: Tweaked thank you card by @Dhruwang in https://github.com/formbricks/formbricks/pull/1923
- fix: adds vite dev mode by @pandeymangg in https://github.com/formbricks/formbricks/pull/1893
- fix: duplicate image issue by @Dhruwang in https://github.com/formbricks/formbricks/pull/1920
- fix: e2e flakyness by @pandeymangg in https://github.com/formbricks/formbricks/pull/1961
- fix: email handling & e2e CI bug by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1896
- fix: empty logic editor issue by @Dhruwang in https://github.com/formbricks/formbricks/pull/1915
- fix: error handling for file upload by @pandeymangg in https://github.com/formbricks/formbricks/pull/1936
- fix: error wrapper by @pandeymangg in https://github.com/formbricks/formbricks/pull/1937
- fix: formbricks docs survey endpoint by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1901
- fix: full width image issue on welcome card by @Dhruwang in https://github.com/formbricks/formbricks/pull/1921
- fix: logic jump for other option by @Dhruwang in https://github.com/formbricks/formbricks/pull/1922
- fix: management storage api by @pandeymangg in https://github.com/formbricks/formbricks/pull/1958
- fix: members table UI, tweak upsell UI by @jobenjada in https://github.com/formbricks/formbricks/pull/1949
- fix: next button tweak by @Dhruwang in https://github.com/formbricks/formbricks/pull/1903
- fix: only consider subscriptions if they are in active state by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1955
- fix: remove ossgg folder by @jobenjada in https://github.com/formbricks/formbricks/pull/1939
- fix: response card tweaks by @Dhruwang in https://github.com/formbricks/formbricks/pull/1933
- fix: single use survey not working with email verification by @Dhruwang in https://github.com/formbricks/formbricks/pull/1935
- fix: template breaking issue by @Dhruwang in https://github.com/formbricks/formbricks/pull/1954
- fix: thank you card tweaks by @Dhruwang in https://github.com/formbricks/formbricks/pull/1956
- fix: tweak sharing results UX by @jobenjada in https://github.com/formbricks/formbricks/pull/1928
- fix: typo in email by @jobenjada in https://github.com/formbricks/formbricks/pull/1953
- fix: update stripe usage report times to fix conflicts by @mattinannt in https://github.com/formbricks/formbricks/pull/1914
- fix: zindex issue and fallback input issue in recall by @Dhruwang in https://github.com/formbricks/formbricks/pull/1919
- chore(deps-dev): bump vite from 5.0.11 to 5.0.12 by @dependabot in https://github.com/formbricks/formbricks/pull/1929
- chore: Add best website feedback tools 2024 article to the blog by @SiR-PENt in https://github.com/formbricks/formbricks/pull/1912
- chore: Added average to rating summary by @Dhruwang in https://github.com/formbricks/formbricks/pull/1966
- chore: Adds verified email to response data for email verification surveys by @Dhruwang in https://github.com/formbricks/formbricks/pull/1943
- chore: add c.io to privacy policy by @jobenjada in https://github.com/formbricks/formbricks/pull/1948
- chore: add waitlist survey to the blog by @SiR-PENt in https://github.com/formbricks/formbricks/pull/1944
- chore: added DOMPurify to prevent xss by @Dhruwang in https://github.com/formbricks/formbricks/pull/1894
- chore: prepare 1.5.0 release, update deps by @mattinannt in https://github.com/formbricks/formbricks/pull/1962
- chore: tweak sharing results UX by @jobenjada in https://github.com/formbricks/formbricks/pull/1964
- chore: update and tweak community page by @jobenjada in https://github.com/formbricks/formbricks/pull/1950
- chore: upgrade formbricks-com to latest deps by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1866
- docs: add Aptabase to OSS friends by @goenning in https://github.com/formbricks/formbricks/pull/1969
- docs: add self-hosting license form by @jobenjada in https://github.com/formbricks/formbricks/pull/1911
- docs: typos & broken markdown formatting by @rmrt1n in https://github.com/formbricks/formbricks/pull/1924
- docs: blog article on self hosting session by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1941
- docs: introducing in-app surveys section by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1942
- test: unit test for display services by @Dhruwang in https://github.com/formbricks/formbricks/pull/1832
New Contributors
- @hpk0304 made their first contribution in https://github.com/formbricks/formbricks/pull/1910
- @rmrt1n made their first contribution in https://github.com/formbricks/formbricks/pull/1924
- @goenning made their first contribution in https://github.com/formbricks/formbricks/pull/1969
Full Changelog: https://github.com/formbricks/formbricks/compare/v1.4.2...v1.5.0