nx-packaged
nx-packaged copied to clipboard
build: update @ngrx/effects to version 10.0.1 (major)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @ngrx/effects | dependencies | major | 7.2.0 -> 10.0.1 |
| @ngrx/router-store | dependencies | major | 7.2.0 -> 10.0.1 |
| @ngrx/store | dependencies | major | 7.2.0 -> 10.0.1 |
| @ngrx/store-devtools | dependencies | major | 7.2.0 -> 10.0.1 |
Release Notes
ngrx/platform
v10.0.1
v10.0.0
v9.2.0
Bug Fixes
- router-store: selects should return selectors (#2517) (831e1e4), closes #2516
- schematics: components should inject the store without generic (#2512) (4f7dcdc)
- schematics: use skipTests flag consistently, deprecate skipTest option (#2522) (83033d7), closes #2521
- store: remove circular dependency for mock import (#2540) (4892fa2)
Features
- component: add ngrxPush migration (#2452) (0775093), closes #2450
- component-store: add initial setup (#2519) (a2657ac)
- component-store: initialization + updater/setState (#2528) (3545df2)
- effects: catch action creators being returned in effect without being called (#2536) (100970b)
- store: add ngrxMockEnvironment function to control output during testing (#2513) (da1a0c0), closes #2363
- store: add runtime check for action type uniqueness (#2520) (2972980)
9.1.2 (2020-05-06)
9.1.1 (2020-05-05)
Bug Fixes
- router-store: selectors should return MemoizedSelector (#2492) (39a4b91)
- schematics: use Angular default properties when not defined (#2507) (7cd0624), closes #1036
- store: ignore Ivy in runtime checks (#2491) (46d752f), closes #2404
v9.1.2
v9.1.1
Bug Fixes
- router-store: selectors should return MemoizedSelector (#2492) (39a4b91)
- schematics: use Angular default properties when not defined (#2507) (7cd0624), closes #1036
- store: ignore Ivy in runtime checks (#2491) (46d752f), closes #2404
v9.1.0
Bug Fixes
- component: add docs overview (#2444) (a279dd1), closes #2442
- example: optimistically add/remove book from collection (#2429) (b0aacf7), closes #2417
- schematics: install v9 with ng-add (#2455) (19f1bda)
- toObservableValue: accommodate all observable inputs (#2471) (468303a)
Features
- component: add ngrxPush pipe and ngrxLet directive to @ngrx/component package (#2046) (464073d)
- effects: add user provided effects to EffectsModule.forFeature (#2231) (59ce3e2), closes #2232
- schematics: export reducer directly when Ivy is enabled (#2440) (b68fa67)
v9.0.0
Features
v8.6.0
Features
8.5.2 (2019-11-21)
Bug Fixes
- effects: add EffectsRootModule and EffectsFeatureModule to public API (#2273) (abe1f6b)
- store: added noop for addFeature in MockReducerManager (#2265) (c42e444), closes #2263
- store-devtools: escaping the safelist and blocklist strings (#2259) (e888977), closes #2228
8.5.1 (2019-11-12)
Bug Fixes
- effects: add action creator for root effects init action (#2219) (de9a590), closes #2218
- effects: export CreateEffectMetadata (#2245) (bfe4c81), closes #2243
v8.5.2
Bug Fixes
- effects: add EffectsRootModule and EffectsFeatureModule to public API (#2273) (abe1f6b)
- store: added noop for addFeature in MockReducerManager (#2265) (c42e444), closes #2263
- store-devtools: escaping the safelist and blocklist strings (#2259) (e888977), closes #2228
v8.5.1
Bug Fixes
- effects: add action creator for root effects init action (#2219) (de9a590), closes #2218
- effects: export CreateEffectMetadata (#2245) (bfe4c81), closes #2243
v8.5.0
Bug Fixes
- effects: resubscribe every time an error occurs (#2165) (0d59783)
- store: disallow arrays in action creators (#2155) (1e4c0be)
- store: improve createFeatureSelector warning (#2163) (e4765d6), closes #2116
- store: improve types for string selectors (#2174) (46a8467)
Features
- data: add entity config in app module declaration for ng-add (#2133) (6ca3056)
- effects: createEffect returns specific type for dispatch false (#2195) (f70600f)
- effects: improve types for ofType with action creators (#2175) (cf02dd2)
- schematics: add message prompts for individual schematics (#2143) (fcb01e2)
- schematics: add selector schematics (#2160) (78817c7), closes #2140
- store: add On interface to public api (#2157) (1b4ba1a)
v8.4.0
Bug Fixes
- schematics: fixed the schematics/action spec template (#2092) (ed3b1f9), closes #2082
- store: improve consistency of memoized selector result when projection fails (#2101) (c63941c), closes #2100
Features
- effects: throw error when forRoot() is used more than once (b46748c)
- schematics: add createEffect migration schematic (#2136) (9eb1bd5)
- store: add refreshState method to mock store (#2148) (30e876f), closes #2121
- store: allow multiple on handlers for the same action in createReducer(#2103) (9a70262), closes #1956
- store: cleanup selector after a test (2964e2b)
- store: throw error when forRoot() is used more than once (4304865)
v8.3.0
Bug Fixes
- data: use correct guard when handling optimistic update (#2060) (34c0420), closes #2059
- store: add DefaultProjectorFn to public API (#2090) (2d37b48)
- store: should not run schematics when not using named imports (#2095) (7cadbc0), closes #2093
Features
- store: add verbose error message for undefined feature state in development mode (#2078) (6946e2e), closes #1897
v8.2.0
Bug Fixes
- effects: resubscribe every time an error occurs (#2023) (#2026) (5b48912)
- store: add missing StoreConfig and RootStoreConfig exports (#2009) (5e01e50), closes #2007
Features
- docs: enable search functionality (#2020) (3cc4f3d)
- router-store: add selectQueryParam and selectRouteParam (#2014) (57fd3d7)
- schematics: add option to use MockStore in container tests (#2029) (6905d52), closes #2028
- store: add USER_RUNTIME_CHECKS public token (#2006) (fa8da34), closes #1973
v8.1.0
Bug Fixes
- data: allow ChangeSetItemFactory to update entities with number ids (#1995) (f11c7b2), closes #1988
- data: search for replacements in all files when using ng-add (#1971) (30ce2c6)
- store: add immutability check for IE compatibility (#1997) (11c0864), closes #1991
- store: fix typo in runtime checks injection token description (#1975) (125d950), closes #1972
Features
- effects: add support for minimal setup option for ng-add (e839568)
- effects: export EffectConfig and add docs (6a4bbcf)
- schematics: add support for minimal setup option for store and effects (cede393)
- schematics: enable immutability checks for root store by default (#1983) (2b8178d), closes #1950
- store: add support for minimal setup option for ng-add (12202a7)
8.0.1 (2019-06-10)
Bug Fixes
- store: prevent passing of action creator function to store dispatch and effects (#1914) (78153cb), closes #1906
v8.0.1
Bug Fixes
- store: prevent passing of action creator function to store dispatch and effects (#1914) (78153cb), closes #1906
v8.0.0
Features
- store: add protection from type property use (#1923) (bb9add7), closes #1917
- store: capture the type of a selector projector function (#1920) (4e39cc1), closes #1908
Performance Improvements
v7.4.0
Bug Fixes
Features
- example-app: add visual testing with Applitools (#1605) (8856210)
- schematics: use plural for entity schematics reducer key (#1596) (1e49530), closes #1412
- store: add action creator functions (#1654) (e7fe28b), closes #1480 #1634
v7.3.0
Bug Fixes
- schematics: type actions and avoid endless loop in effect schematic (#1576) (5fbcb3c), closes #1573
- store: deprecate signature for selector with only a projector (#1580) (e86c5f6)
Features
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.