1.1.0 - Renaming content property to data
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.