Initial beta release of the functional react.js component library.
Changelog
- Design documentation - available here
- Component API documentation - available here
- Update list styling
- Update multimedia styling
- Update Breadcrumb styling
- Update Dropdown API - replaced
text
withtitle
for consistency - Update Item API - replaced
mediaClassNames
withmediaClassName
- #44: Update hyperlink color inside alerts
- #48: Button height cannot exceed Header when inside it
- #41: Automate Button linking
- #49: Automate BreadcrumbItem linking
- #46: Optimize Collapse content layout
- Fix #35: SidebarTab and Sidebar bugs
- Fix #37: LayoutStyle parsing bug
- Fix #39: Allow
calc
values in Column sizes - Fix #40: Fix styling issues between MenuItem and Dropdown
- Fix #43: Column sizing bugs
- Fix #45: Grid and Table incompatibilities
- Fix #51: NumberInput buttons bug
- Fix #53: SliderInput bug
- Fix #52: DateInput bug
- Fix #42: Font bugs
- Fix #38: Minimum size for Icons
- Fix #50: Dropdown Icon alignment
- Fix a bug with variable parsing
- Fix a bug with style parsing (incorrect list of properties passed to DOM elements)
- Fix a bug with Loader
- Fix a color mismatch in the blue palette
- Fix ModalCenter opacity problems
- Fix a bug with NumberInput not handling onChange properly
- Fix a RadioGroup bug
- FIx an Input bug with title attribute
- #47: Cleanup and housekeeping