Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(layouts): interpolated values, validations, test & CSS fixes #5090

Closed
wants to merge 1 commit into from

Commits on Oct 9, 2015

  1. fix(layouts): interpolated values, validations, test & CSS fixes

    * improved consistent use of `attrs.$observe( )` to watch for interpolated attribute values (for Layout attributes which support value specifiers).
    * add validation of Layout attribute values with fallbacks to default value approprate to each attribute type
    * significant code cleanup for use of `$observe( )`
    * removed possible classname generation with raw, uninterpolated strings
    * removed multiple classname generation
    * fixed invalid classname generation when interpolation values are invalid
    * remove `md-` prefix from layout class names
    * remove all attribute selectors from layout.scss
    * deprecated use of `offset` attribute; now uses `layout-offset`
    * add box-sizing to all flex variants
    * add max-width/height to flex variants
    * fixed max-width/height for flex 33, 34, 66, and 67 variants.
    * complete refactor for spec testing of Layouts
    
    Fixes #5076. Fixes #5054. Refs #5014. Fixes #4994. Fixes #4959. Fixes #4902. Fixes #2954. Fixes #5014.
    ThomasBurleson committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    d4917c3 View commit details
    Browse the repository at this point in the history