- Skills:
- Condensed all React skills to the framework-specific facts an agent cannot infer, cutting total size roughly in half. Reference files were consolidated (
COMPONENTS,USAGE,DATAVIZ,MCP,TROUBLESHOOTING) and duplicated setup/theming guidance removed. - Documented MCP tools with their real named-argument schemas, including that doc tools take
frameworkwhile API tools takeplatform, and addedget_project_setup_guide. - Documented dark mode as a global switch driven by
--ig-theme-variantplusconfigureTheme(), rather than a scopable set of custom properties. - Added the Grid Lite to premium grid migration skill to the skills README.
- Condensed all React skills to the framework-specific facts an agent cannot infer, cutting total size roughly in half. Reference files were consolidated (
- Skills:
- Corrected the palette override mechanism: shades derive from the
500shade (e.g.--ig-primary-500). The previously documented--ig-primary-h/-s/-ltokens do not exist and silently did nothing. - Removed
IgrGridModule.register()from the grid migration guidance — module registration is deprecated and handled by the React wrapper on import. - Corrected the Excel/CSV exporter import path to
igniteui-react-grids. - Replaced the non-existent
--ig-button-foregroundtoken example, and directed component-level theming atget_component_design_tokensor the@csspropertyannotations. - Corrected the form submit handler type to
React.FormEvent, and event handler types to the generatedIgr*EventArgsaliases. - Replaced the non-existent
get_theming_guidancetool withread_resource. - Fixed a broken reference link in the components skill.
- Corrected the palette override mechanism: shades derive from the
- Updated published grids dependency:
- igniteui-webcomponents-grids: ~7.2.0 -> ~7.2.1
- Restored package distribution structure for correct npm package type declarations.
- New Grid Lite to Premium Data Grid migration skill with end-to-end mapping guidance for imports, templates, sorting, filtering, server-side patterns, and toolbar/export flows (#168).
- Skills:
- Refactored and streamlined React skills guidance to rely on MCP-backed documentation and API lookups for authoritative usage patterns (#167).
- Updated image-to-React generation guidance to canonical MCP call forms, including list_components('react') and get_doc('react', '') (#167, #170).
- Improved theme-customization skill workflow to emphasize safer sequencing for palette/theme/typography/elevations and explicit token discovery before overrides (#167).
- Updated published runtime dependencies (#178):
- igniteui-grid-lite: ~0.8.0 -> ~0.9.0
- igniteui-webcomponents-grids: ~7.1.0 -> ~7.2.0
- Skills:
- Corrected NavDrawer CSS custom property naming in skill guidance and gotchas references (#169).
- Added explicit grid column-width guidance to avoid fixed-width layouts with trailing empty space unless widths are explicitly requested (#170).
- Applied follow-up review fixes across skills documentation to reduce ambiguity and incorrect API usage patterns (#170).