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

346 Коммитов

Автор SHA1 Сообщение Дата
microsoft-github-policy-service[bot] 92de5e732d
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2022-11-28 19:10:58 +00:00
microsoft-github-policy-service[bot] 7aab82568e
Microsoft mandatory file 2022-08-17 14:52:06 +00:00
Silvia Marmol 2c5add33d1
Merge pull request #139 from microsoft/dependabot/npm_and_yarn/https-proxy-agent-2.2.4
Bump https-proxy-agent from 2.2.1 to 2.2.4
2021-10-07 10:12:55 -07:00
dependabot[bot] a1c05c4b38
Bump https-proxy-agent from 2.2.1 to 2.2.4
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4.
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases)
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.1...2.2.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-16 08:36:09 +00:00
Alex Bettadapur c1439e67de v5.2.3 2020-03-24 14:47:02 -07:00
Alex Bettadapur 8ea732047c v5.2.2 2020-03-24 14:42:08 -07:00
Alex Bettadapur 0ab62a0a48 v5.2.1 2020-03-24 14:37:03 -07:00
Alex Bettadapur 289044bdc9 Add readme for root package 2020-03-24 14:36:27 -07:00
Alex Bettadapur 5b4a33cd59
Merge pull request #126 from SantoJambit/fix-docs
Adding more links to Devtools.md
2020-02-12 19:59:01 -08:00
Alex Bettadapur 06ecf9929e
Merge branch 'master' into fix-docs 2020-02-12 19:55:24 -08:00
Alex Bettadapur 0d9da1f91a
Merge pull request #130 from FraserKillip/patch-1
Simplify the empty epic to actually do nothing
2020-02-12 19:53:45 -08:00
Fraser Killip 8af8c60670
Merge branch 'master' into patch-1 2020-02-13 16:22:23 +13:00
Alex Bettadapur cbfec3528c
Merge pull request #132 from andyhmltn/patch-1
Fix incorrect documentation for redux-dynamic-modules-saga
2020-02-03 08:47:16 -08:00
Andy Hamilton eef9372fcb Fix out of date documentation for redux-modules-saga 2020-02-03 09:26:06 +00:00
Andy Hamilton a08e4b60fc
Fix incorrect documentation for redux-dynamic-modules-saga
The readme file for this plugin (and as a result, the documentation on NPM) is incorrect. `redux-dynamic-modules` doesn't export `configureStore` and the user needs to import `getSagaExtension`, which was missing before. I've changed the documentation to match this:

