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