This patch release fixes an incorrect build setting for the legacy-esm
artifacts, and fixes an issue with RTKQ query hooks didn't always remove the cache entries if arguments were changed rapidly.
Changes
legacy-esm
Artifact Transpilation
The legacy-esm
build artifacts are intended for use by Webpack 4. Those were supposed to be transpiled to target "es2017"
, but were in fact still set to target "esnext"
- an oversight during the 2.0 development cycle. This release fixes that setting, so those artifacts are now correctly transpiled.
Other Fixes
RTKQ query hooks now handle additional actions around argument changes that should result in cache entries being removed.
Additionally, 2.2.1 contained a fix to an incorrectly named type: TypedUseMutationTrigger
is now TypedMutationTrigger
.
What's Changed
- rename TypedUseMutationTrigger to TypedMutationTrigger, and add deprecated alias by @EskiMojo14 in #4204
- Fixed memory leak in rapid hook arg changing by @riqts in #4268
- Fix incorrect legacy-esm target by @markerikson in #4284
Full Changelog: v2.2.0...v2.2.2