Skip to content

v3.28.0

Compare
Choose a tag to compare
@just-at-uber just-at-uber released this 28 Jul 22:57
· 121 commits to master since this release
81b3e85

Added

  • DomainAutocomplete to DomainSearch 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 to button-icon component.
    (#356)

  • DomainService which allows searching for a domain with a partial/complete querystring.
    (#361)

  • replaced $http with httpService 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 from ClusterService to use CacheManager instead.
    (#360)

  • Integration test helpers (getFixture, emptyNewsFeed, MockDate).
    (#358, #359, #364)

  • Feature flag slots.
    (#357)

Changed

  • Renamed DomainList to DomainSearch.
    (#353)

  • Refactoring existing screens to work with domain search changes (WorkflowList, DomainSettings).
    (#371, #372, #364)

  • Upgrade vue-select library.
    (#362, #370)

Removed

  • DomainNavigation replaced with DomainAutocomplete.
    (#353)

Screenshots

DomainSearch (landing) screen w/o text (recently visited domains)

Screen Shot 2021-07-27 at 1 01 36 PM

DomainSearch (landing) screen w/ text (matched domains)

Screen Shot 2021-07-27 at 1 03 50 PM

DomainAutocomplete in Application header not opened (spyglass to open)

Screen Shot 2021-07-27 at 1 05 36 PM

DomainAutocomplete in Application header opened w/o search text (recently visited domains)

Screen Shot 2021-07-27 at 1 05 13 PM

DomainAutocomplete in Application header opened w/ search text (matched domains)

Screen Shot 2021-07-27 at 1 05 27 PM