This summary of features will continue to evolve as we make further enhancements to Flex UI 2.0.x. For details on how to migrate from Flex UI 1.x.x, see our migration guide. Also refer to the Flex UI Release Notes for v2.x.x for changes not outlined in this table.
Flex UI 1.0.x | Flex UI 2.0.x |
---|---|
MaterialUI | Twilio Paste |
Enhancements in Flex UI 2.0.x: Built using Twilio Paste tokens, primitives, components, and compositions that are completely composable.
Flex UI 1.0.x | Flex UI 2.0.x |
---|---|
Redux | Redux Toolkit |
Enhancements in Flex UI 2.0.x: New tools provide some guardrails for your state management, helping you set up boilerplate code with better defaults.
Flex UI 1.0.x | Flex UI 2.0.x |
---|---|
|
|
Enhancements in Flex UI 2.0.x: New theming structure promotes consistency, customization, and web accessibility. See Theme and Branding for a list of configuration and property changes.
Flex UI 1.0.x | Flex UI 2.0.x |
---|---|
|
|
Enhancements in Flex UI 2.0.x: Built on upgraded components and dependencies. Click the link for each Flex version to view the example package.json
files. You can now use the Flex Plugin Library which includes ready-to-install plugins.
Flex UI 1.0.x | Flex UI 2.0.x |
---|---|
|
|
Enhancements in Flex UI 2.0.x: While Flex UI 2.0.x supports Legacy Messaging, you will need to use Flex Conversations and the new Interactions API. Issues with stale or 1-participant chats have been resolved by Flex Conversations. Read the Getting Started guide for a list of enhanced messaging features. For a list of identified Chat SDK properties and methods that have been changed, removed, or deprecated, see Conversations SDK in the migration guide.
Flex UI 1.0.x | Flex UI 2.0.x |
---|---|
N/A | WCAG 2.1 AA |
Enhancements in Flex UI 2.0.x: Enables customers to conform with Web Content Accessibility Guidelines (WCAG) 2.1 AA with limited development work. See Flex UI web accessibility for more details.
Flex UI 1.0.x | Flex UI 2.0.x |
---|---|
Introduced in 1.31.0 | Enabled for all minor versions |
Enhancements in Flex UI 2.0.x: Flex UI will initialize with limited capabilities, even if some of the components like SDKs (TaskRouter, Conversations, Voice, or Sync) are down. See Degraded mode for more details.
Flex UI 1.0.x | Flex UI 2.0.x |
---|---|
|
|
Enhancements in Flex UI 2.0.x: The User Controls component was split out into two components: user-controls
now just refers to the little profile pic widget which opens up a popover with the Logout button, and activity
displays the current activity and drops down to allow for selecting a different activity. These controls have been updated for easier access and improved programmability. As this is a potentially breaking change, see User and activity controls in the migration guide for more detailed steps on working with UI 2.0.x.
Flex UI 1.0.x | Flex UI 2.0.x |
---|---|
MessageInput | MessageInputV2 |
Enhancements in Flex UI 2.0.x: Moving to Flex Conversations offers more customization options for the Messaging UI. There is a new dynamic Component structure and default props. See Flex Messaging UI v2 changes for more details.
Flex UI 1.0.x | Flex UI 2.0.x |
---|---|
N/A | New Actions and Flex Events TaskRouter SDK upgraded to ^0.5.9 |
Enhancements in Flex UI 2.0.x: In Flex UI 2.0.x, new Flex actions and events have been added to the Flex UI Actions Framework saving the need to access the TaskRouter SDK directly. See New Actions and Flex Events for TaskRouter SDK.
Flex UI 1.0.x | Flex UI 2.0.x |
---|---|
|
|
Enhancements in Flex UI 2.0.x: You need to update your AppConfig structure to utilize the new config structure's names and capabilities.
Flex UI 1.0.x | Flex UI 2.0.x |
---|---|
Requires a message object in the payload | Requires a media file as it uses Twilio Conversations |
Enhancements in Flex UI 2.0.x: Uses Twilio Conversations under the hood.
Flex UI 1.0.x | Flex UI 2.0.x |
---|---|
Convention: InsightsPlayer:<action> | Convention: InsightsPlayer<action> |
Enhancements in Flex UI 2.0.x: See Renamed actions for the full list of renamed Insights Player actions.
Flex UI 1.0.x | Flex UI 2.0.x |
---|---|
|
|
Enhancements in Flex UI 2.0.x: Some Flex actions have been removed, deprecated, and updated for flexibility.
Flex UI 1.0.x | Flex UI 2.0.x |
---|---|
twilio-client | twilio-voice |
Enhancements in Flex UI 2.0.x: Uses the Voice SDK which allows you to set Opus as your preferred codec. Opus generally requires less bandwidth and provides better audio quality in restrained network conditions. See Voice SDK in the migration guide for details on what's changed.
Flex UI 1.0.x | Flex UI 2.0.x |
---|---|
yticaTokenUpdated | Removed yticaTokenUpdated |
Enhancements in Flex UI 2.0.x: Some Flex events have been removed.
Flex UI 1.0.x | Flex UI 2.0.x |
---|---|
Legacy Dialpad Native Dialpad introduced in 1.18.0 | Flex Dialpad |
Enhancements in Flex UI 2.0.x: Legacy Dialpad implementations are no longer supported. Please migrate to the native Flex Dialpad.