Patch Changes
-
#143
f2ba3d6
Thanks @Pauan! - Simplifybatch()
to use a single flag instead of a counter -
#150
160ea77
Thanks @marvinhagemeister! - Fix computed signal being re-calculated despite dependencies not having changed -
#137
4385ea8
Thanks @jviide! - Fix.subscribe
's TypeScript type -
#148
b948745
Thanks @marvinhagemeister! - Movetypes
field inpackage.json
to the top of the entry list to ensure that TypeScript always finds it. -
#149
00a59c6
Thanks @marvinhagemeister! - Fix invalidated signals insidebatch()
not being refreshed when read inside a batching operation. This fixes a regression.