Skip to main content

Blog

Rivet 1.2.0 release

Rivet 1.2.0 is now available. This release adds the box, media object, and loading indicator components, along with some improvements to the consistency of Sass color variables.

Scott Anthony Murray

Jan 13, 2019

Rivet 1.2.0 is now available! This release adds the box, media object, and loading indicator components, along with some improvements to the consistency of Sass color variables.

Box component #

The new box component can be used to help visually group related content. With a wide variety of display options—including styles for card-based layouts—the box component replaces the now-deprecated panel component.

Media object component #

The new media object component makes it easier to display lists of complex content and their associated actions (such as records in a CRUD application) without using tables.

Loading indicator component #

The new loading indicator component can be used to indicate the loading of page content, such as when a single page application makes a request for new content.

A loading indicator can also be placed inside a button to show that a form submission is being processed.

Improved consistency of Sass color variables #

We did a lot of work to standardize the use of color in Rivet. This includes creating a set of standard color variant Sass variables for each color used in Rivet (blue, green, orange, yellow, and black).

You might notice a subtle difference in this release's alert colors compared to those in previous releases.

We’re working on documentation for use of color in Rivet and will have more to share on that later this spring. In the meantime, you can check out this pull request discussing Rivet color variables for more info.

Change freeze #

The Rivet source code will be migrated from GitHub@IU to GitHub.com on Thursday, January 17. Until the migration is complete, no new updates will be pushed to the Rivet source code repos, and no issues or pull requests can be opened.

We’ll let everyone know as soon as the migration is complete. If you come across any issues during the change freeze, please email them to rivet@iu.edu and we’ll make sure the issues are created on the new repo after the move is complete.

For more, see our blog post about the migration to GitHub.com.

Complete list of updates #

For a complete breakdown of the 1.2.0 updates, see the Rivet changelog.