Releases: indiana-university/rivet-source
Releases · indiana-university/rivet-source
Release v2.0.0-alpha.6
- Remove deprecated Feature and Media Object components
- Added new Profile page Layout
- Made visual design updates to pagination component
- Fixed Details Layout issue where non-breaking content cause main content area to overflow
- Added List Layout variations
- Standardized box-shadows in design tokens
Component Deprecations
In the next alpha release we will be removing the Action, Box, and Essay components. They have been deprecated and will be replace by other components in Rivet 2.
Release v2.0.0-alpha.5
New components
- Billboard
- Call-to-action (CTA)
- Card
- Hero area
- Quote
Additional updates
- Updated accordion and tabs APIs to accept panel ID instead of element
- Renamed and refactored "Menu" component to be called "Subnav"
- Fixed issue where Sidenav current indicator was causing links to shift on nested lists of links
- Fixed Sass paths to make npm package usable via build tools
- Deprecated early alpha "Feature" component. It is replaced by the new Card component in 2.0.0-alpha.5
- Deprecated Media Object component which can be created using Rivet's Flex utilities
Release v1.8.1
Release v2.0.0-alpha.4
Release v1.8.0
- Added passing automated tests for calling API methods on removed dropdowns
- Converted utilities .hbs files to .njk
- Updated readme and contributing files for Q1 2021
- Added toggle variable check to dropdown component JS
- Updated button focus outline color to match border/fill color
- Added border removal utility classes
Release v2.0.0-alpha.3
2.0.0-alpha.2
- Updated src/index.js to named exports
- Created avatar component
- Created essay component
- Created quote component
- Added vertical and horizontal variants to feature component
- Added docs for avatar component
- Added avatar variants to quote component
- Added docs for the quote component
- Updated accordion styles and markup
- Created basic documentation for the action component
- Created documentation for the grid component
- Created opt-in classes for HTML elements
- Created JSON design token output
- Created calendar tile component
2.0.0-alpha.1
- Added CSS namespacing for wysiwyg sections
- Refactored modal js
- Refactored dropdown js
- Refactored tabs js
- Added customEvents to dropdown component
- Added fix for text wrapping in sidenav
- Added first draft of documentation for sidenav
- Added CSS to display buttons if JS loads
- Refactored accordion js
- Added logic for sidenav folds expanded in markup
- Changes sidenav text-indent to padding-left
- Added opt-in form element styling
- Fixed .eslintignore syntax
- Removed normalize.css
- Refactored grid
- Fixed broken dropdowns and icon text in header examples
- Refactored components to modular Sass
- Created design tokens
1.7.2
This release fixes some small styling issues, improves accessibility, and refactors JavaScript syntax.