Releases: avallete/ag-grid-autocomplete-editor
Releases · avallete/ag-grid-autocomplete-editor
Release v1.2.7
Add testing to the project
Setup sourcemaps for production
Setup sourcemaps for production targeted package. Hugely reduce the size of the package.
Security fix
npm audit fix for all dependencies, to fix security issues.
Add .npmignore to the repo
hotfix
v1.0.6
Fix KEY_ENTER bug, update ag-grid to latest version
- 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).