Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Releases: unchartedsoftware/stories-facets

v.2.8.0

08 Sep 21:55
Compare
Choose a tag to compare
  • Add sort feature to Facets class (#14)
  • Fix label comparison bug on floating point labels in vertical facets (#15)

v.2.7.0

04 Jul 16:01
Compare
Choose a tag to compare
  • Expose getGroup as method on Facets class (#12)
  • Add removeGroup method on Facets class (#12)

v2.6.1

27 Jun 15:50
Compare
Choose a tag to compare
  • Added a new feature, selection summary bar (#9)
  • Fixed incorrect histogram bar height (#5)

v2.5.3

23 Jun 15:43
Compare
Choose a tag to compare
  • Add Placeholder facet (#7)

  • Fix so that Facets.prototype.replaceGroup() and Group.prototype.replace() maintains the position in the container. (#8)

v2.5.2

15 Jun 17:37
Compare
Choose a tag to compare
Option to disable transitions on init or replace (#6)

* Option to disable transitions on init or replace

* reved patch version

v2.5.1

13 Jun 19:11
Compare
Choose a tag to compare
Fix sparkline not work with lower version of jquery (#4)

* Changed $.addClass() mehtods to classList.add() on sparkline path elements.

* Bump up version

v2.5.0

09 Jun 13:06
Compare
Choose a tag to compare
bump version to 2.5.0 (#3)

v2.4.25

23 May 13:16
Compare
Choose a tag to compare
when replacing a facet, ensure it is fully removed (#1)

We need to remove the facet and re-add it so the label updates correctly.