Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@budnix budnix released this 12 Dec 10:26
4a6b392
  • Removed direct references to the window, and document 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 new useMoment method that can be used to tell Pikaday to use it;
  • Added TS types;