You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standard buttons are now styled with box-shadow instead of the former border style which produced inconsistency between variants.
The focus state is now shown when a button is released rather than on it's active "down" state – this is to better utilise the affordance the button shadow provides.
Address autosuggest - allow manual query params to be dynamically added (#1717)
This change is specific to a requirement for the AIMS team.
A new param is available APIManualQueryParams: true
If provided an empty data attribute is rendered in the html data-query-params=""
This attribute can be updated via a script on the AIMS UI service using the pattern &eboost=10&limit=200 for example
The address autosuggest will use the value of this attribute to build the query that is sent to the AIMS api (instead of building the query params based on language and other provided options)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Enhancements
Consistent button shadows (#1733)
box-shadow
instead of the formerborder
style which produced inconsistency between variants.Address autosuggest - allow manual query params to be dynamically added (#1717)
This change is specific to a requirement for the AIMS team.
APIManualQueryParams: true
data-query-params=""
&eboost=10&limit=200
for exampleFixes
Design System website changes
This discussion was created from the release 42.1.0.
Beta Was this translation helpful? Give feedback.
All reactions