This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
Version 1.16.0
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
- Breaking change from updates to Sage Pagination. Fixed in prep PR https://github.com/Kajabi/kajabi-products/pull/16118
- Breaking changes from updates to buttons where button styles must be refactored in the app. Fixed in prep PR: https://github.com/Kajabi/kajabi-products/pull/16118
Documentation
TBD