Customize your search engine in <nys-unavheader>

The <nys-unavheader> now supports a custom search url. Simply change the property "searchUrl" to point to a valid search endpoint and be sure to include the search parameter (Usually "q=", but your mileage may vary). To see an example of the search, use the search at the very top right of this page to search this site. Read the custom search endpoint documentation for <nys-unavheader>.

Emily Gorelik searched for this solution.

New <nys-badge> STRONG variants

When creating the <nys-table> component we realized that the muted color badges we created were not standing out enough in a crowd of other table cells. So we created an additional variant: "strong." Use the strong badge variant to help your badges stand out in a crowd. Continue to use the default variant in most cases. Read the badge documentation.

Copy Code
<nys-badge label="Neutral" variant="strong" prefixIcon></nys-badge>
<nys-badge label="Error" intent="error" variant="strong" prefixIcon></nys-badge>
<nys-badge label="Warning" intent="warning" variant="strong" prefixIcon></nys-badge>
<nys-badge label="Success" intent="success" variant="strong" prefixIcon></nys-badge>

Emily Gorelik showed her strength.

Bug fixes

  • Windows build fixes
  • Pagination style fixes
  • Modal component fixes
  • Remove Stepper demo files from NPM package
  • Table fixed "scheduled update" error

Emily Gorelik, Robert Chen, and Aaron Mendez squashed these bugs.

🚨 Breaking changes

  • none

⚠️ Known issues

  • None

If you notice any issues, please add them to our GitHub Issue Tracker

That’s it!

For full component updates, bug fixes, and the detailed changelog:

See the full developer release notes for v.1.13.1 →

  • release
  • web components