Skip to content

@evidence-dev/core-components@4.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 20:37
· 3829 commits to main since this release
c922934

Minor Changes

  • 2523e5f: Value component now accepts agg prop

Patch Changes

  • 9fdc805: DateRange uses QueryLoad + Skeleton to have a proper loading state
  • 97cb3a7: Handle all-null x columns in Line.svelte
  • e058d2d: Dropdown Index was returning NaN for all non-search queries
  • 73fc7eb: Add ordinal functionality to buildInputQuery and withOrdinal to Query - leverage this in Dropdown to maintain user-specified sorting until search is activated
  • 8f37432: updated dropdown select all function for non-query options
  • f6b22bb: Dropdown behavior when using selectAllByDefault improved
  • a24deaf: Dropdown now sorts using label before value
  • 106222d: - startingZoom is now respected more consistently in Map.svelte
    • startingZoom does not need to specified with startingLat/Long, and can be used independently
    • zoomSnap has been modified to allow finer control over the zoom level
  • 90f381d: Dropdown option store uses sharedPromise to handle concurrency / races better. Select operations now wait for options to settle (all pending adds/removes must finish first), Add / Removes now wait for flags to finish
  • a2af0be: DateRange now waits for the query to resolve, if one is available
  • 106222d: Mitigated white lines appearing in map
  • Updated dependencies [3d1c42e]
  • Updated dependencies [acba0f3]
    • @evidence-dev/component-utilities@3.2.0