All Versions
26
Latest Version
Avg Release Cycle
15 days
Latest Release
3096 days ago

Changelog History
Page 3

  • v0.4.5 Changes

    September 16, 2015
    • πŸ›  fixed; React dependency allows any version of 0.14 beta or rc
    • πŸ›  fixed; FormSelect component now allows setting value via props
  • v0.4.4 Changes

    September 11, 2015
    • πŸ›  fixed; Col component is allowed to have no children, thanks Christian Legnitto
    • πŸ›  fixed; Pill buttons are now of type button so they don’t submit forms
    • πŸ‘Œ improved; Reduced Pill props by relying on a clear function to show the clear button
  • v0.4.3 Changes

    September 09, 2015
    • πŸ›  fixed; .u-text-truncate no longer applies !important
    • πŸ›  fixed; multiline no-edit inputs no longer truncate tex...
    • πŸ›  fixed; block images
    • πŸ›  fixed; horizontal form stacking on mobile
    • βž• added; @thumbnail-gutter-width variable
  • v0.4.2 Changes

    September 04, 2015
    • πŸ‘Œ improved; Container: provide a way to clear floated children without hiding overflow
    • πŸ‘Œ improved; InputGroup(Section) has been simplified
    • βž• added; Alert: type "error" as an alias for "danger"
    • ⚑️ updated; Octicons to v3.1.0

    ⚑️ Warning: the update to Octicons 3.x may be a breaking change; some icons have been removed

  • v0.4.1 Changes

    September 03, 2015
    • βž• added; custom password validator in PasswordInputGroup, thanks Lawrence Tseng
    • ⚑️ updated; beta dependency for react is now 0.14.0-beta3
    • πŸ›  fixed; bug where descendent InputGroups + FormRows would add bottom margin in horizontal form
    • πŸ›  fixed; links in tables no longer have custom styling
    • πŸ›  fixed; consistent spacing between FormRow and InputGroup
    • πŸ›  fixed; Col: default width behaviour
    • πŸ›  fixed; Pagination: height no longer jumps around
  • v0.4.0 Changes

    August 28, 2015

    πŸš€ This release contains a significant breaking change, as we've implemented a completely new Grid system. See the site for docs and examples.

    • βœ‚ removed; css classes and less mixins for className-based Grid system
    • βž• added; new Component-based Grid system, including Container, Row and Col components
    • βž• added; new Card component