Skip to content

Latest commit

 

History

History
83 lines (48 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

83 lines (48 loc) · 2.2 KB

CHANGELOG

All notable changes to this project will be documented in this file.

Tags

  • Features
  • Bug Fixes
  • Performance Improvements
  • Dependency Updates
  • Breaking Changes
  • Enhancements
  • Documentation
  • Internal

v1.2.0 (2024-11-04)

Features

  • Support react 19 (86d6391)
  • Support for server components with use client (ab796bc)

v1.1.0 (2023-10-02)

Bug Fixes

  • Support Array syntax for breakpoints (4e6c69c)

v1.0.7 (2023-10-02)

Bug Fixes

  • Fix return type for Masonry component (9b9bd1a)

v1.0.6 (2023-08-25)

Enhancements

  • Mark package as sideEffects free (05e37db)

v1.0.5 (2023-08-25)

Bug Fixes

  • Fix props spread correctly with style (4781e8e)
  • Fix export types (655fbbd)

v1.0.4 (2023-08-24)

Bug Fixes

  • Fix columns not generated for empty children (ed45df2)

v1.0.3 (2023-08-23)

Features

Enhancements

Internal

  • Replace rollup with tsup (af273b2)

v1.0.2 (2023-08-19)

Internal

v1.0.1 (2023-08-16)

Bug Fixes

  • Fix gap is set as zero by default (3a6d3e0)
  • Fix column prop is forwarded to container div (aa0d327)

v1.0.0 (2023-08-16)

Initial Release: React Layout Masonry