This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
Releases: alcar/keydown-from-click
Releases · alcar/keydown-from-click
v3.1.0
v3.0.1
v3.0.0
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
v2.1.0
v2.0.0
v1.1.8
v1.1.7
v1.1.5
Added
release
,prereleasy
andpostreleasy
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 tocheckTyping
; - Rename
format
script tocheckFormatting
.
Removed
prepublishOnly
script.