Skip to content

Tags: autoNumeric/autoNumeric

Tags

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]>

v4.8.4

Toggle v4.8.4's commit message

Verified

This commit was signed with the committer’s verified signature.
Fixes #768 `unformatOnSubmit` does not unformat fields located outsid…

…e of form DOM subtree

Updates the function that search for form children to also include the `contenteditable` elements

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

v4.8.3

Toggle v4.8.3's commit message

Verified

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

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

v4.8.2

Toggle v4.8.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Updates the Changelog with version `4.8.2`

Updates the copyright info and year

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