Releases: handsontable/pikaday
Releases · handsontable/pikaday
1.0.0
- Removed direct references to the
window
, anddocument
objects. They are still there but are used after module initialization; - Added the
export
key in the package.json file to support ESM, CJS, and UMD builds; - Removed code that tried to detect the
moment
module as it was not compatible with ESM. Instead, it added a newuseMoment
method that can be used to tell Pikaday to use it; - Added TS types;