Skip to content

Releases: Chalarangelo/furl

Beta/1

14 Jul 08:54
Compare
Choose a tag to compare

Logo

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 with title for consistency
  • Update Item API - replaced mediaClassNames with mediaClassName
  • #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

22 Jun 11:50
Compare
Choose a tag to compare
Alpha/5 Pre-release
Pre-release

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

08 Jun 11:18
Compare
Choose a tag to compare
Alpha/4 Pre-release
Pre-release

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 and style.

Alpha/3

03 Jun 17:59
Compare
Choose a tag to compare
Alpha/3 Pre-release
Pre-release

Patch for the alpha version. Includes the following fixes and updates:

Alpha/2

27 May 18:21
Compare
Choose a tag to compare
Alpha/2 Pre-release
Pre-release

Patch for the alpha version. Includes the following fixes and updates:

  • #24: Codebase linting (888f22a, ea01684)
  • #24: React warning about false in non-boolean attributes (182fad1)
  • #24: Replace <React.Fragment> with <> shorthand (75aabb8)
  • #2: Update props for all components, now include ...rest (1c7340c)

Alpha

25 May 09:38
Compare
Choose a tag to compare
Alpha Pre-release
Pre-release

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.