Skip to content

Releases: bigbite/macy.js

Version 2.5.1

Choose a tag to compare

@jrmd jrmd released this 16 Jan 21:01
  • Fixes #61 and #59
  • Removes eslint and fixes the insecure dev dependency

Version 2.5.0

Choose a tag to compare

@jrmd jrmd released this 01 Apr 15:21

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

Choose a tag to compare

@jrmd jrmd released this 04 Mar 18:18
  • 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

Choose a tag to compare

@jrmd jrmd released this 23 Jan 14:14

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

Version 2.3.1

Choose a tag to compare

@jrmd jrmd released this 20 Sep 20:05

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

Version 2.3

Choose a tag to compare

@jrmd jrmd released this 27 Nov 15:04

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

Version 2.2

Choose a tag to compare

@jrmd jrmd released this 23 Oct 15:54
  • 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

Choose a tag to compare

@jrmd jrmd released this 01 Sep 15:07

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

Release version 2.1

Choose a tag to compare

@jrmd jrmd released this 19 Jul 10:54

Added the support for variable margins, and responsive margin options

Version 2.0.1

Choose a tag to compare

@jrmd jrmd released this 18 Jul 08:26

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