Baptiste Arnaud
0c883b9a11
📝 Add progress bar docs
2025-05-28 14:26:36 +02:00
Baptiste Arnaud
3a2ac4f8fa
🐛 Fix save variable data mapping suggestion for arrays with mixed objects
2025-05-27 11:48:22 +02:00
Baptiste Arnaud
79f65217d6
🐛 Fix Card item drag on text area resize and allow textarea scroll
2025-05-23 11:06:49 +02:00
Baptiste Arnaud
924a57be30
🚸 Improve Card item manipulation
...
Avoid dragging the item on text selection, resize description editable to text content size and remove max-width on editables
2025-05-23 10:27:28 +02:00
Baptiste Arnaud
28c149c0c7
🧑💻 Make react package ssr compatible and deprecate nextjs package
...
Closes #1936
2025-05-22 12:05:40 +02:00
Baptiste Arnaud
081654f733
♻️ Remove global signals from embed lib to avoid conflict with multiple bots
...
Also unify state in ChatChunk to have a more predictable reactivity
2025-05-22 08:13:43 +02:00
Swap-nagras
ef18b1c9e5
✅ (emailInput) Add tests for email input validation ( #2177 )
2025-05-21 14:51:21 +02:00
Sanmith Kurian
a322789215
🚸 (dateInput) Add submit on Enter press ( #2176 )
2025-05-21 14:50:38 +02:00
Sanmith Kurian
ac510abf76
✨ Add "Allow search engines to index" option ( #2163 )
...
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
# Configure the robots meta tag to allow search and link crawlers
## Description
Closes #1123
This PR adds the "Allow indexing" metadata option. This feature allows
users to control whether search engines like Google and LinkedIn can
index their Typebot content by removing the `noindex` meta tag when
enabled.
## Changes
- Updated `MetadataForm.tsx` to include a new switch toggle to allow
indexing
- Updated `Seo.tsx` to remove the `noindex` tag when indexing is enabled
- Made the appropriate changes for the typebot settings schema to
include the allow indexing option
- Added translations for the following keys to `en.json`, `fr.json`,
`pt-BR.json`, `pt.json` language files:
- `settings.sideMenu.metadata.allowIndexing.label`: "Allow search
engines to index"
- `settings.sideMenu.metadata.allowIndexing.tooltip`: "When enabled, the
noindex meta tag will be removed, allowing search engines like Google
and LinkedIn to index your typebot."
## Screenshots

2025-05-16 08:36:33 +02:00
Baptiste Arnaud
b0189f7579
🐛 Refactor populateEdgesWithTotalVisits to fix dropoff compute edge cases
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-05-14 08:38:09 +02:00
Baptiste Arnaud
2c1ca26877
🐛 Fix custom oauth OIDC URL discovery
...
Closes #2168
2025-05-13 11:16:43 +02:00
Baptiste Arnaud
af634875f7
🐛 Fix custom OAuth not working after Auth.js upgrade to v5
...
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #2161
2025-05-09 10:00:21 +02:00
Baptiste Arnaud
4ca143e015
🐛 Fix color picker elevation on share instructions modals
2025-05-09 09:44:47 +02:00
Baptiste Arnaud
b20b9ba144
✨ Add Invalid Reply event node
...
Closes #2109
2025-05-06 18:35:44 +02:00
Baptiste Arnaud
466fc47b98
♻️ (commandEvent) Remove Resume after option
2025-05-06 16:45:04 +02:00
Alexis Falaise
1ca7040ec2
✨ Add Reply event block ( #2114 )
2025-05-06 15:43:41 +02:00
Baptiste Arnaud
9737fee8b5
🐛 Fix host trusting issue for self-hosting instances
...
Closes #2158
2025-05-06 14:50:52 +02:00
Baptiste Arnaud
48531c04c3
💄 Fix long tag overflowing in tags input
...
Closes #2152
2025-05-05 15:20:14 +02:00
Baptiste Arnaud
30d5ceb94b
🐛 Fix getInDepthAnalyticsData invalid request when typebot is not defined
...
Closes #2145
2025-05-05 15:10:39 +02:00
Baptiste Arnaud
e1c7c27667
🐛 Fix restore published bot not working on v6.1
2025-05-05 15:02:33 +02:00
Baptiste Arnaud
abde4227c3
🐛 Add ENTERPRISE plan in hasProPerks helper function
2025-05-05 08:05:11 +02:00
Baptiste Arnaud
6cd070580a
🚸 (analytics) Take into account Jump blocks for analytics
...
Also rework edge visits algorithm to avoid infinite recursions
2025-05-02 18:14:35 +02:00
Baptiste Arnaud
ba338b1ac6
🐛 Fix resetOutgoingEdgeIdProp, look for from props only
2025-04-29 16:04:37 +02:00
Baptiste Arnaud
a78498f829
🐛 Fix cards block duplication
...
Especially when button paths are connected
2025-04-29 15:46:45 +02:00
Baptiste Arnaud
1d43f14cb6
🐛 Update invitation count query to exclude guests from existing members
2025-04-28 11:23:05 +02:00
Baptiste Arnaud
85eafc2f39
🐛 Fix Else item not displayed
2025-04-27 18:15:09 +02:00
Baptiste Arnaud
ecda1d82d3
✨ Add "Return" logic block
2025-04-27 17:28:58 +02:00
Baptiste Arnaud
1217bd58e6
♻️ Migrate chat api schemas to its own package
2025-04-27 15:17:53 +02:00
Baptiste Arnaud
f2a3ff072d
🚸 Add error toast on workspace member inviation failure
2025-04-26 14:31:11 +02:00
Baptiste Arnaud
8a9e16ecc7
💚 Fix CI build
2025-04-25 17:57:54 +02:00
Baptiste Arnaud
ec5bd44081
🐛 (cards) Dynamic internal value not being saved
...
Closes #2137
2025-04-25 17:29:59 +02:00
Baptiste Arnaud
148b64deaf
🐛 Fix TypebotHeader overlapping blocks settings window
...
Closes #2134
2025-04-25 15:11:49 +02:00
Baptiste Arnaud
9305ae8fd8
💄 Fix condition items overflow with long variable names
...
Closes #2129
2025-04-25 14:46:35 +02:00
Baptiste Arnaud
98441264ec
🗃️ Add Enterprise to Plan enum
2025-04-25 09:50:15 +02:00
Baptiste Arnaud
ee8a41ceae
🐛 Fix results files duplication on typebot duplication
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-04-24 12:20:23 +02:00
Baptiste Arnaud
08ad39558a
🐛 Fix copy/paste not pasting variable ids in block items
2025-04-17 12:32:06 +02:00
Baptiste Arnaud
47107e3b55
🚸 (auth) Add user change email form
2025-04-16 15:27:48 +02:00
Baptiste Arnaud
3f53bfec5d
🧑💻 Upgrade to next-auth v5 and next v15
2025-04-16 10:58:00 +02:00
Baptiste Arnaud
81ef7dfdff
♻️ Simplify walk the flow logic in bot engine ( #2127 )
2025-04-15 17:29:17 +02:00
Baptiste Arnaud
786accdf24
🚸 Place button settings floating button on top right
2025-04-15 08:36:49 +02:00
Baptiste Arnaud
ea53db5474
🐛 (cards) Fix variables saving not working
...
Closes #2125
2025-04-14 20:39:40 +02:00
Baptiste Arnaud
3c11131f18
💄 Fix Items list top alignment
2025-04-14 20:07:08 +02:00
Baptiste Arnaud
14d341f9b2
🚸 Improve pexels picker with options
...
Closes #2111
2025-04-14 19:19:30 +02:00
Baptiste Arnaud
a88fa63e13
🐛 Fix ColorPicker behind other elements in theme config
...
Closes #2110
2025-04-14 18:27:46 +02:00
Baptiste Arnaud
42cf1f3fd8
🚸 (calCom) Add custom question prefill option
...
Closes #2107
2025-04-14 17:55:00 +02:00
Baptiste Arnaud
77818e4fc9
🐛 Add Cote D'Ivoire (+225) to country code options
...
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #2121
2025-04-08 11:24:32 +02:00
yusheng chen
fe8469fcde
♻️ Misc types improvement ( #2120 )
2025-04-08 10:25:09 +02:00
Baptiste Arnaud
87252d0dc7
🔥 Remove deprecated edgeIdToTriggerWhenDone prop in typebotsQueue
2025-04-01 12:48:24 +02:00
Baptiste Arnaud
d8b3b8484e
Revert " 🔧 Introduce 'isShared' property to Typebot model"
...
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
This reverts commit 18459bc4d3 .
2025-03-31 22:47:55 +02:00
Baptiste Arnaud
18459bc4d3
🔧 Introduce 'isShared' property to Typebot model
2025-03-31 18:25:59 +02:00