Releases: callmecavs/bricks.js
Releases · callmecavs/bricks.js
v1.8.0
v1.7.0
The container
can now be a node or a CSS selector.
v1.6.0
Positioning grid items using transform: translate3d
is now supported, though disabled by default. See the option details for more information.
v1.5.0
Hidden elements (more broadly, elements with height) no longer break the layout.
v1.4.0
Performance optimization via avoiding garbage collection.
v1.3.0
Change license back to MIT.
v1.2.1
v1.2.0
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
Sizes
parameter is no longer mutated, making Bricks more React friendly.
v1.1.1
Add default value for resize
flag, so as to not break the v1.0.0 API.