Closed nam-hle closed 3 years ago
Totals | |
---|---|
Change from base Build 325: | 0.0% |
Covered Lines: | 341 |
Relevant Lines: | 341 |
Totals | |
---|---|
Change from base Build 332: | 0.0% |
Covered Lines: | 338 |
Relevant Lines: | 338 |
:tada: This PR is included in version 6.6.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
columnDefault
andcolumnCount
are required in API interfaces but not in the schema. This PR makes it requirable, the errors will be thrown in validating step instead of processing one. The remain difference between typing and schema is aboutstreamConfig.columnDefault.width
.Also, remove row assertion because it already checks in
validateTableData.ts
file.