Skip to content

Latest commit

 

History

History
2410 lines (1544 loc) · 141 KB

CHANGELOG.md

File metadata and controls

2410 lines (1544 loc) · 141 KB

Change Log

10.11.0

Minor Changes

  • f0737a27 #1817 Thanks @andipants12! - [Table]: Enable Component to respect element customizations set on the customization provider. Component now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.

Patch Changes

  • 1cf0ee5f #1810 Thanks @SiTaggart! - [Sibling Box] Enable SiblingBox to respect element customizations set on the customization provider. SiblingBox now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.
  • 9ed68c88 #1826 Thanks @andipants12! - [Button]: Link, Destructive link, and inverse destructive link button variants should have left aligned text.
  • 30160725 #1774 Thanks @nkrantz! - Added an alias for orange-65 and added the following text color tokens for icons:

    • color-text-icon-error -> red-60 (default) / red-40 (dark)
    • color-text-icon-success -> green-70 (default) / green-50 (dark)
    • color-text-icon-warning -> orange-65 (default) / orange-40 (dark)
    • color-text-icon-neutral -> blue-80 (default) / blue-40 (dark)
    • color-text-icon-brand-highlight -> amaranth
    • color-text-icon-brand-inverse -> gray-0
  • ef450904 #1831 Thanks @andipants12! - [Disclosure] Add z-index to Disclosure Heading to fix flash that occurs when disclosure content renders and the z-indeces are recalculated.
  • ab55fa27 #1814 Thanks @SiTaggart! - [Skeleton-loader] Enable Compoonent to respect element customizations set on the customization provider. Component now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.

  • Updated dependencies [1cf0ee5f, 9ed68c88, 30160725, ef450904, ab55fa27, f0737a27]:

    • @twilio-paste/sibling-box@3.0.4
    • @twilio-paste/button@7.0.8
    • @twilio-paste/design-tokens@6.11.1
    • @twilio-paste/disclosure@5.0.7
    • @twilio-paste/skeleton-loader@0.1.1
    • @twilio-paste/table@2.1.0

10.10.1

Patch Changes

  • fe4a2383 #1824 Thanks @SiTaggart! - [Combobox], [Select] and [Textarea] all given a default element name to meet their PropTypes validation.

  • Updated dependencies [fe4a2383]:

    • @twilio-paste/combobox@8.0.1
    • @twilio-paste/select@5.0.6
    • @twilio-paste/textarea@3.0.7

10.10.0

Minor Changes

  • ca0bf618 #1800 Thanks @TheSisb! - [DisplayPillGroup]: Adding this new Paste component package for Display Pill Group.
  • a0cf511c #1799 Thanks @vnguyen94! - adds the clipboard-copy library; this will provide baseline functionality for developers to intuitively interact with the Clipboard API.
  • 06bae4e2 #1803 Thanks @TheSisb! - [Form Pill Group] Adding the FormPillGroup component package. This component renders is a collection of Pills that can be selected or removed from within a data entry form.
  • 9ceb48bd #1771 Thanks @richbachman! - [Input] Enable Input to respect element customizations set on the customization provider. Input now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.
  • 18c1f595 #1771 Thanks @richbachman! - [Input-box] Enable InputBox, Prefix and Suffix to respect element customizations set on the customization provider. InputBox, Prefix and Suffix now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.

Patch Changes

  • 2eb6dd74 #1771 Thanks @richbachman! - [Combobox] Added the element prop for customization in order to fix a Typescript error after the element prop was added as a required prop for InputBox. This does not include any default naming, tests, or stories. It only fixes the Typescript error.
  • 0347aef6 #1771 Thanks @richbachman! - [TextArea] Added the element prop for customization in order to fix a Typescript error after the element prop was added as a required prop for InputBox. This does not include any default naming, tests, or stories. It only fixes the Typescript error.
  • 4964821b #1771 Thanks @richbachman! - [Box] Added the following style props to support input:

    • PsuedoProps:

      • __webkit_datetime_edit
      • __webkit_calendar_picker_indicator_hover
    • StyleProps:

      • -webkit-text-fill-color
      • -webkit-opacity
  • a5c17a31 #1771 Thanks @richbachman! - [Select] Added the element prop for customization in order to fix a Typescript error after the element prop was added as a required prop for InputBox and InputChevronWrapper. This does not include any default naming, tests, or stories. It only fixes the Typescript error.

  • Updated dependencies [ca0bf618, af3b1e55, e3398bd5, a0cf511c, 2eb6dd74, c9cc610b, 0347aef6, 06bae4e2, 4964821b, a5c17a31, 9ceb48bd, 18c1f595]:

    • @twilio-paste/display-pill-group@1.0.0
    • @twilio-paste/button@7.0.7
    • @twilio-paste/badge@1.0.1
    • @twilio-paste/clipboard-copy-library@1.0.0
    • @twilio-paste/combobox@8.0.0
    • @twilio-paste/combobox-primitive@0.3.0
    • @twilio-paste/textarea@3.0.6
    • @twilio-paste/form-pill-group@1.0.0
    • @twilio-paste/box@4.2.2
    • @twilio-paste/select@5.0.5
    • @twilio-paste/input@3.1.0
    • @twilio-paste/input-box@4.1.0

10.9.0

Minor Changes

  • 72c5ce66 #1766 Thanks @richbachman! - [Paragraph] Enable Paragraph to respect element customizations set on the customization provider. Paragraph now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.
  • 2d61c95d #1766 Thanks @richbachman! - [Heading] Enable Heading to respect element customizations set on the customization provider. Heading now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.
  • cb3d14ce #1766 Thanks @richbachman! - [List] Enable UnorderedList, OrderedList and ListItem to respect element customizations set on the customization provider. UnorderedList, OrderedList and ListItem now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.
  • 7350eed5 #1781 Thanks @richbachman! - [Separator] Enable Separator to respect element customizations set on the customization provider. Separator now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.

Patch Changes

  • 8654c408 #1785 Thanks @SiTaggart! - [Box]: Box now handles the case where a variant being set on the component, does not appear in the elements object set on the Customization Provider
  • 7a1ed203 #1785 Thanks @SiTaggart! - [Text] Text now handles the case where a variant being set on the component, does not appear in the elements object set on the Customization Provider

  • Updated dependencies [72c5ce66, 8654c408, 7a1ed203, 2d61c95d, cb3d14ce, 7350eed5]:

    • @twilio-paste/paragraph@4.1.0
    • @twilio-paste/box@4.2.1
    • @twilio-paste/text@4.1.2
    • @twilio-paste/heading@5.1.0
    • @twilio-paste/list@2.1.0
    • @twilio-paste/separator@2.1.0

10.8.0

Minor Changes

  • 14c6fd2e #1743 Thanks @andipants12! - [Badge] Release Stage 1 of Badge component. A badge is a small chunk of information that describes an object in a visually highlighted way.

Patch Changes

  • Updated dependencies [14c6fd2e, a6df510d, 14c6fd2e]:
    • @twilio-paste/box@4.2.0
    • @twilio-paste/style-props@3.1.0
    • @twilio-paste/badge@1.0.0

10.7.0

Minor Changes

  • d14381b9 #1742 Thanks @gloriliale! - [Avatar] Enable Avatar to respect customizations set on the customization provider. Avatar now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.
  • 5374cd7b #1733 Thanks @TheSisb! - [Anchor] Enable Anchor to respect element customizations set on the customization provider. Anchor now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.
  • 86c567bc #1734 Thanks @richbachman! - [Grid] Enable Grid and Column to respect element customizations set on the customization provider. Grid, and Column now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.

    Column has been refactored to use Box instead of being a styled div.

  • 5e46a5eb #1722 Thanks @zahnster! - [Stack] Enable stack and stack children to respect element customizations set on the customization provider. Stack and stack children now enable setting an element name on the underlying HTML element, and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.
  • 53e9583f #1726 Thanks @richbachman! - [Card] Enable Card to respect element customizations set on the customization provider. Card now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.
  • 9f1f99ca #1723 Thanks @nkrantz! - [Flex] Enable Flex to respect element customizations set on the customization provider. Flex now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.

Patch Changes

  • b0e8ab80 #1725 Thanks @SiTaggart! - Allow Downshift to handle input events past by the component consumer. This allows for event data and internal state of the combobox to stay in sync correctly

10.6.0

Minor Changes

  • a2860c3b #1708 Thanks @nkrantz! - Add color-border-inverse-strong and shadow-border-inverse-stronger, adjust shadow-border-inverse-strong to align color-border tokens and shadow-border tokens.

Patch Changes

  • 1a7fcfbc #1708 Thanks @nkrantz! - Update inverse button to use shadow-border-inverse-strongest on hover

  • Updated dependencies [1a7fcfbc, a2860c3b]:

    • @twilio-paste/button@7.0.6
    • @twilio-paste/design-tokens@6.11.0

10.5.1

Patch Changes

  • b04e98b1 #1693 Thanks @nkrantz! - Increase padding on popover content and decrease size of close icon

  • Updated dependencies [b04e98b1]:

    • @twilio-paste/popover@6.0.3

10.5.0

Minor Changes

  • 72f18ba1 #1676 Thanks @richbachman! - [MediaObject] Enable media-object, media-figure, and media-body to respect element customizations set on the customization provider. Media-object, media-figure, and media-body now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.

Patch Changes

10.4.0

Minor Changes

