Skip to content

Releases: square/crossfilter

1.3.12

15 Oct 16:05
v1.3.12
Compare
Choose a tag to compare
  • Fix premature widening of bitset array.

1.3.11

03 Oct 14:23
v1.3.11
Compare
Choose a tag to compare
  • 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

24 Sep 17:03
v1.3.10
Compare
Choose a tag to compare
  • Properly clear dimension filters before disposal.

1.3.9

14 Aug 15:39
v1.3.9
Compare
Choose a tag to compare

Fix dimension.groupAll when there are no records.

1.3.8

14 Aug 15:39
v1.3.8
Compare
Choose a tag to compare

Fix dimension.filterFunction so that truthy return values are respected.

1.3.7

04 Dec 02:09
Compare
Choose a tag to compare

Use existing exports if available and add component.json for people who like that sort of thing. Remove unused version.js.

1.3.6

19 Dec 00:48
v1.3.6
Compare
Choose a tag to compare
  • Fix bug with use of untyped arrays (affects IE9, for example).

1.3.5

06 Nov 08:47
v1.3.5
Compare
Choose a tag to compare
  • Fix reindex and group listeners on data removal.

1.3.4

12 Sep 23:46
v1.3.4
Compare
Choose a tag to compare
  • Remove stale groups on data removal.

1.3.3

12 Sep 23:21
v1.3.3
Compare
Choose a tag to compare
  • Fix filterFunction followed by filterRange.