Nodegui Versions Save

A library for building cross-platform native desktop applications with Node.js and CSS 🚀. React NodeGui : https://react.nodegui.org and Vue NodeGui: https://vue.nodegui.org

v0.66.0

2 months ago

Changed:

  • Additions and fixes to QTableWidget #1044

v0.0.0-latest-master

2 months ago

Latest auto release corresponding to commit 3c1b84e2b07bf854daf843b0de321d7a02a2b5b5 🔥. To install do: npm install https://github.com/nodegui/nodegui/releases/download/v0.0.0-latest-master/nodegui-master.tgz or npm install http://master-release.nodegui.org

v0.65.0

2 months ago

Added:

  • QMimeData.setData() #1038
  • QMimeData.data() #1038
  • QClipboard.data() #1038
  • QClipboard.setData() #1038

v0.64.0

3 months ago

Update to Qt 6.6.0.

v0.63.0

5 months ago

Added:

  • QDragEnterEvent class #1034
  • QPixmap.setDevicePixelRatio() #1033
  • QPainter.drawPixmap() #1033
  • QPixmap.convertFromImage() #1033

Changes:

  • Refactored and improved the drag and drop related event classes. #1034

v0.62.0

8 months ago

Changes:

  • Give QTableWidget the correct superclass #1018
  • QTabWidget addTab and insertTab icons made optional #1023

v0.61.2

9 months ago

Changed:

  • Make it possible to subclass QScrollArea in plugins.

v0.61.1

9 months ago

Changed:

  • Make QScrollArea generic

v0.61.0

11 months ago

Added:

  • Many QApplication methods (#1011)

Changed:

  • Expose EventListenerOptions and EventWidget types (#1011)

v0.60.0

1 year ago

Added:

  • Many QMenu and QMenuBar methods, properties, and signals.