Patch Changes

  • 750a38e0 #1655 Thanks @SiTaggart! - [Tooltip] Fix a bug where the Tooltip component was swallowing the event handlers of the child component it was wrapping
  • e7cc5ca0 #1675 Thanks @richbachman! - [Pagination] Update styles for better dark theme accessibility

    PaginationArrow hover and focus:

    • border-color: colorBorderPrimary changed to colorBorderPrimaryStronger
    • color: colorTextLink changed to colorTextLinkStronger

    PaginationNumber:

    • border-color: added colorBorderPrimaryStronger border on hover and focus
    • color: colorTextLink changed to colorTextLinkStronger on hover and focus
    • isCurrent:
      • background-color: colorBackgroundPrimaryWeakest changed to colorBackgroundPrimary Stronger
      • color: colorTextLink changed to colorTextWeakest
      • isCurrent hover and focus uses same background-colors and colors
  • Updated dependencies [e4a8aef5, bf5ad8d6, 750a38e0, e7cc5ca0, c7d6fa75]:

    • @twilio-paste/label@6.0.4
    • @twilio-paste/text@4.1.1
    • @twilio-paste/tooltip@4.0.4
    • @twilio-paste/pagination@0.1.3
    • @twilio-paste/skeleton-loader@0.1.0

10.3.0

Minor Changes

  • 10f4a285 #1310 Thanks @SiTaggart! - [design tokens] export design token types from the design-tokens page [theme] GenericTokenShape is now called GenericTokensShape and exported from @twilio-paste/design-tokens
  • e268bfd1 #1310 Thanks @SiTaggart! - [theme] generateThemeFromTokens and generateTokensFromTheme now take objects as arguments
  • e268bfd1 #1310 Thanks @SiTaggart! - [theme] provide a hook that will calculate the color contrast rating of the current Paste theme useThemeContrastCheck
  • 7a78987a #1310 Thanks @SiTaggart! - [color-contrast-utils] Provides utilities that can be used to detect the color contrast rating of a given theme of design tokens. The package now export four methods; getContrastRatingsOfTokensWithTextContrastRequirements, getContrastRatingsOfTokensWithUIControlContrastRequirements, getNumberOfTextFailures and getNumberOfUIControlFailures

Patch Changes

  • b10ac908 #1654 Thanks @richbachman! - [Tabs]

    • Added :focus-visible styles to TabPanel in order to override the default browser style.
    • Added a borderRadius20 border-radius to TabPanel to make the focus not so harsh.
  • 6730c0a6 #1606 Thanks @richbachman! - [Popover] added the state prop that allows hooking into the state of the component using usePopoverState. Package is also now exporting usePopoverState.
  • 355a5509 #1606 Thanks @richbachman! - [NonModalDialogPrimitive] exported PopoverStateReturn as NonModalDialogPrimitiveStateReturn.

  • Updated dependencies [b10ac908, 6730c0a6, 10f4a285, 24bdd104, e268bfd1, e268bfd1, 7a78987a, 355a5509]:

    • @twilio-paste/tabs@2.0.6
    • @twilio-paste/popover@6.0.2
    • @twilio-paste/design-tokens@6.10.0
    • @twilio-paste/theme@5.3.0
    • @twilio-paste/box@4.1.1
    • @twilio-paste/color-contrast-utils@1.1.0
    • @twilio-paste/non-modal-dialog-primitive@0.3.5

10.2.0

Minor Changes

Patch Changes

  • 81ef55dc #1607 Thanks @gloriliale! - Added type 'time' to Input-Box types for time picker component, changed InputTypes to name InputBoxTypes.

  • Updated dependencies [2b7567b7, a7fcccd5, 81ef55dc]:

    • @twilio-paste/time-picker@0.1.0
    • @twilio-paste/input@3.0.8
    • @twilio-paste/input-box@4.0.7

10.1.0

Minor Changes

  • 035bb7d8 #1599 Thanks @SiTaggart! - [Text] Enable Text to respect element customizations set on the customization provider. Text now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.
  • 7d703959 #1599 Thanks @SiTaggart! - [Box] Enable Box to respect element customizations set on the customization provider. Box now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author.

Patch Changes

  • f2594fca #1599 Thanks @SiTaggart! - [Customization] minor change to the elements prop type to change the variant to the variants key to more closely match styled system. Also correct the elements type to use a string key for the element names
  • 4dcc7b31 #1599 Thanks @SiTaggart! - [Styling-library] Export StyledComponent and CSSObject types from emotion and styled system respectively
  • 72cdd336 #1599 Thanks @SiTaggart! - Ensure that the elements object cannot have duplicate element names, even across different casings of the names

  • Updated dependencies [66285238, f2594fca, 4dcc7b31, 035bb7d8, 72cdd336, 7d703959]:

    • @twilio-paste/button@7.0.5
    • @twilio-paste/customization@2.1.1
    • @twilio-paste/styling-library@0.3.4
    • @twilio-paste/text@4.1.0
    • @twilio-paste/box@4.1.0

10.0.0

Major Changes

  • fa2ffc5c #1603 Thanks @andipants12! - [Truncate] Added the title prop to show full non-truncated text BREAKING CHANGE: title prop is now required for the Truncate component.

Patch Changes

  • Updated dependencies [fa2ffc5c]:
    • @twilio-paste/truncate@7.0.0

9.6.3

Patch Changes

  • e43dec0e #1594 Thanks @TheSisb! - Minifies output to commonJS and ES6 token files

  • Updated dependencies [e43dec0e]:

    • @twilio-paste/design-tokens@6.9.1

9.6.2

Patch Changes

  • a7954e29 #1567 Thanks @TheSisb! - Tabs: Horizontal tabs now have center-aligned inner text.

  • Updated dependencies [a7954e29]:

    • @twilio-paste/tabs@2.0.5

9.6.1

Patch Changes

  • 5e770d20 #1558 Thanks @TheSisb! - Fixes a bug where Toasts may not display using the provided Toaster for users with the system flag "prefers-reduced-motion"

  • Updated dependencies [5e770d20]:

    • @twilio-paste/toast@5.0.2

9.6.0

Minor Changes

Patch Changes

  • ed8e7ccf #1499 Thanks @nkrantz! - Added type 'date' to Input-Box types for date picker component

  • Updated dependencies [ed8e7ccf, ed8e7ccf, ed8e7ccf]:

    • @twilio-paste/input@3.0.7
    • @twilio-paste/input-box@4.0.6
    • @twilio-paste/date-picker@0.1.0

9.5.0

Minor Changes

  • c42f86ca #1434 Thanks @SiTaggart! - Adding a body background color for purposes of applying the color background body design token so that you can see the affect it has when theming the website
  • c42f86ca #1434 Thanks @SiTaggart! - [design-tokens]: Added two extra brand based background tokens. Update the new design tokens for better dark mode contrast.

    Renamed black aliases in the dark theme as they are not palette colors.

    Updated meta data for weak and strong design tokens to reflect their new naming convention

Patch Changes

  • f551079a #1505 Thanks @richbachman! - Fixed shadow-border, shadow-border-weak, shadow-border-weaker, shadow-border-strong values to match respective color-border-* values in all themes.

    Shadow-border-stronger token has been removed in all themes.

    Default theme

    Token Original color value New color value
    shadow-border-weak NA palette-gray-30
    shadow-border-weaker NA palette-gray-20
    shadow-border-strong palette-gray-30 palette-gray-60

    Console theme

    Token Original color value New color value
    shadow-border-weak NA palette-gray-50
    shadow-border-weaker NA palette-gray-40
    shadow-border-strong palette-gray-40 palette-gray-60

    Dark theme

    Token Original color value New color value
    shadow-border palette-gray-50 palette-gray-60
    shadow-border-weak NA palette-gray-70
    shadow-border-weaker NA palette-gray-80
    shadow-border-strong palette-gray-90 palette-gray-50
  • f640550a #1489 Thanks @richbachman! - Changed box-shadow for ModalDialogContent to use shadow token instead of shadow-card.
  • 104628b3 #1505 Thanks @richbachman! - Changed default and disabled secondary button box shadow and text color styles to match Figma design files.

  • Updated dependencies [2db8bf96, fa48e8dd, c42f86ca, c42f86ca, f551079a, f640550a, 104628b3]:

    • @twilio-paste/input-box@4.0.5
    • @twilio-paste/alert-dialog@0.1.1
    • @twilio-paste/theme@5.2.0
    • @twilio-paste/design-tokens@6.9.0
    • @twilio-paste/modal@7.1.1
    • @twilio-paste/button@7.0.4

9.4.0

Minor Changes

  • 5b26f9bf #1509 Thanks @SiTaggart! - [customization]: add ability for customization provider to accept an elements prop which it then merges into the styled theme context.

    Also add the ability to choose which base theme is used when customizing a theme, for use in programmable apps. You can choose from Default or Dark theme as your starting point.

  • f6f26815 #1484 Thanks @gloriliale! - Created style file for stylings of the Modal so they can be used in other components, like Alert Dialog.

Patch Changes

  • 5b26f9bf #1509 Thanks @SiTaggart! - [styling-library]: export some types from styled-system to help with custom styling tasks

  • Updated dependencies [d27dc745, 5b26f9bf, 5b26f9bf, f6f26815]:

    • @twilio-paste/alert-dialog@0.1.0
    • @twilio-paste/customization@2.1.0
    • @twilio-paste/styling-library@0.3.3
    • @twilio-paste/modal@7.1.0

9.3.5

