- Sep 13, 2019
-
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
- Sep 12, 2019
-
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
Alexandre Bonneau authored
-
Alexandre Bonneau authored
Update the Babel version and fix the related configuration files Update the Karma version and fix the related configuration files Update the Webdriver.io version and fix the related configuration files Update the Webpack version and fix the related configuration files Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
- Apr 25, 2019
-
-
Nicolai Ehemann authored
Fix #602 Numpad decimal separator does not work on IE11 with a keyboard whose numpad decimal key outputs a comma
-
- Feb 09, 2019
-
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
- Feb 07, 2019
-
-
Abdelghani AINOUSS authored
-
- Jan 15, 2019
-
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
- Jan 05, 2019
-
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
Alex Turpin authored
Fixes #622 `freezeOptions()` can create issues in some browsers
-
- Jan 04, 2019
-
-
Alexandre Bonneau authored
Fixes #621 The `autoNumeric:formatted` event should be triggered when the input field is cleared while continuously pressing the `Backspace` or `Delete`keys Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
- Oct 28, 2018
-
-
Alexandre Bonneau authored
Fix the formula mode so that the custom decimal character set with `decimalCharacter` is used instead of the default `'.'` character when writing float numbers Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
- Oct 20, 2018
-
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
- Oct 13, 2018
-
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
Alexandre Bonneau authored
The webpack `devtool` 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 browsers Merge the changes from `4.4.1` while making sure there is no regression with #609; this adds the `browser` field alongside the `main` one in `package.json` Note: The `browser` option points to the minified library `dist/autoNumeric.min.js` Update the `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` Fixes a call to `_reformatAltHovered()` even when the `unformatOnHover` option was set to `false` Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
Alexandre Bonneau authored
Introduces the *formula mode* which allows a user to enter a math expression in the element using the `=` key, then evaluate it with the `Enter` one Adds the `formulaMode` option, set to `false` by default, that controls if the *formula mode* is enabled Adds the `Lexer`, `Parser`, `Evaluator`, `ASTNode` and `Token` classes for managing math expressions Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
- Sep 24, 2018
-
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
- Sep 14, 2018
-
-
Alexandre Bonneau authored
Reverts the changes from `4.4.1` : "Modify the `package.json` configuration `main` field to `browser`" Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
Daniel Ruf authored
Upgrade the Travis configuration for always using the latest stable Yarn version, and use Yarn cache
-
- Sep 13, 2018
-
-
Daniel Ruf authored
Add the node.js version 10 tests on the CI server
-
Alexandre Bonneau authored
This is useful per npm's documentation when the module is using browser-specific features like the `window` object Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
Alexandre Bonneau authored
Update the npm dependencies Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
- Sep 06, 2018
-
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
- Aug 04, 2018
-
-
Alexandre Bonneau authored
`emptyInputBehavior` now accepts either a number (or a string representing a number), or the `'min'` or `'max'` option Fix the `emptyInputBehavior` validation test when checking the value limits Fixes #579 Allow `emptyInputBehavior` to be set to min, max, or a number Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
Alexandre Bonneau authored
-
Alexandre Bonneau authored
Prepare the `emptyInputBehavior` tests for the merge. Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
- Aug 01, 2018
-
-
Luke Travis authored
-
Luke Travis authored
-
- Jul 28, 2018
-
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
Alexandre Bonneau authored
Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-
Alexandre Bonneau authored
Fixes #594 Currency at wrong position for empty fields with euro/french preset after typing minus sign Signed-off-by:
Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
-