-
-
Notifications
You must be signed in to change notification settings - Fork 174
Comparing changes
Open a pull request
base repository: nodegui/react-nodegui
base: v0.13.0
head repository: nodegui/react-nodegui
compare: v0.14.0
- 8 commits
- 82 files changed
- 5 contributors
Commits on Oct 14, 2021
-
Fix
Image.srcon 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
ListandListItemusingQListWidgetandQListWidgetItem(#……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
reactconflicting 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 `react@17.x.x`. When installing `react-nodegui` as a dependency. It will yield a warning: ``` npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: react-reconciler@0.25.1 npm WARN Found: react@17.0.2 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 react-reconciler@0.25.1 npm WARN node_modules/react-reconciler npm WARN react-reconciler@"^0.25.1" from @nodegui/react-nodegui@0.13.0 npm WARN node_modules/@nodegui/react-nodegui npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.13.1" from react-reconciler@0.25.1 npm WARN node_modules/react-reconciler npm WARN react-reconciler@"^0.25.1" from @nodegui/react-nodegui@0.13.0 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
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 v0.13.0...v0.14.0