Patch Changes

  • 79a9dfba #1487 Thanks @TheSisb! - DisclosureHeading now gracefully handles children and doesn't impose flex behavior. This makes it easier to pass MediaObjects and Truncate as children.
  • eab3fd93 #1501 Thanks @richbachman! - MenuItem now renders as a button by default. In order to render it as an a, and href needs to be passed.

  • Updated dependencies [79a9dfba, eab3fd93]:

    • @twilio-paste/disclosure@5.0.6
    • @twilio-paste/menu@7.0.2

9.3.4

Patch Changes

  • 45c24b01 #1479 Thanks @TheSisb! - Fix a bug where null children to a Stack causes extra margin to be appended at the end.

  • Updated dependencies [b1dd8b0c, 45c24b01]:

    • @twilio-paste/combobox@7.0.3
    • @twilio-paste/stack@2.0.4

9.3.3

Patch Changes

  • b9e74f3a #1466 Thanks @SiTaggart! - [Flex]: correctly allow layout style props to be applied to the Flex component including width and height

  • Updated dependencies [b9e74f3a]:

    • @twilio-paste/flex@2.0.4

9.3.2

Patch Changes

  • dd759feb #1464 Thanks @richbachman! - Bumped the version of Reach/Dialog to 0.15.0

  • Updated dependencies [456e7210, dd759feb]:

    • @twilio-paste/animation-library@0.3.2
    • @twilio-paste/modal-dialog-primitive@0.2.3

9.3.1

Patch Changes

  • 46495f48 #1454 Thanks @SiTaggart! - Add a background color to disclosure content for when it is placed on top of a background color that is not the body color

  • Updated dependencies [46495f48]:

    • @twilio-paste/disclosure@5.0.5

9.3.0

Minor Changes

  • 62f7fd3e #1451 Thanks @SiTaggart! - [design-tokens] Adding for availability tokens to display entity status such as available, offline and busy

Patch Changes

  • Updated dependencies [62f7fd3e]:
    • @twilio-paste/design-tokens@6.8.0

9.2.4

Patch Changes

  • 80529764 #1431 Thanks @richbachman! - Added a margin reset (margin: space0) to fix a bug in Safari where a 2px margin is added by the browser.

  • Updated dependencies [2086d9a2, 80529764]:

    • @twilio-paste/checkbox@6.0.5
    • @twilio-paste/button@7.0.3
    • @twilio-paste/input@3.0.6
    • @twilio-paste/select@5.0.4

9.2.3

Patch Changes

  • b98b3713 #1426 Thanks @SiTaggart! - Add the ability to warn consumers that they are using a deprecated Design Token using prop type validation on the Box and Text component

  • Updated dependencies [b98b3713]:

    • @twilio-paste/box@4.0.7
    • @twilio-paste/text@4.0.4
    • @twilio-paste/style-props@3.0.6

9.2.2

Patch Changes

  • 3668591b #1424 Thanks @TheSisb! - Added overflowWrap to the Typography styled prop bucket

  • Updated dependencies [37f82857, 3668591b]:

    • @twilio-paste/box@4.0.6
    • @twilio-paste/style-props@3.0.5

9.2.1

Patch Changes

  • 41a3da0e #1407 Thanks @richbachman! - - Added background color to PaginationArrow on hover.
    • Added disabled prop to PaginationArrow which sets aria-hidden to true and visibility: none.
    • Added left and right padding to PaginationNumbers to help center with longer page labels.
  • Updated dependencies [41a3da0e]:
    • @twilio-paste/pagination@0.1.2

9.2.0

Minor Changes

  • 25a1f632 #1404 Thanks @SiTaggart! - Design tokens that are named using the light / dark nomenclature are being deprecated in favour of a new set of tokens based on a weak / strong nomenclature to accommodate light and dark modes.

    If you are using these tokens with our Box or Text component, these will still work for now but we will be removing them in the 2021.11.16 release of Paste. In most cases replacing dark for strong and light for weak is all that is required to transition.

    Design tokens that are being deprecated include:

    old new
    color-background-dark color-background-strong
    color-background-darker color-background-stronger
    color-background-darkest color-background-strongest
    color-background-inverse-light color-background-inverse-weak
    color-background-neutral-lightest color-background-neutral-weakest
    color-background-success-lightest color-background-success-weakest
    color-background-warning-lightest color-background-warning-weakest
    color-background-error-dark color-background-error-strong
    color-background-error-lightest color-background-error-weakest
    color-background-primary-darkest color-background-primary-strongest
    color-background-primary-darker color-background-primary-stronger
    color-background-primary-dark color-background-primary-strong
    color-background-primary-light color-background-primary-weak
    color-background-primary-lighter color-background-primary-weaker
    color-background-primary-lightest color-background-primary-weakest
    color-background-destructive-darkest color-background-destructive-strongest
    color-background-destructive-darker color-background-destructive-stronger
    color-background-destructive-dark color-background-destructive-strong
    color-background-destructive-light color-background-destructive-weak
    color-background-destructive-lighter color-background-destructive-weaker
    color-background-destructive-lightest color-background-destructive-weakest
    old new
    color-border-dark color-border-strong
    color-border-light color-border-weak
    color-border-lighter color-border-weaker
    color-border-inverse-darker color-border-inverse-weaker
    color-border-inverse-lighter color-border-inverse-stronger
    color-border-inverse-lightest color-border-inverse-strongest
    color-border-primary-darkest color-border-primary-strongest
    color-border-primary-darker color-border-primary-stronger
    color-border-primary-dark color-border-primary-strong
    color-border-primary-light color-border-primary-weak
    color-border-primary-lighter color-border-primary-weaker
    color-border-neutral-light color-border-neutral-weak
    color-border-success-light color-border-success-weak
    color-border-success-lightest color-border-success-weakest
    color-border-warning-light color-border-warning-weak
    color-border-warning-lightest color-border-warning-weakest
    color-border-error-dark color-border-error-strong
    color-border-error-light color-border-error-weak
    color-border-error-lightest color-border-error-weakest
    color-border-destructive-darkest color-border-destructive-strongest
    color-border-destructive-darker color-border-destructive-stronger
    color-border-destructive-dark color-border-destructive-strong
    color-border-destructive-light color-border-destructive-weak
    color-border-destructive-lighter color-border-destructive-weaker
    old new
    shadow-border-lighter shadow-border-weaker
    shadow-border-light shadow-border-weak
    shadow-border-primary-lighter shadow-border-primary-weaker
    shadow-border-primary-light shadow-border-primary-weak
    shadow-border-primary-dark shadow-border-primary-strong
    shadow-border-primary-darker shadow-border-primary-stronger
    shadow-border-destructive-lighter shadow-border-destructive-weaker
    shadow-border-destructive-light shadow-border-destructive-weak
    shadow-border-destructive-darker shadow-border-destructive-stronger
    shadow-border-error-light shadow-border-error-weak
    shadow-border-error-dark shadow-border-error-strong
    shadow-border-inverse-darker shadow-border-inverse-weaker
    shadow-border-inverse-light shadow-border-inverse-strong
    shadow-border-inverse-lightest shadow-border-inverse-strongest
    old new
    color-text-link-light color-text-link-weak
    color-text-link-dark color-text-link-strong
    color-text-link-darker color-text-link-stronger
    color-text-link-destructive-light color-text-link-destructive-weak
    color-text-link-destructive-dark color-text-link-destructive-strong
    color-text-link-destructive-darker color-text-link-destructive-stronger
    color-text-error-light color-text-error-weak
    color-text-error-dark color-text-error-strong
    color-text-warning-dark color-text-warning-strong

Patch Changes

  • 25a1f632 #1404 Thanks @SiTaggart! - update internal usage of design tokens to reflect new strong / weak nomenclature
  • 25a1f632 #1404 Thanks @SiTaggart! - add ability to set transparent to color style prop

  • Updated dependencies [87fc9178, 4d3fd7df, 25a1f632, df6d8f1d, 25a1f632, 25a1f632, 25a1f632]:

    • @twilio-paste/input@3.0.5
    • @twilio-paste/textarea@3.0.5
    • @twilio-paste/base-radio-checkbox@6.0.3
    • @twilio-paste/checkbox@6.0.4
    • @twilio-paste/label@6.0.3
    • @twilio-paste/select@5.0.3
    • @twilio-paste/design-tokens@6.7.0
    • @twilio-paste/theme@5.1.0
    • @twilio-paste/styling-library@0.3.2
    • @twilio-paste/alert@7.0.1
    • @twilio-paste/anchor@5.0.3
    • @twilio-paste/button@7.0.2
    • @twilio-paste/card@3.0.4
    • @twilio-paste/combobox@7.0.2
    • @twilio-paste/disclosure@5.0.4
    • @twilio-paste/help-text@6.0.3
    • @twilio-paste/input-box@4.0.4
    • @twilio-paste/menu@7.0.1
    • @twilio-paste/modal@7.0.1
    • @twilio-paste/popover@6.0.1
    • @twilio-paste/pagination@0.1.1
    • @twilio-paste/radio-group@6.0.4
    • @twilio-paste/separator@2.0.4
    • @twilio-paste/table@2.0.4
    • @twilio-paste/tabs@2.0.4
    • @twilio-paste/toast@5.0.1
    • @twilio-paste/tooltip@4.0.3
    • @twilio-paste/aspect-ratio@4.0.4
    • @twilio-paste/grid@2.0.4
    • @twilio-paste/box@4.0.5
    • @twilio-paste/text@4.0.3
    • @twilio-paste/style-props@3.0.4

9.1.0

Minor Changes

