Commit Graph

17 Commits

Author SHA1 Message Date
dependabot[bot] 90c55fa78f
Bump http-proxy in /samples/react-events-aggregator
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.16.2...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-11 17:17:24 +00:00
dependabot[bot] 10249f0099
Bump node-sass from 4.7.2 to 4.14.1 in /samples/react-events-aggregator
Bumps [node-sass](https://github.com/sass/node-sass) from 4.7.2 to 4.14.1.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.7.2...v4.14.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-04 23:59:07 +00:00
dependabot[bot] 448d825a9b
Bump elliptic from 6.4.0 to 6.5.3 in /samples/react-events-aggregator
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.4.0...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-01 20:33:24 +00:00
dependabot[bot] eb79fb92bf
Bump lodash from 4.17.15 to 4.17.19 in /samples/react-events-aggregator
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-20 06:31:15 +00:00
petkir 40afc4eebf Merge branch 'master' of https://github.com/pnp/sp-dev-fx-webparts into pnp-master 2020-06-09 09:55:42 +02:00
petkir 71f6469fa0 URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
dependabot[bot] c51986da13
Bump websocket-extensions in /samples/react-events-aggregator
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-08 03:20:02 +00:00
Hugo Bernier 3636f967ab Fixed additional exploit 2020-04-12 00:33:55 -04:00
Hugo Bernier 6dc1c30927 Fixed exploits in react-events-aggregator 2020-04-11 23:39:39 -04:00
Hugo Bernier 5a27258ac3 Fixed security issues with react-events-aggregator 2020-04-11 22:36:03 -04:00
VesaJuvonen 22318b95a3 Adding missing telemetry images for readme files 2019-04-15 12:49:10 +03:00
Velin Georgiev 9363bfa698 Event aggregator sample deprecated (#690)
* Deprecation message added to the README

* Deprecation message added to the web parts as well
2018-11-19 23:53:52 +02:00
Velin Georgiev fd4cbe0804 manifest.json schema urls updated (#485) 2018-04-27 18:25:27 +03:00
Velin Georgiev 4acdd442bd react events aggregator updated to version 1.4.1 of the SPFx (#455)
Readme updated
2018-04-04 16:52:02 +02:00
Joel Rodrigues 764d8f10e0 Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00
Vesa Juvonen 8cd9c0a27a Updated readme with clear support statement in production usage. 2017-09-05 12:10:37 +03:00
Velin Georgiev 8450d7855b Two samples on communication between web parts through broadcasting events utilizing the Publish–subscribe pattern (#290)
* Sample added that shows how we can use the SPFx Event Aggregator to communicate between web parts

* Sample added that shows how we can use the ReactiveX (RxJs) library with the SharePoint Framework to communicate between web parts through broadcasting events utilizing the Publish–subscribe pattern

* Event Emitter sample README.md updated
2017-09-05 12:05:47 +03:00