Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react scripts #193

Merged
merged 4 commits into from
Jul 25, 2023
Merged

Update react scripts #193

merged 4 commits into from
Jul 25, 2023

Conversation

DLowHP
Copy link
Collaborator

@DLowHP DLowHP commented Jul 24, 2023

This PR migrates the project to react-scripts version 5.0.1.
It adds support for React 18, resolves npm audit issues and provides Node v.>=17 support (see Node's OpenSSL update and webpack/crypto changes).

@fellmann fellmann self-assigned this Jul 24, 2023
@fellmann fellmann merged commit 3f83050 into develop Jul 25, 2023
@fellmann fellmann deleted the update-react-scripts branch July 25, 2023 06:09
DLowHP added a commit to tariqule/custom-react-grid that referenced this pull request Aug 9, 2023
commit 09a5dee
Merge: 61bc0f2 7acce7f
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 9 09:14:13 2023 +0200

    Merge branch 'tariqule-develop' into develop

commit 7acce7f
Merge: 61bc0f2 ea8e035
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 9 09:13:50 2023 +0200

    Merge branch 'develop' of https://github.com/tariqule/custom-react-grid into tariqule-develop

commit 61bc0f2
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Tue Aug 8 06:48:13 2023 +0000

    upgrade version [ci skip]

commit f108e63
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Tue Aug 8 08:47:34 2023 +0200

    add disclaimers

commit 2832968
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Thu Aug 3 06:57:19 2023 +0000

    upgrade version [ci skip]

commit 460eb3e
Merge: 32e7dbb 1861c48
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Thu Aug 3 08:56:48 2023 +0200

    Merge pull request silevis#200 from silevis/fix/i18n-number-cell-first-char

    Catch all printable characters on first input outside edit mode

commit 1861c48
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 16:40:52 2023 +0200

    update cell templates

commit 6ef520e
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 15:51:54 2023 +0200

    update getCharFromKey

commit 65e7956
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 14:12:39 2023 +0200

    update keyCodeCheckings

commit f9cefe3
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 14:01:43 2023 +0200

    update number cell to use `key` property for first char validation

commit 43e041c
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 14:01:13 2023 +0200

    add string based character on number input validator

commit 32e7dbb
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Wed Aug 2 09:47:18 2023 +0000

    upgrade version [ci skip]

commit c27ba6f
Merge: 8390e6d b48f824
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 11:46:43 2023 +0200

    Merge pull request silevis#185 from silevis/poc-input-method-editor

    use compositionEnd event

commit b48f824
Merge: c4ee49b 8390e6d
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 11:46:06 2023 +0200

    Merge branch 'develop' into poc-input-method-editor

commit c4ee49b
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 11:39:52 2023 +0200

    update cell templates

commit 66529ff
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 11:12:44 2023 +0200

    update JSDoc

commit 4a9e724
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 11:12:35 2023 +0200

    use `CompositionEvent` type instead of `KeyboardEvent`

commit 8390e6d
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Wed Aug 2 07:55:39 2023 +0000

    upgrade version [ci skip]

commit 813ed57
Merge: 2bb3497 c4d8d17
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 09:55:01 2023 +0200

    Merge pull request silevis#199 from silevis/fix/i18n-first-input-char

    Fix/i18n first input char

commit c4d8d17
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Tue Aug 1 16:31:44 2023 +0200

    add `getCharFromKey` fn, update cell templates

commit 6444743
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Tue Aug 1 14:01:59 2023 +0200

    added a disclaimer

commit abed55c
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Tue Aug 1 12:45:50 2023 +0200

    retrieve proper character using key and navigator.language

commit 0d89278
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Tue Aug 1 12:45:14 2023 +0200

    add key property to cell template keyDown handler

commit 2bb3497
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Tue Aug 1 07:19:18 2023 +0000

    upgrade version [ci skip]

commit 1ec4d44
Merge: 4efceca b0ed4fb
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Tue Aug 1 09:18:35 2023 +0200

    Merge pull request silevis#148 from vutq2712/fix/check-null-data

commit 4efceca
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Mon Jul 31 11:33:26 2023 +0000

    upgrade version [ci skip]

commit b168304
Merge: 328120f 89bfd1c
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 13:32:49 2023 +0200

    Merge branch 'alonshmiel-fix-esc-key-for-number-cell' into develop

commit 89bfd1c
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 13:32:13 2023 +0200

    replace view.event.keyCode with esc key press flag

commit f8d2452
Merge: 328120f 0dafc7d
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 13:07:26 2023 +0200

    Merge branch 'fix-esc-key-for-number-cell' of https://github.com/alonshmiel/reactgrid into alonshmiel-fix-esc-key-for-number-cell

commit 328120f
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Mon Jul 31 10:44:39 2023 +0000

    upgrade version [ci skip]

commit 75c2019
Merge: 8fa9a4c 3883d88
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 12:43:51 2023 +0200

    Merge branch 'alonshmiel-ignore-metadata-on-context-menu-paste' into develop

commit 3883d88
Merge: 55f002a 0a26a07
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 12:39:42 2023 +0200

    Merge branch ''ignore-metadata-on-context-menu-paste'' of https://github.com/alonshmiel/reactgrid into alonshmiel-ignore-metadata-on-context-menu-paste

commit 8fa9a4c
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Mon Jul 31 09:04:48 2023 +0000

    upgrade version [ci skip]

commit 610b6c7
Merge: 70c8815 11ca472
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 11:04:08 2023 +0200

    Merge pull request silevis#86 from alonshmiel/fix-cell-validation-tests

    Fix cell validation tests

commit 70c8815
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Mon Jul 31 09:01:07 2023 +0000

    upgrade version [ci skip]

commit 1866591
Merge: 55f002a 9ae9f7e
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 11:00:30 2023 +0200

    Merge pull request silevis#141 from silevis/dependabot/npm_and_yarn/express-4.18.2

    Bump express from 4.17.2 to 4.18.2

commit 9ae9f7e
Merge: 7933b7a 55f002a
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 10:56:44 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/express-4.18.2

commit 55f002a
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Mon Jul 31 08:47:01 2023 +0000

    upgrade version [ci skip]

commit f892ffa
Merge: 0f07e8a d550fe8
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 10:46:30 2023 +0200

    Merge pull request silevis#139 from silevis/dependabot/npm_and_yarn/decode-uri-component-0.2.2

    Bump decode-uri-component from 0.2.0 to 0.2.2

commit d550fe8
Merge: 162067c 0f07e8a
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 10:46:16 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/decode-uri-component-0.2.2

commit 0f07e8a
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Mon Jul 31 08:45:02 2023 +0000

    upgrade version [ci skip]

commit bd1a00f
Merge: c8a8764 e40da86
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 10:44:24 2023 +0200

    Merge pull request silevis#117 from silevis/dependabot/npm_and_yarn/terser-4.8.1

    Bump terser from 4.8.0 to 4.8.1

commit e40da86
Merge: 7c0b8b6 c8a8764
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 10:43:43 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/terser-4.8.1

commit c8a8764
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Mon Jul 31 08:28:10 2023 +0000

    upgrade version [ci skip]

commit 15c9bc7
Merge: 06a06a6 7611780
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 10:27:34 2023 +0200

    Merge pull request silevis#198 from silevis/fix/cell-border-color

    retrieve border color from cell props

commit 7611780
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 10:23:08 2023 +0200

    retrieve border color from cell props

commit 06a06a6
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 15:09:56 2023 +0000

    upgrade version [ci skip]

commit c2f3b8c
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 15:09:22 2023 +0000

    upgrade version [ci skip]

commit a008359
Merge: 76fa73c b7f8d9e
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 17:07:22 2023 +0200

    Merge pull request silevis#194 from silevis/pnpm-support

    Pnpm support, explicit String conversion

commit 76fa73c
Merge: 3c22529 a20732c
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 17:07:07 2023 +0200

    Merge pull request silevis#195 from silevis/fix/dropdown-cell-not-updating

    Make selected value controlled

commit 3c22529
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 15:06:45 2023 +0000

    upgrade version [ci skip]

commit 642a115
Merge: 711a46e 7e5dc4f
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 17:03:58 2023 +0200

    Merge pull request silevis#113 from silevis/dependabot/npm_and_yarn/moment-2.29.4

    Bump moment from 2.29.1 to 2.29.4

commit 7e5dc4f
Merge: 660b909 711a46e
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 16:59:57 2023 +0200

    Merge branch 'develop' of https://github.com/silevis/reactgrid into dependabot/npm_and_yarn/moment-2.29.4

commit 711a46e
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 14:25:23 2023 +0000

    upgrade version [ci skip]

commit 98887ca
Merge: b89b9ed 97fc50d
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 16:22:59 2023 +0200

    Merge pull request silevis#84 from silevis/dependabot/npm_and_yarn/async-2.6.4

    Bump async from 2.6.3 to 2.6.4

commit 97fc50d
Merge: 4f9cae0 b89b9ed
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 16:19:03 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/async-2.6.4

commit b89b9ed
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 13:48:13 2023 +0000

    upgrade version [ci skip]

commit 9adcc93
Merge: 49903d0 165d09b
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:47:32 2023 +0200

    Merge pull request silevis#149 from silevis/dependabot/npm_and_yarn/json5-1.0.2

    Bump json5 from 1.0.1 to 1.0.2

commit 165d09b
Author: daniel.fidor <daniel.fidor@silevis.com>
Date:   Fri Jul 28 15:47:10 2023 +0200

    remove duplicates

commit c7eb861
Merge: 618722e 49903d0
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:13:58 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/json5-1.0.2

commit 49903d0
Merge: 6ebf580 4aa06d0
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:08:41 2023 +0200

    Merge pull request silevis#94 from silevis/dependabot/npm_and_yarn/semver-regex-3.1.4

    Bump semver-regex from 3.1.3 to 3.1.4

commit 4aa06d0
Merge: eb74ccf a880132
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:08:33 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/semver-regex-3.1.4

commit 6ebf580
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 13:07:50 2023 +0000

    upgrade version [ci skip]

commit a880132
Merge: 057edf6 394e112
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:07:24 2023 +0200

    Merge pull request silevis#157 from silevis/dependabot/npm_and_yarn/minimist-1.2.8

    Bump minimist from 1.2.5 to 1.2.8

commit 394e112
Merge: 1d37179 64ba910
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:07:17 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/minimist-1.2.8

commit 057edf6
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 13:07:03 2023 +0000

    upgrade version [ci skip]

commit 64ba910
Merge: 5d15df9 24a1f16
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:06:31 2023 +0200

    Merge pull request silevis#93 from silevis/dependabot/npm_and_yarn/eventsource-1.1.1

    Bump eventsource from 1.1.0 to 1.1.1

commit 24a1f16
Merge: a2e45d9 a08af76
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:06:20 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/eventsource-1.1.1

commit 5d15df9
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 13:05:06 2023 +0000

    upgrade version [ci skip]

commit a08af76
Merge: 00cec85 576a26a
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:04:14 2023 +0200

    Merge pull request silevis#74 from silevis/dependabot/npm_and_yarn/url-parse-1.5.10

    Bump url-parse from 1.5.4 to 1.5.10

commit 576a26a
Merge: 8420738 f1544f5
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:03:51 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/url-parse-1.5.10

commit 00cec85
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 12:59:44 2023 +0000

    upgrade version [ci skip]

commit f1544f5
Merge: 3c11239 00a43a3
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 14:59:10 2023 +0200

    Merge pull request silevis#72 from silevis/dependabot/npm_and_yarn/follow-redirects-1.14.8

    Bump follow-redirects from 1.14.7 to 1.14.8

commit 00a43a3
Merge: 3e78458 3c11239
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 14:58:58 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/follow-redirects-1.14.8

commit 3c11239
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 12:56:41 2023 +0000

    upgrade version [ci skip]

commit 4570577
Merge: 169633d a20e5e2
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 14:56:03 2023 +0200

    Merge pull request silevis#66 from silevis/dependabot/npm_and_yarn/tmpl-1.0.5

    Bump tmpl from 1.0.4 to 1.0.5

commit a20e5e2
Merge: 12c8f2b 169633d
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 14:55:50 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/tmpl-1.0.5

commit a20732c
Author: daniel.fidor <daniel.fidor@silevis.com>
Date:   Thu Jul 27 10:50:32 2023 +0200

    make selected value controlled

commit b7f8d9e
Author: daniel.fidor <daniel.fidor@silevis.com>
Date:   Wed Jul 26 16:15:00 2023 +0200

    replace implicit string conversion with explicit constructor

commit d3fb6b2
Author: daniel.fidor <daniel.fidor@silevis.com>
Date:   Wed Jul 26 16:14:16 2023 +0200

    add npm config

commit 169633d
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Tue Jul 25 06:10:06 2023 +0000

    upgrade version [ci skip]

commit 3f83050
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Tue Jul 25 08:09:28 2023 +0200

    Update react scripts (silevis#193)

    * Update react-select
    * npm audit fix
    * Migrate to react-scripts@5.0.1

    ---------

    Co-authored-by: Daniel Fidor <daniel.fidor@silevis.com>

commit c613893
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jul 1 19:45:21 2023 +0300

    add compositionEnd to text cell template instead of email cell template

commit d0c38ca
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jul 1 19:38:45 2023 +0300

    remove irrelevant props

commit 63b849c
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jul 1 19:37:12 2023 +0300

    handle composition end in email cell template

commit 8d15e0f
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Thu Jun 29 10:23:31 2023 +0300

    use compositionEnd event

commit d984260
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Sun Jun 25 17:27:09 2023 +0000

    upgrade version [ci skip]

commit 1bd9325
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Sat Jun 24 20:52:57 2023 +0000

    upgrade version [ci skip]

commit ec6ef36
Merge: 2b14e70 9b865e0
Author: Hanno Fellmann <fellmann@users.noreply.github.com>
Date:   Sat Jun 24 22:52:19 2023 +0200

    Merge pull request silevis#177 from alonshmiel/react-18-upgrade

    - Update to React 18
    - Use sass instead of node-sass
    - Fix some tests (not all)

commit 9b865e0
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jun 24 22:21:23 2023 +0300

    add comment for TODO + add old peerDependencies

commit bd68ba3
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jun 24 20:30:00 2023 +0300

    fix tests

commit 50a7a09
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jun 24 20:29:50 2023 +0300

    rename class from invalid to rg-invalid

commit edb6209
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jun 24 20:28:46 2023 +0300

    fix lint

commit bc322a1
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jun 24 20:28:27 2023 +0300

    update to react-18

commit 83d1252
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jun 24 20:27:35 2023 +0300

    updage packages

commit 4454796
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jun 24 19:32:29 2023 +0300

    Empty commit

commit 0a26a07
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Fri May 26 13:53:07 2023 +0300

    upgrade to react 18 (with strictMode)

commit 1d37179
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Mar 7 04:29:24 2023 +0000

    Bump minimist from 1.2.5 to 1.2.8

    Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8.
    - [Release notes](https://github.com/minimistjs/minimist/releases)
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v1.2.5...v1.2.8)

    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit bd204e0
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sun Feb 26 01:21:35 2023 +0200

    ignore metadata on paste for text and value

commit e2fddc8
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sun Feb 26 01:22:48 2023 +0200

    Revert "ignore metadata on paste for text and value"

    This reverts commit d24b70f.

commit d24b70f
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sun Feb 26 01:21:35 2023 +0200

    ignore metadata on paste for text and value

commit 1ce6c2e
Merge: 670ab6d 2b14e70
Author: alonshmiel <alon.shmiel@gmail.com>
Date:   Sun Feb 26 01:19:22 2023 +0200

    Merge branch 'silevis:develop' into develop

commit 618722e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Jan 7 19:40:30 2023 +0000

    Bump json5 from 1.0.1 to 1.0.2

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v1.0.1...v1.0.2)

    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit b0ed4fb
Author: Vu Tran <vu.tran@bnksolution.com>
Date:   Thu Jan 5 16:55:42 2023 +0700

    check null data

commit 7933b7a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Dec 15 19:37:57 2022 +0000

    Bump express from 4.17.2 to 4.18.2

    Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.18.2.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.17.2...4.18.2)

    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit ea8e035