Patch Changes

  • 8fe6a2f4 #1368 Thanks @richbachman! - Box: added font-variant-numeric prop so we can control the usage of alternate glyphs for numbers, fractions, and ordinal markers.

  • Updated dependencies [0f6b4728, ed40d4de, 8fe6a2f4]:

    • @twilio-paste/style-props@3.0.3
    • @twilio-paste/pagination@0.1.0
    • @twilio-paste/box@4.0.4

9.0.3

Patch Changes

  • 7bfaff38 #1390 Thanks @TheSisb! - Combobox: improve accessibility of hovered combobox option by keeping it the same color.

  • Updated dependencies [7bfaff38]:

    • @twilio-paste/combobox@7.0.1

9.0.2

Patch Changes

  • 64edb7fc #1367 Thanks @nkrantz! - Restricted Avatar propTypes so that users cannot add both src and icon props to Avatar, only one or the other.
  • 174be6d9 #1363 Thanks @TheSisb! - Buttons that behave as links (<Button as="a" href="">) now correctly use the external link icon for external links.
  • 35d9dfda #1332 Thanks @TheSisb! - Fixed truncation on Disclosure headings when using Truncate component

9.0.1

Patch Changes

  • 1a7bb349 #974 Thanks @SiTaggart! - [RadioGroup] Added optional value string prop which this component needs and is no longer on the extended InlineControlGroup interface.
  • 9df657df #974 Thanks @SiTaggart! - [InlineControlGroup] Adjusted the vertical spacing of children. This change improve the handling of RadioGroup and CheckboxGroup children.
  • d000a4e4 #1333 Thanks @SiTaggart! - [Paragraph] allow for global HTML attriutes to be passed to the paragraph element

  • Updated dependencies [1a7bb349, 5e08f10d, 9df657df, d000a4e4]:

    • @twilio-paste/radio-group@6.0.3
    • @twilio-paste/checkbox@6.0.3
    • @twilio-paste/inline-control-group@6.0.3
    • @twilio-paste/paragraph@4.0.3

9.0.0

Major Changes

  • 1bcb8b30 #1307 Thanks @TheSisb! - BREAKING CHANGES:

    Button components used as links (as="a" and href="") now automatically add an arrow icon if children is a string. This is a design breaking change that you should be aware of when upgrading.

    Button also adds additional validation to throw an error if the disabled or loading props are set to true for a Button as link. This is a functionality breaking change to existing disabled link buttons.

Minor Changes

  • 3419ff64 #1281 Thanks @nkrantz! - Created an 'icon' prop on Avatar so that users can display Paste icons inside of Avatar components.

Patch Changes

  • 0eded1fd #1319 Thanks @SiTaggart! - Change internal dependencies to have minor range matching on version numbers

  • Updated dependencies [0eded1fd, 1bcb8b30, 3419ff64]:

    • @twilio-paste/alert@7.0.0
    • @twilio-paste/anchor@5.0.2
    • @twilio-paste/avatar@2.1.0
    • @twilio-paste/base-radio-checkbox@6.0.2
    • @twilio-paste/breadcrumb@4.0.2
    • @twilio-paste/button@7.0.0
    • @twilio-paste/card@3.0.3
    • @twilio-paste/checkbox@6.0.2
    • @twilio-paste/combobox@7.0.0
    • @twilio-paste/disclosure@5.0.2
    • @twilio-paste/heading@5.0.2
    • @twilio-paste/help-text@6.0.2
    • @twilio-paste/inline-control-group@6.0.2
    • @twilio-paste/input@3.0.4
    • @twilio-paste/input-box@4.0.3
    • @twilio-paste/label@6.0.2
    • @twilio-paste/list@2.0.2
    • @twilio-paste/menu@7.0.0
    • @twilio-paste/modal@7.0.0
    • @twilio-paste/paragraph@4.0.2
    • @twilio-paste/popover@6.0.0
    • @twilio-paste/radio-group@6.0.2
    • @twilio-paste/screen-reader-only@6.0.2
    • @twilio-paste/select@5.0.2
    • @twilio-paste/separator@2.0.3
    • @twilio-paste/spinner@7.0.2
    • @twilio-paste/table@2.0.3
    • @twilio-paste/tabs@2.0.3
    • @twilio-paste/textarea@3.0.4
    • @twilio-paste/toast@5.0.0
    • @twilio-paste/tooltip@4.0.2
    • @twilio-paste/truncate@6.0.2
    • @twilio-paste/aspect-ratio@4.0.3
    • @twilio-paste/flex@2.0.3
    • @twilio-paste/grid@2.0.3
    • @twilio-paste/media-object@4.0.3
    • @twilio-paste/stack@2.0.3
    • @twilio-paste/box@4.0.3
    • @twilio-paste/combobox-primitive@0.2.4
    • @twilio-paste/disclosure-primitive@0.3.4
    • @twilio-paste/menu-primitive@0.2.4
    • @twilio-paste/non-modal-dialog-primitive@0.3.4
    • @twilio-paste/sibling-box@3.0.3
    • @twilio-paste/tabs-primitive@0.2.3
    • @twilio-paste/text@4.0.2
    • @twilio-paste/tooltip-primitive@0.2.4
    • @twilio-paste/customization@2.0.2
    • @twilio-paste/style-props@3.0.2
    • @twilio-paste/theme@5.0.2

8.0.2

Patch Changes

  • Updated dependencies [514bd5aa, 514bd5aa]:
    • @twilio-paste/theme@5.0.1
    • @twilio-paste/icons@5.1.1
    • @twilio-paste/alert@6.0.1
    • @twilio-paste/anchor@5.0.1
    • @twilio-paste/avatar@2.0.2
    • @twilio-paste/base-radio-checkbox@6.0.1
    • @twilio-paste/breadcrumb@4.0.1
    • @twilio-paste/button@6.0.1
    • @twilio-paste/card@3.0.2
    • @twilio-paste/checkbox@6.0.1
    • @twilio-paste/combobox@6.0.1
    • @twilio-paste/disclosure@5.0.1
    • @twilio-paste/heading@5.0.1
    • @twilio-paste/help-text@6.0.1
    • @twilio-paste/inline-control-group@6.0.1
    • @twilio-paste/input@3.0.3
    • @twilio-paste/input-box@4.0.2
    • @twilio-paste/label@6.0.1
    • @twilio-paste/list@2.0.1
    • @twilio-paste/menu@6.0.1
    • @twilio-paste/modal@6.0.1
    • @twilio-paste/paragraph@4.0.1
    • @twilio-paste/popover@5.0.1
    • @twilio-paste/radio-group@6.0.1
    • @twilio-paste/screen-reader-only@6.0.1
    • @twilio-paste/select@5.0.1
    • @twilio-paste/separator@2.0.2
    • @twilio-paste/spinner@7.0.1
    • @twilio-paste/table@2.0.2
    • @twilio-paste/tabs@2.0.2
    • @twilio-paste/textarea@3.0.3
    • @twilio-paste/toast@4.0.2
    • @twilio-paste/tooltip@4.0.1
    • @twilio-paste/truncate@6.0.1
    • @twilio-paste/aspect-ratio@4.0.2
    • @twilio-paste/flex@2.0.2
    • @twilio-paste/grid@2.0.2
    • @twilio-paste/media-object@4.0.2
    • @twilio-paste/stack@2.0.2
    • @twilio-paste/box@4.0.2
    • @twilio-paste/sibling-box@3.0.2
    • @twilio-paste/text@4.0.1
    • @twilio-paste/customization@2.0.1
    • @twilio-paste/style-props@3.0.1

8.0.1

Patch Changes

  • Updated dependencies [22410172]:
    • @twilio-paste/toast@4.0.1

8.0.0

Patch Changes

  • Updated dependencies [169089ce, 8b5a8592]:
    • @twilio-paste/popover@5.0.0
    • @twilio-paste/icons@5.1.0
    • @twilio-paste/alert@6.0.0
    • @twilio-paste/anchor@5.0.0
    • @twilio-paste/base-radio-checkbox@6.0.0
    • @twilio-paste/button@6.0.0
    • @twilio-paste/checkbox@6.0.0
    • @twilio-paste/combobox@6.0.0
    • @twilio-paste/disclosure@5.0.0
    • @twilio-paste/help-text@6.0.0
    • @twilio-paste/inline-control-group@6.0.0
    • @twilio-paste/menu@6.0.0
    • @twilio-paste/modal@6.0.0
    • @twilio-paste/radio-group@6.0.0
    • @twilio-paste/screen-reader-only@6.0.0
    • @twilio-paste/select@5.0.0
    • @twilio-paste/spinner@7.0.0
    • @twilio-paste/toast@4.0.0
    • @twilio-paste/tooltip@4.0.0
    • @twilio-paste/truncate@6.0.0
    • @twilio-paste/breadcrumb@4.0.0
    • @twilio-paste/label@6.0.0

7.0.2

Patch Changes

  • Updated dependencies [12a669a3, 953f88bb, 7f909087, 8992af4b, 14d33968]:
    • @twilio-paste/checkbox@5.0.2
    • @twilio-paste/textarea@3.0.2
    • @twilio-paste/select@4.0.2
    • @twilio-paste/radio-group@5.0.2
    • @twilio-paste/input@3.0.2
    • @twilio-paste/combobox@5.0.2

7.0.1

