diff --git a/docs/content/guides/upgrade-and-migration/roadmap/roadmap.md b/docs/content/guides/upgrade-and-migration/roadmap/roadmap.md index 620864ad27f..1885202d473 100644 --- a/docs/content/guides/upgrade-and-migration/roadmap/roadmap.md +++ b/docs/content/guides/upgrade-and-migration/roadmap/roadmap.md @@ -27,7 +27,7 @@ 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) | @@ -35,6 +35,6 @@ Curious about our progress? Check out the [Release Notes](@/guides/upgrade-and-m | 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|