Features
- Add support for
index
prop in all components. It is useful to query multiple indices in a single Appbase request. @anik-ghosh-au7 (#1697) - Add support for
aggregationSize
prop in list components to control the size ofaggregations
. @bietkul - Add more diacritics @lakhansamani appbaseio/reactivecore#103
Bug Fixes
- Fix Icon alignment issues for search components @mohdashraf010897 (#1659)
- Render no results message when option are not found @anik-ghosh-au7 (#1668)
- Fix suggestions parsing logic for fields that have dot(
.
) in its name @bietkul appbaseio/reactivecore@f093c0e - Fix pagination issues with
ReactiveList
@bietkul #1661