Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Version 1.16.0

Compare
Choose a tag to compare
@philschanely philschanely released this 21 Oct 21:25
· 147 commits to master since this release

New

  • Add Avatar Rails component
  • Add Checkbox Rails component
  • Add Radio Rails component
  • Added Switch Rails component

Updates

  • Sage Pagination structure was updated
  • Alert adjustments and minor styling cleanup
  • Removed Avatar optional ring
  • Aligned Checkbox to spec
  • Patch a bug with long labels squishing checkboxes in multiselect dropdowns
  • Rails Components: Fix issue with generated_html_attributes not rendering tooltip data properly
  • Aligned Radio to spec
  • Aligned Switch to spec
  • Update warning alert icon color to match design spec.
  • Fix Tooltip bug where rollover would flash when hovering children elements
  • Align Input __message styles to comp
  • Modal mobile alignment and scrollability
  • Updates buttons to spec along with implementations that needed to be updated as a result.
    • Buttons now only have primary, secondary, and danger color styles: tertiary is dropped.
    • Buttons no longer have size variations. Instead there is just the default button, the Subtle button, and a small option for Subtle buttons that just makes smaller font size.
  • Add --contained for incoming Search "Toolbar" pattern.

Breaking Changes

Documentation

TBD