autonumeric
Advanced tools
Changelog
4.5.0
=12*78
=
key, then evaluate it with the Enter
oneformulaMode
option, set to false
by default, that controls if the formula mode is enabledLexer
, Parser
, Evaluator
, ASTNode
and Token
classes for managing math expressionsdevtool
option for the development
configuration has been changed from cheap-module-eval-source-map
to cheap-source-map
;
This removes any eval()
from the generated dist/autoNumeric.js
file, and makes the source maps works in all cases in the browsers4.4.1
while making sure there is no regression with #609; this adds the browser
field alongside the main
one in package.json
browser
option points to the minified library dist/autoNumeric.min.js
index.html
test file to use the un-minified development
library dist/autoNumeric.js
This allows to temporarily use forbidden functions like console
or wrong formatting while debugging, using yarn build:dev
_reformatAltHovered()
even when the unformatOnHover
option was set to false
Changelog
4.4.2
4.4.1
: "Modify the package.json
configuration main
field to browser
"Changelog
4.4.1
package.json
configuration main
field to browser
window
objectChangelog
4.4.0
emptyInputBehavior
could be set to the minimum or maximum value
emptyInputBehavior
now accepts either a number (or a string representing a number), or the 'min'
or 'max'
optionemptyInputBehavior
validation test when checking the value limitsemptyInputBehavior
to be set to min, max, or a numberChangelog
4.3.7
negativeBracketsTypeOnBlur
input invert the currency sign and that minus signChangelog
4.3.6
reset
event on the parent form, and react accordingly if detectedChangelog
4.3.3
_onPaste()
handler by removing duplicated partsnew AutoNumeric()
where using as arguments a string
(element selector), a number
(initial value) and an array
(array of options), in that particular order, would not be recognized