v0.58.0
This is the first stable release of NodeGui based on Qt 6 instead of the older Qt 5. This release is also paired with an upgrade in qode
to match NodeJs v18.12.1.
The biggest change in Qt 6 which may affect NodeGui based applications is the High DPI support. If you are using nodegui plugins, they may have to be upgraded to support Qt6 too.
Changes:
- Upgraded to Qt 6
- Requires package
@nodegui/qode
version 18.12.1 (or higher). - Added
applicationDisplayNameChanged
&lastWindowClosed
signals toQApplication
QPainter
gained many methods related to drawing with fractional pixel sizes and HiDPI rendering.QTableWidget
gained methodsclearSelection()
,selectAll()
,scrollToBottom()
, andscrollToTop()
.