Skip to content

Releases: kpmck/cypress-ag-grid

v3.3.2

22 Dec 19:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.1...v3.3.2

v3.3.1

15 Apr 18:55
Compare
Choose a tag to compare

What's Changed

  • Add Support for ag grid 31.0.0 by @air2 in #58
  • corrected cell merging by @finixfx in #43
  • Update package.json to v3.0.0 by @kpmck in #61
  • Wait for grid animations to be finished, instead of specified timeouts by @air2 in #67

New Contributors

Full Changelog: v3.2.2...v3.3.1

v3.2.2

21 Jan 21:17
Compare
Choose a tag to compare

Bug Fix: #64

v.2.0.4

04 Oct 04:45
Compare
Choose a tag to compare

What's Changed

  • Sort by ag-header-cell-sorted- instead of aria-sort by @kpmck in #55

Full Changelog: v2.0.3...v2.0.4

v2.0.3

04 Oct 04:30
673109f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

19 Dec 22:22
Compare
Choose a tag to compare

Bugfixes and Improvements:

  • Wait for cells to load when doing paginated validation
  • Allow for selectAllLocaleText to be used when multiple search criteria are provided

v2.0.0

10 Aug 01:01
Compare
Choose a tag to compare

This version now allows us to grab the actual cells as elements when capturing the Ag Grid by using getAgGridElements().

See Getting Elements From the Grid

v1.5.0

08 Aug 19:50
f09d67b
Compare
Choose a tag to compare

Features

  • Add ability to do multi-conditions on floating filter

Minor fixes

  • Typos in README updated
  • Additional tests for floating filters added

v1.3.0

30 May 00:45
Compare
Choose a tag to compare

Bugfixes

  • Apply fix to enable searching for sorting attribute on .ag-cell elements and their child elements

v1.2.0

07 Feb 17:04
Compare
Choose a tag to compare

Updates

  • Added more (optional) verbose error messaging on table validation. Logging is turned on by default.