Author: Tariq Khan <45430120+tariqule@users.noreply.github.com>
Date:   Wed Dec 14 13:02:31 2022 -0500

    updated package json

commit 162067c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Dec 8 08:26:44 2022 +0000

    Bump decode-uri-component from 0.2.0 to 0.2.2

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

    ---
    updated-dependencies:
    - dependency-name: decode-uri-component
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 7c0b8b6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jul 20 18:26:35 2022 +0000

    Bump terser from 4.8.0 to 4.8.1

    Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
    - [Release notes](https://github.com/terser/terser/releases)
    - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/terser/terser/commits)

    ---
    updated-dependencies:
    - dependency-name: terser
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 660b909
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jul 8 13:55:21 2022 +0000

    Bump moment from 2.29.1 to 2.29.4

    Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4.
    - [Release notes](https://github.com/moment/moment/releases)
    - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
    - [Commits](moment/moment@2.29.1...2.29.4)

    ---
    updated-dependencies:
    - dependency-name: moment
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 0dafc7d
Merge: 99d8c44 2b14e70
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Wed Jul 6 10:43:24 2022 +0300

    Merge remote-tracking branch 'upstream/develop' into fix-esc-key-for-number-cell

commit 99d8c44
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Wed Jul 6 08:57:33 2022 +0300

    fix esc for number\

commit eb74ccf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Jun 4 00:05:09 2022 +0000

    Bump semver-regex from 3.1.3 to 3.1.4

    Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4.
    - [Release notes](https://github.com/sindresorhus/semver-regex/releases)
    - [Commits](https://github.com/sindresorhus/semver-regex/commits/v3.1.4)

    ---
    updated-dependencies:
    - dependency-name: semver-regex
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit a2e45d9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jun 1 22:32:43 2022 +0000

    Bump eventsource from 1.1.0 to 1.1.1

    Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1.
    - [Release notes](https://github.com/EventSource/eventsource/releases)
    - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
    - [Commits](EventSource/eventsource@v1.1.0...v1.1.1)

    ---
    updated-dependencies:
    - dependency-name: eventsource
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 11ca472
Merge: a3ecb32 b0477da
Author: alonshmiel <alon.shmiel@gmail.com>
Date:   Thu Apr 28 20:15:49 2022 +0300

    Merge branch 'develop' into fix-cell-validation-tests

commit a3ecb32
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Thu Apr 28 20:06:14 2022 +0300

    fix cell validations tests

commit 4f9cae0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Apr 27 06:58:27 2022 +0000

    Bump async from 2.6.3 to 2.6.4

    Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
    - [Release notes](https://github.com/caolan/async/releases)
    - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
    - [Commits](caolan/async@v2.6.3...v2.6.4)

    ---
    updated-dependencies:
    - dependency-name: async
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 670ab6d
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Wed Apr 27 09:55:24 2022 +0300

    change in getClassName for numberCell

commit 34f06b1
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Wed Apr 27 09:52:52 2022 +0300

    rename class from invalid to rg-invalid

commit ed3ebf8
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Mon Apr 25 12:10:42 2022 +0300

commit db088ad
Author: erezshmiel <erez.shmiel1@gmail.com>
Date:   Sat Apr 23 23:39:08 2022 +0300

commit 8420738
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 28 03:09:39 2022 +0000

    Bump url-parse from 1.5.4 to 1.5.10

    Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.10.
    - [Release notes](https://github.com/unshiftio/url-parse/releases)
    - [Commits](unshiftio/url-parse@1.5.4...1.5.10)

    ---
    updated-dependencies:
    - dependency-name: url-parse
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 3e78458
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 14 14:55:57 2022 +0000

    Bump follow-redirects from 1.14.7 to 1.14.8

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8)

    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 12c8f2b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jan 27 12:21:07 2022 +0000

    Bump tmpl from 1.0.4 to 1.0.5

    Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
    - [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
    - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

    ---
    updated-dependencies:
    - dependency-name: tmpl
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
DLowHP added a commit to tariqule/custom-react-grid that referenced this pull request Aug 9, 2023
commit 61bc0f2
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Tue Aug 8 06:48:13 2023 +0000

    upgrade version [ci skip]

commit f108e63
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Tue Aug 8 08:47:34 2023 +0200

    add disclaimers

commit 2832968
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Thu Aug 3 06:57:19 2023 +0000

    upgrade version [ci skip]

commit 460eb3e
Merge: 32e7dbb 1861c48
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Thu Aug 3 08:56:48 2023 +0200

    Merge pull request silevis#200 from silevis/fix/i18n-number-cell-first-char

    Catch all printable characters on first input outside edit mode

commit 1861c48
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 16:40:52 2023 +0200

    update cell templates

commit 6ef520e
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 15:51:54 2023 +0200

    update getCharFromKey

commit 65e7956
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 14:12:39 2023 +0200

    update keyCodeCheckings

commit f9cefe3
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 14:01:43 2023 +0200

    update number cell to use `key` property for first char validation

commit 43e041c
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 14:01:13 2023 +0200

    add string based character on number input validator

commit 32e7dbb
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Wed Aug 2 09:47:18 2023 +0000

    upgrade version [ci skip]

commit c27ba6f
Merge: 8390e6d b48f824
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 11:46:43 2023 +0200

    Merge pull request silevis#185 from silevis/poc-input-method-editor

    use compositionEnd event

commit b48f824
Merge: c4ee49b 8390e6d
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 11:46:06 2023 +0200

    Merge branch 'develop' into poc-input-method-editor

commit c4ee49b
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 11:39:52 2023 +0200

    update cell templates

commit 66529ff
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 11:12:44 2023 +0200

    update JSDoc

commit 4a9e724
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 11:12:35 2023 +0200

    use `CompositionEvent` type instead of `KeyboardEvent`

commit 8390e6d
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Wed Aug 2 07:55:39 2023 +0000

    upgrade version [ci skip]

commit 813ed57
Merge: 2bb3497 c4d8d17
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 2 09:55:01 2023 +0200

    Merge pull request silevis#199 from silevis/fix/i18n-first-input-char

    Fix/i18n first input char

commit c4d8d17
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Tue Aug 1 16:31:44 2023 +0200

    add `getCharFromKey` fn, update cell templates

commit 6444743
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Tue Aug 1 14:01:59 2023 +0200

    added a disclaimer

commit abed55c
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Tue Aug 1 12:45:50 2023 +0200

    retrieve proper character using key and navigator.language

commit 0d89278
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Tue Aug 1 12:45:14 2023 +0200

    add key property to cell template keyDown handler

commit 2bb3497
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Tue Aug 1 07:19:18 2023 +0000

    upgrade version [ci skip]

commit 1ec4d44
Merge: 4efceca b0ed4fb
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Tue Aug 1 09:18:35 2023 +0200

    Merge pull request silevis#148 from vutq2712/fix/check-null-data

commit 4efceca
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Mon Jul 31 11:33:26 2023 +0000

    upgrade version [ci skip]

commit b168304
Merge: 328120f 89bfd1c
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 13:32:49 2023 +0200

    Merge branch 'alonshmiel-fix-esc-key-for-number-cell' into develop

commit 89bfd1c
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 13:32:13 2023 +0200

    replace view.event.keyCode with esc key press flag

commit f8d2452
Merge: 328120f 0dafc7d
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 13:07:26 2023 +0200

    Merge branch 'fix-esc-key-for-number-cell' of https://github.com/alonshmiel/reactgrid into alonshmiel-fix-esc-key-for-number-cell

commit 328120f
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Mon Jul 31 10:44:39 2023 +0000

    upgrade version [ci skip]

commit 75c2019
Merge: 8fa9a4c 3883d88
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 12:43:51 2023 +0200

    Merge branch 'alonshmiel-ignore-metadata-on-context-menu-paste' into develop

commit 3883d88
Merge: 55f002a 0a26a07
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 12:39:42 2023 +0200

    Merge branch ''ignore-metadata-on-context-menu-paste'' of https://github.com/alonshmiel/reactgrid into alonshmiel-ignore-metadata-on-context-menu-paste

commit 8fa9a4c
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Mon Jul 31 09:04:48 2023 +0000

    upgrade version [ci skip]

commit 610b6c7
Merge: 70c8815 11ca472
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 11:04:08 2023 +0200

    Merge pull request silevis#86 from alonshmiel/fix-cell-validation-tests

    Fix cell validation tests

commit 70c8815
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Mon Jul 31 09:01:07 2023 +0000

    upgrade version [ci skip]

commit 1866591
Merge: 55f002a 9ae9f7e
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 11:00:30 2023 +0200

    Merge pull request silevis#141 from silevis/dependabot/npm_and_yarn/express-4.18.2

    Bump express from 4.17.2 to 4.18.2

commit 9ae9f7e
Merge: 7933b7a 55f002a
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 10:56:44 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/express-4.18.2

commit 55f002a
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Mon Jul 31 08:47:01 2023 +0000

    upgrade version [ci skip]

commit f892ffa
Merge: 0f07e8a d550fe8
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 10:46:30 2023 +0200

    Merge pull request silevis#139 from silevis/dependabot/npm_and_yarn/decode-uri-component-0.2.2

    Bump decode-uri-component from 0.2.0 to 0.2.2

commit d550fe8
Merge: 162067c 0f07e8a
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 10:46:16 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/decode-uri-component-0.2.2

commit 0f07e8a
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Mon Jul 31 08:45:02 2023 +0000

    upgrade version [ci skip]

commit bd1a00f
Merge: c8a8764 e40da86
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 10:44:24 2023 +0200

    Merge pull request silevis#117 from silevis/dependabot/npm_and_yarn/terser-4.8.1

    Bump terser from 4.8.0 to 4.8.1

commit e40da86
Merge: 7c0b8b6 c8a8764
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 10:43:43 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/terser-4.8.1

commit c8a8764
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Mon Jul 31 08:28:10 2023 +0000

    upgrade version [ci skip]

commit 15c9bc7
Merge: 06a06a6 7611780
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 10:27:34 2023 +0200

    Merge pull request silevis#198 from silevis/fix/cell-border-color

    retrieve border color from cell props

commit 7611780
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Jul 31 10:23:08 2023 +0200

    retrieve border color from cell props

commit 06a06a6
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 15:09:56 2023 +0000

    upgrade version [ci skip]

commit c2f3b8c
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 15:09:22 2023 +0000

    upgrade version [ci skip]

commit a008359
Merge: 76fa73c b7f8d9e
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 17:07:22 2023 +0200

    Merge pull request silevis#194 from silevis/pnpm-support

    Pnpm support, explicit String conversion

commit 76fa73c
Merge: 3c22529 a20732c
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 17:07:07 2023 +0200

    Merge pull request silevis#195 from silevis/fix/dropdown-cell-not-updating

    Make selected value controlled

commit 3c22529
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 15:06:45 2023 +0000

    upgrade version [ci skip]

commit 642a115
Merge: 711a46e 7e5dc4f
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 17:03:58 2023 +0200

    Merge pull request silevis#113 from silevis/dependabot/npm_and_yarn/moment-2.29.4

    Bump moment from 2.29.1 to 2.29.4

commit 7e5dc4f
Merge: 660b909 711a46e
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 16:59:57 2023 +0200

    Merge branch 'develop' of https://github.com/silevis/reactgrid into dependabot/npm_and_yarn/moment-2.29.4

commit 711a46e
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 14:25:23 2023 +0000

    upgrade version [ci skip]

commit 98887ca
Merge: b89b9ed 97fc50d
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 16:22:59 2023 +0200

    Merge pull request silevis#84 from silevis/dependabot/npm_and_yarn/async-2.6.4

    Bump async from 2.6.3 to 2.6.4

commit 97fc50d
Merge: 4f9cae0 b89b9ed
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 16:19:03 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/async-2.6.4

commit b89b9ed
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 13:48:13 2023 +0000

    upgrade version [ci skip]

commit 9adcc93
Merge: 49903d0 165d09b
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:47:32 2023 +0200

    Merge pull request silevis#149 from silevis/dependabot/npm_and_yarn/json5-1.0.2

    Bump json5 from 1.0.1 to 1.0.2

commit 165d09b
Author: daniel.fidor <daniel.fidor@silevis.com>
Date:   Fri Jul 28 15:47:10 2023 +0200

    remove duplicates

commit c7eb861
Merge: 618722e 49903d0
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:13:58 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/json5-1.0.2

commit 49903d0
Merge: 6ebf580 4aa06d0
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:08:41 2023 +0200

    Merge pull request silevis#94 from silevis/dependabot/npm_and_yarn/semver-regex-3.1.4

    Bump semver-regex from 3.1.3 to 3.1.4

commit 4aa06d0
Merge: eb74ccf a880132
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:08:33 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/semver-regex-3.1.4

commit 6ebf580
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 13:07:50 2023 +0000

    upgrade version [ci skip]

commit a880132
Merge: 057edf6 394e112
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:07:24 2023 +0200

    Merge pull request silevis#157 from silevis/dependabot/npm_and_yarn/minimist-1.2.8

    Bump minimist from 1.2.5 to 1.2.8

commit 394e112
Merge: 1d37179 64ba910
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:07:17 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/minimist-1.2.8

commit 057edf6
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 13:07:03 2023 +0000

    upgrade version [ci skip]

commit 64ba910
Merge: 5d15df9 24a1f16
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:06:31 2023 +0200

    Merge pull request silevis#93 from silevis/dependabot/npm_and_yarn/eventsource-1.1.1

    Bump eventsource from 1.1.0 to 1.1.1

commit 24a1f16
Merge: a2e45d9 a08af76
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:06:20 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/eventsource-1.1.1

commit 5d15df9
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 13:05:06 2023 +0000

    upgrade version [ci skip]

commit a08af76
Merge: 00cec85 576a26a
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:04:14 2023 +0200

    Merge pull request silevis#74 from silevis/dependabot/npm_and_yarn/url-parse-1.5.10

    Bump url-parse from 1.5.4 to 1.5.10

commit 576a26a
Merge: 8420738 f1544f5
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 15:03:51 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/url-parse-1.5.10

commit 00cec85
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 12:59:44 2023 +0000

    upgrade version [ci skip]

commit f1544f5
Merge: 3c11239 00a43a3
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 14:59:10 2023 +0200

    Merge pull request silevis#72 from silevis/dependabot/npm_and_yarn/follow-redirects-1.14.8

    Bump follow-redirects from 1.14.7 to 1.14.8

commit 00a43a3
Merge: 3e78458 3c11239
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 14:58:58 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/follow-redirects-1.14.8

commit 3c11239
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Fri Jul 28 12:56:41 2023 +0000

    upgrade version [ci skip]

commit 4570577
Merge: 169633d a20e5e2
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 14:56:03 2023 +0200

    Merge pull request silevis#66 from silevis/dependabot/npm_and_yarn/tmpl-1.0.5

    Bump tmpl from 1.0.4 to 1.0.5

commit a20e5e2
Merge: 12c8f2b 169633d
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Jul 28 14:55:50 2023 +0200

    Merge branch 'develop' into dependabot/npm_and_yarn/tmpl-1.0.5

commit a20732c
Author: daniel.fidor <daniel.fidor@silevis.com>
Date:   Thu Jul 27 10:50:32 2023 +0200

    make selected value controlled

commit b7f8d9e
Author: daniel.fidor <daniel.fidor@silevis.com>
Date:   Wed Jul 26 16:15:00 2023 +0200

    replace implicit string conversion with explicit constructor

commit d3fb6b2
Author: daniel.fidor <daniel.fidor@silevis.com>
Date:   Wed Jul 26 16:14:16 2023 +0200

    add npm config

commit 169633d
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Tue Jul 25 06:10:06 2023 +0000

    upgrade version [ci skip]

commit 3f83050
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Tue Jul 25 08:09:28 2023 +0200

    Update react scripts (silevis#193)

    * Update react-select
    * npm audit fix
    * Migrate to react-scripts@5.0.1

    ---------

    Co-authored-by: Daniel Fidor <daniel.fidor@silevis.com>

commit c613893
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jul 1 19:45:21 2023 +0300

    add compositionEnd to text cell template instead of email cell template

commit d0c38ca
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jul 1 19:38:45 2023 +0300

    remove irrelevant props

commit 63b849c
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jul 1 19:37:12 2023 +0300

    handle composition end in email cell template

commit 8d15e0f
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Thu Jun 29 10:23:31 2023 +0300

    use compositionEnd event

commit d984260
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Sun Jun 25 17:27:09 2023 +0000

    upgrade version [ci skip]

commit 1bd9325
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Sat Jun 24 20:52:57 2023 +0000

    upgrade version [ci skip]

commit ec6ef36
Merge: 2b14e70 9b865e0
Author: Hanno Fellmann <fellmann@users.noreply.github.com>
Date:   Sat Jun 24 22:52:19 2023 +0200

    Merge pull request silevis#177 from alonshmiel/react-18-upgrade

    - Update to React 18
    - Use sass instead of node-sass
    - Fix some tests (not all)

commit 9b865e0
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jun 24 22:21:23 2023 +0300

    add comment for TODO + add old peerDependencies

commit bd68ba3
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jun 24 20:30:00 2023 +0300

    fix tests

commit 50a7a09
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jun 24 20:29:50 2023 +0300

    rename class from invalid to rg-invalid

commit edb6209
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jun 24 20:28:46 2023 +0300

    fix lint

commit bc322a1
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jun 24 20:28:27 2023 +0300

    update to react-18

commit 83d1252
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jun 24 20:27:35 2023 +0300

    updage packages

commit 4454796
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sat Jun 24 19:32:29 2023 +0300

    Empty commit

commit 0a26a07
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Fri May 26 13:53:07 2023 +0300

    upgrade to react 18 (with strictMode)

commit 1d37179
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Mar 7 04:29:24 2023 +0000

    Bump minimist from 1.2.5 to 1.2.8

    Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8.
    - [Release notes](https://github.com/minimistjs/minimist/releases)
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v1.2.5...v1.2.8)

    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit bd204e0
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sun Feb 26 01:21:35 2023 +0200

    ignore metadata on paste for text and value

commit e2fddc8
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sun Feb 26 01:22:48 2023 +0200

    Revert "ignore metadata on paste for text and value"

    This reverts commit d24b70f.

commit d24b70f
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Sun Feb 26 01:21:35 2023 +0200

    ignore metadata on paste for text and value

commit 1ce6c2e
Merge: 670ab6d 2b14e70
Author: alonshmiel <alon.shmiel@gmail.com>
Date:   Sun Feb 26 01:19:22 2023 +0200

    Merge branch 'silevis:develop' into develop

commit 618722e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Jan 7 19:40:30 2023 +0000

    Bump json5 from 1.0.1 to 1.0.2

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v1.0.1...v1.0.2)

    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit b0ed4fb
Author: Vu Tran <vu.tran@bnksolution.com>
Date:   Thu Jan 5 16:55:42 2023 +0700

    check null data

commit 7933b7a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Dec 15 19:37:57 2022 +0000

    Bump express from 4.17.2 to 4.18.2

    Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.18.2.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.17.2...4.18.2)

    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 162067c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Dec 8 08:26:44 2022 +0000

    Bump decode-uri-component from 0.2.0 to 0.2.2

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

    ---
    updated-dependencies:
    - dependency-name: decode-uri-component
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 7c0b8b6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jul 20 18:26:35 2022 +0000

    Bump terser from 4.8.0 to 4.8.1

    Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
    - [Release notes](https://github.com/terser/terser/releases)
    - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/terser/terser/commits)

    ---
    updated-dependencies:
    - dependency-name: terser
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 660b909
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jul 8 13:55:21 2022 +0000

    Bump moment from 2.29.1 to 2.29.4

    Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4.
    - [Release notes](https://github.com/moment/moment/releases)
    - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
    - [Commits](moment/moment@2.29.1...2.29.4)

    ---
    updated-dependencies:
    - dependency-name: moment
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 0dafc7d
Merge: 99d8c44 2b14e70
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Wed Jul 6 10:43:24 2022 +0300

    Merge remote-tracking branch 'upstream/develop' into fix-esc-key-for-number-cell

commit 99d8c44
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Wed Jul 6 08:57:33 2022 +0300

    fix esc for number\

commit eb74ccf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Jun 4 00:05:09 2022 +0000

    Bump semver-regex from 3.1.3 to 3.1.4

    Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4.
    - [Release notes](https://github.com/sindresorhus/semver-regex/releases)
    - [Commits](https://github.com/sindresorhus/semver-regex/commits/v3.1.4)

    ---
    updated-dependencies:
    - dependency-name: semver-regex
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit a2e45d9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jun 1 22:32:43 2022 +0000

    Bump eventsource from 1.1.0 to 1.1.1

    Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1.
    - [Release notes](https://github.com/EventSource/eventsource/releases)
    - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
    - [Commits](EventSource/eventsource@v1.1.0...v1.1.1)

    ---
    updated-dependencies:
    - dependency-name: eventsource
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 11ca472
Merge: a3ecb32 b0477da
Author: alonshmiel <alon.shmiel@gmail.com>
Date:   Thu Apr 28 20:15:49 2022 +0300

    Merge branch 'develop' into fix-cell-validation-tests

commit a3ecb32
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Thu Apr 28 20:06:14 2022 +0300

    fix cell validations tests

commit 4f9cae0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Apr 27 06:58:27 2022 +0000

    Bump async from 2.6.3 to 2.6.4

    Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
    - [Release notes](https://github.com/caolan/async/releases)
    - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
    - [Commits](caolan/async@v2.6.3...v2.6.4)

    ---
    updated-dependencies:
    - dependency-name: async
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 670ab6d
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Wed Apr 27 09:55:24 2022 +0300

    change in getClassName for numberCell

commit 34f06b1
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Wed Apr 27 09:52:52 2022 +0300

    rename class from invalid to rg-invalid

commit ed3ebf8
Author: alon shmiel <alon.shmiel@gmail.com>
Date:   Mon Apr 25 12:10:42 2022 +0300

    silevis#83 - review changes

commit db088ad
Author: erezshmiel <erez.shmiel1@gmail.com>
Date:   Sat Apr 23 23:39:08 2022 +0300

    silevis#82 - add cell failure validation message

commit 8420738
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 28 03:09:39 2022 +0000

    Bump url-parse from 1.5.4 to 1.5.10

    Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.10.
    - [Release notes](https://github.com/unshiftio/url-parse/releases)
    - [Commits](unshiftio/url-parse@1.5.4...1.5.10)

    ---
    updated-dependencies:
    - dependency-name: url-parse
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 3e78458
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 14 14:55:57 2022 +0000

    Bump follow-redirects from 1.14.7 to 1.14.8

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8)

    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 12c8f2b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jan 27 12:21:07 2022 +0000

    Bump tmpl from 1.0.4 to 1.0.5

    Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
    - [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
    - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

    ---
    updated-dependencies:
    - dependency-name: tmpl
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
DLowHP added a commit that referenced this pull request Aug 30, 2023
Squashed commit of the following:

commit 40c2fc1ee8f2dfc929e11eced56ed7176a830c67
Author: Daniel Fidor <daniel.fidor@silevis.com>
Date:   Wed Aug 30 08:37:20 2023 +0200

    Squashed commit of the following:

    commit 82c00453b5cc5013ed77932f600cdd63c24d49a2
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Sun Jun 25 17:26:53 2023 +0000

        upgrade version [ci skip]

    commit 689a0dd1cb4f527fe1150bcd0ad43384edec75ec
    Merge: f6fd3fd 1bd9325
    Author: Hanno Fellmann <hanno@fellmannweb.de>
    Date:   Sun Jun 25 19:16:35 2023 +0200

        Merge branch 'develop'

    commit f6fd3fd8ce9c25344746fd241249d9c39a6afe50
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Thu Jun 30 08:41:37 2022 +0000

        upgrade version [ci skip]

    commit 7a07ed29c0c36762da27e9b3c02d259caca5bcd3
    Merge: 225ddda 6ca24fd
    Author: Adrian Czerwiec <adrian.czerwiec@silevis.com>
    Date:   Thu Jun 30 10:37:55 2022 +0200

        Resolve scss variable issue, add cell validation failure message

    commit 225ddda5fed6ef0794a163acfce1971d0fd7870c
    Merge: 010fdb2 6990af6
    Author: czerwiukk <czerwiukk.dev@gmail.com>
    Date:   Thu Feb 17 15:24:47 2022 +0100

        Merge branch 'develop'

    commit 010fdb2d17c509b6cadf689fc345f4f94133e795
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Mon Feb 14 14:59:41 2022 +0000

        upgrade version [ci skip]

    commit 0acfe183b2b8faa177d06a509edb5816ff28f48f
    Merge: a109903 f046603
    Author: Adrian Czerwiec <czerwiukk@Adrians-Mac-mini.local>
    Date:   Mon Feb 14 15:57:03 2022 +0100

        Merge remote-tracking branch 'origin'

    commit a109903487b79b7290c4d353465038657d7a9156
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Mon Feb 7 13:48:46 2022 +0000

        upgrade version [ci skip]

    commit 2503ad04698cb356d2555b9a9f6f084fba4f0778
    Merge: 67dc1df 932b2e3
    Author: Adrian Czerwiec <czerwiukk@Adrians-Mac-mini.local>
    Date:   Mon Feb 7 14:43:51 2022 +0100

        Merge branch 'develop'

    commit 67dc1df7aa509a196ede837d1e98a3a23a80a58f
    Merge: 24b4d70 d376143
    Author: Adrian Czerwiec <czerwiukk@Adrians-Mac-mini.local>
    Date:   Mon Feb 7 14:39:39 2022 +0100

        Merge branch 'develop'

    commit 24b4d7026f6116adea7eaa96fd2a8e5e88bfe6b8
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Fri Feb 4 14:19:23 2022 +0000

        upgrade version [ci skip]

    commit 740c3f18fdad43792306c1121bcd1228c901275c
    Merge: 979c051 2c9345a
    Author: Adrian Czerwiec <czerwiukk@Adrians-Mac-mini.local>
    Date:   Fri Feb 4 15:17:05 2022 +0100

        update tslib

    commit 979c051bee1e129d47392cc87e494aca85d88b6c
    Merge: 9094687 86260b3
    Author: Adrian Czerwiec <czerwiukk@Adrians-Mac-mini.local>
    Date:   Fri Feb 4 14:44:52 2022 +0100

        Merge branch 'develop'

    commit 9094687c52886a1b6b3ef57950d505654610c448
    Merge: b5138e7 2e5788e
    Author: Adrian Czerwiec <czerwiukk@Adrians-Mac-mini.local>
    Date:   Fri Feb 4 12:11:40 2022 +0100

        Merge branch 'develop'

    commit b5138e7f50a03d4f81103da2fe51266ee209d5cc
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Thu Jan 27 12:26:42 2022 +0000

        upgrade version [ci skip]

    commit f7db3884ac9eb9fc9174621f04a718e4bdda8734
    Merge: 51c5823 d33fc34
    Author: Adrian Czerwiec <czerwiukk@Adrians-Mac-mini.local>
    Date:   Thu Jan 27 13:22:25 2022 +0100

        Merge branch 'develop'

    commit 51c5823a8f576ba85052a59d90b98c523d53e1f5
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Fri Oct 29 08:55:59 2021 +0000

        upgrade version [ci skip]

    commit aa4934d166e9b699cbae9375c2be331390c4d328
    Merge: 09019d6 e99b78a
    Author: Patryk Eliasz <patryk.eliasz@silevis.com>
    Date:   Fri Oct 29 10:52:29 2021 +0200

        Merge branch 'develop'

    commit 09019d68d9ed59bdc396d83c81bf2bfb2ae3c0ff
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Fri Sep 24 11:14:57 2021 +0000

        upgrade version [ci skip]

    commit 062259ef11e7f5f95ac670b96f7de5f1584e561d
    Merge: 29a3803 11e7b85
    Author: Patryk Eliasz <patryk.eliasz@silevis.com>
    Date:   Fri Sep 24 13:12:12 2021 +0200

        Merge branch 'develop'

    commit 29a3803f9443921e6c1ec2b9d7939379b1fd2d67
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Tue Mar 30 09:23:26 2021 +0000

        upgrade version [ci skip]

    commit c623fada59af38b2a4e41b48657623e0a00813c3
    Merge: b918d44 efb3db4
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Tue Mar 30 11:18:16 2021 +0200

        Merge branch 'develop'

    commit b918d44347a148640d41e840a7bbbc945ac1750a
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Fri Mar 5 09:46:59 2021 +0000

        upgrade version [ci skip]

    commit 8b5ee9d743a1347f510f97b21b85969556e9f00e
    Merge: 3259293 a2d22c2
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Fri Mar 5 10:43:10 2021 +0100

        Merge branch 'develop'

    commit 3259293d54371e1962fec59a9c4162ae0dc3d494
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Thu Feb 25 15:09:09 2021 +0000

        upgrade version [ci skip]

    commit 54f51de9ebf0a59dd6e0b30515cfd2a835528cd2
    Merge: 60613ec 5e56aa2
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Thu Feb 25 16:03:25 2021 +0100

        Merge branch 'develop'

    commit 60613ecd59467146e0388e91566d881584087702
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Tue Feb 16 09:00:24 2021 +0000

        upgrade version [ci skip]

    commit 4c9574d76427709f0cc1183f729a3bdc547a36c5
    Merge: d6be45f 9e782f8
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Tue Feb 16 09:57:02 2021 +0100

        Merge branch 'develop'

    commit d6be45fff9a5c7f6905d616b5849e6677ccc139e
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Tue Feb 16 08:42:02 2021 +0000

        upgrade version [ci skip]

    commit 525bdaacab9ccc83bad0143567d49bd2ffbbb25a
    Merge: 4df84df 7c0c833
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Tue Feb 16 09:38:35 2021 +0100

        Merge branch 'develop'

    commit 4df84df8de1144a4f791ff7f795e59cd47385575
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Thu Jan 7 14:39:28 2021 +0000

        upgrade version [ci skip]

    commit b6880a110ff7697a9537a847fc8b027c4fd9790f
    Merge: cb8a517 60189bb
    Author: patryk0493 <patryk0493@gmail.com>
    Date:   Thu Jan 7 15:36:17 2021 +0100

        Merge branch 'develop'

    commit cb8a517084def35a391dc32d60ec82011a91f669
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Tue Dec 22 11:06:02 2020 +0000

        upgrade version [ci skip]

    commit ac14a96f636c752b983a85737d5554aba1ed25e3
    Merge: cd36426 5058880
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Tue Dec 22 11:58:09 2020 +0100

        Merge branch 'develop'

    commit cd36426cfbe36ebda911687fabd8ea74b0bbeb2c
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Tue Dec 22 10:38:10 2020 +0000

        upgrade version [ci skip]

    commit b3074e1391a2d15616eb86a01dcd562be2417fa5
    Merge: 2bbc539 84f945a
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Tue Dec 22 11:35:21 2020 +0100

        Merge branch 'develop'

    commit 2bbc539c83b286e52c0f29d3a4440793cf448668
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Tue Dec 22 10:20:21 2020 +0000

        upgrade version [ci skip]

    commit 410c620ca2bcd50f35e52078fd90cd450d7dced6
    Merge: ea47134 c20753a
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Tue Dec 22 11:16:37 2020 +0100

        Merge branch 'develop'

    commit ea471347a97a2bcb403f036b280f70a8506015ec
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Tue Nov 24 09:47:59 2020 +0000

        upgrade version [ci skip]

    commit 36da3a8f817acb070a4f09e329b148c07eefa251
    Merge: dd9e35f af4f357
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Tue Nov 24 10:42:52 2020 +0100

        Merge branch 'develop'

    commit dd9e35fd2f12bf3b01001aa99a0890466bb98d84
    Merge: 5fed27b cec5a07
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Tue Nov 24 09:07:21 2020 +0100

        Merge branch 'develop'

    commit 5fed27bcc2c6e7ef32192106453b3b14ef029eb8
    Merge: 9e562cf 245f895
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Tue Nov 24 08:40:46 2020 +0100

        Merge branch 'develop'

    commit 9e562cfc47a6dac7bbada64a4f523f5ad69f46d5
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Thu Nov 19 14:42:58 2020 +0000

        upgrade version [ci skip]

    commit 456f78e79134abceed2887287f83d8f760c0fa6d
    Merge: 72dff15 1e9043b
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Thu Nov 19 15:40:09 2020 +0100

        Merge branch 'develop'

    commit 72dff152a678bd1110ad16c82a85e9d317b04ec4
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Wed Nov 18 14:10:25 2020 +0000

        upgrade version [ci skip]

    commit e6863140f44618658be403df7c490294b86d6b85
    Merge: c5bce15 c81dd6a
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Wed Nov 18 15:06:55 2020 +0100

        Merge branch 'develop'

    commit c5bce158c9eee386114b4e3dffcd8e429d94cf35
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Mon Oct 26 10:03:57 2020 +0000

        upgrade version [ci skip]

    commit 0f2842de43f659af0347fb9f4a558d1c625977c8
    Merge: 8ba3bf8 5865c30
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Mon Oct 26 10:57:46 2020 +0100

        Merge branch 'develop'

    commit 8ba3bf81077319963dd4e23671a6171adf8d9752
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Thu Oct 22 12:30:29 2020 +0000

        upgrade version [ci skip]

    commit b11e3a756c0c43769c33e3836ab327ffe34468e3
    Merge: 26cf324 35df9ff
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Thu Oct 22 14:24:50 2020 +0200

        Merge branch 'develop'

    commit 26cf3240166cc6960af030ab590408a8c1a066f1
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Fri Oct 16 08:13:05 2020 +0000

        upgrade version [ci skip]

    commit df32966ab77ec6b3fd0ff6ce130305aac74154f7
    Merge: b266471 2686262
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Fri Oct 16 10:06:03 2020 +0200

        Merge branch 'develop'

    commit b2664713c339de0f137e18b113c55c6e1fbce341
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Mon Sep 28 07:42:38 2020 +0000

        upgrade version [ci skip]

    commit 4eb6ad994b33c15a119751c6fffcf047f97fc2ce
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Mon Sep 28 09:40:31 2020 +0200

        Develop merge

    commit b0b3dfd35bd3a93af956fa54ae085aa011888cc0
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Tue Sep 8 08:57:33 2020 +0000

        upgrade version [ci skip]

    commit 17b9ac6e4858edeb0f9be8b22a0063c574f61b2c
    Merge: 3c26207 0a45006
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Tue Sep 8 10:51:33 2020 +0200

        Merge branch 'develop'

    commit 3c262078f7f14045e0d68e28f7bbcaea43b2045f
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Tue Sep 8 06:57:18 2020 +0000

        upgrade version [ci skip]

    commit a01f3338ed004358c371c9a8968d9e34ecc476fd
    Merge: 99f9af1 9e0b628
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Tue Sep 8 08:54:37 2020 +0200

        Merge branch 'develop'

    commit 99f9af123d9d85a9c94690307b8d9795e9761bf8
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Wed Sep 2 08:52:08 2020 +0000

        upgrade version [ci skip]

    commit ea23d5b1968ae16aab756a329e3638933a6db53b
    Merge: 0a3c735 3f84d85
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Wed Sep 2 10:49:41 2020 +0200

        Merge branch 'develop'

    commit 0a3c735fc6a5cf1cae6596580c0ff54ff254549e
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Tue Aug 4 09:01:25 2020 +0000

        upgrade version [ci skip]

    commit f0c78c6c46ad83f3155d872579f07de9e44919d9
    Merge: 69b1fa9 976dc68
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Tue Aug 4 10:57:44 2020 +0200

        Merge branch 'develop'

    commit 69b1fa980595382c86e804f923548cf9adc1b49a
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Fri Jul 24 13:31:01 2020 +0000

        upgrade version [ci skip]

    commit ec1ed8431bf58e5f8171dcc76cfc580b787eb75a
    Merge: 4c77a1a 69d5c0b
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Fri Jul 24 15:28:08 2020 +0200

        Merge branch 'develop'

    commit 4c77a1a236137216303c12045e5f51a9fcc4a86e
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Wed Jul 22 12:17:06 2020 +0000

        upgrade version [ci skip]

    commit cca4d2c613150252b056fe65b162417146d7e738
    Merge: b49831a b906843
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Wed Jul 22 14:08:03 2020 +0200

        Merge branch 'develop'

    commit b49831afc68236745d10b9e5e0e9a064f4fa54c5
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Mon Jul 13 06:58:29 2020 +0000

        upgrade version [ci skip]

    commit a08b1cb94e1290b7bb9726fba93cab82cc27fb1e
    Merge: 0609fdd 316aeea
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Mon Jul 13 08:49:13 2020 +0200

        Merge branch 'develop'

    commit 0609fdd23dfdab057f28b8db9a0745e325614731
    Merge: e6c72fe c7966d2
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Mon Jul 13 08:44:27 2020 +0200

        Merge branch 'develop'

    commit e6c72fedbb525981c0e86d3f949195d048b98cd4
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Wed Jul 8 09:53:13 2020 +0000

        upgrade version [ci skip]

    commit ec5a69419a10ae024f421930ff64896e8a5f7546
    Merge: 2782dbe 0997993
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Wed Jul 8 11:50:05 2020 +0200

        Merge branch 'develop'

    commit 2782dbee2523f1c27ff84faa8df9344c2f11e711
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Wed Jun 17 06:42:08 2020 +0000

        upgrade version [ci skip]

    commit adb33c1530a5062fab7a7ce4526bfb5410c095c9
    Merge: a30c9ff 73d639d
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Wed Jun 17 08:36:43 2020 +0200

        Merge branch 'develop'

    commit a30c9ffc9ec461de7eaf8207723bf4ed753e3339
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Wed Jun 10 13:09:34 2020 +0000

        upgrade version [ci skip]

    commit b7935627028bb7c24f0e1f25d46b692ef740c86d
    Merge: 9a80842 eb6910d
    Author: Patryk Eliasz <patryk0493@gmail.com>
    Date:   Wed Jun 10 15:06:27 2020 +0200

        Merge branch 'develop'

    commit 9a808422462ed490ef852590407025c566f3094c
    Merge: 1f87710 336a29e
    Author: Patryk Eliasz <patryk0493@users.noreply.github.com>
    Date:   Wed Jun 10 14:45:59 2020 +0200

        Merge pull request #22 from silevis/develop

        Issues fixing & readme update

commit 636cca16240495d5a42260833d11ad3a2a15e376
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Tue Aug 29 15:03:59 2023 +0000

    upgrade version [ci skip]

commit f7a39d85d9de6685b70df9c6a4f019718dd8ea40
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Tue Aug 29 14:41:31 2023 +0000

    upgrade version [ci skip]

commit 6bcba5b3a10decef326cbcf7f676700310c83bf8
Author: Daniel Fidor <daniel.fidor@silevis.com>
Date:   Tue Aug 29 16:40:53 2023 +0200

    bump version

commit 75a3c90d8eda7f939536e037eeab984bb57cdb4b
Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
Date:   Tue Aug 29 14:40:10 2023 +0000

    upgrade version [ci skip]

commit 55f6b8d5bca1a1b2b091a41b1995c6038d339136
Merge: 0fa889d 86cdda4
Author: Daniel Fidor <daniel.fidor@silevis.com>
Date:   Tue Aug 29 14:30:20 2023 +0200

    Merge pull request #211 from silevis/update-tests

    Update tests

commit 0fa889d03db9e90e0e213be8b5ea321d13957bc2
Merge: 3a01d15 fc570e7
Author: Daniel Fidor <daniel.fidor@silevis.com>
Date:   Tue Aug 29 14:30:08 2023 +0200

    Merge pull request #212 from silevis/scss-text-color-var

    Add text color variables to scss

commit 3a01d1574d1478ddd667def72ba2451bfbfd759c
Merge: e6f503e 01766f3
Author: Daniel Fidor <daniel.fidor@silevis.com>
Date:   Tue Aug 29 14:29:53 2023 +0200

    Merge pull request #213 from silevis/ignore-selectAll-on-number-based-cell-templates

    Ignore Ctrl + A on number based cell templates.

commit e6f503ec5acd12b3b15b4d1fb5af0d9e55741671
Merge: 0d994bc 51c8887
Author: Daniel Fidor <daniel.fidor@silevis.com>
Date:   Tue Aug 29 13:10:58 2023 +0200

    Merge pull request #214 from silevis/custom-min-col-width

    Make min column width customizable

commit 51c8887ec2d67b55d7f03928f941fd33064f50b3
Author: Daniel Fidor <daniel.fidor@silevis.com>
Date:   Tue Aug 29 12:02:43 2023 +0200

    make min column width customizable

commit 01766f3f6e71c5b33ebc69bd2e208d054a525eee
Author: Daniel Fidor <daniel.fidor@silevis.com>
Date:   Mon Aug 28 16:55:16 2023 +0200

    check for meta key

commit 109c50d83dd6a63da263b70d69b2ebc5ff596015
Author: Daniel Fidor <daniel.fidor@silevis.com>
Date:   Mon Aug 28 16:51:13 2023 +0200

    ignore ctrl + a

commit fc570e7ae0331d1d62404e79cb4bb61eedb92ddd
Author: Daniel Fidor <daniel.fidor@silevis.com>
Date:   Mon Aug 28 16:33:35 2023 +0200

    add text color variables to scss

commit 86cdda422f7bc96451315eed45bbd7fa8bcd34e9
Merge: 04b4a80 0d994bc
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Aug 28 16:26:47 2023 +0200

    Merge branch 'develop' into update-tests

commit 04b4a80a643e3bac5607fcf75c09b8e524aae23d
Author: Daniel Fidor <daniel.fidor@silevis.com>
Date:   Mon Aug 28 15:22:59 2023 +0200

    misc minor changes

commit 2df24365f7f5735473c67c5830ede60861eddbba
Author: Daniel Fidor <daniel.fidor@silevis.com>
Date:   Mon Aug 28 15:22:34 2023 +0200

    skip tests broken because of visibility checks

commit 9c0f83b27102b55c38d96ffc95518644351a37f7
Author: Daniel Fidor <daniel.fidor@silevis.com>
Date:   Mon Aug 28 12:50:10 2023 +0200

    cellEditor: visible on dblclick on partially visible focus, grammar

commit a344e29ed436f000c78f4f04d6af75b117233a21
Author: Daniel Fidor <daniel.fidor@silevis.com>
Date:   Mon Aug 28 12:04:28 2023 +0200

    formatting, uncomment resizeHint visibility chainer

commit ed10c24dc8055cb05bf1857239db73927f726777
Author: Daniel Fidor <daniel.fidor@silevis.com>
Date:   Mon Aug 28 11:55:12 2023 +0200

    focus ctrl + home/end disclaimer

commit 7a09a8d06334dc5412bde4ea5c543fbef5901ccc
Author: Daniel Fidor <daniel.fidor@silevis.com>
Date:   Mon Aug 28 11:51:33 2023 +0200

    fix fill handle tests

commit fbe3c45be843fac8e6644360390429937399187a
Author: Daniel Fidor <daniel.fidor@silevis.com>
Date:   Mon Aug 28 10:46:16 2023 +0200

    dropdown: open on space, focus rg back, focus on open

commit d684ad85e2232df1857d907e88e497a80a16cc50
Author: Daniel Fidor <daniel.fidor@silevis.com>
Date:   Mon Aug 28 10:02:29 2023 +0200

    wait for dom update

commit 097fdbf00089ffcb5ce4f9d68f46f6de9a0adc44
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Aug 25 11:52:24 2023 +0200

    blur dropdown on esc

commit db474e59f7577cfd707ff49b9b66bf6a83185b90
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Thu Aug 24 13:13:24 2023 +0200

    select rows without moving focus

commit a95f720290e84c7272313ef67beae84b73f675f8
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Thu Aug 24 13:12:49 2023 +0200

    *Postponed:* copy and paste on frozen focus

commit 0b89b1f367bd2b9e91acbd767cf2aa88c30a6433
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 23 13:24:54 2023 +0200

    col/row selection with touch

commit fa68779bbdaf1c55448a6f93dad122b9fb8e23ad
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 23 10:07:05 2023 +0200

    keep scroll position on touch row/col select/resize

commit 0d994bcc1a7b7e8bc267a8f2a7ecd6d89b7d3c2d
Merge: 4c36d9e 09dbb51
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Tue Aug 22 13:19:59 2023 +0200

    Merge pull request #184 from silevis/add-on-selection-changed-prop

    add component property that is called when selection is changed

commit d1460a4319d67566b74ea6a143d3f2e0bd6e687e
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Tue Aug 22 10:51:58 2023 +0200

    reorder shadow tests for touch reorder

commit 1e80a5d5c4ec8e537190eae52626e7c49ff73f8c
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Aug 21 11:57:11 2023 +0200

    update TestGrid config

commit 06a8e9cc25a49d93d6eb4bfc56f2292f4fb81666
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Aug 21 11:56:30 2023 +0200

    grammar

commit aaf2ca0cf9a7a72325447301d905633fcdd37801
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Aug 21 11:56:22 2023 +0200

    test for moveRightOnEnter

commit 5bd7916318322e8cbd59350d02df01826cdac243
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Aug 21 11:55:54 2023 +0200

    skip broken dropdown test

commit b1d83b712cc1f2fc07ef92a940ccf47b4ec9b592
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Aug 21 11:04:17 2023 +0200

    update cancel on esc test

commit 76b7c8fe278a1e2f58d6cf054e7abca0e8c9ab7b
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Aug 21 10:48:16 2023 +0200

    remove unused const

commit 573fb622a6bb2aede5db5e2eb68e4631523c4df8
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Mon Aug 21 10:45:53 2023 +0200

    update cypress, migrate to new structure

commit 09dbb5169da405cbce080d43c6b76cf2fea88171
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Thu Aug 17 11:25:23 2023 +0200

    restore focus change handlers

commit 89fdc4ec5a057dda8eb98930dfb795d31ec08f67
Merge: 08426b4 db9f7dc
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Thu Aug 17 11:22:16 2023 +0200

    Merge branch 'add-on-selection-changed-prop' of https://github.com/silevis/reactgrid into add-on-selection-changed-prop

commit 08426b497aaf7c697b11e6885dffd22fac131a87
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Thu Aug 17 11:22:12 2023 +0200

    selection changed handler on reset

commit db9f7dcb4f2bdab1c4622804032ab4a62034218c
Merge: 0c035e4 4c36d9e
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Thu Aug 17 11:11:37 2023 +0200

    Merge branch 'develop' into add-on-selection-changed-prop

commit 0c035e46cb51e54035ec312467e6a5761319691a
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 16 17:03:43 2023 +0200

    selection handlers on data paste

commit c9aaedc109a399898af4e7707c8b049f3a757818
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 16 16:50:21 2023 +0200

    selection handlers for fill handle

commit fbd051dcf81d56048aab82201477591e599df640
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 16 16:37:42 2023 +0200

    selection handlers for select all

commit 3f361ece6dcae362e77b44a2175142ca15af7dd2
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 16 16:29:20 2023 +0200

    selection handlers for keyboard-based changes

commit 866d8ad8a17c38af3bc4638ed4646f8e25fc4f5c
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 16 16:13:50 2023 +0200

    move pointer's `onSelectionChanged` to CellSelectionBehavior

commit d14ec216668e9eff994a9c079c84e7f12d975221
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 16 13:02:48 2023 +0200

    onSelectionChanging (for pointer event)

commit 4c36d9ed6d069f66f9afd756ee8a55e142ad344b
Merge: f8ea9df 6557f79
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Aug 11 13:08:12 2023 +0200

    Merge pull request #203 from silevis/fix/dropdown-fill-cut-copy-paste

    Use `text` instead of `selectedValue` to merge dropdown cells

commit f8ea9df637ee199733131514b170da13df503001
Merge: 3d78cc0 c7e9946
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Aug 11 13:06:26 2023 +0200

    Merge pull request #202 from silevis/fix/context-menu-position-on-remount

    Reset context menu position before unmounting

commit 3d78cc08fcffc72bf5d85d83c0d551f10215c609
Merge: 70acff3 56a96c3
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Fri Aug 11 13:05:23 2023 +0200

    Merge pull request #201 from silevis/fix/restore-prop

    Restore mistakenly deleted moveRightOnEnter prop

commit 6557f795749f5fbfc744ab8ec8cf912bbc064b19
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Thu Aug 10 12:32:31 2023 +0200

    use `text` instead of `selectedValue` to merge dropdown cells

commit c7e994689e194decec992fe1141b1e7d0a9c7dfb
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 9 15:12:46 2023 +0200

    reset context menu position before unmounting

commit 56a96c380434fc9c8863f9c737d85e3172a505c6
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 9 12:37:12 2023 +0200

    restore mistakenly deleted moveRightOnEnter prop

commit 70acff3465012f70d1b45fa77ab1a19e48f120eb
Merge: 61bc0f2 f2e6e58
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 9 11:40:28 2023 +0200

    Merge pull request #140 from tariqule/develop

    Added new prop moveRightOnEnter

commit f2e6e5865492b5c953222c79870daaa17004eab5
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 9 11:29:54 2023 +0200

    Squashed commit of the following:

    commit 61bc0f206337f088dab1c1ef86e90660aa56e043
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Tue Aug 8 06:48:13 2023 +0000

        upgrade version [ci skip]

    commit f108e63fd379b80cb7a8e8cec5f3a79d71ccf03d
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Tue Aug 8 08:47:34 2023 +0200

        add disclaimers

    commit 283296804b1f4f956dc4bb37aec4e1f01ab019f2
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Thu Aug 3 06:57:19 2023 +0000

        upgrade version [ci skip]

    commit 460eb3ed6785065d1c60054dc57e23b73c69c326
    Merge: 32e7dbb 1861c48
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Thu Aug 3 08:56:48 2023 +0200

        Merge pull request #200 from silevis/fix/i18n-number-cell-first-char

        Catch all printable characters on first input outside edit mode

    commit 1861c4829202e48d4580d5d14322c059005f6f19
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 16:40:52 2023 +0200

        update cell templates

    commit 6ef520e9fd0a72d6d0c29f4e57672da17d332365
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 15:51:54 2023 +0200

        update getCharFromKey

    commit 65e7956b859c98c8a81e5380975c364bbba484d0
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 14:12:39 2023 +0200

        update keyCodeCheckings

    commit f9cefe3e57f4dee9435cb74652934e1da5c0ac87
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 14:01:43 2023 +0200

        update number cell to use `key` property for first char validation

    commit 43e041ceb9616a7fc309b362d97441cbc8f0845d
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 14:01:13 2023 +0200

        add string based character on number input validator

    commit 32e7dbbd3bab462c08f6f55766426e03269980d6
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Wed Aug 2 09:47:18 2023 +0000

        upgrade version [ci skip]

    commit c27ba6f52867120fc90361c9d2520ca4c083e0c1
    Merge: 8390e6d b48f824
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 11:46:43 2023 +0200

        Merge pull request #185 from silevis/poc-input-method-editor

        use compositionEnd event

    commit b48f824f70334b135bc3967ea9146b5d75e74659
    Merge: c4ee49b 8390e6d
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 11:46:06 2023 +0200

        Merge branch 'develop' into poc-input-method-editor

    commit c4ee49b12a9acfdc95b6821a2a4a2782d2da3d92
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 11:39:52 2023 +0200

        update cell templates

    commit 66529ff898b821ed6c5d755653f60e2dd70d75ca
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 11:12:44 2023 +0200

        update JSDoc

    commit 4a9e7245dbf0168dea3587128028ff1303a43dc3
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 11:12:35 2023 +0200

        use `CompositionEvent` type instead of `KeyboardEvent`

    commit 8390e6da36fb3b75d42fc4a1ff06f44b0df51c38
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Wed Aug 2 07:55:39 2023 +0000

        upgrade version [ci skip]

    commit 813ed57de31889de89cc62073c7845d37122a0d0
    Merge: 2bb3497 c4d8d17
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 09:55:01 2023 +0200

        Merge pull request #199 from silevis/fix/i18n-first-input-char

        Fix/i18n first input char

    commit c4d8d17d165e7c34f71c2197add5598686bd99de
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Tue Aug 1 16:31:44 2023 +0200

        add `getCharFromKey` fn, update cell templates

    commit 64447431bca3250f833a3302b24e39b2d5e97231
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Tue Aug 1 14:01:59 2023 +0200

        added a disclaimer

    commit abed55c937dd97651675b046c6eb86bf89207939
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Tue Aug 1 12:45:50 2023 +0200

        retrieve proper character using key and navigator.language

    commit 0d8927826d731647cec48326de9cb7143553f4f7
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Tue Aug 1 12:45:14 2023 +0200

        add key property to cell template keyDown handler

    commit 2bb349776d15e9c9dc4ee0b3cb61fa9b5bcaf145
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Tue Aug 1 07:19:18 2023 +0000

        upgrade version [ci skip]

    commit 1ec4d44c62f83fa047829be23f0e1313b9a6632c
    Merge: 4efceca b0ed4fb
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Tue Aug 1 09:18:35 2023 +0200

        Merge pull request #148 from vutq2712/fix/check-null-data

    commit 4efceca79ea1c07f13aec2cdc867bfd196d4e6c6
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Mon Jul 31 11:33:26 2023 +0000

        upgrade version [ci skip]

    commit b168304026cd272ad34b3b4065ee57ae8f62d097
    Merge: 328120f 89bfd1c
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Mon Jul 31 13:32:49 2023 +0200

        Merge branch 'alonshmiel-fix-esc-key-for-number-cell' into develop

    commit 89bfd1c9f8e823e923d1634816c26fb300d310bd
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Mon Jul 31 13:32:13 2023 +0200

        replace view.event.keyCode with esc key press flag

    commit f8d2452cf3c78a53bd8074fef4c85e25f15cd285
    Merge: 328120f 0dafc7d
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Mon Jul 31 13:07:26 2023 +0200

        Merge branch 'fix-esc-key-for-number-cell' of https://github.com/alonshmiel/reactgrid into alonshmiel-fix-esc-key-for-number-cell

    commit 328120f15f914737339714ca6a3074b759842019
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Mon Jul 31 10:44:39 2023 +0000

        upgrade version [ci skip]

    commit 75c2019596e99c2c64cec4d41acfc1aa9d399c2b
    Merge: 8fa9a4c 3883d88
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Mon Jul 31 12:43:51 2023 +0200

        Merge branch 'alonshmiel-ignore-metadata-on-context-menu-paste' into develop

    commit 3883d882086cebd717a04d9a2a87daa42c5c8333
    Merge: 55f002a 0a26a07
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Mon Jul 31 12:39:42 2023 +0200

        Merge branch ''ignore-metadata-on-context-menu-paste'' of https://github.com/alonshmiel/reactgrid into alonshmiel-ignore-metadata-on-context-menu-paste

    commit 8fa9a4cc25caeb34b149ecca93844851803019ea
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Mon Jul 31 09:04:48 2023 +0000

        upgrade version [ci skip]

    commit 610b6c762de26b8e1aa672cf2dcef4500cf7cbeb
    Merge: 70c8815 11ca472
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Mon Jul 31 11:04:08 2023 +0200

        Merge pull request #86 from alonshmiel/fix-cell-validation-tests

        Fix cell validation tests

    commit 70c88156e61767f3a0b723a1076d0500be124318
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Mon Jul 31 09:01:07 2023 +0000

        upgrade version [ci skip]

    commit 1866591189588aa29e6021a03f226bffe9406181
    Merge: 55f002a 9ae9f7e
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Mon Jul 31 11:00:30 2023 +0200

        Merge pull request #141 from silevis/dependabot/npm_and_yarn/express-4.18.2

        Bump express from 4.17.2 to 4.18.2

    commit 9ae9f7e0c5800779e6118d1016544ed92ad38441
    Merge: 7933b7a 55f002a
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Mon Jul 31 10:56:44 2023 +0200

        Merge branch 'develop' into dependabot/npm_and_yarn/express-4.18.2

    commit 55f002a5c8d0e1d866f28985126180404fa8e816
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Mon Jul 31 08:47:01 2023 +0000

        upgrade version [ci skip]

    commit f892ffa7894cd63eced86a4be07061bc8b580911
    Merge: 0f07e8a d550fe8
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Mon Jul 31 10:46:30 2023 +0200

        Merge pull request #139 from silevis/dependabot/npm_and_yarn/decode-uri-component-0.2.2

        Bump decode-uri-component from 0.2.0 to 0.2.2

    commit d550fe8884f77485dfb5ac2a7461fdedc526a328
    Merge: 162067c 0f07e8a
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Mon Jul 31 10:46:16 2023 +0200

        Merge branch 'develop' into dependabot/npm_and_yarn/decode-uri-component-0.2.2

    commit 0f07e8a812b29407a43f37b7cb715ec98276ca1f
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Mon Jul 31 08:45:02 2023 +0000

        upgrade version [ci skip]

    commit bd1a00f9da20e1429716ce96ddf4cc2b1be5ba62
    Merge: c8a8764 e40da86
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Mon Jul 31 10:44:24 2023 +0200

        Merge pull request #117 from silevis/dependabot/npm_and_yarn/terser-4.8.1

        Bump terser from 4.8.0 to 4.8.1

    commit e40da86e4b3e69694c101d7a98b17f41ec5a573d
    Merge: 7c0b8b6 c8a8764
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Mon Jul 31 10:43:43 2023 +0200

        Merge branch 'develop' into dependabot/npm_and_yarn/terser-4.8.1

    commit c8a8764b25db51a144e0c45960df2f334981bdd0
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Mon Jul 31 08:28:10 2023 +0000

        upgrade version [ci skip]

    commit 15c9bc7e39aeecf3c71cbf725ce88958aae02807
    Merge: 06a06a6 7611780
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Mon Jul 31 10:27:34 2023 +0200

        Merge pull request #198 from silevis/fix/cell-border-color

        retrieve border color from cell props

    commit 76117801ffad2344b1cb18456cc8fc8d8d35237a
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Mon Jul 31 10:23:08 2023 +0200

        retrieve border color from cell props

    commit 06a06a647a87530204f31d5f5fa2d6de48778481
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Fri Jul 28 15:09:56 2023 +0000

        upgrade version [ci skip]

    commit c2f3b8c99b483ed18314e81229084f5349142b9d
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Fri Jul 28 15:09:22 2023 +0000

        upgrade version [ci skip]

    commit a008359622b54d27f65826a866f0bd2ce0f035d3
    Merge: 76fa73c b7f8d9e
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 17:07:22 2023 +0200

        Merge pull request #194 from silevis/pnpm-support

        Pnpm support, explicit String conversion

    commit 76fa73ca992a0239fc9e5240caf0dde8c3254684
    Merge: 3c22529 a20732c
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 17:07:07 2023 +0200

        Merge pull request #195 from silevis/fix/dropdown-cell-not-updating

        Make selected value controlled

    commit 3c22529ff0c00c8908dc84194ca39c9f8a13243c
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Fri Jul 28 15:06:45 2023 +0000

        upgrade version [ci skip]

    commit 642a1152fab29ea38f2d6ef337b676f377f285dd
    Merge: 711a46e 7e5dc4f
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 17:03:58 2023 +0200

        Merge pull request #113 from silevis/dependabot/npm_and_yarn/moment-2.29.4

        Bump moment from 2.29.1 to 2.29.4

    commit 7e5dc4f2c8c7f63a950d4600ae26a2335d2cf381
    Merge: 660b909 711a46e
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 16:59:57 2023 +0200

        Merge branch 'develop' of https://github.com/silevis/reactgrid into dependabot/npm_and_yarn/moment-2.29.4

    commit 711a46e0168bb4473982ffede43c950d5b0a517e
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Fri Jul 28 14:25:23 2023 +0000

        upgrade version [ci skip]

    commit 98887ca8f195eee3db021c7634845b75bd896304
    Merge: b89b9ed 97fc50d
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 16:22:59 2023 +0200

        Merge pull request #84 from silevis/dependabot/npm_and_yarn/async-2.6.4

        Bump async from 2.6.3 to 2.6.4

    commit 97fc50dbfbd2ced1886a7084b664e409fc77aaa7
    Merge: 4f9cae0 b89b9ed
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 16:19:03 2023 +0200

        Merge branch 'develop' into dependabot/npm_and_yarn/async-2.6.4

    commit b89b9ed573e2cc615af7ec9b24c5d48bab9879bc
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Fri Jul 28 13:48:13 2023 +0000

        upgrade version [ci skip]

    commit 9adcc93095f680d7dca776906195a0f038bb34fa
    Merge: 49903d0 165d09b
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 15:47:32 2023 +0200

        Merge pull request #149 from silevis/dependabot/npm_and_yarn/json5-1.0.2

        Bump json5 from 1.0.1 to 1.0.2

    commit 165d09b061a7a275243de79e53e33f89e639ae45
    Author: daniel.fidor <daniel.fidor@silevis.com>
    Date:   Fri Jul 28 15:47:10 2023 +0200

        remove duplicates

    commit c7eb8613b93936e6089edbf64c787cd784f6509f
    Merge: 618722e 49903d0
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 15:13:58 2023 +0200

        Merge branch 'develop' into dependabot/npm_and_yarn/json5-1.0.2

    commit 49903d0105c7a930cb62634464dfdbae22765daa
    Merge: 6ebf580 4aa06d0
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 15:08:41 2023 +0200

        Merge pull request #94 from silevis/dependabot/npm_and_yarn/semver-regex-3.1.4

        Bump semver-regex from 3.1.3 to 3.1.4

    commit 4aa06d0a4f96746f094069ef64f0cbe4546cce08
    Merge: eb74ccf a880132
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 15:08:33 2023 +0200

        Merge branch 'develop' into dependabot/npm_and_yarn/semver-regex-3.1.4

    commit 6ebf580c7a41b2fc92bdb73bb049ee5a9c8b0b28
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Fri Jul 28 13:07:50 2023 +0000

        upgrade version [ci skip]

    commit a880132c3017aca4c4d5a0d57a922492a85d052a
    Merge: 057edf6 394e112
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 15:07:24 2023 +0200

        Merge pull request #157 from silevis/dependabot/npm_and_yarn/minimist-1.2.8

        Bump minimist from 1.2.5 to 1.2.8

    commit 394e112236efa3e936fb3ca99854f9e59ce856ac
    Merge: 1d37179 64ba910
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 15:07:17 2023 +0200

        Merge branch 'develop' into dependabot/npm_and_yarn/minimist-1.2.8

    commit 057edf61e35ccbbdd7b1fe4299f62d675a1a8181
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Fri Jul 28 13:07:03 2023 +0000

        upgrade version [ci skip]

    commit 64ba91033bb41f92ffabca2209bd4902a3c748f4
    Merge: 5d15df9 24a1f16
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 15:06:31 2023 +0200

        Merge pull request #93 from silevis/dependabot/npm_and_yarn/eventsource-1.1.1

        Bump eventsource from 1.1.0 to 1.1.1

    commit 24a1f16f92ae7ac61ac8a0969b07c4806f5b400d
    Merge: a2e45d9 a08af76
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 15:06:20 2023 +0200

        Merge branch 'develop' into dependabot/npm_and_yarn/eventsource-1.1.1

    commit 5d15df9dbd1bb22a1fe75300ee3ff03c4155c23c
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Fri Jul 28 13:05:06 2023 +0000

        upgrade version [ci skip]

    commit a08af763c932960425b563174b1fb8b4beb93c89
    Merge: 00cec85 576a26a
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 15:04:14 2023 +0200

        Merge pull request #74 from silevis/dependabot/npm_and_yarn/url-parse-1.5.10

        Bump url-parse from 1.5.4 to 1.5.10

    commit 576a26a3e0a4d29f937abf68434f6f7735b04915
    Merge: 8420738 f1544f5
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 15:03:51 2023 +0200

        Merge branch 'develop' into dependabot/npm_and_yarn/url-parse-1.5.10

    commit 00cec8594de81ef690e8dc792b49826b7eebf89c
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Fri Jul 28 12:59:44 2023 +0000

        upgrade version [ci skip]

    commit f1544f576ad089f6e597a694c858db47cfa2e042
    Merge: 3c11239 00a43a3
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 14:59:10 2023 +0200

        Merge pull request #72 from silevis/dependabot/npm_and_yarn/follow-redirects-1.14.8

        Bump follow-redirects from 1.14.7 to 1.14.8

    commit 00a43a37dcd82613b9d7ab43459eac8559bfebed
    Merge: 3e78458 3c11239
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 14:58:58 2023 +0200

        Merge branch 'develop' into dependabot/npm_and_yarn/follow-redirects-1.14.8

    commit 3c11239bc059b6d234173347fd5bd68a79a01daf
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Fri Jul 28 12:56:41 2023 +0000

        upgrade version [ci skip]

    commit 45705778eb9b0cee853948bd9a4c3a99497cd748
    Merge: 169633d a20e5e2
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 14:56:03 2023 +0200

        Merge pull request #66 from silevis/dependabot/npm_and_yarn/tmpl-1.0.5

        Bump tmpl from 1.0.4 to 1.0.5

    commit a20e5e29cbf70bc191268ffc4244b44595870026
    Merge: 12c8f2b 169633d
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Fri Jul 28 14:55:50 2023 +0200

        Merge branch 'develop' into dependabot/npm_and_yarn/tmpl-1.0.5

    commit a20732caa4dda9e31fbc16a2183bc17435d68b32
    Author: daniel.fidor <daniel.fidor@silevis.com>
    Date:   Thu Jul 27 10:50:32 2023 +0200

        make selected value controlled

    commit b7f8d9e02c43db78b4c0adfad2558e79d2ed25dc
    Author: daniel.fidor <daniel.fidor@silevis.com>
    Date:   Wed Jul 26 16:15:00 2023 +0200

        replace implicit string conversion with explicit constructor

    commit d3fb6b2db9a7b218ca033d1c6f1cb9a8a3e1ecdd
    Author: daniel.fidor <daniel.fidor@silevis.com>
    Date:   Wed Jul 26 16:14:16 2023 +0200

        add npm config

    commit 169633df0c753820900e38af2aba2357c77e998b
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Tue Jul 25 06:10:06 2023 +0000

        upgrade version [ci skip]

    commit 3f8305008851bdafbe0d10be0eb9eb122e355926
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Tue Jul 25 08:09:28 2023 +0200

        Update react scripts (#193)

        * Update react-select
        * npm audit fix
        * Migrate to react-scripts@5.0.1

        ---------

        Co-authored-by: Daniel Fidor <daniel.fidor@silevis.com>

    commit c6138938a128325f779a9c1975d6f6618e49cca6
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Sat Jul 1 19:45:21 2023 +0300

        add compositionEnd to text cell template instead of email cell template

    commit d0c38caf2201e662b28415b208255fd9068ba6e0
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Sat Jul 1 19:38:45 2023 +0300

        remove irrelevant props

    commit 63b849c6e9ee039e4a7053cb8076f2503e3a08ef
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Sat Jul 1 19:37:12 2023 +0300

        handle composition end in email cell template

    commit 8d15e0f82b73ea18ec49d0832296bea033b8c1f3
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Thu Jun 29 10:23:31 2023 +0300

        use compositionEnd event

    commit d9842605130a1c12d646771a6121dc4df3bae6c2
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Sun Jun 25 17:27:09 2023 +0000

        upgrade version [ci skip]

    commit 1bd932522bcdffb7dd79f9b79ed2c08357d6c791
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Sat Jun 24 20:52:57 2023 +0000

        upgrade version [ci skip]

    commit ec6ef3613b449bcc74bbe70353c1648eaa15fe8e
    Merge: 2b14e70 9b865e0
    Author: Hanno Fellmann <fellmann@users.noreply.github.com>
    Date:   Sat Jun 24 22:52:19 2023 +0200

        Merge pull request #177 from alonshmiel/react-18-upgrade

        - Update to React 18
        - Use sass instead of node-sass
        - Fix some tests (not all)

    commit 9b865e03b9698f5091bb7280ddba300d9a5b31dd
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Sat Jun 24 22:21:23 2023 +0300

        add comment for TODO + add old peerDependencies

    commit bd68ba3b559f25d6dde0f297faf2521505bc8ba4
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Sat Jun 24 20:30:00 2023 +0300

        fix tests

    commit 50a7a096df13c3dd11ce16c81dd7ed2e0be6e72e
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Sat Jun 24 20:29:50 2023 +0300

        rename class from invalid to rg-invalid

    commit edb620902fe470da22d40733de07d7304e9fce45
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Sat Jun 24 20:28:46 2023 +0300

        fix lint

    commit bc322a1581db51090855c82d416ceda7acd72df7
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Sat Jun 24 20:28:27 2023 +0300

        update to react-18

    commit 83d1252465e6382791616cdcd2701014c269654b
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Sat Jun 24 20:27:35 2023 +0300

        updage packages

    commit 4454796df106fc48784f6be7b3cc6f12e08bb19e
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Sat Jun 24 19:32:29 2023 +0300

        Empty commit

    commit 0a26a07fcf01889e88473db5335744a9623ac539
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Fri May 26 13:53:07 2023 +0300

        upgrade to react 18 (with strictMode)

    commit 1d37179ced8873b70dfccd9a6465a1ca6a079f72
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Mar 7 04:29:24 2023 +0000

        Bump minimist from 1.2.5 to 1.2.8

        Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8.
        - [Release notes](https://github.com/minimistjs/minimist/releases)
        - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8)

        ---
        updated-dependencies:
        - dependency-name: minimist
          dependency-type: indirect
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

    commit bd204e03bb1331e73876f76e896d4bc9d944be4c
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Sun Feb 26 01:21:35 2023 +0200

        ignore metadata on paste for text and value

    commit e2fddc8979cb0cb2c969067b23ba0d2cfa769fb7
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Sun Feb 26 01:22:48 2023 +0200

        Revert "ignore metadata on paste for text and value"

        This reverts commit d24b70fe269ede32b6b81fe3aa7daa8e75666338.

    commit d24b70fe269ede32b6b81fe3aa7daa8e75666338
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Sun Feb 26 01:21:35 2023 +0200

        ignore metadata on paste for text and value

    commit 1ce6c2e863dcc4f1d4e4eabf607cc1472d632460
    Merge: 670ab6d 2b14e70
    Author: alonshmiel <alon.shmiel@gmail.com>
    Date:   Sun Feb 26 01:19:22 2023 +0200

        Merge branch 'silevis:develop' into develop

    commit 618722e70aa536a27947cbdc399524840ebae328
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Sat Jan 7 19:40:30 2023 +0000

        Bump json5 from 1.0.1 to 1.0.2

        Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
        - [Release notes](https://github.com/json5/json5/releases)
        - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

        ---
        updated-dependencies:
        - dependency-name: json5
          dependency-type: indirect
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

    commit b0ed4fb2d206716513b742d6bb1c32772cbee86d
    Author: Vu Tran <vu.tran@bnksolution.com>
    Date:   Thu Jan 5 16:55:42 2023 +0700

        check null data

    commit 7933b7a09924aba4e36cd014d641cfaa5aacf0ef
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Dec 15 19:37:57 2022 +0000

        Bump express from 4.17.2 to 4.18.2

        Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.18.2.
        - [Release notes](https://github.com/expressjs/express/releases)
        - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
        - [Commits](https://github.com/expressjs/express/compare/4.17.2...4.18.2)

        ---
        updated-dependencies:
        - dependency-name: express
          dependency-type: indirect
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

    commit 162067c665c4e47237f46f3c77fe3b7f661c1455
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Dec 8 08:26:44 2022 +0000

        Bump decode-uri-component from 0.2.0 to 0.2.2

        Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
        - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
        - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

        ---
        updated-dependencies:
        - dependency-name: decode-uri-component
          dependency-type: indirect
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

    commit 7c0b8b6a5cba5795d7831754d55366b37a8a47e5
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Wed Jul 20 18:26:35 2022 +0000

        Bump terser from 4.8.0 to 4.8.1

        Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
        - [Release notes](https://github.com/terser/terser/releases)
        - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
        - [Commits](https://github.com/terser/terser/commits)

        ---
        updated-dependencies:
        - dependency-name: terser
          dependency-type: indirect
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

    commit 660b909dbc5d5dc468be09437cc725ac52d6d7f9
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Fri Jul 8 13:55:21 2022 +0000

        Bump moment from 2.29.1 to 2.29.4

        Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4.
        - [Release notes](https://github.com/moment/moment/releases)
        - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
        - [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.4)

        ---
        updated-dependencies:
        - dependency-name: moment
          dependency-type: indirect
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

    commit 0dafc7d1b1aed9820f5021b7dca7441221c99e37
    Merge: 99d8c44 2b14e70
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Wed Jul 6 10:43:24 2022 +0300

        Merge remote-tracking branch 'upstream/develop' into fix-esc-key-for-number-cell

    commit 99d8c4412aeb581b7ffe93869da65be2103f658d
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Wed Jul 6 08:57:33 2022 +0300

        fix esc for number\

    commit eb74ccf8a45fe068c36026f18fecea9be18fee44
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Sat Jun 4 00:05:09 2022 +0000

        Bump semver-regex from 3.1.3 to 3.1.4

        Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4.
        - [Release notes](https://github.com/sindresorhus/semver-regex/releases)
        - [Commits](https://github.com/sindresorhus/semver-regex/commits/v3.1.4)

        ---
        updated-dependencies:
        - dependency-name: semver-regex
          dependency-type: indirect
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

    commit a2e45d9b4c59ccf462f0518066ff8dcffe920caa
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Wed Jun 1 22:32:43 2022 +0000

        Bump eventsource from 1.1.0 to 1.1.1

        Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1.
        - [Release notes](https://github.com/EventSource/eventsource/releases)
        - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
        - [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1)

        ---
        updated-dependencies:
        - dependency-name: eventsource
          dependency-type: indirect
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

    commit 11ca47211a07e534ea39a95856099de8e7accd1e
    Merge: a3ecb32 b0477da
    Author: alonshmiel <alon.shmiel@gmail.com>
    Date:   Thu Apr 28 20:15:49 2022 +0300

        Merge branch 'develop' into fix-cell-validation-tests

    commit a3ecb32492e6c769f11b8462f4fe76cda4b0f9c0
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Thu Apr 28 20:06:14 2022 +0300

        fix cell validations tests

    commit 4f9cae003bad41ea17ec0ffab73ae6c308dcbe7c
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Wed Apr 27 06:58:27 2022 +0000

        Bump async from 2.6.3 to 2.6.4

        Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
        - [Release notes](https://github.com/caolan/async/releases)
        - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
        - [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

        ---
        updated-dependencies:
        - dependency-name: async
          dependency-type: indirect
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

    commit 670ab6d4e03be8f91061d97f3d24c2f1c2fde978
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Wed Apr 27 09:55:24 2022 +0300

        change in getClassName for numberCell

    commit 34f06b1a33d33dffe7d2e1c7b5f3743670e514d7
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Wed Apr 27 09:52:52 2022 +0300

        rename class from invalid to rg-invalid

    commit ed3ebf8913b88884ece1d5d66a8fa6dfaf7dedb7
    Author: alon shmiel <alon.shmiel@gmail.com>
    Date:   Mon Apr 25 12:10:42 2022 +0300

    commit db088adcc9a78467c6a6d337036a7d0056a25917
    Author: erezshmiel <erez.shmiel1@gmail.com>
    Date:   Sat Apr 23 23:39:08 2022 +0300

    commit 84207387802e50fa3f6efe6793f01c1555ed32ae
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Feb 28 03:09:39 2022 +0000

        Bump url-parse from 1.5.4 to 1.5.10

        Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.10.
        - [Release notes](https://github.com/unshiftio/url-parse/releases)
        - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.4...1.5.10)

        ---
        updated-dependencies:
        - dependency-name: url-parse
          dependency-type: indirect
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

    commit 3e78458212a74e7b19568373b80d9532ce8ff88f
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Feb 14 14:55:57 2022 +0000

        Bump follow-redirects from 1.14.7 to 1.14.8

        Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
        - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
        - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

        ---
        updated-dependencies:
        - dependency-name: follow-redirects
          dependency-type: indirect
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

    commit 12c8f2be05cf1856792bea81365fcc178e7b8f99
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jan 27 12:21:07 2022 +0000

        Bump tmpl from 1.0.4 to 1.0.5

        Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
        - [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
        - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

        ---
        updated-dependencies:
        - dependency-name: tmpl
          dependency-type: indirect
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

commit 484ddb974899455d1537f13cdef1535b02376cdd
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 9 11:17:03 2023 +0200

    Merge branch 'tariqule-develop' into develop

commit c3749beb341545d821c5be929270c9bc70d068c3
Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
Date:   Wed Aug 9 11:12:46 2023 +0200

    Squashed commit of the following:

    commit 09a5deef31098b3db401f94c32798c9aaeaff70f
    Merge: 61bc0f2 7acce7f
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 9 09:14:13 2023 +0200

        Merge branch 'tariqule-develop' into develop

    commit 7acce7fe5310efe17a7cefb20145d4a2eaf35729
    Merge: 61bc0f2 ea8e035
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 9 09:13:50 2023 +0200

        Merge branch 'develop' of https://github.com/tariqule/custom-react-grid into tariqule-develop

    commit 61bc0f206337f088dab1c1ef86e90660aa56e043
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Tue Aug 8 06:48:13 2023 +0000

        upgrade version [ci skip]

    commit f108e63fd379b80cb7a8e8cec5f3a79d71ccf03d
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Tue Aug 8 08:47:34 2023 +0200

        add disclaimers

    commit 283296804b1f4f956dc4bb37aec4e1f01ab019f2
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Thu Aug 3 06:57:19 2023 +0000

        upgrade version [ci skip]

    commit 460eb3ed6785065d1c60054dc57e23b73c69c326
    Merge: 32e7dbb 1861c48
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Thu Aug 3 08:56:48 2023 +0200

        Merge pull request #200 from silevis/fix/i18n-number-cell-first-char

        Catch all printable characters on first input outside edit mode

    commit 1861c4829202e48d4580d5d14322c059005f6f19
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 16:40:52 2023 +0200

        update cell templates

    commit 6ef520e9fd0a72d6d0c29f4e57672da17d332365
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 15:51:54 2023 +0200

        update getCharFromKey

    commit 65e7956b859c98c8a81e5380975c364bbba484d0
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 14:12:39 2023 +0200

        update keyCodeCheckings

    commit f9cefe3e57f4dee9435cb74652934e1da5c0ac87
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 14:01:43 2023 +0200

        update number cell to use `key` property for first char validation

    commit 43e041ceb9616a7fc309b362d97441cbc8f0845d
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 14:01:13 2023 +0200

        add string based character on number input validator

    commit 32e7dbbd3bab462c08f6f55766426e03269980d6
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Wed Aug 2 09:47:18 2023 +0000

        upgrade version [ci skip]

    commit c27ba6f52867120fc90361c9d2520ca4c083e0c1
    Merge: 8390e6d b48f824
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 11:46:43 2023 +0200

        Merge pull request #185 from silevis/poc-input-method-editor

        use compositionEnd event

    commit b48f824f70334b135bc3967ea9146b5d75e74659
    Merge: c4ee49b 8390e6d
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 11:46:06 2023 +0200

        Merge branch 'develop' into poc-input-method-editor

    commit c4ee49b12a9acfdc95b6821a2a4a2782d2da3d92
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 11:39:52 2023 +0200

        update cell templates

    commit 66529ff898b821ed6c5d755653f60e2dd70d75ca
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 11:12:44 2023 +0200

        update JSDoc

    commit 4a9e7245dbf0168dea3587128028ff1303a43dc3
    Author: Daniel Fidor <65829376+DLowHP@users.noreply.github.com>
    Date:   Wed Aug 2 11:12:35 2023 +0200

        use `CompositionEvent` type instead of `KeyboardEvent`

    commit 8390e6da36fb3b75d42fc4a1ff06f44b0df51c38
    Author: Patryk Eliasz (patryk.eliasz@silevis.com) <patryk0493@gmail.com>
    Date:   Wed Aug 2 07:55:39 2023 +0000

        upgrade version [ci…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants