Граф коммитов

1063 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 31775cf5e9
Bump plist from 3.0.4 to 3.0.5 in /samples/Calculator/csharp (#666)
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/TooTallNate/node-plist/releases)
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md)
- [Commits](https://github.com/TooTallNate/node-plist/commits)

---
updated-dependencies:
- dependency-name: plist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-01 11:54:37 -07:00
dependabot[bot] 8584665994
Bump ansi-regex in /samples/NativeModuleSample/cppwinrt (#667)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-01 11:54:28 -07:00
dependabot[bot] 0ae989d023
Bump minimist from 1.2.5 to 1.2.6 in /samples/Calculator/csharp (#668)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-01 11:54:11 -07:00
dependabot[bot] c95bfaf6a8
Bump minimist from 1.2.5 to 1.2.6 in /samples/rssreader (#663)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-31 13:48:19 -07:00
dependabot[bot] 1ff9966f28
Bump minimist in /samples/NativeModuleSample/cppwinrt (#661)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-31 13:48:10 -07:00
Ray Chan 05ff54c7c7
Fix typo and link (#660)
Fix typo in the `Choose your own adventure` section

Fix hyperlink in the `Documenting Your Module` section
2022-03-16 09:19:31 -07:00
Jon Thysell 7ca9d981b9
Upgrade AppServiceDemo to RNW 0.67 (#652)
This PR updates the AppServiceDemo to RNW 0.67.

This included:

1.  Bumping the versions in packages.json using the UpgradeSmokeTest script.
2. Re-intializing both the AppServiceDemo app and ReactNativeAppServiceModule lib projects with
   `react-native-windows-init`.
3. Re-applying the native changes from the original code to the new template files.

Closes #586
2022-03-15 15:11:05 -07:00
Andrew Coates 4cd8c057c4
Add specs for sample native modules (#573)
Fix a couple of issues with the current native module samples.

On the JS side they were exporting undefined. Now they are exporting an object containing the two NativeModules that they implement. The native modules are also now exporting JS type information. This is flow for now, since this is what the packages are using currently. This will also be able to be used with the codegen package in the future to generate turbomodules.

Co-authored-by: Jon Thysell (JAUNTY) <jthysell@microsoft.com>
2022-03-15 15:09:43 -07:00
Jon Thysell 06e54cf859
Update links from RNW master to RNW main (#659)
* Update links from RNW master to RNW main

* fix more links
2022-03-15 19:28:17 +00:00
Jon Thysell 958595dfde
Emphasize noexcept is a requirement (#658)
* Emphasize `noexcept` is a requirement #580

* Update older docs

Co-authored-by: roxk <vzox.rock@gmail.com>
2022-03-14 14:30:53 -07:00
Chris Glein 7f61aaf264
Adding ReactInit and ReactFunction (#274)
* Adding ReactInit and ReactFunction

* Document REACT_STRUCT nesting issue (#332)

* document react_struct nesting issue

* Update docs/native-modules.md

Co-authored-by: Alexander Sklar <asklar@microsoft.com>

* Update docs/native-modules.md

Co-authored-by: Alexander Sklar <asklar@microsoft.com>

Co-authored-by: Igor Klemenski <igklemen@microsoft.com>
Co-authored-by: Alexander Sklar <asklar@microsoft.com>

* Reword suggestions from code review

* Making change in 64 and 65 versions

* Apply suggestions from code review

Co-authored-by: Igor Klemenski <rectified95@users.noreply.github.com>
Co-authored-by: Igor Klemenski <igklemen@microsoft.com>
Co-authored-by: Alexander Sklar <asklar@microsoft.com>
Co-authored-by: Jon Thysell <thysell@gmail.com>
2022-03-14 17:13:46 +00:00
dependabot[bot] c5cab92d31
Bump plist from 3.0.3 to 3.0.4 in /samples/AppServiceDemo (#653)
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/TooTallNate/node-plist/releases)
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md)
- [Commits](https://github.com/TooTallNate/node-plist/commits)

---
updated-dependencies:
- dependency-name: plist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-14 09:49:45 -07:00
Jon Thysell (JAUNTY) 17549a8c70 Stop dependabot scanning samples-old 2022-03-14 09:48:24 -07:00
Jon Thysell 6596ce9898
Deprecating TodosFeed sample (#656)
We have limited resources to maintain samples in this repo. This sample
has not been updated in two years and has no CI.

As such I'm moving it to the samples-old folder.
2022-03-11 17:42:43 -08:00
Jon Thysell 0cb4cc3124
Deprecating CameraDemo sample (#655)
We have limited resources to maintain samples in this repo. Due to the deprecation of react-native-camera, I'm moving the CameraDemo sample to the samples-old folder.

See https://github.com/react-native-camera/react-native-camera/issues/3000
2022-03-11 14:16:24 -08:00
Jon Thysell 4cdb3354e7
Update website CI to use ubuntu images for perf (#654)
## Description
Switch from `windows-latest` to `ubuntu-latest` for website CI and PR workflows.

Also fixed bugs in the fix-unbroken.js and CheckUnbrokenExclusions.ps1 scripts that assumed running on a Windows system.

### Why
Website PRs take upwards of ~13min, mostly spent scanning files for links and checking them. However there's nothing Windows-specific about spellchecking or testing links, so trying to get the in-built perf updates of a lighter VM setup.
2022-03-11 10:47:43 -08:00
Jon Thysell (JAUNTY) 4ab9c7f92a Update all ymls to windows-2019 2022-03-10 12:42:43 -08:00
Jon Thysell 7284dbf31a
Update Calculator CI to target windows-2019 2022-03-10 12:09:25 -08:00
Jon Thysell 37de06d0ab
Fix broken links to react-native-webview repo (#648)
Closes #647
2022-02-25 08:52:06 +00:00
dependabot[bot] 18b1cceaab
Bump ajv from 6.10.2 to 6.12.6 in /samples/TodosFeed/TodosFeed (#642)
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.10.2...v6.12.6)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-17 09:44:20 -08:00
dependabot[bot] fa561ae29d
Bump ajv from 6.12.2 to 6.12.6 in /samples/rssreader (#643)
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.2...v6.12.6)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-17 09:42:51 -08:00
dependabot[bot] 2d8f20469f
Bump node-fetch in /samples/NativeModuleSample/cppwinrt (#644)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-17 09:38:51 -08:00
dependabot[bot] 06ce3db8ec
Bump y18n from 4.0.0 to 4.0.3 in /samples/TodosFeed/TodosFeed (#637)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/compare/v4.0.0...y18n-v4.0.3)

---
updated-dependencies:
- dependency-name: y18n
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-17 09:38:31 -08:00
dependabot[bot] 657de97787
Bump shelljs from 0.8.4 to 0.8.5 in /samples/NativeModuleSample/cppwinrt (#622)
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: shelljs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-17 09:38:17 -08:00
Tatiana Kapos ea653afacd
Upgrades CameraDemo and NativeModuleSample to .67 (#636)
* upgrades camerademo and nativemodule

* address feedback

* Update samples/CameraDemo/windows/CameraDemo/Package.appxmanifest

Co-authored-by: Jon Thysell <thysell@gmail.com>
2022-02-14 10:59:57 -08:00
Tatiana Kapos 15505798dd
Upgrades Calculator and CalculatorNuGet samples to 67 (#635)
* upgrades Caclulator Samples to 67

* adds back in binlog

* adds lockfile

* changes to c# project and updates upgrade steps

* yarn.lock

* updates Readme
2022-02-14 10:59:32 -08:00
Jon Thysell 0debd37c9d
Fix fix-unbroken to not sanitize external urls (#640) 2022-02-11 12:33:09 -08:00
angelazhangmsft 9a786fca20
Add link to React Native WinRT sample (#641) 2022-02-11 12:28:52 -08:00
Alexander Sklar ceb4781b1d
Add Rnwinrt and settings posts (#639)
* rnwinrt and settings blog posts

* .

* >

* >

* >

* >

* baseline error about ACM

* don't check blog for broken links

* Update website/blog/2022-02-11-rnwinrt.md

Co-authored-by: Jon Thysell <thysell@gmail.com>

Co-authored-by: Jon Thysell <thysell@gmail.com>
2022-02-11 12:01:20 -08:00
Chiara Mooney ffadb8a77b
Add CLI Options Information to Website (#607)
* Add CLI Options Information to Website

* Add Space

* Remove Brackets

* Edit README Links

* Remove Incorrect Options

* Fix Spellcheck Errors

* Fix Spellcheck

* Update CLI doc on Website

* Resole Conflict

* Fix Spelling

* Fix Links

* Add original id

* Address Feedback

* Fix Unbroken

* update Link

* Remove Changes from 0.63 docs

* Address Feedback

* Update to Static Page

* Add Static Page

* Fix Unbroken

* Update \docs

* Adjust Unbroken

* Adjust Unbroken

* Fix Unbroken

* Adjust Exclusions

* Merge

* Update Links

* Add Additional Privacy Info
2022-02-10 13:16:48 -08:00
Chiara Mooney 284428e48b
Add Static Page for react-native-windows-init CLI Page (#638)
* Add Init CLI Page

* Address Feedback

Co-authored-by: Jon Thysell <thysell@gmail.com>

* Address Feedback

Co-authored-by: Jon Thysell <thysell@gmail.com>

* Address Feedback

Co-authored-by: Jon Thysell <thysell@gmail.com>

* Address Feedback

Co-authored-by: Jon Thysell <thysell@gmail.com>

* Address Feedback

Co-authored-by: Jon Thysell <thysell@gmail.com>

* Address Feedback

Co-authored-by: Jon Thysell <thysell@gmail.com>

* Address Feedback

Co-authored-by: Jon Thysell <thysell@gmail.com>

* Address Feedback

Co-authored-by: Jon Thysell <thysell@gmail.com>

* Address Feedback

Co-authored-by: Jon Thysell <thysell@gmail.com>

* Address Feedback

Co-authored-by: Jon Thysell <thysell@gmail.com>

* Address Feedback

Co-authored-by: Jon Thysell <thysell@gmail.com>

* Address Feedback

Co-authored-by: Jon Thysell <thysell@gmail.com>

* Address Feedback

Co-authored-by: Jon Thysell <thysell@gmail.com>

* Address Feedback

Co-authored-by: Jon Thysell <thysell@gmail.com>

* Address Feedback

Co-authored-by: Jon Thysell <thysell@gmail.com>
2022-02-09 09:48:39 -08:00
Tatiana Kapos 52d3a9fced
Removes Temporary Certificates from AppServiceDemo and TodosFeed (#626)
* removes temporary certificates

* removes certificate reference
2022-02-03 13:34:44 -08:00
Jon Thysell 219078f6f5
Add mention of autolinking to Using Community Native Modules doc (#632)
* Add mention of autolinking to Using Community Native Modules doc

This PR updates the "Using Community Native Modules" doc to mention
the role of autolinking and link to its page.

Close #342

* minor rewording

* further fixes

* Add .md to links
2022-02-02 20:12:14 +00:00
Brandon Owens 161e28ed66
Update FancyMath.cs (#614)
Namespace is written twice. This would not compile if copied to Visual Studio.
2022-02-02 12:00:25 -08:00
Chiara Mooney b540ccab16
Update Docs Cut Steps (#629)
* Update README.md

* Update Format

* Add Known Version Refs

* Fix Format

* Update API Notes
2022-01-26 10:31:27 -08:00
Jon Thysell 33bed5e382
Remove version specification from winui pages (#631)
There's no need to specify the version as the react-native-windows-init
command will automatically find the right version for the existing
project.

Also, this means one less place we need to bump the version when
snapping docs for a new release.
2022-01-25 14:42:27 -08:00
Chiara Mooney db4e284710
Cut 0.67 Docs (#627)
* Cut 0.67 Docs

* Update API Exclusions

* Fix Path

* Update ID

* Address Feedback

* Address Feedback

* Fix Unbroken
2022-01-25 13:00:42 -08:00
Chiara Mooney db163f6cff
Initial Doc for Upgrading RNW Apps (#577)
* Initial Doc for Upgrading RNW Apps

* Spellcheck

* Add Page to Sidebars

* Address Feedback

* Fix Typo

* Fix Typo
2022-01-14 12:29:52 -08:00
Tatiana Kapos 26b231096f
Fixes Calculator CI (Upgrade)/Csharp by adding --language (#618) 2022-01-10 15:37:42 -08:00
dependabot[bot] 91682d79c2
Bump lodash in /samples/NativeModuleSample/cppwinrt (#617)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-10 13:53:35 -08:00
Alexander Sklar 305dbe40bb
Update supported-community-modules.md (#619) 2022-01-10 21:39:35 +00:00
Agne Lukoseviciute 3cefbc4a24
parity page rename (#611) 2022-01-06 21:08:42 -08:00
Chiara Mooney aaa5f0e3b9
Add Hermes Inspector Information (#610)
* Add Hermes Inspector Information

* Fix Spellcheck

* Update docs/hermes.md

Co-authored-by: Jon Thysell <jthysell@microsoft.com>

* Update docs/hermes.md

Co-authored-by: Jon Thysell <jthysell@microsoft.com>

* Update docs/hermes.md

Co-authored-by: Jon Thysell <jthysell@microsoft.com>

* Update docs/hermes.md

Co-authored-by: Alexander Sklar <asklar@microsoft.com>

* Address Feedback

Co-authored-by: Jon Thysell <jthysell@microsoft.com>
Co-authored-by: Alexander Sklar <asklar@microsoft.com>
2022-01-06 15:56:13 -08:00
Tatiana Kapos a0cdfffc72
Adds C# version of Calculator Sample (#606)
* adds C# example

* updates readme

* updates workflow

* Add binlog to gitignore

* upgrades cpp to .66

* update readmes and yarn.lock

* updates readme version
2022-01-06 13:46:08 -08:00
Chiara Mooney 1775dcf0e1
Add Certificates Link (#615) 2022-01-06 10:00:30 -08:00
HeyImChris 23f08c12fd
project name error to 0.64 (#616) 2022-01-06 08:28:00 +00:00
Chiara Mooney f2379e965f
Add no-telemetry Info (#609) 2021-12-07 10:09:19 -08:00
Tatiana Kapos 7e82dcb719
Adds link to RN Gallery Examples for Popup and Flyout (#604)
* initial commit

* Update flyout-component-windows.md

* Update popup-component-windows.md

* updates spelling

* updates spelling2
2021-12-02 15:45:41 -08:00
Tatiana Kapos 954869d042
Removes Certificate and Updates Workflow for RSSReader (#600) 2021-11-22 16:26:09 -08:00
Tatiana Kapos 8547bfdd76
Removes Certificates and Updates Workflow for CalculatorNuget/CameraDemo (#599) 2021-11-22 15:57:14 -08:00