Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

70 lines (43 loc) · 1.48 KB

2.6.0 - 2024-12-07

  • Added: add sequential prop to distribute children by height sequentially by @yangchristina

2.4.0 - 2024-10-12

  • Added: add typescript types by @zvonimirr

2.3.0 - 2024-07-25

  • Added: allow custom masonry and item HTML tags by @zvonimirr

2.2.0 - 2024-02-19

  • Added: add inner width as default by @artemijkurganov
  • Fixed: Un even column items when Masonry child is invalid by @sarathjasrin

2.0.0 - 2017-12-18

  • Added: ES6 modules build
  • Added: CommonJS build
  • Added: UMD build
  • Added: Demo
  • Added: Tests
  • Added: style prop

1.5.0 - 2017-12-12

  • Fixed: SSR

1.4.0 - 2017-11-14

  • Added: img alt for a11y accessibility
  • Updated: react v16 as a peer dependency

1.3.3 - 2017-09-28

  • Added: custom className support
  • Added: single node children support
  • Fixed: do not reset this.container

1.2.3 - 2017-06-14

  • Updated: handle default columns count

1.2.2 - 2017-06-03

  • Added: files to package.json

1.2.1 - 2017-06-03

  • Updated: Use npm to publish package

1.2.0 - 2017-04-14

  • Updated: react version to 15.5
  • Added: prop-types package in peerDependencies
  • Removed: browser field in package.json
  • Removed: dist task in package.json
  • Removed: watch task in package.json
  • Removed: webpack dev dependency

1.1.0 - 2017-04-13

  • Added: gutter prop on Mansory component

1.0.0 - 2017-04-05

  • Added: Masonry component
  • Added: ResponsiveMasonry component