https://github.com/microsoft/redux-dynamic-modules/blob/master/docs/reference/ReduxSaga.md
2020-02-03 09:18:47 +00:00
Fraser Killip 8aa5b8bfcd
Update packages/redux-dynamic-modules-observable/src/EpicManager.ts 2020-01-30 14:55:00 +13:00
Fraser Killip d2c6478c7d
Simplify the empty epic to actually do nothing
The current `emptyEpic` could create an infinite loop if an end user actually dispatched an element of type `noop`. Using `ignoreElements` instead will just sink all actions.
2020-01-30 14:53:11 +13:00
dependabot[bot] 163377fdd9 Bump handlebars from 4.1.2 to 4.5.3 (#122)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-01-10 12:36:14 -08:00
Santo Pfingsten 945179a094 Adding more links to Devtools.md 2020-01-07 11:45:02 +01:00
Alexander Bettadapur e070231d89 v5.2.0 2019-11-09 11:50:08 -08:00
Alexander Bettadapur 7b0a79feff Fix observable dependencies 2019-11-09 11:48:43 -08:00
Alexander Bettadapur a89b85f373 Update package lock 2019-11-09 11:42:55 -08:00
Alex Bettadapur 507ed0a5ff
Merge pull request #112 from shinvey/master
Fix the observable extension #17
2019-11-04 15:31:08 -08:00
shinvey c454a66f8d doc update usage with observable 2019-11-04 16:08:54 +07:00
shinvey 991483b8c2 Fix the observable extension #17
https://github.com/microsoft/redux-dynamic-modules/issues/17
2019-10-29 16:35:24 +07:00
Alexander Bettadapur 92d287adce v5.1.0 2019-10-20 11:21:21 -07:00
Alex Bettadapur ebcbd1438a
Merge pull request #108 from luskin/patch-2
Update README to reflect new createStore
2019-10-01 12:43:50 -07:00
Alex Bettadapur eee8d80017
Merge branch 'master' into patch-2 2019-10-01 12:43:30 -07:00
Alex Bettadapur 8e0d742da4
Merge pull request #93 from zhan4139/rz/updateReference
update extentions to use core
2019-09-26 14:10:01 -07:00
Alex Bettadapur 4a2ba4a643
Merge branch 'master' into rz/updateReference 2019-09-26 09:52:21 -07:00
Alex Bettadapur a585702e81
Merge branch 'master' into patch-2 2019-09-26 09:50:40 -07:00
Alex Bettadapur 7492972e1d
Merge pull request #97 from anilanar/custom-compose
Add compose option to createStore
2019-09-23 07:04:44 -07:00
Anil Anar 6271a8d0ad
Rename compose to advancedComposeEnhancers 2019-09-23 11:06:49 +02:00
Anil Anar f9a9c47681
Add compose option to createStore 2019-09-23 11:06:49 +02:00
Gregg Luskin ccfd3e4e48
Update README.md 2019-09-12 13:41:57 -07:00
Gregg Luskin 579101ec5f
Update README to reflect new createStore
Readme is out of date for createStore!
2019-09-12 13:39:25 -07:00
Alex Bettadapur 3b54c66dfb
Merge pull request #107 from djsilcock/patch-1
Don't try to access window global during SSR
2019-09-12 09:58:15 +09:00
djsilcock b0e168e565
Don't try to access window global during SSR 2019-09-11 22:21:27 +01:00
Alexander Bettadapur 2ea12ee366 v5.0.2 2019-08-14 09:55:38 -07:00
Denis Borovnev e731bf4ed3 removing added modules after children "unmounting" (#103)
* fixed issue #85 Redux state removed before components unmount

see https://github.com/microsoft/redux-dynamic-modules/issues/85
react runs willUnmount from parnt and down the tree,
so willUnmount is run firstly on DynamicModuleLoader and
only then on connected children

DynamicModuleLoader removes dynamic reducers on willUnmount that
leads to store's state change and connected children run their
selectors

these selectors migh failed because there is no more part of store
that was added by dynamic module.

Prev version of react-redux ignored such errors , but new version
throws error

see
https://github.com/reduxjs/react-redux/blob/v5.1.1/src/components/connectAdvanced.js#L257

and
96fec159e2 (diff-4a561361865a8e6d0758088bf7cded8dR363)

* use arrow function instead of explicit binding
2019-08-01 07:31:31 -07:00
Alex Bettadapur 2f7df799c0 Fix some security vulnerabilities: 2019-07-26 09:45:55 -07:00
Alex Bettadapur cd7a0bb077 More details on createSTore 2019-07-26 09:41:28 -07:00
Alex Bettadapur 4214a6e70b Update module store 2019-07-26 09:33:49 -07:00
Alex Bettadapur 6d4a9e096d Update quickstart 2019-07-26 09:30:34 -07:00
dependabot[bot] ea4c7dab0c Bump lodash.template from 4.4.0 to 4.5.0 (#98)
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-17 13:24:46 -07:00
Navneet Gupta 🆖 36ed828946 npm audit fix 2019-07-15 11:43:06 -07:00
dependabot[bot] bca5c1b591 Bump lodash from 4.17.11 to 4.17.14 (#99)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-14 00:51:41 -07:00
Navneet Gupta 🆖 03f21b72db v5.0.1 2019-07-02 17:04:20 -07:00
Navneet Gupta 🆖 0d5d24fe75 correct flag for force publish 2019-07-02 17:04:01 -07:00
Navneet Gupta 🆖 ef20c68cfa add force publish 2019-07-02 17:02:32 -07:00