Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 3.53 KB

File metadata and controls

47 lines (38 loc) · 3.53 KB

Unreleased

Changed

  • 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 framework while API tools take platform, and added get_project_setup_guide.
    • Documented dark mode as a global switch driven by --ig-theme-variant plus configureTheme(), rather than a scopable set of custom properties.
    • Added the Grid Lite to premium grid migration skill to the skills README.

Fixed

  • Skills:
    • Corrected the palette override mechanism: shades derive from the 500 shade (e.g. --ig-primary-500). The previously documented --ig-primary-h / -s / -l tokens 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-foreground token example, and directed component-level theming at get_component_design_tokens or the @cssproperty annotations.
    • Corrected the form submit handler type to React.FormEvent, and event handler types to the generated Igr*EventArgs aliases.
    • Replaced the non-existent get_theming_guidance tool with read_resource.
    • Fixed a broken reference link in the components skill.

19.8.1 - 2026-07-13

Changed

  • Updated published grids dependency:
    • igniteui-webcomponents-grids: ~7.2.0 -> ~7.2.1

Fixed

  • Restored package distribution structure for correct npm package type declarations.

19.8.0 - 2026-07-09

Added

  • 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).

Changed

  • 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

Fixed

  • 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).