Skip to content

v3.7.5

Compare
Choose a tag to compare
@markwhitfeld markwhitfeld released this 08 Aug 21:12
· 264 commits to release since this release

What's Changed

  • ci(github): migrate ci from circleci to github by @rfprod in #1852
  • ci(publish): check the repo owner before executing publish steps by @rfprod in #1864
  • fix(store): do not try to decorate factory asynchronously by @arturovt in #1861
  • ci(bundlemon): replace bundlesize with bundlemon by @rfprod in #1865
  • fix(storage-plugin): provide more meaningful error message when the storage quota exceeds by @arturovt in #1863
  • fix(store): do not check if the state class is injectable within the decorator since the ɵprov will not exist in JIT mode by @arturovt in #1867
  • perf(store): tree-shake no type on the action error by @arturovt in #1858
  • fix(store): revert select decorator changes and add deprecation note by @arturovt in #1871
  • fix(devtools-plugin): enable time-traveling for navigation actions by @arturovt in #1868
  • fix(store): give back control to developmentMode config property by @arturovt in #1878
  • fix(store): do not use refCount() since it makes the stream cold by @arturovt in #1883
  • ci: add process for accepting bundlemon differences by @markwhitfeld in #1886
  • chore(store): improve Select deprecation message and add notice to the docs by @arturovt in #1888
  • fix(storage-plugin): ensure the deserialization is not skipped for master key by @arturovt in #1887
  • fix(store): remove ? from ctx parameter of lifecycle hooks since they are never undefined by @arturovt in #1889
  • fix(form-plugin): prevent actions infinite loop with multiple ngxsForm directives by @arturovt in #1890
  • test(router-plugin): silence navigation warnings by @arturovt in #1891
  • docs(store): add "Typing Operators" section to operators.md by @arturovt in #1892
  • ci: remove bundlemon approval step by @markwhitfeld in #1902
  • chore(store): remove @Select deprecation notice [for patch release] by @arturovt in #1899
  • fix(router-plugin): prevent router overriding valid navigation by @arturovt in #1907
  • fix(store): avoid incorrectly ordered state observable events by @arturovt in #1908

New Contributors

Full Changelog: v3.7.4...v3.7.5