Skip to content

Releases: handsontable/spreadsheet-viewer

1.0.1

21 Oct 12:24
Compare
Choose a tag to compare

Distribution improvements

  • Spreadsheet Viewer is now packaged as an NPM package spreadsheet-viewer in addition to GitHub Releases (#9)
  • fix minor typos in the quickstart examples in the ZIP package (#5)
    • wrong function parameter in the JavaScript code example
    • consistent usage of single quotation mark

📖 You can find the documentation for this release at https://github.com/handsontable/spreadsheet-viewer/wiki
📦 This version is distributed as the SpreadsheetViewer.zip file attached to this release note and spreadsheet-viewer NPM package.

1.0.0

12 Jan 23:39
2e0b9a8
Compare
Choose a tag to compare

We are proud beyond words to publish the first major release of Spreadsheet Viewer, version 1.0.0. The really significant release note this time is the fact that all features and APIs are now stable.

Read more about our road to this release on the Handsontable Blog.

Breaking API name changes since the last beta version

In our technical documentation we have changed the official names of our APIs:

  1. the "Client Library API" was renamed to simply the JavaScript API.
  2. the "REST API" now goes by a less confusing name Query String API.

As a consequence of the above changes, the error code INVALID_QUERY_STRING_API_PARAMETER_ERROR was renamed to INVALID_QUERY_STRING_API_PARAMETER_ERROR.


📦 This version is distributed as the SpreadsheetViewer.zip file attached to this release note.

0.1.0-beta.2

11 Jan 22:51
78375be
Compare
Choose a tag to compare

Hi! We have just released a new beta release. There are no new features, only fixes of three mild bugs that we have found in the previous version that impacted the UX.

UX fixes

  • fixed incomplete rendering of row and column headers after window resize (#925)
  • removed "Download" button in the toolbar and crash screen in Chrome on iOS and other browsers that use WkWebView, because of the iOS bug https://bugs.webkit.org/show_bug.cgi?id=216918 (#924)

Developer fixes

  • correctly show a new workbook that is loaded using API while the crash screen was on (#927)

📦 This version is distributed as the SpreadsheetViewer.zip file attached to this release note.

🏗️ The previous beta releases are available for the early adopters at https://github.com/handsontable/spreadsheet-viewer-dev