Commit Graph

8113 Commits

Author SHA1 Message Date
dependabot[bot] 9afb052543
Bump es5-ext from 0.10.53 to 0.10.63 in /samples/react-lists-hide
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.53...v0.10.63)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 11:01:37 +00:00
Hugo Bernier 68eef8b764
Added nvmrc 2024-02-13 10:14:21 -05:00
Hugo Bernier df2195a6dd
Merge pull request #4697 from HarminderSethi/main 2024-02-10 13:50:29 -05:00
Hugo Bernier e550779692
Merge pull request #4695 from pnp/react-azure-openai-api-stream_updates 2024-02-10 13:24:12 -05:00
Hugo Bernier 85938da5b8
Merge branch 'main' into react-azure-openai-api-stream_updates 2024-02-10 13:24:05 -05:00
Hugo Bernier 26cd07d1e6 updated readme 2024-02-10 13:20:46 -05:00
Hugo Bernier 719947b04e
Updated thumbnail 2024-02-10 13:09:20 -05:00
Hugo Bernier 1c6a0a6023 Added missing sample.json, devcontainer, updated readme 2024-02-10 13:04:17 -05:00
Harminder Singh 767f5d0953 updated version in nvmrc file 2024-02-10 23:30:53 +05:30
Hugo Bernier f25edc152b
Merge pull request #4694 from Eli-Schei/main 2024-02-10 12:57:50 -05:00
Harminder Singh e9f898780e Updated to latest SPFx version and graph call replaced with azure function 2024-02-10 23:21:51 +05:30
Hugo Bernier 42fbb1bf52
Merge pull request #4692 from eoverfield/rss-reader-upgrade-spfx 2024-02-10 12:38:40 -05:00
Hugo Bernier db7dcb69b1 updated readme, sample.json, container, images, added nvmrc 2024-02-10 12:37:30 -05:00
Hugo Bernier 8c33ebadca
Merge pull request #4693 from pnp/dependabot/npm_and_yarn/samples/js-solution-editions/hoek-and-request--removed 2024-02-10 12:15:03 -05:00
Hugo Bernier 1bd0f2bf01
Merge pull request #4691 from pnp/dependabot/npm_and_yarn/samples/react-graph-telephonedirectory/tar-4.4.19 2024-02-10 12:14:51 -05:00
Hugo Bernier e0edcc8644
Merge pull request #4696 from pnp/thechriskent-patch-1
Update PULL_REQUEST_TEMPLATE.md
2024-02-08 14:59:59 -05:00
Chris Kent 9852d927d3
Update PULL_REQUEST_TEMPLATE.md
Fixed weird wording on checklist
2024-02-08 14:29:09 -05:00
Chris Kent 052d16f154 Added still screenshot 2024-02-08 14:21:36 -05:00
Chris Kent 15d48aef70 Updated Sample Details 2024-02-08 14:14:30 -05:00
Chris Kent 4ff53d4896 Moved from spinner to inline thinking indicator 2024-02-08 13:06:17 -05:00
Chris Kent 9c8bfe0c9b Markdown Toggle
Makes it easier to compare/contrast what Markdown support adds
2024-02-08 12:44:03 -05:00
Chris Kent 8b0388beda AI Responses now handle Markdown 2024-02-08 12:10:49 -05:00
Chris Kent f4dcbfe26c Added initial Greeting 2024-02-08 11:22:12 -05:00
Eli c0264bf115 Updated readme with better img 2024-02-08 15:49:56 +01:00
Eli 0892d9635b Personal tools list sample 2024-02-08 15:15:02 +01:00
dependabot[bot] 342a6510c7
Bump hoek and request in /samples/js-solution-editions
Removes [hoek](https://github.com/hapijs/hoek). It's no longer used after updating ancestor dependency [request](https://github.com/request/request). These dependencies need to be updated together.


Removes `hoek`

Updates `request` from 2.81.0 to 2.88.2
- [Changelog](https://github.com/request/request/blob/master/CHANGELOG.md)
- [Commits](https://github.com/request/request/commits)

---
updated-dependencies:
- dependency-name: hoek
  dependency-type: indirect
- dependency-name: request
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 22:46:41 +00:00
Eric Overfield 12ac47d6d7 Sample: rss reader - upgrade to spfx 1.18.2 2024-02-06 12:18:06 -08:00
Hugo Bernier 72bb01cafc Updated links to devprogram 2024-02-06 11:16:44 -05:00
dependabot[bot] 77f8a31d24
Bump tar in /samples/react-graph-telephonedirectory
Bumps [tar](https://github.com/isaacs/node-tar) from 4.4.13 to 4.4.19.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v4.4.13...v4.4.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-03 04:44:29 +00:00
Chris Kent e35e1b642c Style standardization
Added some adjustments to padding, avatar size, etc.
2024-01-29 00:18:55 -05:00
Chris Kent df7cbc59da Style Updates
Moved inline styles to SCSS module
Added support for theme colors (fixes issues with display in dark themes)
Simplified Stack logic
2024-01-28 01:42:57 -05:00
Chris Kent 4ffa2cecad Changed KeyDownHandler
Removed global keydown listener and attached directly to TextBox event
Changed from Ctrl-Enter to send to Enter to send with option to use Shift-Enter for newlines
2024-01-28 00:55:11 -05:00
Chris Kent 9142f3e3a7 Changed webpart icon
Pretty!
2024-01-28 00:53:37 -05:00
Paolo Pialorsi 23db68df35
Update validate-sample.yml 2024-01-23 08:55:49 +01:00
Paolo Pialorsi c189bc2566
Create validate-sample.yml 2024-01-23 08:52:46 +01:00
Hugo Bernier 37d2ea2e5b
Merge pull request #4682 from pnp:contribution-updates
Updated contribution guidelines and PR template
2024-01-20 12:23:42 -08:00
Hugo Bernier 17da8f1d55
Updated contribution guidelines and PR template 2024-01-20 12:20:18 -08:00
Hugo Bernier d6b9df3d40
Merge pull request #4679 from techienickb/react-pages-hieracrchy-spfx1.18.2-update 2024-01-20 09:33:49 -08:00
Hugo Bernier 3be484cf22 Added nvmrc. Updated containter and sample.json 2024-01-13 19:03:28 -05:00
Hugo Bernier 352850b60c
Merge pull request #4678 from pnp/dependabot/npm_and_yarn/samples/react-personal-anniversary-counter/follow-redirects-1.15.4 2024-01-13 10:29:51 -08:00
Hugo Bernier 4c41fa6eb3
Fixed image, againF 2024-01-11 06:30:01 -08:00
Nick Brown 56c3b50120 Merge commit '9bab16dcf11dcaa799dbfac96ada091e6a56d56e' into react-pages-hieracrchy-spfx1.18.2-update 2024-01-11 07:17:31 +00:00
dependabot[bot] a141a121fb
Bump follow-redirects in /samples/react-personal-anniversary-counter
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-11 05:13:35 +00:00
Hugo Bernier 9bab16dcf1
Merge pull request #4673 from pnp/dependabot/npm_and_yarn/samples/react-realtime-incidentdashboard/follow-redirects-1.15.4 2024-01-10 20:44:26 -08:00
Hugo Bernier e656b48884
Merge pull request #4671 from pnp/dependabot/npm_and_yarn/samples/react-password-vault/follow-redirects-1.15.4 2024-01-10 20:44:09 -08:00
Hugo Bernier 23df2b7b4f
Merge pull request #4672 from pnp/dependabot/npm_and_yarn/samples/react-quotes/follow-redirects-1.15.4 2024-01-10 20:44:05 -08:00
Hugo Bernier 23faa09ccd
Merge pull request #4674 from pnp/dependabot/npm_and_yarn/samples/react-sales-orders/follow-redirects-1.15.4 2024-01-10 20:43:56 -08:00
Hugo Bernier 7af0869357
Merge pull request #4675 from pnp/dependabot/npm_and_yarn/samples/react-sales-orders/src/follow-redirects-1.15.4 2024-01-10 20:43:50 -08:00
Hugo Bernier a552ffa1c8
Merge pull request #4676 from pnp/dependabot/npm_and_yarn/samples/react-dynamics-crm-api/follow-redirects-1.15.4 2024-01-10 20:43:45 -08:00
Hugo Bernier 6e109ba553
Merge pull request #4677 from pnp/dependabot/npm_and_yarn/samples/react-environment-settings/follow-redirects-1.15.4 2024-01-10 20:43:38 -08:00