Releases: Chalarangelo/furl
Releases · Chalarangelo/furl
Beta/1
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
Alpha/5
Hopefully the final alpha patch, introducing Hypercomponents. Includes the following fixes and updates:
- #31: Add unit testing for all of the base components (200+ tests, 80%+ coverage).
- #9: Add Hypercomponents (components that provide an abstraction layer and/or alternative APIs on top of existing components).
It might be a little while until the next release, which should be the first beta release.
Alpha/4
Patch for the alpha version. Includes the following fixes and updates:
- #22: Accessibility update and evaluation of all existing components.
- #25: Vertical
Step
component variant has been added. - #26: Resolved the rest of the
Input
components issues. - #30: Resolved prop mutation issues.
- #30: Removed
id
from props if it's passed down to the DOM element without extra logic. - #30: Update distributables and package structure.
- #2: Add common prop API for all components, update components accordingly.
- #30: Add custom logic and helpers for
className
andstyle
.
Alpha/3
Patch for the alpha version. Includes the following fixes and updates:
- #20:
DOMNestingValidation
issues resolved (acb042f, 9e0fa70) - #27:
Tab
component bugs and discrepancies (574a64e) - #28:
Breadcrumb
component bugs and discrepancies (6ddc4bb) - #29: Full check of event handling (abb5863)
- #20: Work on
Input
components, multiple improvements (eb8f67e, 3ef13b1, 1c64097, b3aa2d6) [UNRESOLVED] - Logo/Splash/README updates
Alpha/2
Patch for the alpha version. Includes the following fixes and updates:
Alpha
This is the first release of the component library. Many components are already present, but there are bugs, issues, a lack of documentation etc. This is mostly an early preview and the first milestone of the codebase moving forward.