Skip to content

Commit

Permalink
Correct a typo in CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
jansiegel committed Sep 28, 2021
1 parent 4e1e84f commit 31ce87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changed the optional HyperFormula dependency from 0.6.2 to ^1.1.0, which introduces breaking changes for the `Formulas` plugin users. [#8502](https://github.com/handsontable/handsontable/issues/8502) (**Breaking change**)
- Changed the default values for `rowsLimit` and `columnsLimit` options of the _CopyPaste_ plugin. [#8660](https://github.com/handsontable/handsontable/issues/8660) (**Breaking change**)
- Add default font size, color, and family. [#8661](https://github.com/handsontable/handsontable/issues/8661) (**Breaking change**)
- Changed the `autoWrapRow` and `autoWrapCol` options` default values from `true` to `false`. [#8662](https://github.com/handsontable/handsontable/issues/8662) (**Breaking change**)
- Changed the `autoWrapRow` and `autoWrapCol` options' default values from `true` to `false`. [#8662](https://github.com/handsontable/handsontable/issues/8662) (**Breaking change**)
- Improved the performance of the `getCellMeta()` method. [#6303](https://github.com/handsontable/handsontable/issues/6303)
- Improved the documentation and TypeScript definition of the `selectOptions` option. [#8488](https://github.com/handsontable/handsontable/issues/8488)
- Improved the arguments forwarding in the hooks [#8668](https://github.com/handsontable/handsontable/issues/8668)
Expand Down

0 comments on commit 31ce87a

Please sign in to comment.