Skip to content

1.0.15 - Optimizing TypeScript API to not use enums

Compare
Choose a tag to compare
@OvidijusParsiunas OvidijusParsiunas released this 12 Nov 17:04
· 60 commits to main since this release

availableDefaultColumnTypes and customColumnTypes properties were previously using Enums in their types, which were forcing TypeScript devs to additionally import them when assigning their values. These enums have now been replaced with string types to make development easier for all.