Igor Timarac

Results 7 issues of Igor Timarac

This PR adds support for scanning barcodes of various formats. You can use it like this: ``` QRScanner.prepare((err, status) => { // ... }, { formats: [ 'CODE_128', 'QR_CODE', 'EAN_13'...

On [ColorMap docs page](https://docs.cxjs.io/charts/color-map), `ColorMapScope` is mentioned, which should actually be `ColorMap.Scope`. While this is trivial to fix, it's not easy to figure out from the docs how it works....

documentation

Grid's `filterParams` attribute does not seem to be documented and it's very useful (for example, server-side filtering in infinite scroll grids).

documentation
good first issue
undocumented

Invoking `https://api.fixer.io/latest` results in `__deprecation_message__` within the response JSON stating: "This API endpoint is deprecated and will stop working on June 1st, 2018. For more information please visit: https://github.com/fixerAPI/fixer#readme"

Airbnb guidelines for alignment of React auto-closing tags (https://github.com/airbnb/javascript/tree/master/react#alignment) breaks indentation, as in the following example ``` export default ``` while this one works fine: ``` /* Ok indentation */...

Support for showWeekNumbers, minDate, maxDate, disableOther and some style changes that might be useful for some users. All features are documented and specs have been written for testing.