chatwoot/app/javascript/widget
Surabhi Suman 4b40c61201
feat: Support Regex validation for custom attributes (#7856)
This allows a user to add/update a custom regex and a cue while defining custom attributes(Only applicable for type- text).
While adding/editing custom attributes, the values are validated against the attribute definition regex, and if it is incorrect, a cue message or default error message is shown and restricts invalid values from being saved.

Fixes: #6866
2024-01-23 18:01:57 +04:00
..
api feat: show ReplyTo in widget UI (#8094) 2023-10-27 13:35:02 +05:30
assets fix: Typing indicator to support dark mode (#8564) 2023-12-15 09:57:13 +05:30
components feat: Support Regex validation for custom attributes (#7856) 2024-01-23 18:01:57 +04:00
constants fix: Change the route change logic based on bus events, after creating a new conversation in the widget. (#8328) 2023-11-10 09:44:59 +05:30
helpers feat: Add an option to listen to the start conversation click events (#8038) 2023-10-03 18:01:40 -07:00
i18n feat: Support Regex validation for custom attributes (#7856) 2024-01-23 18:01:57 +04:00
mixins feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30
store fix: Change the route change logic based on bus events, after creating a new conversation in the widget. (#8328) 2023-11-10 09:44:59 +05:30
views fix: Change the route change logic based on bus events, after creating a new conversation in the widget. (#8328) 2023-11-10 09:44:59 +05:30
App.vue chore: Refactors widget to use i18n locale for articles (#7958) 2023-09-21 18:24:03 +05:30
router.js fix: Render articles in widget if it is available (#7654) 2023-09-14 19:56:17 +05:30