Skip to content

Releases: mobxjs/mobx

mobx-react@7.0.2

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

Patch Changes

  • 5239db80 Thanks @FredyC! - Fixed release with missing dist files

  • Updated dependencies [5239db80]:

    • mobx-react-lite@3.1.2

mobx-react@7.0.1

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]:

    • mobx-react-lite@3.1.1

mobx-react-lite@3.1.2

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

Patch Changes

mobx-react-lite@3.1.1

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.

mobx@6.0.3

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)

mobx-undecorate@1.0.4

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.