Release v4.0.0
v4.0.0 (2022-12-08)
Breaking Changes
- Replace
moveKeyCode
property withmoveKeys
(use keyboard keys instead) - Merge
filterPlaceholder
property intolang
property (seesrc/lang/default.js
) - Drop
arrayFrom
"ponyfill" and rely onarray.from
(causes problems with IE11, which is end-of-life)
New Features
- [#52]: Add
required
property
Bug Fixes
- Fix small border radius issues when
alignActions="top"
- Force Firefox to make input borders transparent when focus received (like Chrome)