Releases: bigbite/macy.js
Version 2.5.1
Version 2.5.0
Fixes a support issue on IE11 and add an option for it not to run if promises arent supported.
Add option for breakAt to be based on the container width instead of the document width
Version 2.4.0
-
Add support for custom x margin properties such as percentages
-
Add support to pass node to container property in config
-
Fixes some devDependencies placed incorrectly in dependencies
Version 2.3.2
Fix an issue where hidden elements would still be calculated into the macy grid.
Version 2.3.1
Fixes an issue with media queries not aligning with when macy's columns break. Fixes #46
Version 2.3
Add mobileFirst option to enable responsive styles work in a mobile first way.
Version 2.2
- Fix recalculation bug with image load (#29)
- Fix edge/ie not being able to select the Macy elements
- Add Queueing system to allow for recalculates to finish before starting the next
- Add events system (#28)
- Promises polyfill required for IE11 support (if using inbuilt images loaded)
- Ability to use your own image loader
Release version 2.1.1
Fix bug where if breakAt was not defined then it would throw an error
Release version 2.1
Added the support for variable margins, and responsive margin options
Version 2.0.1
Fixes an IE issue, caused when padding is on the element. getComputedProperty would ignore the padded value. Opted to use offsetHeight instead