Tags: glific/floweditor
Tags
sync fixes (#167) * sync fixes * refactor: Simplify handleTemplateChanged method and remove unused code in SendMsgForm feat: Add HAS_START_SESSION feature filter in interfaces feat: Update typeConfigs to include filter for StartSessionForm fix: Remove console logs from initializeForm in helpers * refactor: Remove unnecessary console logs and improve condition checks in various components * test: Update snapshots to include filter property for start_session * refactor: Remove console logs and clean up code in various components * Refactor code structure for improved readability and maintainability * chore: update version to 1.43.0-1 in package.json
Sync with nyaruka floweditor v1.43.0 (#160) * Tweak name of devcontainer * Standardize devcontainer setup * Standardize devcontainer setup * Allow whatsapp templates to pick attachments * Update test for WhatsApp * Fix linting errors * v1.33.0 * Don't allow localization of wa templates * Update snapshots * Update hucky precommit * v1.34.0 * Allow template variable attachments * Update node version for build * Missing node reference * Update snapshot * v1.35.0 * Bump ws from 5.2.3 to 5.2.4 Bumps [ws](https://github.com/websockets/ws) from 5.2.3 to 5.2.4. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@5.2.3...5.2.4) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Display body as note on open ticket action * v1.35.1 * Bump express from 4.18.2 to 4.21.0 Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.21.0. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](expressjs/express@4.18.2...4.21.0) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Add max length for SetRunResult category * Update snapshots * v1.35.2 * Handle http errors more gracefully * Fix error function name * Fix for test assets * v1.36.0 * Disable topic creation * v1.36.1 * Clear activity timeout on unmount * v1.36.2 * Remove unused method * v1.36.3 * Make char limits on result name and category on set_run_result actions be consistent with routers * v1.36.5 * Bump to flow spec 13.6 * v1.37.0 * Remove no longer used waiting_exits from flow metadata * v1.37.1 * Deprecation message for facebook topics * v1.37.2 * Add quick reply interface to fix simulator issue * v1.37.3 * Fix value key for open ticket action * v1.37.4 * Force a default topic on open ticket * Don't require assignee * Don't update state directly * Update test snapshots * v1.37.5 * v1.37.6 * Fix grid background for latest chrome * v1.37.7 * Use autogrow with max-height on webhook form * Update to latest components * Update snapshots * v1.37.8 * Add auto translation using llms * v1.38.0 * Track auto translations in definition * v1.38.1 * Move auto translations under localizations * v1.38.2 * Handle component checkbox clicks properly * Update test snapshot for checkboxes * v1.38.3 * Bump flow spec version to 14.0 * Blow away node_modules on container rebuild * v1.38.4 * Rework webhook nodes to route on @webhook.status * v1.39.0 * Update to flow spec 14.1 * v1.39.1 * Enforce limits for message text and attachments * Make webhook result optional * v1.39.2 * Fix expression in help text on webhook router form * Tweak how service call splits are built to allow more flexibility * Update to flow spec 14.2 which changes body to note on open ticket actions * Fix open ticket component display * v1.40.0 * Add call ai router * Add TembaSelectElement wrapper and better defaults * Update snapshot for type list * v1.41.0 * Max quick replies at 10 * v1.41.1 * v1.41.2 * v1.41.3 * Support open ticket splits without results * Add max for qr localization too * Update components * Bump http-proxy-middleware from 0.19.1 to 2.0.9 Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 0.19.1 to 2.0.9. - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md) - [Commits](chimurai/http-proxy-middleware@v0.19.1...v2.0.9) --- updated-dependencies: - dependency-name: http-proxy-middleware dependency-version: 2.0.9 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Bump axios from 0.21.2 to 0.30.0 Bumps [axios](https://github.com/axios/axios) from 0.21.2 to 0.30.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.30.0/CHANGELOG.md) - [Commits](axios/axios@v0.21.2...v0.30.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Bump image-size from 1.1.1 to 1.2.1 Bumps [image-size](https://github.com/image-size/image-size) from 1.1.1 to 1.2.1. - [Release notes](https://github.com/image-size/image-size/releases) - [Commits](image-size/image-size@v1.1.1...v1.2.1) --- updated-dependencies: - dependency-name: image-size dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Update components * v1.41.4 * v1.41.5 * Update typescript * v1.41.6 * Fix open ticket node * v1.41.7 * Make result optional and non-default for airtime actions * v1.41.8 * For ticket and airtime split nodes, move result from action to router * Set result on webhook router if NOT set on action previously * Remove netlify * Remove emacs extension * Fix import * v1.42.0 * Remove AssetSelector in AddLabel and StartSession * Fix call_llm and open_ticket nodes to only embed references to the llm, topic and assignee * Remove AssetSelector from add and remove groups * Temporarily disable tests * Remove AssetSelector from optin form * Fix call_llm node type * Update snapshot for remove groups * Remove AssetSelector from SendBroadcast * Make sure we have an original action when editing * Remove unused import * v1.42.1 * Remove AssetSelector from update contact * Remove AssetSelector from split by intent * Update classifier test * Remove AssetSelector from field router * Remove AssetSelector from groups router * Remove AssetSelector from resthook router * Remove AssetSelector from subflow router * Remove AssetSelector from currency and results * Remove AssetSelector from result router * Remove AssetSelector * Bump flow spec to 14.3 * v1.43.0 * refactor: Update template handling in SendMsgForm and helpers for consistency * Refactor code structure for improved readability and maintainability * refactor: Remove unused template state and related code from MsgLocalizationForm * refactor: Remove unused template references and update localization keys for clarity * refactor: Update temba-components dependency and improve mobile handling in Flow component * refactor: Clean up excluded types and operators in flow configuration * refactor: Update validation logic and snapshot for TicketRouterForm and WebhookRouterForm * refactor: Remove unused imports and update Facebook messaging warning in SendMsgForm * refactor: Comment out quick replies section in SendMsgForm --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Rowan Seymour <rowanseymour@gmail.com> Co-authored-by: Eric Newcomer <ericnewcomer@gmail.com> Co-authored-by: Eric Newcomer <eric@textit.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Norbert Kwizera <norkans7@gmail.com>
PreviousNext