Skip to content

fix(skills): correct references in skills (#17294)#17298

Merged
kdinev merged 1 commit into
21.2.xfrom
skills-updates-21-2-x
May 28, 2026
Merged

fix(skills): correct references in skills (#17294)#17298
kdinev merged 1 commit into
21.2.xfrom
skills-updates-21-2-x

Conversation

@kdinev
Copy link
Copy Markdown
Member

@kdinev kdinev commented May 28, 2026

  • fix(skills): correct references in skills

  • chore(*): address PR comments

  • fix(skills): reducing the charts skill significantly

  • fix(skills): add sparkline type in chart ref

  • fix(skills): removing online docs reference in favour of MCP and adding autocomplete


Closes #

Description

Motivation / Context

Type of Change (check all that apply):

  • Bug fix
  • New functionality
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (no functional changes)
  • Documentation
  • Demos
  • CI/CD
  • Tests
  • Changelog
  • Skills/Agents

Component(s) / Area(s) Affected:

How Has This Been Tested?

  • Unit tests
  • Manual testing
  • Automated e2e tests

Test Configuration:

  • Angular version:
  • Browser(s):
  • OS:

Screenshots / Recordings

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them
  • Accessibility (ARIA, keyboard navigation, focus management) has been verified

* fix(skills): correct references in skills

* chore(*): address PR comments

* fix(skills): reducing the charts skill significantly

* fix(skills): add sparkline type in chart ref

* fix(skills): removing online docs reference in favour of MCP and adding autocomplete

---------

Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>
Copilot AI review requested due to automatic review settings May 28, 2026 10:21
@kdinev kdinev requested a review from onlyexeption May 28, 2026 10:21
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 corrects API references, import paths, and event/property names across the Ignite UI Angular skills documentation (used by AI assistants). It removes many > **Docs:** online links in favor of pointing agents at the igniteui-cli MCP server, and brings examples in line with the actual source for components such as Grid Lite, sorting/filtering events, pivot grid APIs, drag/drop, tooltip, snackbar, banner, tree selection, autocomplete, and charts/sparkline.

Changes:

  • Corrects API names, types, event payloads, and import paths in grid and component reference files.
  • Replaces inline online docs links with guidance to call get_doc/get_api_reference via the igniteui-cli MCP server, and adds an MCP-style overview to the grids hub.
  • Restructures the charts reference (significantly trimmed) and adds Sparkline coverage; adds a new Autocomplete section in form-controls.

Reviewed changes

Copilot reviewed 18 out of 18 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
skills/igniteui-angular-grids/SKILL.md Adds an Overview section pointing agents to igniteui-cli for docs/API.
skills/igniteui-angular-grids/references/types.md Updates Grid Lite snippets (templates, header note, cancel pattern) and removes docs links.
skills/igniteui-angular-grids/references/structure.md Removes docs links; updates row selector template to use [readonly].
skills/igniteui-angular-grids/references/state.md Uses notifyDimensionChange() / sortDimension() public APIs for pivot ops.
skills/igniteui-angular-grids/references/sizing.md Documents [width]="null" behavior and percentage-column fallback.
skills/igniteui-angular-grids/references/paging-remote.md Corrects (sortingDone) payload type to ISortingExpression[].
skills/igniteui-angular-grids/references/features.md Documents cellMergeMode, grid-level mergeStrategy, DefaultMergeStrategy extension, and row-drag flow.
skills/igniteui-angular-grids/references/editing.md Replaces event.cellEditArgs.newValue with event.newValue and refines cancelable event list.
skills/igniteui-angular-grids/references/data-operations.md Updates sorting/filtering event payload types, custom sort strategy signature, marks filterGlobal deprecated.
skills/igniteui-angular-components/SKILL.md Adds Autocomplete to the form-controls index entry.
skills/igniteui-angular-components/references/setup.md Removes provideIgniteIntl() row from providers table.
skills/igniteui-angular-components/references/layout.md Removes online docs links.
skills/igniteui-angular-components/references/layout-manager.md Moves defineCustomElements() to app.config.ts; trims dock manager property tables.
skills/igniteui-angular-components/references/form-controls.md Adds Autocomplete section; removes invalid is24HourFormat input; adds component-choice guidance.
skills/igniteui-angular-components/references/feedback.md Updates Snackbar (actionText, (clicked)) and Banner (<igx-banner-actions>, close()) to current APIs.
skills/igniteui-angular-components/references/directives.md Fixes Tooltip input names, drag/drop directive syntax and drop event names.
skills/igniteui-angular-components/references/data-display.md Fixes list line directive, tree selection modes, card thumbnail handling, progress bar error type.
skills/igniteui-angular-components/references/charts.md Significantly trims reference; adds Sparkline component and corrects color/highlight property names.

@@ -44,7 +44,6 @@ export const appConfig: ApplicationConfig = {
|---|---|---|
| `provideAnimations()` | `@angular/platform-browser/animations` | **All overlay and animated components** — Dialog, Combo, Select, Dropdown, Date/Time Picker, Snackbar, Toast, Banner, Navigation Drawer, Carousel, Overlay service |

```typescript
import { IgxCardComponent, IgxCardHeaderComponent, IgxCardContentDirective, IgxCardActionsComponent, IgxCardMediaDirective, IgxCardHeaderTitleDirective, IgxCardHeaderSubtitleDirective, IgxCardHeaderThumbnailDirective } from 'igniteui-angular/card';
import { IgxCardComponent, IgxCardHeaderComponent, IgxCardContentDirective, IgxCardActionsComponent, IgxCardMediaDirective, IgxCardHeaderTitleDirective, IgxCardHeaderSubtitleDirective, IgxCardThumbnailDirective } from 'igniteui-angular/card';
@kdinev kdinev merged commit 66dba39 into 21.2.x May 28, 2026
6 checks passed
@kdinev kdinev deleted the skills-updates-21-2-x branch May 28, 2026 13:39
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