Patch Changes

  • Updated dependencies [509eba7a]:
    • @twilio-paste/box@4.0.1
    • @twilio-paste/alert@5.0.1
    • @twilio-paste/anchor@4.0.1
    • @twilio-paste/avatar@2.0.1
    • @twilio-paste/base-radio-checkbox@5.0.1
    • @twilio-paste/breadcrumb@3.0.1
    • @twilio-paste/button@5.0.1
    • @twilio-paste/card@3.0.1
    • @twilio-paste/checkbox@5.0.1
    • @twilio-paste/combobox@5.0.1
    • @twilio-paste/disclosure@4.0.1
    • @twilio-paste/help-text@5.0.1
    • @twilio-paste/inline-control-group@5.0.1
    • @twilio-paste/input@3.0.1
    • @twilio-paste/input-box@4.0.1
    • @twilio-paste/label@5.0.1
    • @twilio-paste/menu@5.0.1
    • @twilio-paste/modal@5.0.1
    • @twilio-paste/popover@4.0.1
    • @twilio-paste/radio-group@5.0.1
    • @twilio-paste/screen-reader-only@5.0.1
    • @twilio-paste/select@4.0.1
    • @twilio-paste/separator@2.0.1
    • @twilio-paste/spinner@6.0.1
    • @twilio-paste/table@2.0.1
    • @twilio-paste/tabs@2.0.1
    • @twilio-paste/textarea@3.0.1
    • @twilio-paste/toast@3.0.1
    • @twilio-paste/tooltip@3.0.1
    • @twilio-paste/truncate@5.0.1
    • @twilio-paste/aspect-ratio@4.0.1
    • @twilio-paste/flex@2.0.1
    • @twilio-paste/grid@2.0.1
    • @twilio-paste/media-object@4.0.1
    • @twilio-paste/stack@2.0.1
    • @twilio-paste/sibling-box@3.0.1
    • @twilio-paste/icons@5.0.1

7.0.0

Patch Changes

  • Updated dependencies [083b31d2, b1b4ac39, 4c9ed5ca, 26c828d8]:
    • @twilio-paste/checkbox@5.0.0
    • @twilio-paste/label@5.0.0
    • @twilio-paste/design-tokens@6.6.0
    • @twilio-paste/theme@5.0.0
    • @twilio-paste/base-radio-checkbox@5.0.0
    • @twilio-paste/combobox@5.0.0
    • @twilio-paste/inline-control-group@5.0.0
    • @twilio-paste/radio-group@5.0.0
    • @twilio-paste/alert@5.0.0
    • @twilio-paste/anchor@4.0.0
    • @twilio-paste/avatar@2.0.0
    • @twilio-paste/breadcrumb@3.0.0
    • @twilio-paste/button@5.0.0
    • @twilio-paste/card@3.0.0
    • @twilio-paste/disclosure@4.0.0
    • @twilio-paste/heading@5.0.0
    • @twilio-paste/help-text@5.0.0
    • @twilio-paste/input@3.0.0
    • @twilio-paste/input-box@4.0.0
    • @twilio-paste/list@2.0.0
    • @twilio-paste/menu@5.0.0
    • @twilio-paste/modal@5.0.0
    • @twilio-paste/paragraph@4.0.0
    • @twilio-paste/popover@4.0.0
    • @twilio-paste/screen-reader-only@5.0.0
    • @twilio-paste/select@4.0.0
    • @twilio-paste/separator@2.0.0
    • @twilio-paste/spinner@6.0.0
    • @twilio-paste/table@2.0.0
    • @twilio-paste/tabs@2.0.0
    • @twilio-paste/textarea@3.0.0
    • @twilio-paste/toast@3.0.0
    • @twilio-paste/tooltip@3.0.0
    • @twilio-paste/truncate@5.0.0
    • @twilio-paste/aspect-ratio@4.0.0
    • @twilio-paste/flex@2.0.0
    • @twilio-paste/grid@2.0.0
    • @twilio-paste/media-object@4.0.0
    • @twilio-paste/stack@2.0.0
    • @twilio-paste/box@4.0.0
    • @twilio-paste/sibling-box@3.0.0
    • @twilio-paste/text@4.0.0
    • @twilio-paste/customization@2.0.0
    • @twilio-paste/icons@5.0.0
    • @twilio-paste/style-props@3.0.0

6.0.3

Patch Changes

  • Updated dependencies [ac38757f]:
    • @twilio-paste/help-text@4.0.3
    • @twilio-paste/input@2.0.2
    • @twilio-paste/modal@4.0.3
    • @twilio-paste/screen-reader-only@4.0.3
    • @twilio-paste/separator@1.0.2
    • @twilio-paste/table@1.0.2
    • @twilio-paste/toast@2.0.3
    • @twilio-paste/truncate@4.0.3
    • @twilio-paste/aspect-ratio@3.0.2
    • @twilio-paste/flex@1.0.2
    • @twilio-paste/grid@1.0.2
    • @twilio-paste/stack@1.0.2
    • @twilio-paste/combobox-primitive@0.2.3
    • @twilio-paste/disclosure-primitive@0.3.3
    • @twilio-paste/menu-primitive@0.2.3
    • @twilio-paste/modal-dialog-primitive@0.2.2
    • @twilio-paste/non-modal-dialog-primitive@0.3.3
    • @twilio-paste/tooltip-primitive@0.2.3
    • @twilio-paste/base-radio-checkbox@4.0.3
    • @twilio-paste/checkbox@4.0.3
    • @twilio-paste/combobox@4.0.3
    • @twilio-paste/inline-control-group@4.0.3
    • @twilio-paste/radio-group@4.0.3
    • @twilio-paste/label@4.0.3
    • @twilio-paste/menu@4.0.3
    • @twilio-paste/tabs@1.0.2
    • @twilio-paste/button@4.0.3
    • @twilio-paste/disclosure@3.0.3
    • @twilio-paste/popover@3.0.3
    • @twilio-paste/tooltip@2.0.3
    • @twilio-paste/alert@4.0.3

6.0.2

Patch Changes

  • Updated dependencies [944c3407, af779398]:
    • @twilio-paste/design-tokens@6.5.2
    • @twilio-paste/icons@4.0.2
    • @twilio-paste/alert@4.0.2
    • @twilio-paste/anchor@3.0.2
    • @twilio-paste/avatar@1.0.1
    • @twilio-paste/base-radio-checkbox@4.0.2
    • @twilio-paste/breadcrumb@2.0.2
    • @twilio-paste/button@4.0.2
    • @twilio-paste/card@2.0.1
    • @twilio-paste/checkbox@4.0.2
    • @twilio-paste/combobox@4.0.2
    • @twilio-paste/disclosure@3.0.2
    • @twilio-paste/heading@4.0.1
    • @twilio-paste/help-text@4.0.2
    • @twilio-paste/inline-control-group@4.0.2
    • @twilio-paste/input@2.0.1
    • @twilio-paste/input-box@3.0.1
    • @twilio-paste/label@4.0.2
    • @twilio-paste/list@1.0.1
    • @twilio-paste/menu@4.0.2
    • @twilio-paste/modal@4.0.2
    • @twilio-paste/paragraph@3.0.1
    • @twilio-paste/popover@3.0.2
    • @twilio-paste/radio-group@4.0.2
    • @twilio-paste/screen-reader-only@4.0.2
    • @twilio-paste/select@3.0.2
    • @twilio-paste/separator@1.0.1
    • @twilio-paste/spinner@5.0.2
    • @twilio-paste/table@1.0.1
    • @twilio-paste/tabs@1.0.1
    • @twilio-paste/textarea@2.0.1
    • @twilio-paste/toast@2.0.2
    • @twilio-paste/tooltip@2.0.2
    • @twilio-paste/truncate@4.0.2
    • @twilio-paste/aspect-ratio@3.0.1
    • @twilio-paste/flex@1.0.1
    • @twilio-paste/grid@1.0.1
    • @twilio-paste/media-object@3.0.1
    • @twilio-paste/stack@1.0.1
    • @twilio-paste/box@3.0.1
    • @twilio-paste/sibling-box@2.0.1
    • @twilio-paste/text@3.0.1
    • @twilio-paste/customization@1.0.1
    • @twilio-paste/style-props@2.0.1
    • @twilio-paste/theme@4.3.1

6.0.1

Patch Changes

  • Updated dependencies [7340a6a5, 8e45efee]:
    • @twilio-paste/icons@4.0.1
    • @twilio-paste/toast@2.0.1
    • @twilio-paste/alert@4.0.1
    • @twilio-paste/anchor@3.0.1
    • @twilio-paste/base-radio-checkbox@4.0.1
    • @twilio-paste/button@4.0.1
    • @twilio-paste/checkbox@4.0.1
    • @twilio-paste/combobox@4.0.1
    • @twilio-paste/disclosure@3.0.1
    • @twilio-paste/help-text@4.0.1
    • @twilio-paste/inline-control-group@4.0.1
    • @twilio-paste/menu@4.0.1
    • @twilio-paste/modal@4.0.1
    • @twilio-paste/popover@3.0.1
    • @twilio-paste/radio-group@4.0.1
    • @twilio-paste/screen-reader-only@4.0.1
    • @twilio-paste/select@3.0.1
    • @twilio-paste/spinner@5.0.1
    • @twilio-paste/tooltip@2.0.1
    • @twilio-paste/truncate@4.0.1
    • @twilio-paste/breadcrumb@2.0.1
    • @twilio-paste/label@4.0.1

6.0.0

