Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: autoNumeric/autoNumeric

Tags

v4.10.8

Toggle v4.10.8's commit message

Verified

This commit was signed with the committer’s verified signature.
Updates the npm version that includes the #673 fix

Signed-off-by: Alexandre Bonneau <[email protected]>

v4.10.7

Toggle v4.10.7's commit message

Verified

This commit was signed with the committer’s verified signature.
Updates the changelog and bumps the version

Signed-off-by: Alexandre Bonneau <[email protected]>

v4.10.6

Toggle v4.10.6's commit message

Verified

This commit was signed with the committer’s verified signature.
Fixes #795 Error when resetting a form that has an input with name="id"

Signed-off-by: Alexandre Bonneau <[email protected]>

v4.10.5

Toggle v4.10.5's commit message

Verified

This commit was signed with the committer’s verified signature.
Updates the changelog and bumps the version

Signed-off-by: Alexandre Bonneau <[email protected]>

v4.10.4

Toggle v4.10.4's commit message

Verified

This commit was signed with the committer’s verified signature.
Fixes wrong npm deployment for `4.10.3`

Signed-off-by: Alexandre Bonneau <[email protected]>

v4.10.3

Toggle v4.10.3's commit message

Verified

This commit was signed with the committer’s verified signature.
Fixes the handling of a wheel event with a deltaY equal to zero, for …

…real this time ;)

Signed-off-by: Alexandre Bonneau <[email protected]>

v4.10.2

Toggle v4.10.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Bumps the AutoNumeric version to include the new index.d.ts file

Signed-off-by: Alexandre Bonneau <[email protected]>

v4.10.1

Toggle v4.10.1's commit message

Verified

This commit was signed with the committer’s verified signature.
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]>

v4.10.0

Toggle v4.10.0's commit message

Verified

This commit was signed with the committer’s verified signature.
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]>

v4.9.0

Toggle v4.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
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]>