Skip to content

Version 5.0.0

Compare
Choose a tag to compare
@KaiVolland KaiVolland released this 27 Feb 09:50
· 5984 commits to main since this release
  • ❗ BREAKING CHANGES:
    • FeatureGrid
      • The key of a datarow is now calculated by the prop keyFunction. In previous versions the key was just the index of the data array. The default value for the keyFunction is now: feature => feature.ol_uid so every datarow will get the ol_uid of the corresponding feature as key.