Skip to content

fix(react): Grid is missing in "Grids & Lists" components#1676

Open
dkalinovInfra wants to merge 1 commit intomasterfrom
dkalinov/fix_1675-react-grid-missing
Open

fix(react): Grid is missing in "Grids & Lists" components#1676
dkalinovInfra wants to merge 1 commit intomasterfrom
dkalinov/fix_1675-react-grid-missing

Conversation

@dkalinovInfra
Copy link
Copy Markdown
Contributor

@dkalinovInfra dkalinovInfra commented May 4, 2026

Description

Related Issue

Closes #1675

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring / code cleanup
  • Build / CI configuration change

Affected Packages

  • igniteui-cli (packages/cli)
  • @igniteui/cli-core (packages/core)
  • @igniteui/angular-templates (packages/igx-templates)
  • @igniteui/angular-schematics (packages/ng-schematics)
  • @igniteui/mcp-server (packages/igniteui-mcp)

Checklist

  • I have tested my changes locally (npm run test)
  • I have built the project successfully (npm run build)
  • I have run the linter (npm run lint)
  • I have added/updated tests as needed
  • My changes do not introduce new warnings or errors

Additional Context

Copilot AI review requested due to automatic review settings May 4, 2026 13:38
@dkalinovInfra dkalinovInfra changed the title fix(react): Grid is missing in "Grids \& Lists" components fix(react): Grid is missing in "Grids & Lists" components May 4, 2026
@dkalinovInfra dkalinovInfra self-assigned this May 4, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes how the React Grid component is categorized and displayed in the Ignite UI CLI React template library, ensuring it appears under the expected “Grids & Lists” component group.

Changes:

  • Renamed the React component display name from “Data Grid” to “Grid”.
  • Updated the component group from “Grids” to “Grids & Lists” to align with existing grouping (and groups.json) used by other React components like List/Tree.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 86.279%. remained the same — dkalinov/fix_1675-react-grid-missing into master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Grid is missing in "Grids & Lists" components

3 participants