- Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository:plusxp/react-nodegui
Uh oh!
There was an error while loading. Please reload this page.
base:master
head repository:nodegui/react-nodegui
Uh oh!
There was an error while loading. Please reload this page.
compare:master
Uh oh!
There was an error while loading. Please reload this page.
- 18 commits
- 92 files changed
- 7 contributors
Commits on Mar 26, 2021
Dialog & all its inherited widget added (nodegui#344)
* Dialog component created & RNView, RNBoxView was tweaked for Dialog * Added Components: - FileDialog - InputDialog - ProgressDialog Edited: - demo file for testing the dialogs * Added Compoents: - ColorDialog - FontDialog Edited: - Dialog (for adding some props) * updated ProgressBar Example * newly created components were exported
KRTirtho authoredMar 26, 2021 Configuration menu - View commit details
Copy full SHA for fbd6a53 - Browse repository at this point
Copy the full SHA fbd6a53View commit details docs: add KRTirtho as a contributor (nodegui#345)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
allcontributors[bot] authoredMar 26, 2021 Configuration menu - View commit details
Copy full SHA for aa15c9a - Browse repository at this point
Copy the full SHA aa15c9aView commit details
Commits on Mar 28, 2021
Configuration menu - View commit details
Copy full SHA for 0515fdb - Browse repository at this point
Copy the full SHA 0515fdbView commit details
Commits on Apr 6, 2021
Added Table, TableItem & ErrorPrompt (nodegui#347)
* Dialog component created & RNView, RNBoxView was tweaked for Dialog * Added Components: - FileDialog - InputDialog - ProgressDialog Edited: - demo file for testing the dialogs * Added Compoents: - ColorDialog - FontDialog Edited: - Dialog (for adding some props) * updated ProgressBar Example * newly created components were exported * New Components: - Table - TableItem Modified: - demo.tsx !info: Table & TableItem works initially. But some of the functionality need imperative/useRef approach * finalized Table & TableItem * Added ErrorPrompt widget & warnings in Table widget * exported newly created ErrorPrompt & reverted demo to as it was * Fixed error prompt message not changing dynamically
KRTirtho authoredApr 6, 2021 Configuration menu - View commit details
Copy full SHA for f0feda0 - Browse repository at this point
Copy the full SHA f0feda0View commit details Configuration menu - View commit details
Copy full SHA for 8ea6be4 - Browse repository at this point
Copy the full SHA 8ea6be4View commit details
Commits on Aug 16, 2021
Fix infinite recursion when using GridLayout (nodegui#356)
foxt authoredAug 16, 2021 Configuration menu - View commit details
Copy full SHA for b478312 - Browse repository at this point
Copy the full SHA b478312View commit details docs: add theLMGN as a contributor for code (nodegui#357)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
allcontributors[bot] authoredAug 16, 2021 Configuration menu - View commit details
Copy full SHA for 3fddc1a - Browse repository at this point
Copy the full SHA 3fddc1aView commit details Configuration menu - View commit details
Copy full SHA for a841ce4 - Browse repository at this point
Copy the full SHA a841ce4View commit details Configuration menu - View commit details
Copy full SHA for 45626c4 - Browse repository at this point
Copy the full SHA 45626c4View commit details
Commits on Oct 14, 2021
Fix
Image.srcon Windows when it is a local file (nodegui#363)`new URL("C:\path\filename.png")` is treated as a valid URL, which it is not. `phin` subsequently tries to fetch it, but `phin` and `centra` only supports http and https anyway. Therefore `isValidUrl` will check also the protocol.NinZine authoredOct 14, 2021 Configuration menu - View commit details
Copy full SHA for 0574712 - Browse repository at this point
Copy the full SHA 0574712View commit details Add
ListandListItemusingQListWidgetandQListWidgetItem(n……odegui#364) ``` <List> <ListItem text="NodeGui is great" /> <ListItem text="This item has a child"> <View> <Text>Hello World</Text> </View> </ListItem> </List> ```
NinZine authoredOct 14, 2021 Configuration menu - View commit details
Copy full SHA for 45ccc31 - Browse repository at this point
Copy the full SHA 45ccc31View commit details
Commits on Jul 7, 2022
Fix
reactconflicting peer dependency withreact-reconciler(node……gui#365) Reverting back to `react@^16.x.x`. `react-reconciler` should be updated separately so that it can safely be used with `[email protected]`. When installing `react-nodegui` as a dependency. It will yield a warning: ``` npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: [email protected] npm WARN Found: [email protected] npm WARN node_modules/react npm WARN react@"^17.0.2" from the root project npm WARN 1 more (@nodegui/react-nodegui) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.13.1" from [email protected] npm WARN node_modules/react-reconciler npm WARN react-reconciler@"^0.25.1" from @nodegui/[email protected] npm WARN node_modules/@nodegui/react-nodegui npm WARN npm WARN Conflicting peer dependency: [email protected] npm WARN node_modules/react npm WARN peer react@"^16.13.1" from [email protected] npm WARN node_modules/react-reconciler npm WARN react-reconciler@"^0.25.1" from @nodegui/[email protected] npm WARN node_modules/@nodegui/react-nodegui ```
NinZine authoredJul 7, 2022 Configuration menu - View commit details
Copy full SHA for 730caa3 - Browse repository at this point
Copy the full SHA 730caa3View commit details Add
CalendarusingQCalendarWidget(nodegui#372)private-yusuke authoredJul 7, 2022 Configuration menu - View commit details
Copy full SHA for 2e6ac23 - Browse repository at this point
Copy the full SHA 2e6ac23View commit details
Commits on Oct 4, 2022
upgrade module to work with latest nodegui (0.57.1) (nodegui#376)
* upgrade module to work with nodegui 0.57.1 * fix external docs links * fix layout function calls in conditions * fix layout get/set on RNView * fix centralWidget check on RNWindow
KaMeHb-UA authoredOct 4, 2022 Configuration menu - View commit details
Copy full SHA for 742540a - Browse repository at this point
Copy the full SHA 742540aView commit details add KaMeHb-UA as a contributor for code (nodegui#377)
* update README.md [skip ci] * update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
allcontributors[bot] authoredOct 4, 2022 Configuration menu - View commit details
Copy full SHA for 87391a3 - Browse repository at this point
Copy the full SHA 87391a3View commit details Configuration menu - View commit details
Copy full SHA for fbf720b - Browse repository at this point
Copy the full SHA fbf720bView commit details Configuration menu - View commit details
Copy full SHA for cc6bedc - Browse repository at this point
Copy the full SHA cc6bedcView commit details
Commits on Nov 3, 2023
- a7ul authored
Nov 3, 2023 Configuration menu - View commit details
Copy full SHA for 87c8440 - Browse repository at this point
Copy the full SHA 87c8440View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine: git diff master...master
Uh oh!
There was an error while loading. Please reload this page.