[PR #90] [CLOSED] Bump libui-node dep to 0.2.0-rc1 #254

Closed
opened 2026-05-05 11:56:59 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kusti8/proton-native/pull/90
Author: @parro-it
Created: 5/2/2018
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • d42ab2b Update for libui-node 0_1_0
  • 3542fdd Merge remote-tracking branch 'misch/libui-node-010'
  • b5392a4 Update libui-node version to 0.1.0
  • cb61084 Area
  • 7059572 Update, percentages as values, transforms!
  • 943f3f5 Rename Area elements, Circle, CSS colors
  • bcbd081 Transform: matrix, skew
  • 945124c Add Path
  • 04a3c05 Add fill & stroke options, fix transforms
  • 022c627 Inheriting props

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 examples/Notepad/index.js (+1 -1)
📝 package.json (+1 -1)

📄 Description

NOT MEANT TO BE MERGED

This PR bump libui-node to 0.2.0-rc1.
This is a prerelease for version 0.2.0.
I wrote this PR to test the release before publish as npm latest.

It include PR #78 by @mischnic to test his new implementations on Area.
@mischnic: I notice there are some part of the area.js example code commented: should they be working with your fixing on libui-node included in 0.2.0?

The 0.2.0 release will include:

  • Add new event-loop example to test event loop stuff.
  • Fixed setTimeout & setInterval.
  • Other improvements to event loop code.
  • Implemented binding for new libui text drawing API.
  • Simplified binding.gyp file using dynamic inclusion of sources.
  • Add -fvisibility flag in binding.gyp to allow using yoga & libui-node together.
  • Fixed some memory leaks.
  • Add linter check to C++ files.
  • Fixed UiArea bugs & add missing bindings.
  • Removing unneeded controls macro.
  • Removing unneeded nbind workaround in UiArea.
  • Fix event loop on macOS Sierra.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kusti8/proton-native/pull/90 **Author:** [@parro-it](https://github.com/parro-it) **Created:** 5/2/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`d42ab2b`](https://github.com/kusti8/proton-native/commit/d42ab2b7319b5fdd3612b5f8c8ec27b4613c416c) Update for libui-node 0_1_0 - [`3542fdd`](https://github.com/kusti8/proton-native/commit/3542fdd0cd9c5e8c2b0fee483a69619a028b9f80) Merge remote-tracking branch 'misch/libui-node-010' - [`b5392a4`](https://github.com/kusti8/proton-native/commit/b5392a4b2191d325d3a07f7ac26855aff50dcba3) Update libui-node version to 0.1.0 - [`cb61084`](https://github.com/kusti8/proton-native/commit/cb61084e9a310995c6d5f0f071f9781e293dc261) Area - [`7059572`](https://github.com/kusti8/proton-native/commit/70595721648392e2a4768a3da5bbf14f861b7d7d) Update, percentages as values, transforms! - [`943f3f5`](https://github.com/kusti8/proton-native/commit/943f3f5a28d3825c4edea67fdd49f9c0691bf4b1) Rename Area elements, Circle, CSS colors - [`bcbd081`](https://github.com/kusti8/proton-native/commit/bcbd081de7ad1e110f3e1aeb52cdad9228c05af8) Transform: matrix, skew - [`945124c`](https://github.com/kusti8/proton-native/commit/945124c3d0442a4e04fb6f9c7866ef9166a064e9) Add Path - [`04a3c05`](https://github.com/kusti8/proton-native/commit/04a3c05c637bcde4b53ac7b52fdd4b85efb62884) Add fill & stroke options, fix transforms - [`022c627`](https://github.com/kusti8/proton-native/commit/022c627e75e07c5186dd776a0d8f81f3404b7ca5) Inheriting props ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `examples/Notepad/index.js` (+1 -1) 📝 `package.json` (+1 -1) </details> ### 📄 Description __NOT MEANT TO BE MERGED__ This PR bump libui-node to 0.2.0-rc1. This is a prerelease for version 0.2.0. I wrote this PR to test the release before publish as npm latest. It include PR #78 by @mischnic to test his new implementations on Area. @mischnic: I notice there are some part of the area.js example code commented: should they be working with your fixing on libui-node included in 0.2.0? The 0.2.0 release will include: * Add new event-loop example to test event loop stuff. * Fixed setTimeout & setInterval. * Other improvements to event loop code. * Implemented binding for new `libui` text drawing API. * Simplified binding.gyp file using dynamic inclusion of sources. * Add -fvisibility flag in binding.gyp to allow using yoga & libui-node together. * Fixed some memory leaks. * Add linter check to C++ files. * Fixed UiArea bugs & add missing bindings. * Removing unneeded controls macro. * Removing unneeded `nbind` workaround in UiArea. * Fix event loop on macOS Sierra. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:56:59 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#254
No description provided.