HexagonJS
Collapsible Changelog
0.14.0
hx.Collapsible
Removed
Use hx.Collapsible(selector, options) instead.
hx.Collapsible
changeendBoolean
Removed
Use showend or hideend to listen for when the animations have finished on show/hide.
hx.Collapsible
hide
Removed
Use hidestart instead
hx.Collapsible
show
Removed
Use showstart instead
hx.initialiseCollapsibles
Removed
Use hx.initializeCollapsibles instead.
0.13.0
hx.Collapsible
Deprecated
Use hx.Collapsible(selector, options) instead.
hx.Collapsible
Added
Standardise the constructor APIs
hx.Collapsible
hidecallbackFunction
callback
Added
Added a callback for when the animation finishes
hx.Collapsible
changeendBoolean
Deprecated
Use showend or hideend to listen for when the animations have finished on show/hide.
hx.Collapsible
hide
Deprecated
Use hidestart instead
hx.Collapsible
show
Deprecated
Use showstart instead
hx.initialiseCollapsibles
Deprecated
Correct spelling
Use hx.initializeCollapsibles instead.
0.10.0
hx.CollapseableextendsEventEmitter
Removed
This has been replaced with Collapsible
hx.initialiseCollapseables
Removed
This has been replaced with hx.initialiseCollapsibles
hx-collapseable
Removed
Use hx-collapsible instead.
hx-collapsible
hx-collapsible-[n]
Removed
Removed module-specific classes in favor of generic classes
0.9.0
hx.CollapseableextendsEventEmitter
Deprecated
This has been replaced with Collapsible
hx.initialiseCollapseables
Deprecated
This has been replaced with hx.initialiseCollapsibles
hx.initialiseCollapsibles
Added
Initialises all the collapsibles that match a css selector in a page and returns the Collapsible objects as an array.
hx-collapseable
Deprecated
Use hx-collapsible instead.
hx-collapsible
hx-collapsible-[n]
Deprecated
All numbered color classes will be removed in a later version. There will be no alternative - all collapsible should look the same.