Skip to content

v2.2.23

Latest
Compare
Choose a tag to compare
@dleadbetter dleadbetter released this 29 Jan 19:53
· 6 commits to master since this release

πŸ’₯ Breaking Changes

  • Removes the useRange prop from FacetTimeline in place of the range, refine, and start props
  • Updates the SearchResultsLayer component to accept a geometry prop, which will be the path to the data that should be rendered on the map. This also removes the showPolygons props.

πŸš€ New Features

  • Deprecates the PlaceDetails component and adds the HeaderImage and KeyValueList components
  • Moves the user-defined fields DataTypes to the shared package; Adds a re-export in user-defined-fields
    This will allow handling of user-defined fields without the need to import the whole package, which has semantic-components as a dependency

πŸ› Bug Fixes

  • Adds the missing OrganizationsService class