Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Releases: alcar/keydown-from-click

v3.1.0

01 Apr 04:38
Compare
Choose a tag to compare

Added

  • detail and view properties to the artificial click event;
  • "@types/react" and "@types/react-dom" as dev dependencies.

Changed

  • Set tsconfig.json's skipLibCheck to true;
  • Make minor improvements to the README;
  • Upgrade dependencies.

v3.0.1

29 Mar 08:32
Compare
Choose a tag to compare

Fixed

  • WCAG link from README's "Motivation" section.

v3.0.0

29 Mar 06:10
Compare
Choose a tag to compare

Added

  • [BREAKING] Space as one of the default keys.

Changed

  • [BREAKING] The artificial click event now attempts to simulate a click in the center of the element;
  • Restructure tests folder;
  • Mention "React" in the project description;
  • Improve README's "Motivation" section;
  • Reorder README's "Development" section's subsections;
  • Upgrade dependencies.

Removed

  • Unnecessary repetitions of the validation of global modifiers;
  • Duplicated general tests.

v2.1.1

24 Mar 03:01
Compare
Choose a tag to compare

Security

  • Upgrade "minimist" and all other upgradable dependencies.

v2.1.0

09 Mar 18:14
Compare
Choose a tag to compare

Added

  • shouldPropagate option, which controls whether the event should propagate; it defaults to true.

v2.0.0

06 Mar 17:42
Compare
Choose a tag to compare

Changed

  • [BREAKING] Replace FullEventHandler with the event handlers from React for seamless integration, and make the necessary changes to the click handler call.

Removed

  • [BREAKING] FullEventHandler type.

v1.1.8

06 Mar 16:27
Compare
Choose a tag to compare

Fixed

  • Use the same generic type from useKeydownFromClick in createKeydownFromClick.

v1.1.7

02 Mar 18:00
Compare
Choose a tag to compare

Fixed

  • API functions' types, which were not behaving as generic ones.

v1.1.5

30 Aug 22:12
Compare
Choose a tag to compare

Added

  • release, prereleasy and postreleasy scripts;
  • Subsection on releasing and publishing to README;
  • "Watch mode" to the README's subsection on testing;
  • _releasy.json.

Changed

  • Make Travis CI run most scripts in parallel;
  • Rename checkTypes script to checkTyping;
  • Rename format script to checkFormatting.

Removed

  • prepublishOnly script.

v1.1.4

30 Aug 22:15
Compare
Choose a tag to compare

Added

  • New scripts to README;
  • keywords to package.json.

Fixed

  • README's subsection on type checking.