Patch Changes

  • Updated dependencies [f1675586, f1675586]:
    • @twilio-paste/theme@4.3.0
    • @twilio-paste/combobox@4.0.0
    • @twilio-paste/alert@4.0.0
    • @twilio-paste/anchor@3.0.0
    • @twilio-paste/avatar@1.0.0
    • @twilio-paste/base-radio-checkbox@4.0.0
    • @twilio-paste/breadcrumb@2.0.0
    • @twilio-paste/button@4.0.0
    • @twilio-paste/card@2.0.0
    • @twilio-paste/checkbox@4.0.0
    • @twilio-paste/disclosure@3.0.0
    • @twilio-paste/heading@4.0.0
    • @twilio-paste/help-text@4.0.0
    • @twilio-paste/inline-control-group@4.0.0
    • @twilio-paste/input@2.0.0
    • @twilio-paste/input-box@3.0.0
    • @twilio-paste/label@4.0.0
    • @twilio-paste/list@1.0.0
    • @twilio-paste/menu@4.0.0
    • @twilio-paste/modal@4.0.0
    • @twilio-paste/paragraph@3.0.0
    • @twilio-paste/popover@3.0.0
    • @twilio-paste/radio-group@4.0.0
    • @twilio-paste/screen-reader-only@4.0.0
    • @twilio-paste/select@3.0.0
    • @twilio-paste/separator@1.0.0
    • @twilio-paste/spinner@5.0.0
    • @twilio-paste/table@1.0.0
    • @twilio-paste/tabs@1.0.0
    • @twilio-paste/textarea@2.0.0
    • @twilio-paste/toast@2.0.0
    • @twilio-paste/tooltip@2.0.0
    • @twilio-paste/truncate@4.0.0
    • @twilio-paste/aspect-ratio@3.0.0
    • @twilio-paste/flex@1.0.0
    • @twilio-paste/grid@1.0.0
    • @twilio-paste/media-object@3.0.0
    • @twilio-paste/stack@1.0.0
    • @twilio-paste/box@3.0.0
    • @twilio-paste/sibling-box@2.0.0
    • @twilio-paste/text@3.0.0
    • @twilio-paste/customization@1.0.0
    • @twilio-paste/icons@4.0.0
    • @twilio-paste/style-props@2.0.0

5.0.1

Patch Changes

  • a12acb61 #1158 Thanks @richbachman! - Changed generateVersionedDependencyList function to use exact twilio-paste package versions.

  • Updated dependencies [a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61, a12acb61]:

    • @twilio-paste/card@1.5.2
    • @twilio-paste/alert@3.0.1
    • @twilio-paste/inline-control-group@3.0.1
    • @twilio-paste/grid@0.6.2
    • @twilio-paste/customization@0.2.2
    • @twilio-paste/base-radio-checkbox@3.0.1
    • @twilio-paste/label@3.0.1
    • @twilio-paste/stack@0.3.2
    • @twilio-paste/menu-primitive@0.2.2
    • @twilio-paste/popover@2.0.1
    • @twilio-paste/theme@4.2.2
    • @twilio-paste/table@0.2.2
    • @twilio-paste/tooltip@1.0.1
    • @twilio-paste/tabs-primitive@0.2.2
    • @twilio-paste/sibling-box@1.2.2
    • @twilio-paste/modal@3.0.1
    • @twilio-paste/aspect-ratio@2.1.2
    • @twilio-paste/select@2.0.1
    • @twilio-paste/breadcrumb@1.0.1
    • @twilio-paste/button@3.0.1
    • @twilio-paste/input-box@2.1.2
    • @twilio-paste/combobox-primitive@0.2.2
    • @twilio-paste/anchor@2.0.1
    • @twilio-paste/tabs@0.5.2
    • @twilio-paste/radio-group@3.0.1
    • @twilio-paste/list@0.3.2
    • @twilio-paste/flex@0.5.2
    • @twilio-paste/disclosure@2.0.1
    • @twilio-paste/tooltip-primitive@0.2.2
    • @twilio-paste/separator@0.4.2
    • @twilio-paste/menu@3.0.1
    • @twilio-paste/media-object@2.1.2
    • @twilio-paste/heading@3.1.2
    • @twilio-paste/non-modal-dialog-primitive@0.3.2
    • @twilio-paste/style-props@1.9.2
    • @twilio-paste/paragraph@2.1.2
    • @twilio-paste/avatar@0.4.2
    • @twilio-paste/input@1.2.3
    • @twilio-paste/box@2.13.2
    • @twilio-paste/screen-reader-only@3.0.1
    • @twilio-paste/icons@3.13.1
    • @twilio-paste/textarea@1.2.2
    • @twilio-paste/combobox@3.0.1
    • @twilio-paste/help-text@3.0.1
    • @twilio-paste/checkbox@3.0.1
    • @twilio-paste/text@2.5.2
    • @twilio-paste/toast@1.0.1
    • @twilio-paste/spinner@4.0.1
    • @twilio-paste/truncate@3.0.1
    • @twilio-paste/disclosure-primitive@0.3.2

5.0.0

Patch Changes

  • Updated dependencies [4114dac2]:
    • @twilio-paste/icons@3.13.0
    • @twilio-paste/alert@3.0.0
    • @twilio-paste/anchor@2.0.0
    • @twilio-paste/base-radio-checkbox@3.0.0
    • @twilio-paste/button@3.0.0
    • @twilio-paste/checkbox@3.0.0
    • @twilio-paste/combobox@3.0.0
    • @twilio-paste/disclosure@2.0.0
    • @twilio-paste/help-text@3.0.0
    • @twilio-paste/inline-control-group@3.0.0
    • @twilio-paste/menu@3.0.0
    • @twilio-paste/modal@3.0.0
    • @twilio-paste/popover@2.0.0
    • @twilio-paste/radio-group@3.0.0
    • @twilio-paste/screen-reader-only@3.0.0
    • @twilio-paste/select@2.0.0
    • @twilio-paste/spinner@4.0.0
    • @twilio-paste/toast@1.0.0
    • @twilio-paste/tooltip@1.0.0
    • @twilio-paste/truncate@3.0.0
    • @twilio-paste/breadcrumb@1.0.0
    • @twilio-paste/label@3.0.0

4.3.3

Patch Changes

4.3.2

Patch Changes

  • Updated dependencies [b8265071]:
    • @twilio-paste/disclosure@1.0.0

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.3.1 (2021-01-25)

Note: Version bump only for package @twilio-paste/core

4.3.0 (2021-01-21)

Features

4.2.14 (2021-01-15)

Note: Version bump only for package @twilio-paste/core

4.2.13 (2021-01-15)

Note: Version bump only for package @twilio-paste/core

4.2.12 (2021-01-14)

Note: Version bump only for package @twilio-paste/core

4.2.11 (2021-01-14)

Note: Version bump only for package @twilio-paste/core

4.2.10 (2021-01-13)

Note: Version bump only for package @twilio-paste/core

4.2.9 (2021-01-12)

Note: Version bump only for package @twilio-paste/core

4.2.8 (2021-01-08)

Note: Version bump only for package @twilio-paste/core

4.2.7 (2021-01-07)

Note: Version bump only for package @twilio-paste/core

4.2.6 (2021-01-07)

Note: Version bump only for package @twilio-paste/core

4.2.5 (2021-01-06)

Note: Version bump only for package @twilio-paste/core

4.2.4 (2020-12-17)

Note: Version bump only for package @twilio-paste/core

4.2.3 (2020-12-17)

Note: Version bump only for package @twilio-paste/core

4.2.2 (2020-12-15)

Note: Version bump only for package @twilio-paste/core

4.2.1 (2020-12-11)

Note: Version bump only for package @twilio-paste/core

4.2.0 (2020-12-11)

Features

  • core: add customization package to core (637aba2)

4.1.15 (2020-12-09)

Note: Version bump only for package @twilio-paste/core

4.1.14 (2020-12-09)

Note: Version bump only for package @twilio-paste/core

4.1.13 (2020-12-03)

Note: Version bump only for package @twilio-paste/core

4.1.12 (2020-12-02)

Note: Version bump only for package @twilio-paste/core

4.1.11 (2020-11-25)

Note: Version bump only for package @twilio-paste/core

4.1.10 (2020-11-19)

Note: Version bump only for package @twilio-paste/core

4.1.9 (2020-11-16)

Note: Version bump only for package @twilio-paste/core

4.1.8 (2020-11-11)

Note: Version bump only for package @twilio-paste/core

4.1.7 (2020-11-11)

Note: Version bump only for package @twilio-paste/core

4.1.6 (2020-11-10)

Note: Version bump only for package @twilio-paste/core

4.1.5 (2020-11-10)

Note: Version bump only for package @twilio-paste/core

4.1.4 (2020-11-10)

Note: Version bump only for package @twilio-paste/core

4.1.3 (2020-11-09)

Note: Version bump only for package @twilio-paste/core

4.1.2 (2020-11-06)

Note: Version bump only for package @twilio-paste/core

4.1.1 (2020-11-05)

Note: Version bump only for package @twilio-paste/core

4.1.0 (2020-11-02)

Features

  • core: add breadcrumb package to core (06b35f8)

4.0.0 (2020-11-02)

chore

  • core: remove absolute component (84c22b4)

BREAKING CHANGES

  • core: The Absolute component has been deprecated. For a replacement use the Box component with absolute positioning.

3.0.13 (2020-10-30)

Note: Version bump only for package @twilio-paste/core

3.0.12 (2020-10-29)

Note: Version bump only for package @twilio-paste/core

3.0.11 (2020-10-28)

Note: Version bump only for package @twilio-paste/core

