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.4.1
Updates
- Patched link launch to not be too greedy.
Version 1.4.0
Updates:
- Type specs:
- Rounded font sizes to whole numbers while maintaining modular scale ratio principle
- Adjusted line-height to a 4px grid
- Updates spec settings accordingly
- Related adjustments to buttons styles, labels, tabs, and other small adjustments
- Icons: Updated source for icon fonts (Design switched from Nucleo to IcoMoon)
- README: Clarified contributing and deploying new versions
- Sage Button: New danger button style
- Sage Cards: Centered text modifier
- Sage Panel: Rename
header-right
to a more semanticheader-aside
New Items
- Icons:
- Added icon sizing on a 4px scale
- Added 12 new icons
- MVP Accordion modifier for panels
- Copy Button JS
- New JS Init Strategy:
- A "presence" listener that inits or unbinds a single instance depending on whether it exists in the DOM
- Event Listener that maps to a Sage JS command. Products can interact with Sage scripting by dispatching a JS event.
- Converted the following components to our new JS init strategy:
- Modal
- Tooltip
- Dropdown
- Sortable
- Tabs (These are new!)
- Sage Tabs:
- Scripting
- Radio button style variant
.sage-tabs-pane
class that handles hiding and showing a tab pane (this bucks our organization conventions a bit)
- New Sage Container Size (
modal
)
Version 1.3.2
- Hotfix for Sage Form Section padding
- Sage Side Nav styles update
- revert color change
- match height to spec
Version 1.3.0
Many things happened all of which are accounted for in the Git log. Details may be clarified in the future...
Version 1.2.0
- Adds Sage Sortable object
- Sage Sortable scripting using SortableJS
- Add Sage JS util helper for sending an AJAX and receiving a JS response back, this is a common pattern in KJB-Products
- Sage Buttons now support a
sage-btn--icon-only-iconnamehere
modifier- This matches our syntax for other icon buttons (
sage-btn--icon-iconstyle-iconnamehere
)
- This matches our syntax for other icon buttons (
- Sage JS Init: Cleaner handling of checking whether the context is Sage Docs
- Sage Buttons style treatment update: Tertiary is now the new Secondary
- Sage Panel refactor to allow for headers, footers, and "header actions"
- Note: Sage Panel syntax has now diverged from our usage in Docs, using a new
docs-container
class for docs "boxes"
- Note: Sage Panel syntax has now diverged from our usage in Docs, using a new
- Fixes Sage Dropdown alignment issue and removes color overlay
- Fixes Sage Tooltip caret alignment
- documentation update
- input group margins
Version 1.1.5
Added
- Filled in missing documentation:
- Label
- Tabs
- Pagination
- Panel
- Nav
- Voice & Tone Link
- Breadcrumbs element
Updated/Fixed
- Revised typography specs - changes to global font sizes, line-height, and leading. See documentation for a full list of updates
- Corrected input group button margin in documentation
- Banner content alignment fix
- Reduced
line-height
in Alert titles, corrected alignment with icons - Revised global
z-index
scale - see the wiki for more information - Revised page header with updated breadcrumbs
Version 1.1.2
h1-6 margin-bottom match bootstrap ladera defaults
Version 1.1.1 – Patch Ladera line-height conflict
v1.1.1 v1.1.1
Version 1.1.0
Added
- Deprecation lists apart from main object/element lists
- Avatar component apart from "live"
Updated/Fixed
- Update added to fix yarn version version bumping and git commit tagging from being successful when the deployed
- Better deployment installation docs
- Ability to run a standalone deployment with yarn deploy
- Revised sidebar nav hierarchy and styling
- Deprecated all live features other than Avatar
- Tooltips: prevent bootstrap collision
Version 1.0.0
Version 1.0 release! 🎉 🍰
- Removes root-level line-height setting
- Updates README to indicate installing database