Releases: twilio-labs/paste
@twilio-paste/[email protected]
Minor Changes
a890926a6
#2651 Thanks @SiTaggart! - [Icons] Releasing the Contact Centre icon set, introducing 42 new icons into Paste
@twilio-paste/[email protected]
@twilio-paste/[email protected]
Minor Changes
-
280c8725d
#2641 Thanks @shleewhite! - [Code Block] create a new CodeBlock component, which allows you to display readable blocks of code 🎉 -
280c8725d
#2641 Thanks @shleewhite! - [Syntax Highlighter] Create a new library, @twilio-paste/syntax-highlighter-library. Supports: javascript, jsx, csharp, php, ruby, python, java, json, c, bash, shell, go, and groovy. -
c65d69840
#2654 Thanks @nkrantz! - [Help text] add success and warning variants -
257051d67
#2642 Thanks @gloriliale! - [Inline Code] Introducing the Inline Code component! Helpful for all those moments when a piece of text is actually representing code.
Patch Changes
-
87146566c
#2647 Thanks @SiTaggart! - [Combobox] Minor fix to controlled Comboboxes, where the input cursor would always jump to the end of the input string in autocomplete examples, even when you want to amend the beginning or middle. Cursor position should now remain in place as you type or modify the input value. -
a890926a6
#2651 Thanks @SiTaggart! - [Chat Log]: replaces the deprecated CloseCircleIcon with ClearIcon in the ComposerAttachment component -
280c8725d
#2641 Thanks @shleewhite! - [Button] support<Button as='a' variant='inverse'>
and add thetarget
prop -
Updated dependencies [
280c8725d
,280c8725d
,87146566c
,c65d69840
,257051d67
,a890926a6
,280c8725d
]:- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
@twilio-paste/[email protected]
Patch Changes
87146566c
#2647 Thanks @SiTaggart! - [Combobox] Minor fix to controlled Comboboxes, where the input cursor would always jump to the end of the input string in autocomplete examples, even when you want to amend the beginning or middle. Cursor position should now remain in place as you type or modify the input value.
@twilio-paste/[email protected]
Major Changes
280c8725d
#2641 Thanks @shleewhite! - [Code Block] create a new CodeBlock component, which allows you to display readable blocks of code 🎉
Patch Changes
- Updated dependencies [
280c8725d
]:- @twilio-paste/[email protected]
@twilio-paste/[email protected]
Patch Changes
a890926a6
#2651 Thanks @SiTaggart! - [Chat Log]: replaces the deprecated CloseCircleIcon with ClearIcon in the ComposerAttachment component
@twilio-paste/[email protected]
Patch Changes
280c8725d
#2641 Thanks @shleewhite! - [Button] support<Button as="a" variant="inverse" />
and add thetarget
prop
@twilio-paste/[email protected]
@twilio-paste/[email protected]
Minor Changes
7e75f8119
#2574 Thanks @SiTaggart! - [table, data-grid] adding sticky header functionality to both the Table and Data Grid components