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.1.0

Dec 1, 2021
  • IconZoomIn, IconZoomOut: Add zoom in/out icons

Branch preview: