v32.24.1

Sep 20, 2024
  • Icons: Support rendering inline as child of a flex container

v31.20.0

Nov 9, 2022
  • Support data attribute boolean values

    The data attribute map now supports boolean values. This provides an improvement for the developer experience, no longer having to convert values to strings explicitly.

    EXAMPLE USAGE:

    <Component
      data={{
        'custom-attribute': true,
      }}
    />
    // => <div data-custom-attribute="true" />
    

v31.8.0

Mar 23, 2022
  • IconThumb: Update artwork

v30.3.0

Aug 10, 2021
  • IconThumb, IconFlag: Add new icons