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