3.0.10 (2020-10-27)

Note: Version bump only for package @twilio-paste/core

3.0.9 (2020-10-27)

Note: Version bump only for package @twilio-paste/core

3.0.8 (2020-10-26)

Note: Version bump only for package @twilio-paste/core

3.0.7 (2020-10-23)

Note: Version bump only for package @twilio-paste/core

3.0.6 (2020-10-22)

Note: Version bump only for package @twilio-paste/core

3.0.5 (2020-10-21)

Note: Version bump only for package @twilio-paste/core

3.0.4 (2020-10-19)

Note: Version bump only for package @twilio-paste/core

3.0.3 (2020-10-15)

Note: Version bump only for package @twilio-paste/core

3.0.2 (2020-10-13)

Note: Version bump only for package @twilio-paste/core

3.0.1 (2020-10-13)

Bug Fixes

  • core-bundle: make react-uid a dependency for easier usage (440237c)

3.0.0 (2020-10-13)

Features

  • core: provide unbarreled exports (fca4941)

BREAKING CHANGES

  • core: core no longer bundles the '@twilio-paste/form' package.

2.18.6 (2020-10-09)

Note: Version bump only for package @twilio-paste/core

2.18.5 (2020-10-09)

Note: Version bump only for package @twilio-paste/core

2.18.4 (2020-10-07)

Note: Version bump only for package @twilio-paste/core

2.18.3 (2020-10-07)

Note: Version bump only for package @twilio-paste/core

2.18.2 (2020-10-07)

Note: Version bump only for package @twilio-paste/core

2.18.1 (2020-10-07)

Note: Version bump only for package @twilio-paste/core

2.18.0 (2020-10-07)

Features

  • core: add table component package to core (f0ff900)

2.17.0 (2020-10-07)

Features

  • core: include form components individually (fdce217)

2.16.61 (2020-09-28)

Note: Version bump only for package @twilio-paste/core

2.16.60 (2020-09-25)

Note: Version bump only for package @twilio-paste/core

2.16.59 (2020-09-23)

Note: Version bump only for package @twilio-paste/core

2.16.58 (2020-09-22)

Note: Version bump only for package @twilio-paste/core

2.16.57 (2020-09-21)

Note: Version bump only for package @twilio-paste/core

2.16.56 (2020-09-21)

Note: Version bump only for package @twilio-paste/core

2.16.55 (2020-09-15)

Note: Version bump only for package @twilio-paste/core

2.16.54 (2020-09-15)

Note: Version bump only for package @twilio-paste/core

2.16.53 (2020-09-14)

Note: Version bump only for package @twilio-paste/core

2.16.52 (2020-09-14)

Note: Version bump only for package @twilio-paste/core

2.16.51 (2020-09-10)

Note: Version bump only for package @twilio-paste/core

2.16.50 (2020-09-09)

Note: Version bump only for package @twilio-paste/core

2.16.49 (2020-09-09)

Note: Version bump only for package @twilio-paste/core

2.16.48 (2020-09-08)

Note: Version bump only for package @twilio-paste/core

2.16.47 (2020-09-08)

Note: Version bump only for package @twilio-paste/core

2.16.46 (2020-09-08)

Note: Version bump only for package @twilio-paste/core

2.16.45 (2020-09-03)

Note: Version bump only for package @twilio-paste/core

2.16.44 (2020-09-03)

Note: Version bump only for package @twilio-paste/core

2.16.43 (2020-09-03)

Note: Version bump only for package @twilio-paste/core

2.16.42 (2020-09-02)

Note: Version bump only for package @twilio-paste/core

2.16.41 (2020-09-02)

Note: Version bump only for package @twilio-paste/core

2.16.40 (2020-09-02)

Note: Version bump only for package @twilio-paste/core

2.16.39 (2020-08-31)

Note: Version bump only for package @twilio-paste/core

2.16.38 (2020-08-31)

Note: Version bump only for package @twilio-paste/core

2.16.37 (2020-08-31)

Note: Version bump only for package @twilio-paste/core

2.16.36 (2020-08-27)

Note: Version bump only for package @twilio-paste/core

2.16.35 (2020-08-25)

Note: Version bump only for package @twilio-paste/core

2.16.34 (2020-08-25)

Note: Version bump only for package @twilio-paste/core

2.16.33 (2020-08-24)

Note: Version bump only for package @twilio-paste/core

2.16.32 (2020-08-24)

Note: Version bump only for package @twilio-paste/core

2.16.31 (2020-08-21)

Note: Version bump only for package @twilio-paste/core

2.16.30 (2020-08-19)

Note: Version bump only for package @twilio-paste/core

2.16.29 (2020-08-12)

Note: Version bump only for package @twilio-paste/core

2.16.28 (2020-08-12)

Note: Version bump only for package @twilio-paste/core

2.16.27 (2020-08-12)

Note: Version bump only for package @twilio-paste/core

2.16.26 (2020-08-12)

Note: Version bump only for package @twilio-paste/core

2.16.25 (2020-08-11)

Note: Version bump only for package @twilio-paste/core

2.16.24 (2020-08-11)

Note: Version bump only for package @twilio-paste/core

2.16.23 (2020-08-07)

Note: Version bump only for package @twilio-paste/core

2.16.22 (2020-08-06)

Note: Version bump only for package @twilio-paste/core

2.16.21 (2020-08-06)

Note: Version bump only for package @twilio-paste/core

2.16.20 (2020-08-05)

Note: Version bump only for package @twilio-paste/core

2.16.19 (2020-08-05)

Note: Version bump only for package @twilio-paste/core

2.16.18 (2020-08-04)

Note: Version bump only for package @twilio-paste/core

2.16.17 (2020-08-04)

Note: Version bump only for package @twilio-paste/core

2.16.16 (2020-07-31)

Note: Version bump only for package @twilio-paste/core

2.16.15 (2020-07-30)

Note: Version bump only for package @twilio-paste/core

2.16.14 (2020-07-29)

Note: Version bump only for package @twilio-paste/core

2.16.13 (2020-07-29)

Note: Version bump only for package @twilio-paste/core

2.16.12 (2020-07-28)

Note: Version bump only for package @twilio-paste/core

2.16.11 (2020-07-28)

Note: Version bump only for package @twilio-paste/core

2.16.10 (2020-07-28)

Note: Version bump only for package @twilio-paste/core

2.16.9 (2020-07-22)

Note: Version bump only for package @twilio-paste/core

2.16.8 (2020-07-20)

Note: Version bump only for package @twilio-paste/core

2.16.7 (2020-07-15)

Note: Version bump only for package @twilio-paste/core

2.16.6 (2020-07-15)

Bug Fixes

  • core: add avatar to core (8636d8f)

2.16.5 (2020-07-14)

Note: Version bump only for package @twilio-paste/core

2.16.4 (2020-07-14)

Note: Version bump only for package @twilio-paste/core

2.16.3 (2020-07-13)

Note: Version bump only for package @twilio-paste/core

2.16.2 (2020-07-08)

Note: Version bump only for package @twilio-paste/core

2.16.1 (2020-07-08)

Note: Version bump only for package @twilio-paste/core

2.16.0 (2020-07-02)

Features

  • core: add tooltip package to core (475c26a)

2.15.2 (2020-07-02)

Note: Version bump only for package @twilio-paste/core

2.15.1 (2020-07-01)

Note: Version bump only for package @twilio-paste/core

2.15.0 (2020-07-01)

Features

  • core: add disclosure to the bundle (ff41016)

2.14.4 (2020-06-29)

Note: Version bump only for package @twilio-paste/core

2.14.3 (2020-06-25)

Note: Version bump only for package @twilio-paste/core

2.14.2 (2020-06-25)

Note: Version bump only for package @twilio-paste/core

2.14.1 (2020-06-25)

Note: Version bump only for package @twilio-paste/core

2.14.0 (2020-06-25)

Features

  • core: add tooltip-primitive package to core (84d61dc)

2.13.4 (2020-06-24)

Note: Version bump only for package @twilio-paste/core

2.13.3 (2020-06-23)

Note: Version bump only for package @twilio-paste/core

2.13.2 (2020-06-22)

Note: Version bump only for package @twilio-paste/core

2.13.1 (2020-06-18)

Note: Version bump only for package @twilio-paste/core

2.13.0 (2020-06-16)

Features

  • core: add popover package to core (c30974d)

2.12.1 (2020-06-12)

Note: Version bump only for package @twilio-paste/core

2.12.0 (2020-06-10)

Features

  • core: adding Tabs component (1bd3702)

2.11.0 (2020-06-09)

Features

  • core: add non-modal dialog primitive to core (8917f44)

2.10.3 (2020-06-08)

Note: Version bump only for package @twilio-paste/core

2.10.2 (2020-06-05)

Note: Version bump only for package @twilio-paste/core

2.10.1 (2020-06-04)

Note: Version bump only for package @twilio-paste/core

2.10.0 (2020-06-01)

Features

  • core-bundle: add tabs-primitive (b3b076b)

2.9.7 (2020-06-01)

Note: Version bump only for package @twilio-paste/core

2.9.6 (2020-06-01)

Note: Version bump only for package @twilio-paste/core

2.9.5 (2020-06-01)

Bug Fixes

  • core-bundle: add animation-library peerDependency (6c7da7a)

2.9.4 (2020-05-28)

Note: Version bump only for package @twilio-paste/core

2.9.3 (2020-05-27)

Note: Version bump only for package @twilio-paste/core

