-
-
Notifications
You must be signed in to change notification settings - Fork 173
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: nodegui/react-nodegui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: nodegui/react-nodegui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 82 files changed
- 5 contributors
Commits on Oct 14, 2021
-
Fix
Image.src
on Windows when it is a local file (#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.
Configuration menu - View commit details
-
Copy full SHA for 0574712 - Browse repository at this point
Copy the full SHA 0574712View commit details -
Add
List
andListItem
usingQListWidget
andQListWidgetItem
(#……364) ``` <List> <ListItem text="NodeGui is great" /> <ListItem text="This item has a child"> <View> <Text>Hello World</Text> </View> </ListItem> </List> ```
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
react
conflicting peer dependency withreact-reconciler
(#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 ```
Configuration menu - View commit details
-
Copy full SHA for 730caa3 - Browse repository at this point
Copy the full SHA 730caa3View commit details -
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) (#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
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 (#377)
* update README.md [skip ci] * update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
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
-
Configuration menu - View commit details
-
Copy full SHA for 87c8440 - Browse repository at this point
Copy the full SHA 87c8440View commit details
There are no files selected for viewing