Releases: square/crossfilter
Releases · square/crossfilter
1.3.12
1.3.11
- Fix serious bug introduced in version 1.3.8, where groups on the first dimension were incorrectly updated after filterFunction was called on another dimension.
1.3.10
- Properly clear dimension filters before disposal.
1.3.9
Fix dimension.groupAll when there are no records.
1.3.8
Fix dimension.filterFunction so that truthy return values are respected.
1.3.7
1.3.6
- Fix bug with use of untyped arrays (affects IE9, for example).
1.3.5
- Fix reindex and group listeners on data removal.
1.3.4
- Remove stale groups on data removal.
1.3.3
- Fix filterFunction followed by filterRange.