v3.8.2
What's Changed
- build: add angular 17 support by @jpraetorius in #2079
- docs: update
options.md
by @arturovt in #2023 - refactor(store): remove
isAngularInTestMode
by @arturovt in #2024 - refactor(store): do not create new functions in each
@State
decorator by @arturovt in #2022 - refactor(store): do not create new functions per each new context by @arturovt in #2025
- perf(store): tree-shake selectors validation errors by @arturovt in #2020
- docs: fix upsertItem operator example by @nilzen in #2028
- fix(store): patch operator must handle existing nulls by @TheKingDave in #2064
- fix(devtools-plugin): do not re-enter Angular zone when resetting state by @arturovt in #2038
- fix(storage-plugin): access local and session storages globals only in browser by @arturovt in #2034
- fix(storage-plugin): require only
getItem
andsetItem
on engines by @arturovt in #2036 - ci: update node images and browser tools by @arturovt in #2039
- refactor(*): replace
get type()
withtype =
in actions by @arturovt in #2035
New Contributors
- @jpraetorius made their first contribution in #2079
- @TheKingDave made their first contribution in #2064
- @nilzen made their first contribution in #2028
Full Changelog: v3.8.1...v3.8.2