Skip to content

Releases: callmecavs/bricks.js

v1.8.0

22 Mar 21:51
Compare
Choose a tag to compare

Minor:

  • Finally fixed a typo that caused a whole range of issues (#25, #26, #30, #32, #33, and #34)
  • 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

05 Jul 07:15
Compare
Choose a tag to compare

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

v1.6.0

05 Jul 05:45
Compare
Choose a tag to compare

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

v1.5.0

05 Jul 05:11
Compare
Choose a tag to compare

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

v1.4.0

05 Jul 04:48
Compare
Choose a tag to compare

Performance optimization via avoiding garbage collection.

v1.3.0

14 May 04:53
Compare
Choose a tag to compare

Change license back to MIT.

v1.2.1

08 May 07:12
Compare
Choose a tag to compare

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

v1.2.0

08 May 06:38
Compare
Choose a tag to compare

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

14 Apr 03:03
Compare
Choose a tag to compare

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

v1.1.1

10 Mar 16:09
Compare
Choose a tag to compare

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