Releases: CosAnca/adaptable
Releases · CosAnca/adaptable
Change configuration properties and update output
- Change config map
gutterproperty intocolumn-gap - Add new
row-gapproperty that sets a vertical spacing between grid cells - Change default units from
pxtorem - Update columns output to set half-width
column-gapon both sides so we can get more real estate on small viewports
Update core mixins output and deprecate less useful ones
- Remove already deprecated
grid-mediamixin. - Remove
grid-nestmixin in favour of a more robustgrid-containermixin. - Update
grid-containeroutput to also output negative margins on the sides. - Update
grid-columnsoutput. - Update
grid-spanoutput. - Fix
grid-breakoutmixin to ensure target element is at least full with of parent.
Fix syntax error
Fix syntax error in conditional statement
Add deprecation warning for `grid-media` mixin.
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
- Replace flex shorthand usage with individual properties declarations for the
grid-spanmixin as IE 11 doesn't support thecalcfunction within it
Fix issue in conditional statement of core function
1.0.3 Fix syntax error in conditional of parse-columns
Update documentation
Add a note to properly setup the sass build tools for Adaptable
Initial release
This is the initial release of Adaptable! 🎉