Releases
v1.0.0
1.0.0 (2014-10-31)
Bug Fixes
inline-form: remove unnecessary warning about custom-widths ((7c73868 ), closes (#81374290))
javascript: fix errors in back-to-top ((75f49f2 ))
layout lists: add documentation links to cards list. ((528d1fa ))
list-card: fix incomplete documentation ((e4f44ef ))
list-spacing: move examples into tables for clarity ((dc71e31 ))
modal: change modal-alt-title-color to neutral-10 ((290b05d ))
styleguide: prevent page from scaling initially on mobile ((81f73fd ))
typography: remove typography from utilities ((9b5498a ))
Features
alert:
alerts are more flexible with their content ((68f8092 ))
update alert component ((15bd926 ))
alignment:
update docs ((8a9d0f7 ))
make alignment top-level component in utilites ((4bcbd6e ))
back-to-top: back-to-top does not show on mobile ((861fb76 ))
grids: update documentation ((b58cbcf ))
iconography: add download icon to docs ((abe0868 ))
list: update docs for list-event ((d68b91c ))
list-cards: add tileable fixed width grids via list-cards ((7a70500 ))
panels: update panels documentation to use list-cards ((5cac9e6 ))
spinners: update docs for spinners ((40d068f ))
styleguide:
style secondary nav ((4c92d5c ))
make nav bar mobile friendly ((7123753 ))
table-key-value: add docs for key value table ((36e9dfe ))
table-scrollable: Update component ((7f3fa53 ))
tables: add reference to new alignment component ((5af168f ))
tooltip: add tooltip component ((4d4049b ))
typography:
add reference to new alignment component ((4ab30f7 ))
update typography documentation ((032593e ))
validations: update documentation ((f072cdc ))
vertical aligner: add vertical aligner component ((d45b325 ))
Breaking Changes
alert:
(style) alert text has normal emphasis by default. Apply the .em-high class to text elements inside alerts to get bold text. ((68f8092 ))
(html) alert icons are no longer included by default ((15bd926 ))
(sass variable) $yellow-1
/$warn-1
are now $yellow-2
/$warn-2
((15bd926 ))
(sass variable) $yellow-2
/$warn-2
are now $yellow-3
/$warn-3
((15bd926 ))
(style) alerts now have top-margin ((15bd926 ))
panels: panel-card - has been removed. Behavior is now available using list-cards
containing panels. ((5cac9e6 ))
tooltip:
(css class) .with-tooltip
is now .button-with-tooltip-wrapper
((4d4049b ))
(javascript) tooltips must be explicitly initialized ((4d4049b ))
table-key-value: (css class) table-horizontal and table-numerical are replaced by table-key-value ((36e9dfe ))
table-scrollable (html) Component no longer uses panels ((7f3fa53 ))
Uses it's own table-scrollable-head/body classes (no longer relies on modified panel components)
Sets column width with inline attributes (no longer uses column classes)
Uses table layout fixed, which means we need to be explicit about all sizes
Configurable styles are now variables
No longer relies explicitly on whitespace classes
You can’t perform that action at this time.