18.0.0
What's Changed
From now on signalstory officially supports angular@18.0.0 going forward. Of course, issues involving earlier versions of angular will still be fixed. Following Breaking changes have been previously announced and will take effect in this version:
- Removes History plugin (use history tracker API instead)
- Removes
isModified
(usemodified
instead) - Removes
marksAsUnmodified
(useresetStoreStatus
instead) - Removes
setUnmodifiedStatus
(usesetInitializedStatus
instead) - Removes
enableLogging
from store config (use Logger Plugin instead)
Relevant PRs
- docs: minor documentation updates and fixes by @kerren in #92
- docs: fix typos by @deegeemee in #94
New Contributors
- @kerren made their first contribution in #92
- @deegeemee made their first contribution in #94
Full Changelog: 17.4.0...18.0.0