Skip to content

Commit

Permalink
fix typo (#10994)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanSe committed May 22, 2024
1 parent e1533b3 commit 926dcbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/guides/upgrade-and-migration/roadmap/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ Curious about our progress? Check out the [Release Notes](@/guides/upgrade-and-m

| Accepted 🎯 | In progress ✨ | Done 🏁 |
|:---|:---|:---|
| New options for column headers allowing the align the columne name easily, and add custom `CSS` classes. | Modern dark and light themes built with CSS variable | Added the navigation within selection for power users [#10732](https://github.com/handsontable/handsontable/pull/10732) |
| New options for column headers allowing the alignment of column names easily, and add custom `CSS` classes. | Modern dark and light themes built with CSS variable | Added the navigation within selection for power users [#10732](https://github.com/handsontable/handsontable/pull/10732) |
| Column groups configured through arrays of columns (parent-children relation). | [Refactored wrapper for React improving DX](https://github.com/handsontable/handsontable/pull/10831) | Improved the `undo-redo` support for column moving [#10746](https://github.com/handsontable/handsontable/pull/10746) |
| Column groups work with frozen columns | | Added the new option: `renderAllColumns` [#10599](https://github.com/handsontable/handsontable/pull/10599) |
| Data loading indicator | | Improved TypeScript definitions [#10670](https://github.com/handsontable/handsontable/pull/10670) / [#10671](https://github.com/handsontable/handsontable/pull/10671) |
| Export to Excel | | |
| Key-value mapping for cell editors | | Improved support for SSR frameworks [#10575](https://github.com/handsontable/handsontable/pull/10575) |
| Crop cell's content and turn off size calculators | | Improved accessibility - WCAG compliance |
| New feature: Table summary row | | Added new options: `navigableHeaders` [#10301](https://github.com/handsontable/handsontable/pull/10301) and `tabNavigation` [#10430](https://github.com/handsontable/handsontable/pull/10430) |
| New feature: Row pagination | | Aded new keyboard shortcuts |
| Second click should deselect the cell | | Add an ability to copy data with headers [10093](https://github.com/handsontable/handsontable/pull/10093) |
| New feature: Row pagination | | Added new keyboard shortcuts |
| Second click should deselect the cell | | Added ability to copy data with headers [10093](https://github.com/handsontable/handsontable/pull/10093) |
| | |Revamped documentation portal|

0 comments on commit 926dcbe

Please sign in to comment.