Skip to content

Releases: sqlpage/sqlpage-spreadsheet

v0.5.1

28 Nov 20:05
Compare
Choose a tag to compare

Release v0.5.1

fix a bug with copy-pasting when using update_link and cell ids

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

v0.5.0

23 Nov 21:11
Compare
Choose a tag to compare

Release v0.5.0

Dependencies update, simplifications, bug fixes, and improved debugging.

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

v0.4.1

04 Nov 08:48
Compare
Choose a tag to compare

Release v0.4.1

URL fix and dependencies update

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

v0.4.0

23 Sep 20:45
Compare
Choose a tag to compare

Release v0.4.0

Adds support for many new properties

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

v0.3.1

22 Sep 21:25
Compare
Choose a tag to compare

Release v0.3.1

Better color handling: support any hexadecimal color string

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

Release v0.3.0

22 Sep 15:04
Compare
Choose a tag to compare

To install the Spreadsheet component:

Copy the spreadsheet.handlebars file to your project's 'sqlpage/templates' directory.
You can then use the component in your SQLPage project with select 'spreadsheet' as component.

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