commit 14c77950c9e4aeb9cfe29bb65c19639e999e6e62 parent b38075dd275d9565e2d1509aecbcbd859ebfc663 Author: pollymce <pmceldowney@mozilla.com> Date: Mon, 17 Nov 2025 13:45:15 +0000 Bug 1980350 - update changelog. r=android-reviewers,nalexander Explain what has happened to the Store API. Differential Revision: https://phabricator.services.mozilla.com/D272131 Diffstat:
| M | mobile/android/android-components/docs/changelog.md | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/mobile/android/android-components/docs/changelog.md b/mobile/android/android-components/docs/changelog.md @@ -5,6 +5,11 @@ permalink: /changelog/ --- # 147.0 (In Development) +* **lib-state** + * ⚠️ **Breaking change**: Removed thread marshalling from Stores [Bug 1980348](https://bugzilla.mozilla.org/show_bug.cgi?id=1980348). + * `Store.dispatch` is now invoked on the calling thread. + * `Store.dispatch` no longer spawns a new `Job` (it now returns `Unit`). + * ⚠️ **Breaking change**: Removed UIStore [Bug 1980350](https://bugzilla.mozilla.org/show_bug.cgi?id=1980350) * **ui-widgets** * 🆕 New `EngineViewScrollingDataBehavior` meant to only be used to animate a bottom toolbar/banner in sync with the current webpage [Bug 1991654](https://bugzilla.mozilla.org/show_bug.cgi?id=1991654). * **concept-engine** and **browser-engine-gecko**