All Versions
173
Latest Version
Avg Release Cycle
27 days
Latest Release
812 days ago
Changelog History
Page 9
Changelog History
Page 9
-
v3.1.14 Changes
- ๐ Fixed 3.1.12 / 3.1.13 module packing. See #1039;
module
target is now transpiled to ES5 as well
- ๐ Fixed 3.1.12 / 3.1.13 module packing. See #1039;
-
v3.1.13 Changes
- ๐ Fixed build issue with webpack 2, see #1040
-
v3.1.12 Changes
- ๐ Added support for ES modules. See #1027 by @rossipedia
- ๐ Improved flow typings. See #1019 by @fb55
- Introduced experimental feature
extras.interceptReads(observable: ObservableMap | ObservableArray | ObservableObject | ObservableBox, property?: string, handler: value => value): Disposer
that can be used to intercept reads from observable objects, to transform values on the fly when a value is read. One can achieve similar things with this as with proxying reads. See #1036
-
v3.1.11 Changes
- ๐ Using rollup as bundler, instead of custom hacked build scripts, by @rossipedia, see #1023
-
v3.1.10 Changes
- ๐ Fixed flow typings for
when
, by @jamsea - Add flow typings for
map.replace
, by @leader22 - Added
observableArray.findIndex
, by @leader22 - ๐ Improved typings of
autorun
/autorunAsync
to better support async / await, by @capaj - ๐ Fixed typings of
action.bound
, see #803
- ๐ Fixed flow typings for
-
v3.1.9 Changes
- ๐ Introduced explicit
.get(index)
and.set(index, value)
methods on observable arrays, for issues that have trouble handling many property descriptors on objects. See also #734 - ๐ Made sure it is safe to call
onBecomeObserved
twice in row, fixes #874, #898 - ๐ Fixed typings of
IReactionDisposer
- ๐ Introduced explicit
-
v3.1.8 Changes
- ๐ Fixed edge case where
autorun
was not triggered again if a computed value was invalidated by the reaction itself, see #916, by @andykog - ๐ Added support for primtive keys in
createTransformer
, See #920 by @dnakov - ๐ Improved typings of
isArrayLike
, see #904, by @mohsen1
- ๐ Fixed edge case where
-
v3.1.7 Changes
- ๐ Reverted ES2015 module changes, as they broke with webpack 2 (will be re-released later)
-
v3.1.6 Changes
November 12, 2020 -
v3.1.5 Changes
November 08, 2020Patch Changes
01a050f7
Thanks @FredyC! - Fix use of react-dom vs react-nativeโก๏ธ The
es
folder content is compiled only without transpilation to keeputils/reactBatchedUpdates
which exists in DOM and RN versions. The bundledesm
is still kept around too, especially the prod/dev ones that should be utilized in modern browser environments.