All Versions
26
Latest Version
Avg Release Cycle
15 days
Latest Release
3096 days ago
Changelog History
Page 3
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
- π fixed;
-
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
andCol
components - β added; new
Card
component