Skip to content

1.1.0 - Renaming content property to data

Compare
Choose a tag to compare
@OvidijusParsiunas OvidijusParsiunas released this 21 Dec 19:55
· 47 commits to main since this release

In this release the content property has been renamed to data.

The reason for this change is motivated by the fact that content being an already existing html attribute - info. Hence the Active Table's property was clashing with this and was causing TypeScript errors.

This change has also called for other property updates like onDataUpdate and getData to keep the overall API comprehensive.

The release also contains a package upgrade to not use the "@types/xlsx" package in favour of creating a custom one in order to remove critical security vulnerabilities that were flagged during installation.