Skip to content

Releases: mobxjs/mobx

[email protected]

06 Nov 20:25
0b5197a
Compare
Choose a tag to compare

Patch Changes

[email protected]

06 Nov 19:49
dbdcbda
Compare
Choose a tag to compare

Patch Changes

  • 81a2f865 Thanks @FredyC! - ESM bundles without NODE_ENV present are available in dist folder. This useful for consumption in browser environment that supports ESM Choose either esm.production.min.js or esm.development.js from dist folder.

  • Updated dependencies [81a2f865]:

[email protected]

06 Nov 20:25
0b5197a
Compare
Choose a tag to compare

Patch Changes

[email protected]

06 Nov 19:49
dbdcbda
Compare
Choose a tag to compare

Patch Changes

  • 81a2f865 Thanks @FredyC! - ESM bundles without NODE_ENV present are available in dist folder. This useful for consumption in browser environment that supports ESM Choose either esm.production.min.js or esm.development.js from dist folder.

[email protected]

03 Nov 23:22
44b6413
Compare
Choose a tag to compare

Patch Changes

  • d0e6778d - Create ESM bundles with NODE_ENV correctly replaced so it can be used in browser (#2564)

[email protected]

03 Nov 23:09
97f8a98
Compare
Choose a tag to compare

Patch Changes

v6.0.2

02 Nov 10:55
4793d65
Compare
Choose a tag to compare

Patch Changes

Check NPM for releases

27 Jun 10:02
Compare
Choose a tag to compare

We don't use GitHub releases in this repo. Check NPM for the latest.

NPM

2.3.6

13 Jul 12:00
Compare
Choose a tag to compare
  • Fixed #406: Observable maps doesn't work with empty initial value in Safari
  • Implemented #357, #348: ObservableMap and ObservableArray now support iterators. Use @@iterator() or iterall in ES5 environments.