mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[PR #78] [MERGED] Area #251
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#251
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kusti8/proton-native/pull/78
Author: @mischnic
Created: 4/2/2018
Status: ✅ Merged
Merged: 5/2/2018
Merged by: @kusti8
Base:
master← Head:area📝 Commits (10+)
cb61084Area7059572Update, percentages as values, transforms!943f3f5Rename Area elements, Circle, CSS colorsbcbd081Transform: matrix, skew945124cAdd Path04a3c05Add fill & stroke options, fix transforms022c627Inheriting props6854fa0Fix area events, start on documentationcd2215fComplete documentation0fe9f09Properly apply transforms, complete sidebar📊 Changes
20 files changed (+1833 additions, -20 deletions)
View changed files
📝
README.md(+10 -11)📝
docs/_sidebar.md(+9 -0)➕
docs/component_APIs/area.md(+108 -0)➕
docs/component_APIs/area_arc.md(+83 -0)➕
docs/component_APIs/area_bezier.md(+114 -0)➕
docs/component_APIs/area_circle.md(+58 -0)➕
docs/component_APIs/area_group.md(+44 -0)➕
docs/component_APIs/area_line.md(+67 -0)➕
docs/component_APIs/area_path.md(+61 -0)➕
docs/component_APIs/area_props.md(+175 -0)➕
docs/component_APIs/area_rectangle.md(+73 -0)➕
examples/area.js(+180 -0)📝
package-lock.json(+52 -7)📝
package.json(+2 -1)➕
src/components/Area.js(+694 -0)📝
src/components/index.js(+2 -0)📝
src/index.js(+11 -0)➕
src/react-components/Area.js(+79 -0)📝
src/react-components/index.js(+2 -1)📝
src/utils/createElement.js(+9 -0)📄 Description
To be fixed in a future PR (issues with libui-node - mostly already fixed):
onMouseUpdoesn't work at the momentOut of scope for now:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.