Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 23:09

Release v0.6.0

  • SQLPage v0.35 compatibility;
  • multiple bug fixes in the spreadsheet component

To install the Spreadsheet component

  1. Download the asset named spreadsheet.handlebars below.
  2. Copy the file to your project's sqlpage/templates directory.
  3. You can then use the component in your SQLPage project with
select 'spreadsheet' as component

Offline distribution

The default distribution downloads the spreadsheet assets at runtime from the internet.
If you want to install the component entirely offline, you can use the release.zip distribution:

  1. Unzip the release.zip file
  2. Copy the contents of the 'dist' folder to a 'dist' directory at the root of your project
  3. Copy 'sqlpage/templates/spreadsheet.handlebars' to your project's 'sqlpage/templates' directory