File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " react-day-picker" ,
3- "version" : " 9.10 .0" ,
3+ "version" : " 9.11 .0" ,
44 "description" : " Customizable Date Picker for React" ,
55 "author" : " Giampaolo Bellavite <io@gpbl.dev>" ,
66 "homepage" : " https://daypicker.dev" ,
Original file line number Diff line number Diff line change @@ -185,7 +185,11 @@ export class DateLib {
185185 return DateLib . yearFirstLocales . has ( code ) ? "year-first" : "month-first" ;
186186 }
187187
188- /** Formats the month/year pair respecting locale conventions. */
188+ /**
189+ * Formats the month/year pair respecting locale conventions.
190+ *
191+ * @since 9.11.0
192+ */
189193 formatMonthYear ( date : Date ) : string {
190194 const { locale, timeZone, numerals } = this . options ;
191195 const localeCode = locale ?. code ;
Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ export interface PropsBase {
399399 /**
400400 * The aria-labelledby attribute to add to the container element.
401401 *
402- * @since 9.10.1
402+ * @since 9.11.0
403403 * @see https://daypicker.dev/guides/accessibility
404404 */
405405 "aria-labelledby" ?: string ;
You can’t perform that action at this time.
0 commit comments