@wordpress/date
Advanced tools
Comparing version 5.11.0 to 5.12.0
@@ -467,11 +467,11 @@ /** | ||
* | ||
* @param {string} dateFormat PHP-style formatting string. | ||
* See php.net/date. | ||
* @param {Moment | Date | string | undefined} dateValue Date object or string, parsable by | ||
* moment.js. | ||
* @param {string | number | boolean | undefined} timezone Timezone to output result in or a | ||
* UTC offset. Defaults to timezone from | ||
* site. Notice: `boolean` is effectively | ||
* deprecated, but still supported for | ||
* backward compatibility reasons. | ||
* @param {string} dateFormat PHP-style formatting string. | ||
* See php.net/date. | ||
* @param {Moment | Date | string | undefined} dateValue Date object or string, parsable by | ||
* moment.js. | ||
* @param {string | number | boolean | undefined=} timezone Timezone to output result in or a | ||
* UTC offset. Defaults to timezone from | ||
* site. Notice: `boolean` is effectively | ||
* deprecated, but still supported for | ||
* backward compatibility reasons. | ||
* | ||
@@ -478,0 +478,0 @@ * @see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones |
@@ -65,11 +65,11 @@ /** | ||
* | ||
* @param {string} dateFormat PHP-style formatting string. | ||
* See php.net/date. | ||
* @param {Moment | Date | string | undefined} dateValue Date object or string, parsable by | ||
* moment.js. | ||
* @param {string | number | boolean | undefined} timezone Timezone to output result in or a | ||
* UTC offset. Defaults to timezone from | ||
* site. Notice: `boolean` is effectively | ||
* deprecated, but still supported for | ||
* backward compatibility reasons. | ||
* @param {string} dateFormat PHP-style formatting string. | ||
* See php.net/date. | ||
* @param {Moment | Date | string | undefined} dateValue Date object or string, parsable by | ||
* moment.js. | ||
* @param {string | number | boolean | undefined=} timezone Timezone to output result in or a | ||
* UTC offset. Defaults to timezone from | ||
* site. Notice: `boolean` is effectively | ||
* deprecated, but still supported for | ||
* backward compatibility reasons. | ||
* | ||
@@ -81,3 +81,3 @@ * @see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones | ||
*/ | ||
export function dateI18n(dateFormat: string, dateValue: Moment | Date | string | undefined, timezone: string | number | boolean | undefined): string; | ||
export function dateI18n(dateFormat: string, dateValue?: Moment | Date | string | undefined, timezone?: (string | number | boolean | undefined) | undefined): string; | ||
/** | ||
@@ -84,0 +84,0 @@ * Formats a date (like `wp_date()` in PHP), translating it into site's locale |
@@ -484,11 +484,11 @@ "use strict"; | ||
* | ||
* @param {string} dateFormat PHP-style formatting string. | ||
* See php.net/date. | ||
* @param {Moment | Date | string | undefined} dateValue Date object or string, parsable by | ||
* moment.js. | ||
* @param {string | number | boolean | undefined} timezone Timezone to output result in or a | ||
* UTC offset. Defaults to timezone from | ||
* site. Notice: `boolean` is effectively | ||
* deprecated, but still supported for | ||
* backward compatibility reasons. | ||
* @param {string} dateFormat PHP-style formatting string. | ||
* See php.net/date. | ||
* @param {Moment | Date | string | undefined} dateValue Date object or string, parsable by | ||
* moment.js. | ||
* @param {string | number | boolean | undefined=} timezone Timezone to output result in or a | ||
* UTC offset. Defaults to timezone from | ||
* site. Notice: `boolean` is effectively | ||
* deprecated, but still supported for | ||
* backward compatibility reasons. | ||
* | ||
@@ -495,0 +495,0 @@ * @see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 5.12.0 (2024-11-16) | ||
## 5.11.0 (2024-10-30) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/date", | ||
"version": "5.11.0", | ||
"version": "5.12.0", | ||
"description": "Date module for WordPress.", | ||
@@ -28,2 +28,3 @@ "author": "The WordPress Contributors", | ||
"react-native": "src/index", | ||
"wpScript": true, | ||
"types": "build-types", | ||
@@ -39,4 +40,3 @@ "dependencies": { | ||
}, | ||
"wpScript": true, | ||
"gitHead": "dcf4613b33b0eda14e203ac30f700ed0db70347f" | ||
"gitHead": "510540d99f3d222a96f08d3d7b66c9e7a726f705" | ||
} |
@@ -53,3 +53,3 @@ # Date | ||
- _dateValue_ `Moment | Date | string | undefined`: Date object or string, parsable by moment.js. | ||
- _timezone_ `string | number | boolean | undefined`: Timezone to output result in or a UTC offset. Defaults to timezone from site. Notice: `boolean` is effectively deprecated, but still supported for backward compatibility reasons. | ||
- _timezone_ `string | number | boolean | undefined=`: Timezone to output result in or a UTC offset. Defaults to timezone from site. Notice: `boolean` is effectively deprecated, but still supported for backward compatibility reasons. | ||
@@ -56,0 +56,0 @@ _Returns_ |
@@ -528,11 +528,11 @@ /** | ||
* | ||
* @param {string} dateFormat PHP-style formatting string. | ||
* See php.net/date. | ||
* @param {Moment | Date | string | undefined} dateValue Date object or string, parsable by | ||
* moment.js. | ||
* @param {string | number | boolean | undefined} timezone Timezone to output result in or a | ||
* UTC offset. Defaults to timezone from | ||
* site. Notice: `boolean` is effectively | ||
* deprecated, but still supported for | ||
* backward compatibility reasons. | ||
* @param {string} dateFormat PHP-style formatting string. | ||
* See php.net/date. | ||
* @param {Moment | Date | string | undefined} dateValue Date object or string, parsable by | ||
* moment.js. | ||
* @param {string | number | boolean | undefined=} timezone Timezone to output result in or a | ||
* UTC offset. Defaults to timezone from | ||
* site. Notice: `boolean` is effectively | ||
* deprecated, but still supported for | ||
* backward compatibility reasons. | ||
* | ||
@@ -539,0 +539,0 @@ * @see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
209214