<nys-datepicker> minDate and maxDate support

We've added the ability to restrict selectable dates in the datepicker component. See it live in action below. Special thanks to @Sqrrl for maintaining the base wc-datepicker component our nys-datepicker is based off of. Read the minDate maxDate documentation.

Copy Code
<nys-datepicker
  label="Select a date"
  description="Only dates within April 4/5/2026 - 4/15/2026 are selectable"
  minDate="2026-04-05"
  maxDate="2026-04-15"
></nys-datepicker>

Figma updates

Today we’re launching the preview version of the breadcrumb and tab components in our design library.

Kristin Sorrentino and Mashya Mumin are creating important components!

Bug fixes

Emily Gorelik, Robert Chen, and Eric Steinborn fix broken things.

🚨 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.16.1 →

  • release
  • video
  • datepicker