|
2 | 2 |
|
3 | 3 | # Current Milestone |
4 | 4 |
|
5 | | -## Milestone 12, Due by Jan, 2026 |
| 5 | +## Milestone 15, Due by Jul, 2026 |
6 | 6 |
|
7 | | -1. Grids Localization |
8 | | -2. Grid PDF exporter service |
9 | | -3. Grids filtering performance improvements |
| 7 | +1. Grid performance improvements using a new and faster virtualizalization component |
| 8 | +2. Color Picker Component |
| 9 | +3. Breadcrumbs Component |
| 10 | +4. Timeline Component |
10 | 11 |
|
11 | 12 | ## Going Down the Road |
12 | 13 |
|
13 | | -1. QueryBuilder component |
| 14 | +1. Grid Formulas feature |
| 15 | +2. Copy-to-clipboard Component |
| 16 | +3. OTP/PIN input Component |
14 | 17 |
|
15 | 18 | # Previous Milestone |
16 | 19 |
|
| 20 | +## Milestone 14, version 19.7 (Released May 27th, 2026) |
| 21 | + |
| 22 | +1. **[DONE]** Invoker Commands API — `IgrButton` and `IgrIconButton` support `command` and `commandFor` for declarative target control; `IgrBanner`, `IgrDialog`, `IgrNavDrawer`, `IgrSnackbar`, `IgrToast` respond to `--show`, `--hide`, `--toggle` commands |
| 23 | +2. **[DONE]** `IgrNavDrawer` — Popover API integration for non-relative positions; `keepOpenOnEscape` property; `onClosing` (cancelable) and `onClosed` events |
| 24 | +3. **[DONE]** `IgrSnackbar`, `IgrToast` — new `positioning` property (`viewport` | `container`); both render as popovers in the browser top layer |
| 25 | +4. **[DONE]** Date Range Picker — inline editing via single input field |
| 26 | +5. **[DONE]** Agent Skills — updated and enhanced skill files |
| 27 | +6. **[DONE]** Form controls — Enter key submits associated form across `IgrInput`, `IgrMaskInput`, `IgrDateTimeInput`, `IgrCheckbox`, `IgrRadio`, `IgrSwitch`, `IgrDatePicker`, `IgrDateRangePicker` |
| 28 | +7. **[DONE]** Input — theming support for `date`, `time`, `datetime-local`, `week`, `month` input types |
| 29 | + |
| 30 | +## Milestone 13, version 19.6 (Released Mar 25th, 2026) |
| 31 | + |
| 32 | +3. **[DONE]** Agent Skills: Generate React views from design images — `igniteui-react-generate-from-image-design` |
| 33 | +4. **[DONE]** DockManager updated to `igniteui-dockmanager@2.1.0` — `minResizeWidth`, `minResizeHeight`, `paneFlyoutToggle` event |
| 34 | +5. **[DONE]** Splitter component |
| 35 | +6. **[DONE]** Highlight container component |
| 36 | + |
| 37 | +## Milestone 12, version 19.5 (Released Feb 25th, 2026) |
| 38 | + |
| 39 | +1. **[DONE]** Grids Localization — Intl-based i18n engine for grids, Calendar, DatePicker, DateRangePicker; `igniteui-i18n-resources` package; public localization API |
| 40 | +2. **[DONE]** Grid PDF exporter service — `IgrGrid`, `IgrTreeGrid`, `IgrHierarchicalGrid`, `IgrPivotGrid` |
| 41 | +3. **[DONE]** Grids rendering performance improvements — dynamic scroll throttle; 100–150% FPS gain at 100k rows |
| 42 | +4. **[DONE]** HTML Popover API — dropdown menus and dialogs use native top-layer positioning |
| 43 | +5. **[DONE]** Agent Skills — four skill files: `igniteui-react-components`, `igniteui-react-integrate-with-framework`, `igniteui-react-customize-theme`, `igniteui-react-optimize-bundle-size` |
| 44 | + |
17 | 45 | ## Milestone 11, version [19.4]() Released Nov, 2025 |
18 | 46 |
|
19 | 47 | 1. **[DONE]** Grids sorting performance improvements |
|
0 commit comments