Skip to content

Tags: craftingmod/nodegui

Tags

v0.0.0-latest-master

Toggle v0.0.0-latest-master's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: adding ordering and next sibling method to flex layout (nodegui…

…#615)

* feat: adding methods to get the child index and next child

* feat: ordering children properly in insert before

v0.23.1

Toggle v0.23.1's commit message
0.23.1

v0.23.0

Toggle v0.23.0's commit message
lint and update docs

v0.22.0

Toggle v0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump @types/jest from 25.2.3 to 26.0.0 (nodegui#600)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.2.3 to 26.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

v0.21.0

Toggle v0.21.0's commit message
0.21.0

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade deps (nodegui#562)

* upgrade qode

* 0.20.0

* dep updates

* formatting and fix exports

* fix type rename

v0.19.0

Toggle v0.19.0's commit message
bring back event loop activator

v0.18.1

Toggle v0.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
More docs (nodegui#471)

* Adds image example

* fix mouse typo

* Adds scrolla area and networking examples

* Adds a link to awesome repo

assets

Toggle assets's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Export more class (nodegui#469)

* Add QDoubleSpinBox

* Add QBrush

* Add QListView and improve QListWidget

* Add QErrorMessage

* Add QFontDialog

* Add QProgressDialog

* Add QLCDNumber

Co-authored-by: wuxiaofeng <[email protected]>