Releases: crapp/qaccordion
Releases · crapp/qaccordion
qAccordion v0.2.2
qAccordion 0.2.1
Bugfix release for 0.2
- Compiling on Windows with MSVC now supported
- Correctly exporting library functions on Windows
qAccordion 0.2
Changelog:
- Incompatible API changes:
- Removed closeContentPane and openContentPane. Please use ContentPane::headerClicked to programmatically open or close a content pane.
- Renamed getOpen --> getActive; contentPaneOpened --> isActive; contentPaneClosed --> isInactive
- New option collapsible allows you to define if all content panes can be closed or not. If not one pane is always open.
- New option multiActive. If multiActive is set there can be more than one active ContentPane.
qAccordion 0.1
This is the first public release of qAccordion. Please note this is an early release and might still contain bugs