Skip to content

Releases: crapp/qaccordion

qAccordion v0.2.2

13 Nov 17:58
Compare
Choose a tag to compare

Fixed more compilation / linker bugs when using this library as git submodule.

qAccordion 0.2.1

13 Nov 12:58
Compare
Choose a tag to compare
qAccordion 0.2.1 Pre-release
Pre-release

Bugfix release for 0.2

  • Compiling on Windows with MSVC now supported
  • Correctly exporting library functions on Windows

qAccordion 0.2

06 Nov 21:54
Compare
Choose a tag to compare
qAccordion 0.2 Pre-release
Pre-release

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

02 Nov 21:30
Compare
Choose a tag to compare
qAccordion 0.1 Pre-release
Pre-release

This is the first public release of qAccordion. Please note this is an early release and might still contain bugs