handsontable/quality

[Code freeze] Testing release of 8.1.0

Closed this issue · 3 comments

Description

We need to check conformance with requirements of the upcoming release during code freeze.
During this testing, I would like to point out that the wrappers are thoroughly tested.

Start date

September 24th

Release date

October 1st

Requirements

https://github.com/handsontable/handsontable/blob/develop/CHANGELOG.md#unreleased

Test cases

Very detailed tests have been performed with:

  • Fixed/frozen cols
  • Fixed rows
  • Stretched cols -all, last, none
  • Hidden cols
  • Hidden rows
  • Nested headers
  • moved rows / cols
  • resize + insert row/col
  • resize + delete row/col
  • selection
  • mergedCells

Documentation testing

Flow to build unreleased docs

On branch draft-next

$ cd next
$ npm i
$ npm run start -- --hot-version=release/8.1.0
$ npm run build:next

Testing checklist:

Closing #67 as done.