Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-11-12 | 4.2 kB | |
Totals: 1 Item | 4.2 kB | 0 |
This release of Formbricks introduces an updated database model that provides the foundation for new user identification features, adds support for @formbricks/js
for public-facing websites, and improves overall database performance.
Notice: This update deletes all previously tracked actions / events within Formbricks as we switch to a new action model for the upcoming advanced user targeting feature. All polls and action classes as triggers will still work as before.
What's Changed 🚀
- feat: Make formbricks-js ready for public websites by @pandeymangg in https://github.com/formbricks/formbricks/pull/1470
- feat: Add time to complete on welcome card by @Dhruwang in https://github.com/formbricks/formbricks/pull/1461
- feat: independent troubleshooting guide page by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1591
- chore(deps): bump @sentry/nextjs from 7.76.0 to 7.77.0 by @dependabot in https://github.com/formbricks/formbricks/pull/1603
- chore: Add docker packages to Github Packages on release by @mattinannt in https://github.com/formbricks/formbricks/pull/1585
- chore: Improve database performance by adding indexes by @mattinannt in https://github.com/formbricks/formbricks/pull/1593
- chore: add revert to oss-friends by @jatinsandilya in https://github.com/formbricks/formbricks/pull/745
- chore: release formbricks-js 1.1.5 by @mattinannt in https://github.com/formbricks/formbricks/pull/1601
- chore: remove unused method and restructure env var fetching for team roles by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1595
- docs: Add Google OAuth Integration Guide by @dominikmukrecki in https://github.com/formbricks/formbricks/pull/1411
- docs: recommended hardware requirements to self host formbricks by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1590
- fix: Onboarding page added
aria-lable
and keyboard navigation by @harsh9975 in https://github.com/formbricks/formbricks/pull/1562 - fix: add types to exports for @formbricks/js by @florrdv in https://github.com/formbricks/formbricks/pull/1597
- fix: default account info docs changes by @adityadeshlahre in https://github.com/formbricks/formbricks/pull/1583
- fix: fixed URL example for "Create Survey" API endpoint is wrong [#1555] by @shashankshet in https://github.com/formbricks/formbricks/pull/1586
- fix: github action that reports stripe usage by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1599
- fix: handle invalid surveyId from api endpoint by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1589
- fix: infinite loop in onboarding by @mattinannt in https://github.com/formbricks/formbricks/pull/1604
- fix: opt billing page forcefully out of static generation by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1600
- fix: pass authOptions to getServerSession in authLayout by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1584
- fix: redirect user if they visit onboarding page without auth by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1596
- fix: update setup checklists with latest js package version by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1588
- fix: user existence checks in session object by @ShubhamPalriwala in https://github.com/formbricks/formbricks/pull/1587
- refactor: Airtable & GS endpoints to use responses return objects by @Dhruwang in https://github.com/formbricks/formbricks/pull/1592
New Contributors
- @shashankshet made their first contribution in https://github.com/formbricks/formbricks/pull/1586
- @jatinsandilya made their first contribution in https://github.com/formbricks/formbricks/pull/745
- @florrdv made their first contribution in https://github.com/formbricks/formbricks/pull/1597
- @dominikmukrecki made their first contribution in https://github.com/formbricks/formbricks/pull/1411
- @harsh9975 made their first contribution in https://github.com/formbricks/formbricks/pull/1562
Full Changelog: https://github.com/formbricks/formbricks/compare/v1.2.2...v1.2.3