Skip to content

Releases: CosAnca/adaptable

Change configuration properties and update output

18 Sep 15:48
0c7b77b

Choose a tag to compare

  • Change config map gutter property into column-gap
  • Add new row-gap property that sets a vertical spacing between grid cells
  • Change default units from px to rem
  • Update columns output to set half-width column-gap on both sides so we can get more real estate on small viewports

Update core mixins output and deprecate less useful ones

29 Jul 14:33

Choose a tag to compare

  • Remove already deprecated grid-media mixin.
  • Remove grid-nest mixin in favour of a more robust grid-container mixin.
  • Update grid-container output to also output negative margins on the sides.
  • Update grid-columns output.
  • Update grid-span output.
  • Fix grid-breakout mixin to ensure target element is at least full with of parent.

Fix syntax error

08 Oct 13:18

Choose a tag to compare

Fix syntax error in conditional statement

Add deprecation warning for `grid-media` mixin.

07 Jun 23:33

Choose a tag to compare

The current implementation of handling media queries will be deprecated in a future version of Adaptable in favour of SassMQ.

Fix IE grid item width issue

25 Feb 11:51

Choose a tag to compare

  • Replace flex shorthand usage with individual properties declarations for the grid-span mixin as IE 11 doesn't support the calc function within it

Fix issue in conditional statement of core function

11 Jan 16:47

Choose a tag to compare

1.0.3

Fix syntax error in conditional of parse-columns

Update documentation

12 Aug 09:05
5da9113

Choose a tag to compare

Add a note to properly setup the sass build tools for Adaptable

Initial release

08 Aug 22:56

Choose a tag to compare

This is the initial release of Adaptable! 🎉