This was originally "1.8 planning", but 1.8 ended up just having the listener middleware. So, keeping the issue around for both.
1.8:
- TS fixes for
configureStore and getDefaultMiddleware
- Merge in the listener middleware
Initial notional items for 1.9:
- Drop support for TS < 4.1
- Actual string literal types for
createSlice
What else would we want to get in?
Existing milestone: https://github.com/reduxjs/redux-toolkit/milestone/7
Looking through the issues, other candidates:
- Could go in a 1.8.x:
- Probably 1.9:
For the record, I think this probably ought to be the last feature release before we look at doing RTK 2.0 and dropping IE11 compat ( ref: #958 )
1.8:
configureStoreandgetDefaultMiddlewareInitial notional items for 1.9:
createSliceWhat else would we want to get in?
Existing milestone: https://github.com/reduxjs/redux-toolkit/milestone/7
Looking through the issues, other candidates:
updateManyon sorted entity adapter #1860upsertQueryDatafunctionality #1720For the record, I think this probably ought to be the last feature release before we look at doing RTK 2.0 and dropping IE11 compat ( ref: #958 )