Releases: teamwrk/hillcss
Releases · teamwrk/hillcss
Release list
v1.1.0
New Feature
- Enable Fixed Gutter Spacing (#15)
- Use Margins for fluid Gutter Spaces, otherwise use inner paddings
- Update documentation for percentage vs. pixel usage
- Update Unittest
Internal
- Remove
grunt-combine-media-queriesfrom Gruntfile
v1.0.1
Bug Fix
- Change logic for
$multiplierdefault in_layout.scss, to be more bulletproof (Issue #11) - Remove MQCombiner package, it causes errors in latest sass versions > 3.4
- Fix percentage issue in fraction-to-percent and write tests for that
Documentation
- Correct typo
.../hill/...to.../hillcss/...in documentation (Issue #10)
v1.0.0
Breaking Change
- Change
$hill-layout-boxesdefinition from ('25', '50', ...) to fraction like definition ('1/4', '1/2', ...) - Add box margins left/right and remove that
:last-childversion. - Rename main entrypoint layout.scss to hill.scss
- Use
hill-Namespace for public Helper & Utilities methods - Change wording of
box-small-1/2todevice-small-1/2
New Feature
- Add function
layers()in_helper.scssfor z-index based layer management $hill-text-rootCreate SASS variable to configure a custom root font-size for Rem calculation- Add
$hill-layout-space-multipliervariable to configure how many spacing multiplier are needed for a project, for example2x,3xand so on. - Add Jasmine-style BDD testing for SASS with Bootcamp
- Remove layout helper
hideand implement insteadbox-0,device-small-0etc.
Internal
- Add placeholder
%_clearfixin_layout.scssfor smaller css output - Combine
rowandspaceoutput forbox-...anddevice-...helpers - Improve
display: noneanddisplay: blockmanagement for box and device helpers - Change layout-space to Rem unit
- Fix
fraction-to-percentto returnnullwhen fraction is incorrect - Structure and move logic from
_helper.scssand_utilities.scssto_mixins.scssand_functions.scss - Rename
_vars.scssto_config.scss - Remove function
_calcWidth(), because it is not needed anymore - Implement functions
_explodeFraction,_fractionToPercentand_toNumberfor fraction based box model - Move
rem()to_helper.scscause its a hill API method
Documentation
- Improve documentation and update dependencies in
hill-api.scssandhill.scss - Add full documentation of the hillcss framework
