Skip to content

Commit d82566b

Browse files
authored
Merge pull request #275 from RivianTrackr/claude/load-index-r1-r2-1-48-1
Clarify R1/R2 load index minimums in tooltip (1.48.1)
2 parents 102979b + f152c2b commit d82566b

5 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to the Rivian Tire Guide plugin will be documented in this f
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [1.48.1] - 2026-06-01
8+
9+
### Changed
10+
- **Load index tooltip now distinguishes R1 and R2 minimums.** The
11+
"Load Index" info tooltip previously stated a single blanket minimum
12+
load index of 116 for all Rivian vehicles. It now clarifies that R1
13+
vehicles (R1T, R1S) require a minimum load index of 116 while R2
14+
vehicles require a minimum of 112. Updated the string in
15+
`frontend/js/modules/tooltips.js` and rebuilt the frontend bundle.
16+
717
## [1.48.0] - 2026-05-23
818

919
### Removed

frontend/js/modules/tooltips.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { rtgColor, rtgIcon } from './helpers.js';
1010
export const TOOLTIP_DATA = {
1111
'Load Index': {
1212
title: 'Load Index',
13-
content: 'Rivian vehicles require tires with a minimum load index of 116 to safely carry the vehicle\'s weight. Using a lower load index can affect safety, handling, and durability.'
13+
content: 'Rivian vehicles require tires with a high enough load index to safely carry the vehicle\'s weight. R1 vehicles (R1T, R1S) require a minimum load index of 116, while R2 vehicles require a minimum of 112. Using a lower load index can affect safety, handling, and durability.'
1414
},
1515
'3PMS Rated': {
1616
title: '3PMS Rating',

frontend/js/rivian-tires.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)