Commit Graph

5452 Commits

Author SHA1 Message Date
dependabot[bot] a3f9cd7b04
Bump decode-uri-component in /samples/react-image-gallery
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-31 03:55:43 +00:00
Hugo Bernier b0f5e6df68
Merge pull request #3291 from pnp/dependabot/npm_and_yarn/samples/react-flighttracker/decode-uri-component-0.2.2 2022-12-30 22:50:49 -05:00
Hugo Bernier 22230f05df
Merge pull request #3252 from pnp/dependabot/npm_and_yarn/samples/react-bot-framework/decode-uri-component-0.2.2 2022-12-30 22:46:30 -05:00
Hugo Bernier 5820cd56ef Merge branch 'main' of https://github.com/pnp/sp-dev-fx-webparts 2022-12-30 22:44:59 -05:00
Hugo Bernier 678d638ded Fixed sample schema 2022-12-30 22:44:32 -05:00
dependabot[bot] 1a397a8a94
Bump decode-uri-component in /samples/react-bot-framework
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-31 01:50:26 +00:00
Hugo Bernier ec8da253e5
Merge pull request #3301 from pnp/dependabot/npm_and_yarn/samples/react-bot-framework/jsonwebtoken-and-botframework-webchat--removed
Bump jsonwebtoken and botframework-webchat in /samples/react-bot-framework
2022-12-30 20:46:48 -05:00
Hugo Bernier 55f8250b3a
Merge pull request #3300 from nils-a/feature/GH-3299
(#3299) fixed nesting of Headers
2022-12-30 20:45:41 -05:00
Hugo Bernier f06f965587 Updated readme and sample.json 2022-12-30 20:44:41 -05:00
dependabot[bot] 9ca4fd77b0
Bump jsonwebtoken and botframework-webchat
Removes [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken). It's no longer used after updating ancestor dependency [botframework-webchat](https://github.com/microsoft/BotFramework-WebChat). These dependencies need to be updated together.


Removes `jsonwebtoken`

Updates `botframework-webchat` from 4.5.2 to 4.15.6
- [Release notes](https://github.com/microsoft/BotFramework-WebChat/releases)
- [Changelog](https://github.com/microsoft/BotFramework-WebChat/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/BotFramework-WebChat/compare/v4.5.2...v4.15.6)

---
updated-dependencies:
- dependency-name: jsonwebtoken
  dependency-type: indirect
- dependency-name: botframework-webchat
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-23 01:57:12 +00:00
Nils Andresen 6e369a7260
(#3299) fixed nesting of Headers
The NavLinkBuilder was modifying arrays in place,
as well as returning the modifications. While this was probably not
the cause of the error, I fixed this by not returning the modifications
anymore.

I changed the algorithm from counting the depth up, to counting the
order down to 0. Thus, I could remove the depth entirely.
2022-12-22 16:44:21 +01:00
Nils Andresen 3593de26ac
Added some unit tests for navLinkBuilder
Because I could not make jest work with any
references to SPFx, I separated the navLinkBuilder
into its own component.
Also, I set collectCoverage to false, as coverage collection is
currently broken and I see no easy way to fix this.

Two tests are ignored, since they describe the issue and are currently
failing.
2022-12-22 16:25:25 +01:00
dependabot[bot] 453edbb779
Bump decode-uri-component in /samples/react-flighttracker
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09 18:35:54 +00:00
Hugo Bernier 5b2e546d9d Fixed broken sample.json 2022-12-01 04:24:35 -05:00
Vesa Juvonen d1945da53e
Update sample.json 2022-11-24 17:10:31 +02:00
Vesa Juvonen 761c75f548
Update sample.json 2022-11-24 17:07:53 +02:00
Paolo Pialorsi c9696ad29e Upgraded react-teams-lead-dashboard to SPFx 1.16 2022-11-22 18:28:32 +01:00
Paolo Pialorsi 5012f20cea Merge branch 'main' of https://github.com/pnp/sp-dev-fx-webparts 2022-11-22 18:26:51 +01:00
Paolo Pialorsi 98b38a6057 Upgraded react-teams-lead-dashboard to SPFx 1.16 2022-11-22 18:25:56 +01:00
Nick Brown 83ca488ada
Updated Fluent UI 9 Demo to latest SPFx and Fluent UI 9 (#3149)
* Updated Fluent UI 9 demo to SPFx 15

* Updated to SPFx 16

* Added Teams Manifest for Office Deployment

* Fixed graph client reference issue

* code simplication for slides

* Fixed Theming in Outlook/Office.com
2022-11-17 15:20:57 +02:00
Vesa Juvonen a200b03f9c
Update sample.json 2022-11-16 14:44:33 +02:00
Paolo Pialorsi 4b0bbb8394
Merge pull request #3151 from pnp/joao-main
FlightTracker
2022-11-15 17:44:13 +01:00
Paolo Pialorsi 85841e212d Added sample.json to react-flighttracker sample 2022-11-15 17:43:21 +01:00
Vesa Juvonen 42d9b20c83
Update sample.json 2022-11-15 17:19:13 +02:00
Waldek Mastykarz 951f30bfa1
Updates Lead Dashboard sample info 2022-11-15 16:13:40 +01:00
Waldek Mastykarz c6aada326e
Updates MPA for the Lead Dashboard sample 2022-11-15 16:12:19 +01:00
Vesa Juvonen 760831df7c
Update sample.json
Updating the version details to match the update
2022-11-15 17:07:23 +02:00
Waldek Mastykarz 4523a4969c
Upgrades Lead Assist Dashboard to SPFx v1.16.0-rc.0 (#3150) 2022-11-15 17:04:25 +02:00
João Mendes 43fc65f501 update docs FlighTracker 2022-11-15 14:45:16 +00:00
João Mendes b67112adf8 updates on Flight Tracker replace Recoil to Jotai 2022-11-15 10:01:16 +00:00
João Mendes 239725476b remove console message 2022-11-14 11:13:32 +00:00
João Mendes b6f459dd43 update Docs Flight Tracker 2022-11-14 11:10:07 +00:00
João Mendes db47b164b9 update Flight tracker 2022-11-13 22:51:08 +00:00
João Mendes b5025e6ffe
Merge branch 'pnp:main' into main 2022-11-13 22:48:34 +00:00
João Mendes a4292a9466 update FlightTracker 2022-11-13 22:42:44 +00:00
João Mendes 989c52866d update new Flight Tracker 2022-11-13 22:39:02 +00:00
João Mendes 10342b46b2 new sample Flight-tracker 2022-11-13 21:35:35 +00:00
João Mendes 6fe61af2ca commit FlightTracker 2022-11-12 20:26:28 +00:00
Paolo Pialorsi 9196b2c604
Merge pull request #3137 from pnp/d-turley-main
Checked PR #3131
2022-11-12 18:33:19 +01:00
Paolo Pialorsi 16fb57749f Checked PR #3131 2022-11-12 18:32:01 +01:00
d-turley 421ce0fbab
Deep-dive documentation for the SPFx Solution Accelerator 2022-11-11 16:57:25 -08:00
Paolo Pialorsi ecf38c0a90
Merge pull request #3130 from pnp/arigunawan-react-associated-hub-links
Created sample.json for react-associated-sites-links
2022-11-11 12:03:55 +01:00
Paolo Pialorsi 13fd64ec8e Created sample.json for react-associated-sites-links 2022-11-11 12:03:05 +01:00
Paolo Pialorsi 2df738e8f8 Merge branch 'main' of https://github.com/pnp/sp-dev-fx-webparts into arigunawan-react-associated-hub-links 2022-11-11 11:54:17 +01:00
Paolo Pialorsi 6fe7edfcb9
Merge pull request #3129 from pnp/luismanez-react-kiota-custom-api-client
Sample react-kiota-custom-api-client ready for merge
2022-11-11 09:28:59 +01:00
Paolo Pialorsi f7ff2815d0 Sample react-kiota-custom-api-client ready for merge 2022-11-11 09:28:08 +01:00
“luismanez” 17704b3b91 Merge branch 'react-kiota-custom-api-client' of github.com:luismanez/sp-dev-fx-webparts into react-kiota-custom-api-client 2022-11-10 19:36:10 +01:00
“luismanez” 08b002e1c1 forcing exact Kiota packages version to avoid issues 2022-11-10 19:25:24 +01:00
Luis Manez e5a84f360a
Merge branch 'pnp:main' into react-kiota-custom-api-client 2022-11-10 19:07:21 +01:00
Hugo Bernier be0becf045
Merge pull request #3125 from luismanez/react-dall-e-image-generation
DALL-E Image generator webpart sample added.
2022-11-09 12:09:35 -05:00