Commit Graph

3194 Commits

Author SHA1 Message Date
Hugo Bernier 6e85ecc52a Fixed casing issue with SPFx 2021-10-30 16:29:01 -04:00
Hugo Bernier 1ce57dcdd9 Merge branch 'main' of https://github.com/pnp/sp-dev-fx-webparts 2021-10-30 16:13:11 -04:00
Hugo Bernier 204684b44b Moved sample to match naming convention 2021-10-30 16:13:08 -04:00
Hugo Bernier 7c4e94ec8d
Merge pull request #2096 from hugoabernier/workbench-customizer-doc 2021-10-30 15:51:35 -04:00
Hugo Bernier c3965be28e Updated readme.md 2021-10-30 15:50:39 -04:00
Hugo Bernier b6c563f443
Merge pull request #2094 from hugoabernier/adaptivecards-hooks-doc 2021-10-30 14:22:19 -04:00
Hugo Bernier e8d386d20c
Merge pull request #2095 from hugoabernier/js-display-list-doc 2021-10-30 14:18:12 -04:00
Hugo Bernier 6be8bee3b1 Updated readme.json 2021-10-30 14:17:17 -04:00
Hugo Bernier 28fa7d1650 Updated readme.md 2021-10-30 13:49:44 -04:00
Hugo Bernier eb95fbdaa0 Updated sample.json 2021-10-30 13:35:35 -04:00
Hugo Bernier dc98f48fb4
Merge pull request #2063 from mohammadamer/patch-1
Improve year view and highlight today style - hacktoberfeast
2021-10-30 00:47:17 -04:00
Hugo Bernier a2df9ea25f Updated readme and sample.json 2021-10-30 00:46:42 -04:00
Hugo Bernier 4cae8f5e6b
Merge pull request #2060 from fthorild/fthorild/issue2056
Added sorting fixing #2056
2021-10-30 00:40:44 -04:00
Hugo Bernier 2024fb819c Updated sample.json and readme 2021-10-30 00:40:09 -04:00
Hugo Bernier f109f6226b
Merge pull request #2057 from nanddeepn/react-teams-meeting-app-questionnaire
Upgraded sample to SPFx v1.12.1
2021-10-30 00:21:01 -04:00
Hugo Bernier ba16d700ce Updated sample.json 2021-10-30 00:20:09 -04:00
Hugo Bernier 72ea04c8d4
Merge pull request #2055 from zachroberts8668/zroberts8668
react-graph-groupviewer sample
2021-10-29 22:53:05 -04:00
Hugo Bernier 71c7e28a03 Updated readme and sample.json 2021-10-29 22:27:03 -04:00
Hugo Bernier 4b5a60cc7f
Merge pull request #2053 from AriGunawan/features/sharepoint-crud_update_spfx_version
sharepoint-crud: Update spfx version
2021-10-29 11:41:11 -04:00
Hugo Bernier 0f3c103b44 Updated readme and sample.json 2021-10-29 11:40:33 -04:00
Hugo Bernier 86cc07ac45
Merge pull request #2089 from pnp/dependabot/npm_and_yarn/samples/react-tinymce/tinymce-5.9.0
Bump tinymce from 5.7.1 to 5.9.0 in /samples/react-tinymce
2021-10-22 13:10:04 -04:00
dependabot[bot] 14539d3357
Bump tinymce from 5.7.1 to 5.9.0 in /samples/react-tinymce
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 5.7.1 to 5.9.0.
- [Release notes](https://github.com/tinymce/tinymce/releases)
- [Changelog](https://github.com/tinymce/tinymce/blob/develop/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/5.9.0/modules/tinymce)

---
updated-dependencies:
- dependency-name: tinymce
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-22 16:26:11 +00:00
Paolo Pialorsi 1911f8a5c8 Merge branch 'main' of https://github.com/pnp/sp-dev-fx-webparts 2021-10-07 11:52:43 +02:00
Paolo Pialorsi f4cf63665a Updated react-teams-lead-dashboard sample 2021-10-07 11:52:29 +02:00
Hugo Bernier feac40508f
Merge pull request #2059 from pnp/dependabot/npm_and_yarn/samples/react-securitygrid/i-0.3.7 2021-10-07 05:38:28 -04:00
Paolo Pialorsi 347ed56030 Fixed issue with README.MD of react-teams-lead-dashboard sample 2021-10-06 11:49:34 +02:00
dependabot[bot] 62f12a9d26
Bump i from 0.3.6 to 0.3.7 in /samples/react-securitygrid
Bumps [i](https://github.com/pksunkara/inflect) from 0.3.6 to 0.3.7.
- [Release notes](https://github.com/pksunkara/inflect/releases)
- [Commits](https://github.com/pksunkara/inflect/compare/v0.3.6...v0.3.7)

---
updated-dependencies:
- dependency-name: i
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-06 09:48:16 +00:00
Paolo Pialorsi 846f06feb0 Improved react-teams-lead-dashboard sample 2021-10-06 11:46:19 +02:00
Paolo Pialorsi 7f6430507f Fixed issue with README.MD of react-teams-lead-dashboard sample 2021-10-06 11:10:31 +02:00
Paolo Pialorsi a1f3f8dbc2 Fixed issue with README.MD of react-teams-lead-dashboard sample 2021-10-06 10:58:15 +02:00
Paolo Pialorsi a7d326bf2f Fixed issue with README.MD of react-teams-lead-dashboard sample 2021-10-06 10:21:45 +02:00
Paolo Pialorsi 59e1b7c491 Fixed issue with README.MD of react-teams-lead-dashboard sample 2021-10-06 10:20:55 +02:00
Paolo Pialorsi f7b86a99ac Added react-teams-lead-dashboard sample 2021-10-05 23:33:22 +02:00
mohammadamer b56448a657
Update Year.tsx
Highlight today style in the year view like the other calendar views
2021-10-03 00:53:05 +03:00
mohammadamer 91a2da907d
Update
Update year view to look nicer and highlight today in year view like the other calendar views.
2021-10-03 00:48:50 +03:00
Fredrik Thorild 7a06e35851 Added sorting 2021-09-30 15:01:42 +02:00
Nanddeep Nachan 9848e665e9 Upgraded to SPFx v1.12.1 2021-09-28 15:31:50 +00:00
Zach 98f59421bf initial commit 2021-09-27 22:44:13 -04:00
Ari Gunawan 71506d4121 Update version 2021-09-26 22:08:18 +07:00
Ari Gunawan 4f239c5e57 Remove accidentally commit files 2021-09-26 22:06:30 +07:00
Ari Gunawan 902bce7ca5 Update readme 2021-09-26 21:54:22 +07:00
Ari Gunawan f24f863d27 Update spfx version 2021-09-26 21:18:50 +07:00
Hugo Bernier 39ea25afc2
Merge pull request #2050 from ReactIntern/main
New Sample - React-News
2021-09-23 02:33:01 -04:00
Hugo Bernier fd120d351c Added sample.json 2021-09-23 02:32:30 -04:00
Hugo Bernier e8e49c3e18
Merge pull request #2049 from Abderahman88/patch-2034
[react-advanced-page-properties] Fix webpart on sites in a different language
2021-09-23 02:18:50 -04:00
Hugo Bernier 9f5f60e582 Updated readme and sample.json 2021-09-23 02:13:23 -04:00
Hugo Bernier f64b28578d
Fixed minor typo 2021-09-23 02:09:20 -04:00
Hugo Bernier c41e4e83aa
Update sample.json 2021-09-23 02:00:39 -04:00
Hugo Bernier 00682855e6
Update README.md 2021-09-23 02:00:19 -04:00
Hugo Bernier 0e1cca496c
Merge pull request #2043 from techienickb/master
Fix: Missing '/members' in the private channel membership url from react-teams-membership-updater
2021-09-23 01:45:02 -04:00