Releases: igordanchenko/react-photo-album
Releases · igordanchenko/react-photo-album
v2.4.1
2.4.1 (2024-06-17)
Bug Fixes
- always populate
sizes
attribute (7ad9480)
- improve
sizes
attribute accuracy in columns and masonry layouts (1b44820)
v2.4.0
2.4.0 (2024-05-23)
Features
- export layout algorithms as unstable named exports (37f8f15)
v2.3.1
2.3.1 (2024-01-29)
Bug Fixes
- eliminate polynomial regexp complexity (6284c94)
v2.3.0
2.3.0 (2023-08-18)
Features
- add singleRowMaxHeight row constraint (fix #121) (7d7cc94)
v2.2.2
2.2.2 (2023-05-10)
Bug Fixes
- merge className prop instead of overriding (adc8c3f)
v2.2.1
2.2.1 (2023-05-10)
Bug Fixes
- fix esm type declarations under node16 module resolution (4876ba3)
v2.2.0
2.2.0 (2023-05-05)
Features
- add "use client" annotation (83c464c)
v2.1.0
2.1.0 (2023-04-26)
Features
- deprecate
images
photo prop in favor of srcSet
(7799316)
v2.0.4
2.0.4 (2023-04-11)
Bug Fixes
- always produce image
sizes
attribute when PhotoAlbum sizes
is present (ed6fd6f)
v2.0.3
2.0.3 (2023-03-08)
Bug Fixes
- simplify renderDefaultPhoto callback params (cc56f5a)