Releases: unchartedsoftware/stories-facets
Releases · unchartedsoftware/stories-facets
v.2.8.0
- Add sort feature to Facets class (#14)
- Fix label comparison bug on floating point labels in vertical facets (#15)
v.2.7.0
- Expose
getGroup
as method on Facets
class (#12)
- Add
removeGroup
method on Facets
class (#12)
v2.6.1
- Added a new feature, selection summary bar (#9)
- Fixed incorrect histogram bar height (#5)
v2.5.2
Option to disable transitions on init or replace (#6)
* Option to disable transitions on init or replace
* reved patch version
v2.5.1
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
bump version to 2.5.0 (#3)
v2.4.25
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.