2.9.2 (2020-05-27)

Note: Version bump only for package @twilio-paste/core

2.9.1 (2020-05-26)

Note: Version bump only for package @twilio-paste/core

2.9.0 (2020-05-22)

Features

  • core: add combobox to core (38fbcd6)

2.8.0 (2020-05-20)

Features

  • core: add menu and menu primitive (eef81b2)

2.7.0 (2020-05-20)

Features

  • core: add disclosure primitive dep and reakit-library peerDep (f9cd5e0)

2.6.0 (2020-05-13)

Features

  • core: add combobox-primitive to core (6e79ddc)

2.5.5 (2020-05-11)

Note: Version bump only for package @twilio-paste/core

2.5.4 (2020-05-07)

Note: Version bump only for package @twilio-paste/core

2.5.3 (2020-05-07)

Note: Version bump only for package @twilio-paste/core

2.5.2 (2020-05-07)

Note: Version bump only for package @twilio-paste/core

2.5.1 (2020-05-06)

Note: Version bump only for package @twilio-paste/core

2.5.0 (2020-05-05)

Features

2.4.11 (2020-05-04)

Note: Version bump only for package @twilio-paste/core

2.4.10 (2020-05-01)

Note: Version bump only for package @twilio-paste/core

2.4.9 (2020-05-01)

Note: Version bump only for package @twilio-paste/core

2.4.8 (2020-04-29)

Note: Version bump only for package @twilio-paste/core

2.4.7 (2020-04-28)

Note: Version bump only for package @twilio-paste/core

2.4.6 (2020-04-25)

Note: Version bump only for package @twilio-paste/core

2.4.5 (2020-04-24)

Note: Version bump only for package @twilio-paste/core

2.4.4 (2020-04-24)

Note: Version bump only for package @twilio-paste/core

2.4.3 (2020-04-22)

Note: Version bump only for package @twilio-paste/core

2.4.2 (2020-04-20)

Note: Version bump only for package @twilio-paste/core

2.4.1 (2020-04-17)

Note: Version bump only for package @twilio-paste/core

2.4.0 (2020-04-15)

Features

  • core: include the separator component into core (ea43f58)

2.3.20 (2020-04-15)

Note: Version bump only for package @twilio-paste/core

2.3.19 (2020-04-09)

Note: Version bump only for package @twilio-paste/core

2.3.18 (2020-04-08)

Bug Fixes

  • core: include the modal package (2885a73)

2.3.17 (2020-04-07)

Note: Version bump only for package @twilio-paste/core

2.3.16 (2020-04-07)

Note: Version bump only for package @twilio-paste/core

2.3.15 (2020-04-02)

Note: Version bump only for package @twilio-paste/core

2.3.14 (2020-04-01)

Note: Version bump only for package @twilio-paste/core

2.3.13 (2020-04-01)

Note: Version bump only for package @twilio-paste/core

2.3.12 (2020-04-01)

Note: Version bump only for package @twilio-paste/core

2.3.11 (2020-03-31)

Note: Version bump only for package @twilio-paste/core

2.3.10 (2020-03-30)

Note: Version bump only for package @twilio-paste/core

2.3.9 (2020-03-28)

Note: Version bump only for package @twilio-paste/core

2.3.8 (2020-03-27)

Note: Version bump only for package @twilio-paste/core

2.3.7 (2020-03-25)

Note: Version bump only for package @twilio-paste/core

2.3.6 (2020-03-24)

Bug Fixes

  • core: switch from theme-tokens to theme package dep (e2c7272)

2.3.5 (2020-03-20)

Note: Version bump only for package @twilio-paste/core

2.3.4 (2020-03-17)

Note: Version bump only for package @twilio-paste/core

2.3.3 (2020-03-17)

Note: Version bump only for package @twilio-paste/core

2.3.2 (2020-03-17)

Note: Version bump only for package @twilio-paste/core

2.3.1 (2020-03-11)

Note: Version bump only for package @twilio-paste/core

2.3.0 (2020-03-11)

Features

2.2.9 (2020-03-06)

Bug Fixes

  • add missing transitive peerDep on '@styled-system/css' (fdbb813)

2.2.8 (2020-03-04)

Note: Version bump only for package @twilio-paste/core

2.2.7 (2020-03-02)

Note: Version bump only for package @twilio-paste/core

2.2.6 (2020-03-02)

Note: Version bump only for package @twilio-paste/core

2.2.5 (2020-02-28)

Note: Version bump only for package @twilio-paste/core

2.2.4 (2020-02-26)

Note: Version bump only for package @twilio-paste/core

2.2.3 (2020-02-26)

Bug Fixes

  • package dependencies and deprecation warnings (#334) (0e88338)

2.2.2 (2020-02-21)

Note: Version bump only for package @twilio-paste/core

2.2.1 (2020-02-20)

Note: Version bump only for package @twilio-paste/core

2.2.0 (2020-02-19)

Features

  • core: add modal-dialog-primitive (24dd707)

2.1.20 (2020-02-19)

Note: Version bump only for package @twilio-paste/core

2.1.19 (2020-02-19)

Note: Version bump only for package @twilio-paste/core

2.1.18 (2020-02-18)

Note: Version bump only for package @twilio-paste/core

2.1.17 (2020-02-14)

Note: Version bump only for package @twilio-paste/core

2.1.16 (2020-02-13)

Note: Version bump only for package @twilio-paste/core

2.1.15 (2020-02-13)

Note: Version bump only for package @twilio-paste/core

2.1.14 (2020-02-13)

Note: Version bump only for package @twilio-paste/core

2.1.13 (2020-02-13)

Note: Version bump only for package @twilio-paste/core

2.1.12 (2020-02-11)

Note: Version bump only for package @twilio-paste/core

2.1.11 (2020-02-11)

Note: Version bump only for package @twilio-paste/core

2.1.10 (2020-02-11)

Note: Version bump only for package @twilio-paste/core

2.1.9 (2020-02-11)

Note: Version bump only for package @twilio-paste/core

2.1.8 (2020-02-10)

Note: Version bump only for package @twilio-paste/core

2.1.7 (2020-02-10)

Note: Version bump only for package @twilio-paste/core

2.1.6 (2020-02-08)

Note: Version bump only for package @twilio-paste/core

2.1.5 (2020-02-07)

Note: Version bump only for package @twilio-paste/core

2.1.4 (2020-02-05)

Note: Version bump only for package @twilio-paste/core

2.1.3 (2020-02-04)

Note: Version bump only for package @twilio-paste/core

2.1.2 (2020-02-03)

Note: Version bump only for package @twilio-paste/core

2.1.1 (2020-01-30)

Note: Version bump only for package @twilio-paste/core

2.1.0 (2020-01-30)

Features

2.0.3 (2020-01-27)

Note: Version bump only for package @twilio-paste/core

2.0.2 (2020-01-25)

Note: Version bump only for package @twilio-paste/core

2.0.1 (2020-01-24)

Note: Version bump only for package @twilio-paste/core

2.0.0 (2020-01-17)

Bug Fixes

Features

  • core: add the alert component (3be9ea7)

BREAKING CHANGES

  • core: Typography component will no longer be a part of the core package

1.3.0 (2019-12-20)

Bug Fixes

  • core: missing dependency for flex component (900e56b)

Features

1.2.0 (2019-12-19)

Bug Fixes

  • website: mobile experience of website (#226) (203159e)

Features

  • core: add the list component (bcc14fb)

1.1.4 (2019-12-05)

Note: Version bump only for package @twilio-paste/core

1.1.3 (2019-11-27)

Bug Fixes

  • button: defensively set hover/focus/active styles from legacy globals (#205) (2a9ce57)

1.1.2 (2019-11-21)

Note: Version bump only for package @twilio-paste/core

1.1.1 (2019-11-20)

Bug Fixes

  • remap console semibold to medium font weight (#195) (c01f6b3)

1.1.0 (2019-11-18)

Features

1.0.1 (2019-11-12)

Bug Fixes

  • paragraph package deps incorrect (90ad6bc)

1.0.0 (2019-11-11)

Features

  • icons: delete old icons, add new streamline icons (#129) (571791d)
  • typography: heading component (#149) (4e033e6)

BREAKING CHANGES

  • icons: removed all the inherited icons since we're moving to a new system

  • chore(icons): update icon list for storybook

  • fix(spinner): use new icon

  • fix(storybook): use new icon for story

  • fix(story): button icons should be 24px

  • fix: adjust icon size tokens

  • feat: add iconSizes as separate key in theme-tokens

  • feat(icons): icons package to use tokens and update icons

  • fix(spinner): update to use tokens and new icons

  • fix(button): use correct spinner size

  • fix(icons): major icons package fixes

  • huge overhaul to build process
  • now uses rollup
  • builds into cjs and esm directories
  • made the package publishable to npm
  • moved svg folder out of src, now src only holds react stuff
  • updated scripts to use new paths and cleaned up the code
  • programmatically generates rollup config from the icon-list command
  • chore: add new icons dist folders to gitignore

  • fix: spinner and button icon usage

  • feat(icons): add rollup icon list cache file

  • fix(core-bundle): sort packages for consistent builds

  • chore: use esm instead of es in rollup for correctness

  • chore: yarn.lock

  • fix(spinner): lint error

  • chore(icons): move rollup icon list

  • chore(spinner): use types package in story

  • fix(spinner): swap out destructured props for explicit props

0.2.0 (2019-10-31)

Bug Fixes

Features

0.1.0 (2019-10-29)

Features