You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone using this lib, I've rewritten in from scratch in a more functional, less crufty style. The API changes quite a bit, refer to the Readme in the future branch for details.
I've written a shim that partially deals with the transition -- allowing the old-style el, options constructor. However,
if you use something like accordion.select( accordion.panels[i] ), that should be simplified to accordion.select(i) .
the options for custom entry and title classes are not yet implemented. I am not sure I like having these optional because it breaks the structural css. But I may put them back in for flexibility anyway.
there may be other breaking changes I'm not aware of.
For anyone using this lib, I've rewritten in from scratch in a more functional, less crufty style. The API changes quite a bit, refer to the Readme in the future branch for details.
I've written a shim that partially deals with the transition -- allowing the old-style
el
,options
constructor. However,accordion.select( accordion.panels[i] )
, that should be simplified toaccordion.select(i)
.entry
andtitle
classes are not yet implemented. I am not sure I like having these optional because it breaks the structural css. But I may put them back in for flexibility anyway.Comments on the new API are welcome.
@fredsterss @stephenmathieson
The text was updated successfully, but these errors were encountered: