Skip to content

Releases: bigbite/macy.js

Version 2.5.1

16 Jan 21:01
Compare
Choose a tag to compare
  • Fixes #61 and #59
  • Removes eslint and fixes the insecure dev dependency

Version 2.5.0

01 Apr 15:21
Compare
Choose a tag to compare

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

04 Mar 18:18
Compare
Choose a tag to compare
  • 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

23 Jan 14:14
Compare
Choose a tag to compare

Fix an issue where hidden elements would still be calculated into the macy grid.

Version 2.3.1

20 Sep 20:05
Compare
Choose a tag to compare

Fixes an issue with media queries not aligning with when macy's columns break. Fixes #46

Version 2.3

27 Nov 15:04
Compare
Choose a tag to compare

Add mobileFirst option to enable responsive styles work in a mobile first way.

Version 2.2

23 Oct 15:54
Compare
Choose a tag to compare
  • 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

01 Sep 15:07
Compare
Choose a tag to compare

Fix bug where if breakAt was not defined then it would throw an error

Release version 2.1

19 Jul 10:54
Compare
Choose a tag to compare

Added the support for variable margins, and responsive margin options

Version 2.0.1

18 Jul 08:26
Compare
Choose a tag to compare

Fixes an IE issue, caused when padding is on the element. getComputedProperty would ignore the padded value. Opted to use offsetHeight instead