5797f2b82e
* Update wordpress monorepo * Add missing Gutenberg grid variables * Fix button styling * Fix snapshots (new classes and events are passed through from WP components update) * Adjust button overwrites * Update package-lock.json * Fix focus issues/conflicts with react-dates and Dropdown * Maintain DateRange focus without impacting expected "click outside" behavior. * Resolve multiple React versions, update testing dependencies. * blow away package-lock.json and refresh - this fixed tests after an npm install on my end * Allow tabbing to month nav and calendar grid. * Fix keyboard navigation of DayPicker elements. Add prop for specifying an element that's allowed to take focus from DateRange. * refresh package-lock |
||
---|---|---|
.. | ||
src | ||
test | ||
.npmrc | ||
CHANGELOG.md | ||
README.md | ||
package.json |
README.md
Date
A collection of utilities to display and work with date values.
Installation
Install the module
npm install @woocommerce/date --save
This package assumes that your code will run in an ES2015+ environment. If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using core-js or @babel/polyfill will add support for these methods. Learn more about it in Babel docs.