You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#776 On rapid event wheel emissions, deltaY of value 0 can be e…
…mitted and makes AutoNumeric throw an error
Signed-off-by: Alexandre Bonneau <[email protected]>
Drops IE11 support
Removes IE11 hacks, and updates part of the code that was not using modern tech because of obsolete browsers support
Removes the `Array.from` and `CustomEvent` polyfills
Signed-off-by: Alexandre Bonneau <[email protected]>
Closes#728 Unable to group by 2 using digital group spacing options
This commit modifies the `AutoNumeric.options.digitalGroupSpacing.two` option, which is now named `AutoNumeric.options.digitalGroupSpacing.twoThree`.
The `AutoNumeric.options.digitalGroupSpacing.two` now effectively groups only by 2 (and not by 2 and 3 like before for India's numbering system).
Signed-off-by: Alexandre Bonneau <[email protected]>