Bricks.js Versions Save

A blazing fast masonry layout generator for fixed width elements.

v1.8.0

7 years ago

Minor:

  • Finally fixed a typo that caused a whole range of issues (#25, #26, #30, #32, #33, and #34)
    • Huge thank you to @cpmsmith who caught it in #35
  • Build system has been upgraded
    • dist files (no longer tracked in the repo) have been modernized to support tree-shakers (rollup, webpack2)

v1.7.0

7 years ago

The container can now be a node or a CSS selector.

v1.6.0

7 years ago

Positioning grid items using transform: translate3d is now supported, though disabled by default. See the option details for more information.

v1.5.0

7 years ago

Hidden elements (more broadly, elements with height) no longer break the layout.

v1.4.0

7 years ago

Performance optimization via avoiding garbage collection.

v1.3.0

8 years ago

Change license back to MIT.

v1.2.1

8 years ago

Allow empty list at init/update (thanks to @JSteunou).

v1.2.0

8 years ago

Upgraded build system.

Hat tip to Rich Harris - switching from browserify to rollup shrank the processed dist file from ~4.2kb to ~2.7kb.

v1.1.2

8 years ago

Sizes parameter is no longer mutated, making Bricks more React friendly.

v1.1.1

8 years ago

Add default value for resize flag, so as to not break the v1.0.0 API.