elf-infra
elf-infra copied to clipboard
Update ghcr.io/formbricks/formbricks Docker tag to v2.5.3 (ci)
This PR contains the following updates:
Package | Update | Change |
---|---|---|
ghcr.io/formbricks/formbricks | minor | v2.4.0 -> v2.5.3 |
[!WARNING] Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
formbricks/formbricks (ghcr.io/formbricks/formbricks)
v2.5.3
We are excited to announce the release of Formbricks 2.5.3 🔥
This patch release includes bug fixes and security improvements 🚀 💪 Thanks to all the contributors who help make Formbricks more robust and performant. 💪🙏
Fixes
- 🌀 fix: infinite loading in survey animation by @Dhruwang in https://github.com/formbricks/formbricks/pull/3107
- 📝 fix: remove description from new questions by @jobenjada in https://github.com/formbricks/formbricks/pull/3112
- 📚 fix: update docs by @jobenjada in https://github.com/formbricks/formbricks/pull/3113
- 👥 fix: added people column to data table by @Dhruwang in https://github.com/formbricks/formbricks/pull/3110
- 🛡️ fix: SSRF vulnerability in unsplash image fetching by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/3111
- 🔄 fix: segment update by @pandeymangg in https://github.com/formbricks/formbricks/pull/3115
- 🗑️ feat: delete uploaded files with response deletion by @pandeymangg in https://github.com/formbricks/formbricks/pull/3114
- 📊 fix: Loading Skeleton for survey summary page by @RajuGangitla in https://github.com/formbricks/formbricks/pull/3108
- ⚙️ fix: optional behaviour for matrix question by @Dhruwang in https://github.com/formbricks/formbricks/pull/3118
- 🌐 fix: multi lang sync issue by @pandeymangg in https://github.com/formbricks/formbricks/pull/3121
- 🛎️ fix: trigger by @pandeymangg in https://github.com/formbricks/formbricks/pull/3125
- 🖼️ feat: add support for webp file format in file inputs by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/3117
- 📘 fix: update RN docs by @jobenjada in https://github.com/formbricks/formbricks/pull/3127
- 🛑 fix: cuid validation 🚨 by @jonas-hoebenreich in https://github.com/formbricks/formbricks/pull/3130
- 🌍 fix: multi lang issue sync by @pandeymangg in https://github.com/formbricks/formbricks/pull/3132
- 🔗 fix: Device Info Overflowing for Long URLs by @jonas-hoebenreich in https://github.com/formbricks/formbricks/pull/3135
- 🖌️ fix: tweak action UI by @jobenjada in https://github.com/formbricks/formbricks/pull/3136
- ✅ fix: validation UI by @pandeymangg in https://github.com/formbricks/formbricks/pull/3137
- ⏳ fix: increase timeout by @jonas-hoebenreich in https://github.com/formbricks/formbricks/pull/3120
v2.5.1
Feat
- feat: one response per email by @Dhruwang in https://github.com/formbricks/formbricks/pull/3088
Fix
- fix: hidden fields in data table by @Dhruwang in https://github.com/formbricks/formbricks/pull/3087
- fix: verified email to exports by @Dhruwang in https://github.com/formbricks/formbricks/pull/3094
- fix: data table tweaks by @Dhruwang in https://github.com/formbricks/formbricks/pull/3095
- fix: update link to landing page by @jobenjada in https://github.com/formbricks/formbricks/pull/3097
- fix: setAttribute error in the js package by @pandeymangg in https://github.com/formbricks/formbricks/pull/3099
- fix: create response via api can change created and updated at by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/3091
Style
- style: tweak environment switch by @Dhruwang in https://github.com/formbricks/formbricks/pull/3102
Full Changelog: https://github.com/formbricks/formbricks/compare/v2.5.0...v2.5.1
v2.5.0
We are excited to release Formbricks 2.5.0 🔥
This release includes a new Data Table, a new question Type Ranking as well as the React Native SDK! 🚀
[!IMPORTANT]
Data migration required ⚠️ This release includes a data migration to handle skipped CTA responses. Please follow the instructions on the Migration page in the docs to learn how to run the data migration needed.
What's Changed
🚀 New Features
- 📱 React native sdk by @ty-kerr in #2565
- 🏆 Add Ranking Question by @KapadiaNaitik in #2996
- 📊 Data table view for Responses by @Dhruwang in #3053
- 🔢 Adds management endpoint to generate multiple suId by @gupta-piyush19 in #3022
- 💾 Add support for managing path style in S3 compatible service by @use-tusk in #3031
🐛 Bug Fixes
- 🔔 Update upgrade plan notice by @jobenjada in #3018
- 🗃️ Recall info on thank you card by @Saurabhchaddha6 in #3016
- 💾 Let CTA and consent question store nothing if dismissed by @gupta-piyush19 in #2977
- 🔄 Dismissed inconsistency data migration fails with many entries by @mattinannt in #3021
- 📝 Missing question type in Add question below menu by @Dhruwang in #3029
- 🖥️ Display creation by @Dhruwang in #3034
- 🔄 JS command queue support for late initialization by @pandeymangg in #2974
- 👥 Member invite issues by @Dhruwang in #3028
- 🕰️ Use createdAt instead of updatedAt in responseCard by @mattinannt in #3040
- 🔗 Open outbound links in new tab by @Dhruwang in #3042
- ✅ Matrix question validation by @Dhruwang in #3030
- 🔍 Segment evaluation fix by @pandeymangg in #3043
- 📁 S3 file upload by @pandeymangg in #3050
- 📚 Build errors on docs page by @mattinannt in #3056
- 📱 Closing survey on mobile falsely positions it by @mdm317 in #3004
- 🔒 New survey button visible to viewers by @gupta-piyush19 in #3065
- 🎨 Rounded-corner-gap issue by @Dhruwang in #3064
- 🔄 Survey cache invalidation in survey-status cron by @pandeymangg in #3066
- 🔍 Other filter not working by @Dhruwang in #3041
- 🔄 Reset survey button by @Dhruwang in #3069
- 🔗 Validation for callback URL by @Dhruwang in #3061
- 🔄 Caching issue for resultShareKey by @Dhruwang in #3063
- 📚 Docs app build by @Dhruwang in #3081
- 📊 NPS response exported as empty string by @Dhruwang in #3080
- 🔄 Summary auto-update also queries when not in focus by @gupta-piyush19 in #3067
🧹 Chores and Improvements
- 😃 Replace emojis in survey editor and survey fetching by @filiabel in #3047
- 🔐 Move all server action to new authorization approach by @gupta-piyush19 in #2999
- 💳 Add address collection to stripe checkout by @mattinannt in #3025
- 📱 Increase react-native version number to 1.0.0 by @mattinannt in #3046
- 🚀 Release js 2.2.0 by @mattinannt in #3055
- 🗑️ Removed environmentId from language services by @Dhruwang in #3070
-
- 🎨 Added ColorPicker component to Storybook by @vishal-tyagi-github in #3019
📝 Documentation
- 📱 Reword RN docs and tweak for SEO by @jobenjada in #3073
- 💬 Change question type CTA wording by @jobenjada in #3076
🎨 UI/UX Improvements
- 🖼️ Tweaked preview by @Dhruwang in #3072
- 💀 Skeleton loading #3051 by @SaiSawant1 in #3057
Welcoming New Contributors 🤗
- @vishal-tyagi-github made their first contribution in https://github.com/formbricks/formbricks/pull/3019
- @filiabel made their first contribution in https://github.com/formbricks/formbricks/pull/3047
- @SaiSawant1 made their first contribution in https://github.com/formbricks/formbricks/pull/3057
Full Changelog: https://github.com/formbricks/formbricks/compare/v2.4.3...v2.5.0
v2.4.3
We are excited to announce the release of Formbricks 2.4.3 🔥
This patch release includes bug fixes and security improvements 🚀 As a special treat, it also includes a new loading indicator for link surveys as well as auto-refresh for the survey summary so you can see responses as soon as they come in 💪
Thanks to all the contributors who help make Formbricks more robust and performant. 💪🙏
What's Changed
- feat: Add auto-refresh to the analysis view by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/3007
- feat: Loading indicator for link surveys by @Dhruwang in https://github.com/formbricks/formbricks/pull/2982
- fix: Filters do not apply to summary impressions by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/2986
- fix: Open external links in a new tab #2994 by @AnanteshG in https://github.com/formbricks/formbricks/pull/2995
- fix: adds default weekly summary notification value in signin by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/2993
- fix: catching errors in integrations by @pandeymangg in https://github.com/formbricks/formbricks/pull/2989
- fix: embed survey height by @pandeymangg in https://github.com/formbricks/formbricks/pull/2990
- fix: linting warnings in email package by @Dhruwang in https://github.com/formbricks/formbricks/pull/2998
- fix: next-config env variables are not unique by @mattinannt in https://github.com/formbricks/formbricks/pull/3003
- fix: progress bar on welcome card by @Dhruwang in https://github.com/formbricks/formbricks/pull/3006
- fix: rating question email embed alignment by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/2988
- fix: remove failing prisma migration by @mattinannt in https://github.com/formbricks/formbricks/pull/3015
- fix: setup shell script, removes input case sensitivity by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/3002
- fix: sort features, update wording by @jobenjada in https://github.com/formbricks/formbricks/pull/2985
- fix: styles get overwritten by loading indicator changes by @mattinannt in https://github.com/formbricks/formbricks/pull/3012
- fix: surveyEditor issues by @Dhruwang in https://github.com/formbricks/formbricks/pull/2997
- fix: sync call in e2e tests by @pandeymangg in https://github.com/formbricks/formbricks/pull/3010
- fix: wait for background to load in survey loading indicator by @Dhruwang in https://github.com/formbricks/formbricks/pull/3011
- chore: npm dependency and version upgrades before release by @mattinannt in https://github.com/formbricks/formbricks/pull/3014
- docs: add deploy to zeabur button in readme by @MichaelYuhe in https://github.com/formbricks/formbricks/pull/3000
New Contributors
- @AnanteshG made their first contribution in https://github.com/formbricks/formbricks/pull/2995
- @MichaelYuhe made their first contribution in https://github.com/formbricks/formbricks/pull/3000
Full Changelog: https://github.com/formbricks/formbricks/compare/v2.4.2...v2.4.3
v2.4.2
This patch release includes preliminary solving of a permission error for Prisma installation and fixes a 2.4 migration type error.
What's Changed
- fix: docker image permission issue by @mattinannt in https://github.com/formbricks/formbricks/pull/2987
v2.4.1
We are excited to announce the release of Formbricks 2.4.1 🔥
This patch release includes bug fixes and security improvements for the one-click self-hosting setup 🚀 It also introduces a highly requested feature to copy surveys between products 🥳
[!IMPORTANT]
This release adds a data migration to fix surveys with logic jumps not being fully migrated to the new survey endings feature. If you upgrade from Formbricks v2.4.0 (only then) please re-run the data-migration from the migration guide for 2.4.0.
What's Changed
- feat: Apply filters from question summary by @Dhruwang in https://github.com/formbricks/formbricks/pull/2940
- feat: add ability to copy surveys between different environments of different products by @smritidoneria in https://github.com/formbricks/formbricks/pull/2832
- feat: adds tls1.2 and 1.3 support, and HSTS config by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/2897
- chore: add environment created posthog event by @mattinannt in https://github.com/formbricks/formbricks/pull/2966
- chore: improve posthog tracking with survey created event by @mattinannt in https://github.com/formbricks/formbricks/pull/2964
- chore: tweaking product toggle by @jobenjada in https://github.com/formbricks/formbricks/pull/2958
- docs: update and improve Microsoft Entra ID / Azure AD app registration steps by @ag-gaphp in https://github.com/formbricks/formbricks/pull/2965
- fix: add data-migration fixing invalid jump end jump destination by @mattinannt in https://github.com/formbricks/formbricks/pull/2972
- fix: add products with channel null to list by @jobenjada in https://github.com/formbricks/formbricks/pull/2976
- fix: demo app responsive add favicon by @mdm317 in https://github.com/formbricks/formbricks/pull/2960
- fix: filtering issue by @Dhruwang in https://github.com/formbricks/formbricks/pull/2971
- fix: fix typos by @jonas-hoebenreich in https://github.com/formbricks/formbricks/pull/2963
- fix: mls labels not set properly on question create by @mattinannt in https://github.com/formbricks/formbricks/pull/2979
- fix: rename surveys to surveyTriggers by @pandeymangg in https://github.com/formbricks/formbricks/pull/2975
- fix: segment delete fix by @pandeymangg in https://github.com/formbricks/formbricks/pull/2967
- fix: Entra ID / Azure AD docs formatting and images by @ag-gaphp in https://github.com/formbricks/formbricks/pull/2973
- fix: survey validation failing with custom questionId logic by @mattinannt in https://github.com/formbricks/formbricks/pull/2969
New Contributors
- @mdm317 made their first contribution in https://github.com/formbricks/formbricks/pull/2960
- @ag-gaphp made their first contribution in https://github.com/formbricks/formbricks/pull/2965
Full Changelog: https://github.com/formbricks/formbricks/compare/v2.4.0...v2.4.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.