Skip to content

v5.0.0

Choose a tag to compare

@afc163 afc163 released this 06 Jan 13:03
· 262 commits to master since this release
  • [BREAKING CHANGE] Remove @ant-design/icons from dependencies, you can customize icons by:
    <Image.PreviewGroup
      icons={{
        rotateLeft: <RotateLeftOutlined />,
        rotateRight: <RotateRightOutlined />,
        zoomIn: <ZoomInOutlined />,
        zoomOut: <ZoomOutOutlined />,
        close: <CloseOutlined />,
        left: <LeftOutlined />,
        right: <RightOutlined />,
      }}
    />