Releases: Alhadis/Accordion
v3.0.2
v3.0.1
v3.0.0
Breaking change:
Removed dist
directory. Source code now exclusively located in src
. Rationale for removal is explained in the commit notes of e74cd3f
.
Bugs fixed:
- Inability to toggle focussed folds with spacebar
Enter
key not toggling folds with anchor-tag headingsonTouchStart
event handlers not marked as passiveAccordion
class not globalised in module's ES6 version
v2.1.1
v2.1.0
v2.0.1
v2.0.0
Half of the first version's code was written before I realised it didn't support accordion nesting. The remaining half was packed full of everted fixes to correct my stupid oversight, which ended up making an illogical mess of everything. Intensely frustrated with the result, I started anew from complete scratch, angrily pounding out one line of fresh ECMAScript after another.
This release is the fruit of that second effort, featuring cleaner, much more efficient code and proper nesting support. Numerous bugs pertaining to height measurement and redraws were found and fixed along the way.