v3.28.0
Added
-
DomainAutocomplete
toDomainSearch
screen. This will allow users to search for a domain without knowing the full domain name.
(#363, #366, #367, #368, #369, #353, #374, #376, #377) -
DomainAutocomplete
to Application header for changing domains while inside a domain or workflow screen.
(#363, #366, #367, #368, #369, #353, #374, #376, #377) -
Allow
width
to be passed as a prop tobutton-icon
component.
(#356) -
DomainService
which allows searching for a domain with a partial/complete querystring.
(#361) -
replaced
$http
withhttpService
so that services can access http as well as components and is consistent between the two.
(#364) -
CacheManager
which handles caching on server. cache logic is now removed fromClusterService
to useCacheManager
instead.
(#360) -
Integration test helpers (
getFixture
,emptyNewsFeed
,MockDate
).
(#358, #359, #364) -
Feature flag slots.
(#357)
Changed
-
Renamed
DomainList
toDomainSearch
.
(#353) -
Refactoring existing screens to work with domain search changes (
WorkflowList
,DomainSettings
).
(#371, #372, #364)
Removed
DomainNavigation
replaced withDomainAutocomplete
.
(#353)