Skip to content

Releases: avallete/ag-grid-autocomplete-editor

Release v1.2.7

09 Nov 22:42
Compare
Choose a tag to compare

Add testing to the project

Setup sourcemaps for production

08 Nov 14:12
Compare
Choose a tag to compare

Setup sourcemaps for production targeted package. Hugely reduce the size of the package.

Security fix

18 Sep 11:10
Compare
Choose a tag to compare

npm audit fix for all dependencies, to fix security issues.

Add .npmignore to the repo

hotfix

07 Apr 21:21
73aab9b
Compare
Choose a tag to compare

Revert the loadOnAttach feature since it conflict with autocompleter behavior.
Use arrow function to handle locally loaded data.
Rename data to selectData to avoid params naming conflicts.

v1.0.6

07 Apr 20:36
8623e7b
Compare
Choose a tag to compare

Fixes:

  • Set currentItem as public so it can be changed by params functions.

Feat:

  • Add loadOnAttach option to perform a first load request when component is focused.

Fix KEY_ENTER bug, update ag-grid to latest version

04 Apr 12:09
192efee
Compare
Choose a tag to compare
  • Update the ag-grid to the latest version
  • Leverage the suppressKeyboardEvent into colDef to fix the bug (KEY_ENTER was handled by ag-grid before the component).