Releases: react-component/image
Releases · react-component/image
v5.1.1
v5.1.0
v5.0.2
- upgrade rc-dialog to 8.5.1 641b52c
v5.0.1
v5.0.0
- [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 />,
}}
/>