Skip to content

Releases: avallete/ag-grid-autocomplete-editor

v3.0.1

21 Dec 12:44
48e657d
Compare
Choose a tag to compare

3.0.1 (2021-12-21)

Bug Fixes

  • minLength: fix minLength cannot set to 0 (#106) (48e657d)

v3.0.0

19 Apr 16:02
14a7ff5
Compare
Choose a tag to compare

3.0.0 (2021-04-19)

BREAKING CHANGES

  • main.css is generated from .scss file. And is now moved into dist/
    subfolder.
    It must now be imported with ag-grid-autocomplete-editor/dist/main.css

  • chore: ignore build artifacts for versioning

  • refactor!: put types into a types/ folder

The generated .d.ts types are now located under the types/ folder.
They must be imported like so:
ag-grid-autocomplete-editor/types/ag-grid-autocomplete-editor.d.ts

  • chore(deps): upgrade dependencies

  • refactor(build)!: use dist/ and types/ folders

The builded artifacts are now located under dist/ and types/ folders.
You may need to update some of your imports:
Ex:
ag-grid-autocomplete-editor/main.css
-> ag-grid-autocomplete-editor/dist/main.css

  • fix(types): use index.d.ts as package types root

  • style(eslint): allow unused variable named _

  • test(e2e): add more e2e tests

v2.2.1

04 Apr 16:21
Compare
Choose a tag to compare

2.2.1 (2021-04-04)

Bug Fixes

  • deps: move ag-grid-community to peerDependencies (e7db42a)

v2.2.0

01 Feb 16:10
Compare
Choose a tag to compare

2.2.0 (2021-02-01)

Bug Fixes

  • tests: Fix ResizeObserver loop limit exceeded error (107bcbd)

Features

v2.1.2

31 Oct 07:54
efb7680
Compare
Choose a tag to compare

2.1.2 (2020-10-31)

Bug Fixes

  • deps: bump ag-grid to latest 23.2.1 (0224a83)

v2.1.1

08 Jul 10:43
2ff7fb0
Compare
Choose a tag to compare

2.1.1 (2020-07-08)

Bug Fixes

  • package: Add autocompleter.d.ts definitions to the npm bundle (a04a5e7)

v2.1.0

29 Jun 03:28
55f4749
Compare
Choose a tag to compare

2.1.0 (2020-06-29)

Features

  • semantic-releases: Setup semantic-releases with travis (f8b3997)

v2.0.0

28 Jun 07:49
Compare
Choose a tag to compare

Bump all project dependencies to new versions.

Fix #73 bug with agGrid v23.2.1

BREAKING CHANGE: Will not work with older agGrid version (for v23.0.1 or lower, please use v1.4.0)

v1.4.0

10 Apr 22:39
017193b
Compare
Choose a tag to compare
  • Bump dependencies to latest version
  • Fix style issue with ag-grid-community latest version
  • Add custom class for wrapper and input
  • Add some tests

v1.2.8

26 Nov 13:25
Compare
Choose a tag to compare

Fix main.css missing from npm package