This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
Releases: Kajabi/sage-archived
Releases · Kajabi/sage-archived
Version 1.17.2
Version 1.17.1
Breaking Changes
n/a
New
n/a
Updates
- Tabs: Hide Tabpane content when empty
- Pagination: Rails, use collection name if available
- Card Dashed border option
- Sortable border radius issue when
only-child
- Added a
transition-delay
to the secondary actions within Outline Item - Added responsive styles to the Outline Item
- Updated to the reset button in the Search component
Documentation
n/a
Version 1.17.0
Breaking Changes
- Banner changes make breaking changes. Fix PR: Kajabi/kajabi-products#16463
- Input affix changes makes breaking changes. Fix PR: Kajabi/kajabi-products/#16488
Updates
SageCatalogItem
removedborder-top
from:first-child
andborder-bottom
from:last-child
- Update the Banner component to match design specs and tighten up some JS handling aspects.
- Patch alert links so that spacing is only on those inside
__actions
- Updated input affix to use
initDocumentPresenceListener
- Added a reset button to
SageSearch
Documentation
- Added clarification regarding
Gemfile_next.lock
in the version bump process in README. - Tidied up spacing and components used for layout
- Patched headings and type styles
- Patched overflow on quick links nav
- Tidied up overflowing panel content
- Updated page heading to use rails
Version 1.16.3
Breaking Changes
N/A
New
- Added
title_tag
attribute to Sage Form Section - Added SagePanelControls Rails component that is ready to pair with tables in
products
🤝 - Added SagePopover Rails component as standalone and implemented within the SagePageHeading component
- Added theming for TinyMCE Editor
Updates
- Add disabled styles and settings to breadcrumbs, tabs, and choices. 😷
- Add message and error coloring to textarea
- Adds standalone setup for checkbox and radio and standardizes some additional settings for these and switches
- Adds customized classes and the
contained
setting for dropdowns
Documentation
- WIP Adjustments to the design of the Sage website
Version 1.16.2
Breaking Changes
none
New
- Toast
- Initial styles
- Barebones Sage Rails component
Updates
- Update icon font with the new Refresh icon
- Correct overflow in the copy text
- Add ability to customize the width of modals
- Spacing adjustment to form input message text
- SageOutlineItem design polish & modifier for
is-searchmatch
Documentation
- Implement Redcarpet for markdown within the documentation
- Copy adjustments / typo fixes
Version 1.16.1
New
- Sage Progressbar
Updates
- Adjustment to form inputs to support showing placeholder text and label simultaneously.
- SageCatalogItem polish
Breaking Changes
none
Documentation
none
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
Version 1.15.1
New
- Adds Rails Table component.
Updates
- Updated color palette to the latest from Design.
- Added modifiers for sage-row to allow for spacing in stage, panel, and card contexts when a row is used there.
- Added an align-right option for table cells.
- Patched a bug in the Breadcrumbs Rails component.
- Updated Alerts to match design spec and included action links.
- Add flexbox to property and a distinct __value element within to wrap text that affords more possibilities with the component.
- Revise breakpoints for layouts in card and panel 1024 instead of ~1200
- Add some missed styling for card lists to match same treatment as in Panels
- Add vertical centering to button groups
- Add some top and bottom spacing modifiers for cards and panels for instances where spacing should collapse.
- Updates table styling per updated Sage table specs
Breaking Changes
N/A
Documentation
N/A
Version 1.15.0
New
- Add breadcrumbs as a rails component
- Add card divider as a rails component
- SageTable rails component
Updates
- Allow for hyperlinks in tab and choice rails components
- Adjust width and truncation on Copy Text Card
- Update panel divider full bleed and
- Updates table styles for new use in panels and cards
- Revise SageOutline structure to support our Outline implementation in Products
Breaking Changes
- Change SageBody rails component to use
css_classes
prop insteadstyle_classes
.
Documentation
None
Version 1.14.0
New
- Adds a formal
sage-copy-text
,-card
andsage-copy-btn
along with the Rails components to accompany these. Non-blocking React components are also drafted inproducts
here https://github.com/Kajabi/kajabi-products/pull/15900
Updates
- Updated alerts to make closing optional.
- Color palette and placeholder text color updates.
- Updates tabs and choices with new options, improved spacing and a JS bug. Change drafted https://github.com/Kajabi/kajabi-products/pull/15888