Skip to content

chore(docs): july update - #208

Merged
coryrylan merged 1 commit into
mainfrom
topic-new
Aug 4, 2026
Merged

chore(docs): july update#208
coryrylan merged 1 commit into
mainfrom
topic-new

Conversation

@coryrylan

@coryrylan coryrylan commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

  • Documentation
    • Added the July 2026 “What’s New” page.
    • Highlights updates to Gauge, linting, editor metadata, typography, layout, interactive controls, and package releases.

Signed-off-by: Cory Rylan <crylan@nvidia.com>
@coryrylan
coryrylan requested a review from johnyanarella August 3, 2026 20:49
@coryrylan coryrylan self-assigned this Aug 3, 2026
Copilot AI review requested due to automatic review settings August 3, 2026 20:49
@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Added the July 2026 “What’s new” page. The page covers Gauge, linting, editor metadata, typography, layout, interactive controls, and released package versions.

Changes

July 2026 release notes

Layer / File(s) Summary
Release page content
projects/site/src/docs/whats-new/07-2026.md
Added release metadata, functionality highlights, and released package version ranges.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: copilot, johnyanarella

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies a documentation update for July, matching the added July 2026 What’s new page.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch topic-new

Comment @coderabbitai help to get the list of available commands.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Ready to approve

The change is a self-contained documentation addition consistent with existing “What’s New” entries and introduces no code or build-impacting modifications.

This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.

Pull request overview

Adds the July 2026 “What’s New” entry to the documentation site, summarizing recent Elements releases and notable improvements across components, linting, metadata generation, typography utilities, and interactive behavior.

Changes:

  • Introduces a new July 2026 update page with highlights and a released-packages list.
  • Adds Eleventy frontmatter metadata (title/description/dates/tags/updateMonth) consistent with prior monthly updates.
File summaries
File Description
projects/site/src/docs/whats-new/07-2026.md New July 2026 “What’s New” doc entry with frontmatter, highlights, and released package versions.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@projects/site/src/docs/whats-new/07-2026.md`:
- Line 19: Revise the “Catch design problems during linting” bullet so the lint
rules are explicitly the subject of the final sentence, making clear that they
avoid false positives for framework event bindings and flexible gap values.
Preserve the existing list of newly flagged patterns and the documentation link.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Enterprise

Run ID: d1df5615-887d-4c87-847b-24494c173747

📥 Commits

Reviewing files that changed from the base of the PR and between 651abf3 and b539827.

📒 Files selected for processing (1)
  • projects/site/src/docs/whats-new/07-2026.md

## Highlights

- **Visualize system metrics with Gauge.** The new [Gauge](/docs/elements/gauge/) component renders accessible progress values in 270-degree or half-circle shapes, with fill, dot, and needle indicators plus sizes, statuses, custom maximums, and gradient styling.
- **Catch design problems during linting.** [Elements lint rules](/docs/lint/) now flag excessive primary actions, labels that crowd form controls inside toolbars and page headers, and `container="full"` outside supported page-level positions. Framework event bindings and flexible gap values also avoid false positives.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Make the lint-rule subject explicit.

The current sentence makes framework event bindings and flexible gap values the things that avoid false positives. Make the lint rules the subject.

Proposed wording
-- Framework event bindings and flexible gap values also avoid false positives.
+- The rules also avoid false positives for framework event bindings and flexible gap values.

As per coding guidelines, Markdown documentation should follow the repository's technical writing style, including Google developer documentation style and write-good rules.

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- **Catch design problems during linting.** [Elements lint rules](/docs/lint/) now flag excessive primary actions, labels that crowd form controls inside toolbars and page headers, and `container="full"` outside supported page-level positions. Framework event bindings and flexible gap values also avoid false positives.
- **Catch design problems during linting.** [Elements lint rules](/docs/lint/) now flag excessive primary actions, labels that crowd form controls inside toolbars and page headers, and `container="full"` outside supported page-level positions. The rules also avoid false positives for framework event bindings and flexible gap values.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@projects/site/src/docs/whats-new/07-2026.md` at line 19, Revise the “Catch
design problems during linting” bullet so the lint rules are explicitly the
subject of the final sentence, making clear that they avoid false positives for
framework event bindings and flexible gap values. Preserve the existing list of
newly flagged patterns and the documentation link.

Source: Coding guidelines

@coryrylan
coryrylan merged commit 59d3f83 into main Aug 4, 2026
16 checks passed
@coryrylan
coryrylan deleted the topic-new branch August 4, 2026 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants