[PR #174] [MERGED] feat: add size getters to the Area component #280

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

📋 Pull Request Information

Original PR: https://github.com/kusti8/proton-native/pull/174
Author: @maciek134
Created: 9/1/2018
Status: Merged
Merged: 9/6/2018
Merged by: @kusti8

Base: masterHead: area-get-size


📝 Commits (3)

  • 045d5e9 feat: add onSizeChanged event to the Area component
  • 50b5af0 Remove area exposure and fix area example
  • fdef195 Update documentation

📊 Changes

5 files changed (+1295 additions, -1251 deletions)

View changed files

📝 docs/component_APIs/area.md (+9 -0)
📝 examples/area.js (+22 -1)
📝 package-lock.json (+1246 -1246)
📝 src/components/Area.js (+16 -4)
📝 src/react-components/Area.js (+2 -0)

📄 Description

This adds the ability to query <Area>'s size as mentioned in #130. Also modified the area example to show how to use it.


🔄 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/174 **Author:** [@maciek134](https://github.com/maciek134) **Created:** 9/1/2018 **Status:** ✅ Merged **Merged:** 9/6/2018 **Merged by:** [@kusti8](https://github.com/kusti8) **Base:** `master` ← **Head:** `area-get-size` --- ### 📝 Commits (3) - [`045d5e9`](https://github.com/kusti8/proton-native/commit/045d5e99eb3581ca1535d646d490e54924e23fd0) feat: add `onSizeChanged` event to the Area component - [`50b5af0`](https://github.com/kusti8/proton-native/commit/50b5af00d7b821517d302a058c5645e9c525e2f5) Remove area exposure and fix area example - [`fdef195`](https://github.com/kusti8/proton-native/commit/fdef195cac47821adb9f9a6bb7cd35799635f59c) Update documentation ### 📊 Changes **5 files changed** (+1295 additions, -1251 deletions) <details> <summary>View changed files</summary> 📝 `docs/component_APIs/area.md` (+9 -0) 📝 `examples/area.js` (+22 -1) 📝 `package-lock.json` (+1246 -1246) 📝 `src/components/Area.js` (+16 -4) 📝 `src/react-components/Area.js` (+2 -0) </details> ### 📄 Description This adds the ability to query `<Area>`'s size as mentioned in #130. Also modified the area example to show how to use it. --- <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:57:55 -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#280
No description provided.