Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/mobxjs/mobx

Simple, scalable state management.
https://github.com/mobxjs/mobx

fix: ensure observer component name is only set when configurable (#3831)

1b8ab199df5e73d384cc40ec2d13915a690c14f3 authored 10 months ago by Andrey Smirnov <[email protected]>
fix: unsynchronized useSyncExternalStore snapshots with server (#3830)

b970cbb4dd2e43516d37f3f01c956cab3540d4d3 authored 10 months ago by Dmitry Tavern <[email protected]>
Update installation.md (#3822)

58d432837dbd49acf3d73ed2609967358d423702 authored 11 months ago by Pranav Raj S <[email protected]>
Fixed typo in observable-state.md (#3821)

329f2c274ace54028722e50eb43d5d5094f9d6a1 authored 11 months ago by Alexander <[email protected]>
Update observable-state.md (#3814)

df7e1ebd3404d4d44cd06b7d0a3b27f4c3a6aad1 authored 11 months ago by yeshu <[email protected]>
Prevent Reaction From Keeping a Reference to The OldValue (#3812)

620f78c74e66bc532a96e28b26fd2d0ed1b67d54 authored 12 months ago by Julien Barrois <[email protected]>
Version release (#3804)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

55260aa158919033e862d219e60eea601a05ac61 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: action transparently forwards toString of underlying function (#3654)

* fix: action transparently forwards toString of underlying function

* changeset

86616c11c108a511331eb05e55c08fc2c5a23f4d authored about 1 year ago by Alex <[email protected]>
State version cleanup (#3764)

* fix: disable global state version usage to avoid footgun with fresh props not propagationg, fi...

af64a0a3abf2a7b77ee274d12229ee732856b7b2 authored about 1 year ago by Michel Weststrate <[email protected]>
Merge pull request #3792 from tonyraoul/es2023-array-methods

perf: ECMAScript2023 & ECMAScript2022 array methods performance improvement for proxy

a2db19e0365002c26392ae87c4c023bdc8ab53c7 authored about 1 year ago by Michel Weststrate <[email protected]>
chore: sponsor title fix

1a0dd70252bad545383379a9e6c5f41a29de5097 authored about 1 year ago by Michel Weststrate <[email protected]>
chore: update sponsors

93523609cddb02f1ccad5ee39e2782045047361f authored about 1 year ago by Michel Weststrate <[email protected]>
chore: update start example to be classless

847ec7e506bca106c3f36c583715cad9ef3b85cf authored about 1 year ago by Michel Weststrate <[email protected]>
chore: arbitrary file touch

d519643d0c97062b2171a26f755a3bd1f9f7c0d2 authored about 1 year ago by Michel Weststrate <[email protected]>
Version release (#3793)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

aaf45ae3f13ee53a19cc440d4cb19ffe71426fa4 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
TC 39 decorators (#3790)

* add support for Stage3/2022.3 decorators

* bump Jest stack

* Update docs/enabling-decora...

c9260974f726f58de0fd4974ea024c644d9b7c6f authored about 1 year ago by Michel Weststrate <[email protected]>
Update CI to node 20

227290d2ffed2aedea178631a3166cab442d48c3 authored about 1 year ago by Antoine Raoul <[email protected]>
Update node version within CI

71d0c3c17f660ce68606964e4e46920eb939b4bd authored about 1 year ago by Antoine Raoul <[email protected]>
Update changeset message to be more versbose

d5f53f411fa4066f79779863e9a5e8f5498a5f80 authored about 1 year ago by Antoine Raoul <[email protected]>
addExtension es2022.arrays at method

3fc271eed9fc526ac49d6e6b07114d126950683c authored about 1 year ago by Antoine Raoul <[email protected]>
add performance for lastIndexCase

209acea87431c38374e9054d42dab75cba5732de authored about 1 year ago by Antoine Raoul <[email protected]>
chore: fix release process (?)

807c68a799182ab775eaa5d14e6ea44f896937ab authored about 1 year ago by Michel Weststrate <[email protected]>
chore(types): remove unnecessary declaration of weakref (#3791)

764747af3c0064b3a5c1155b8587cd1b04e49747 authored about 1 year ago by Antoine Eskaros <[email protected]>
Add es2023 array methods to observablearray

ec5db592d7756826c31e710b1c759d7e9406b153 authored about 1 year ago by Antoine Raoul <[email protected]>
Version release (#3786)

defba490c7928f07540e468a8a8b6eff3c96e21a authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fix ide typescript compatability in __tests__ dir (#3620)

5846dfe8dc3dc8dfac3056479c370dfcdbf75bd8 authored about 1 year ago by Antoine Raoul <[email protected]>
add test for #3776 (#3787)

fdf9b784eadcc397c335a2f4888f319901247ceb authored about 1 year ago by urugator <[email protected]>
Fix: observer class components going stale after 10 seconds (#3776)

5063c38ead557624321e2bbeb1aff905438564b0 authored about 1 year ago by Wesley Bercx <[email protected]>
docs: updated Canva logo (#3780)

13a222ea21bd55b7158d48a998846da608080ded authored about 1 year ago by Mykola Rykov <[email protected]>
docs: Remove { rootStore: false } from docs since it's not needed (#3775)

273e017646d6f1c59a63e28b3ba87ef427e8204e authored about 1 year ago by Egor Gorbachev <[email protected]>
Version release (#3765)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

40f6b074ae4062ffd152604eaa3181d630a3faa0 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fix: disable global state version usage in observer. Fixes #3728 (#3763)

* fix: disable global state version usage to avoid footgun with fresh props not propagationg, fi...

87e5dfb52a84869d62b6343887a1c8659aee595d authored about 1 year ago by Michel Weststrate <[email protected]>
chore(deps): bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#3756)

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.1 to ...

91adf79619533da4de04737eae83c61a4a8ffb92 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Version release (#3749)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

bbd6099eef40b5876d2a004a312fff457a140fec authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fix #3747: computed values can get stale if backing observable was created and updated outside tracking context (#3748)

c8d9374d4f3b05cfec0d690e0eb3ada4f619ff0b authored over 1 year ago by Michel Weststrate <[email protected]>
Version release (#3736)

4ffc001e96623ac5b02c46705a9aef8f5c935805 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fix #3728: observables initialization should not update state version (#3732)

3ceeb8651e328c4c7211c875696b3f5269fea834 authored over 1 year ago by urugator <[email protected]>
fix #3730: class component does not react to state changes performed before mount (#3731)

* fix

* typo

* clear flag on unmount, fix typo

d813746cfaa18d80daddee3724562fed6b307c0a authored over 1 year ago by urugator <[email protected]>
chore: add missing returning type and fix typo (#3735)

* fix: typo

* fix: add missing return type

f4129ed091945ddc58ff688fe6baf6f4bb92ea1e authored over 1 year ago by situ2001 <[email protected]>
Version release (#3722)

ee09a6742bcd2ac7e599b1077b54670c6973d8e1 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
feat(mobx): add support for AbortSignal for `reaction`, `autorun` and sync `when` (#3727)

bebd5f0507a109145f401c78630ed9d59e4a1101 authored over 1 year ago by Raz Luvaton <[email protected]>
chore(deps): bump coverallsapp/github-action from 2.2.0 to 2.2.1 (#3723)

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.0 to ...

1a693efb61e880a583393e00b4d6878ed06bb13e authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(type): remove makeObservable and makeAutoObservable function proxy option (#3717)

55f78ddc20e84f38a7aa88b99a51ad994e558241 authored over 1 year ago by Liu Can <[email protected]>
Version release (#3720)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

9f80ed7f0023b4d65a7bae243e539f0fb5a992d8 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore: fixes in release job and readme

e8ec0e11f026a56096afad96cfa81c55bccd0d9f authored over 1 year ago by Michel Weststrate <[email protected]>
chore: `prepublish` -> `prepublishOnly`

278323ef234a42eb224a7716f89871e438c3e6cf authored over 1 year ago by Michel Weststrate <[email protected]>
fix: Make trace() noop in production build (#3709)

4792303ec9119c1ba54134fff7e845d21a1d9337 authored over 1 year ago by Egor Gorbachev <[email protected]>
docs: ADD RxDB sponsor (#3719)

235c5f17f17124aa609f5f7069f5d7acf07942b8 authored over 1 year ago by Daniel Meyer <[email protected]>
Version release (#3672)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

a866dcaca2ac737588ca2e9e93e6ceb63095359f authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fix react-strict mode support, remove auto observability of this.props / this.state / this.context in class components (#3718)

* wip

* changeset

* wip

* fix tests

* style

* wip

* wip

* wip

* wip

*...

473cb3f5fc8bf43abdd1c9c7857fe2820d2291fe authored over 1 year ago by Michel Weststrate <[email protected]>
Update observable-state.md (#3710)

27efa3cc637e3195589874990c23d4de82c12072 authored over 1 year ago by Shahzaib <[email protected]>
chore(deps): bump coverallsapp/github-action from 2.1.2 to 2.2.0 (#3704)

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.1.2 to ...

8224ab7d99112507220f6ede1e339923733fc523 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump coverallsapp/github-action from 2.1.0 to 2.1.2 (#3685)

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.1.0 to ...

7cdc7ecd6947a6da10f10d2e4a1305297b816007 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump coverallsapp/github-action from 2.0.0 to 2.1.0 (#3683)

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.0.0 to ...

3aa947589797ec670d8c4a94ce09236e9f33a978 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix example in enabling-decorators.md (#3679)

d7b3dc44fdf75942a86319514ad9c267bfe698ec authored over 1 year ago by Kozlov Sergey <[email protected]>
fix: useSyncExternalStore on SSR (#3670)

58bb052ca41b8592e5bd5c3003b68ec52da53f33 authored over 1 year ago by urugator <[email protected]>
Version release (#3668)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

e03b15a25ac4b2e1f500dd7e3de35ac9473315ec authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix(mobx-react-lite): Add missing dependency (#3667)

* fix(mobx-react-lite): Add missing dependency

Without this, the package won't be included do...

f86df86784fa92d793ca4d1b97a3dd954355f7dd authored over 1 year ago by Tony Narlock <[email protected]>
Version release (#3665)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

f137204d76bd747b7fc64b8241f29a336232594e authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: fix mobx-react-lite release issue, fixes #3662 (#3664)

* fix: fix mobx-react-lite release issue

* added changeset

8e58fa958908f632a2c49d22c259fda135781455 authored over 1 year ago by Michel Weststrate <[email protected]>
Version release (#3661)

c794d3d27a2c9b1de4987e617b34719b39ed7495 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Better React 18 support (#3590)

44a2cf42dec7635f639ddbfb19202ebc710bac54 authored over 1 year ago by urugator <[email protected]>
chore(deps): bump coverallsapp/github-action from 1.2.4 to 2.0.0 (#3657)

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.4 to ...

8bea8cd9de1761980a95351ab14d44e71bf64e3e authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Version release (#3652)

01432751d235da15fc861619563a08f1c9dfa623 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix #3650 regression clearTimers -> clearTimes (#3651)

dfeb1f5d18acb8a995d4fa78374173d419fec16e authored almost 2 years ago by urugator <[email protected]>
chore(deps): bump coverallsapp/github-action from 1.1.3 to 1.2.4 (#3647)

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to ...

5715cd7170a6ec3ca690ae126b25e7f2747d3176 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Version release (#3646)

9aee50fd9b5232c88d68918b6f75fcfb2e69e896 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
wip (#3645)

7acaf305f81ac5457a8de272e42dd5634a97eb88 authored almost 2 years ago by urugator <[email protected]>
chore: properly use primitive types over wrappers (#3635)

cd18db97a5568e74949d32903ae8e42ce7f31d63 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Update link to expo playground in bug.md (#3644)

The dependencies has been updated. Also the current link is now saved under my profile so we won...

eff0a28c36dab0d75da43d63f44e76650a8c9771 authored almost 2 years ago by Egor Gorbachev <[email protected]>
Update actions.md (#3642)

Get rid of unnecessary arguments in the constructor functions.
OR we can use those "value" argu...

c40e0bde3d953002d526972c4f39919b279a48d3 authored almost 2 years ago by Egor Shum <[email protected]>
Version release (#3601)

faf075cc70a16a86443b24c8dd120516bac016ed authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
refactor: Object.defineProperty -> defineProperty (#3629)

a932048b4aacad73f699dcb99a5c2392f1a08e3e authored almost 2 years ago by Alexander Nanberg <[email protected]>
[undecorate] partial fix for #3460: @action => override (#3478)

c8f3b0817fd74644e285909e2a40cea45a5cc013 authored almost 2 years ago by urugator <[email protected]>
refactor: Object.assign -> assign (#3619)

cfcf3c60a5a4d600d08c27033debbcc44cfb5446 authored almost 2 years ago by Lck6de1p <[email protected]>
Update computeds.md

41c7c5c0d229c2575f5dec8fa0ab6278f137f4a0 authored almost 2 years ago by urugator <[email protected]>
doc: note about Set tracking

3585f95a47ea562b63ab5b3ac193e3e7e08e5ec1 authored almost 2 years ago by urugator <[email protected]>
[undecorate] fix: non-null assertion operator is removed (#3617)

988aa3a198f0e0fd33623cb21b33d75db6b2f70a authored almost 2 years ago by urugator <[email protected]>
update makeObservable doc (#3605)

* update makeObservable doc

Make it explicit that only annotated members become observable

...

641d8dbf6a6859184feb5164be9a68a537284a8e authored almost 2 years ago by Timur <[email protected]>
doc: typo

2395875c2d46dac6aa07fcee67b8b09409e95856 authored almost 2 years ago by urugator <[email protected]>
doc: migration: functions are auto converted

50acf2d84373a4ab59f41c68f671d99cc00158a4 authored almost 2 years ago by urugator <[email protected]>
update docs according to #2779

72667353c3804dfc795a67d8f90c59ab97c4c94a authored almost 2 years ago by urugator <[email protected]>
run build and test workflow on PR

2d866ce124f24134555bc8f9fe455e67a274bf12 authored almost 2 years ago by urugator <[email protected]>
Updated compat matrix

7306793d363fd4de137bccb71d2fd23ac25dd20d authored almost 2 years ago by urugator <[email protected]>
`useObserver` registry refactor (#3598)

4ef8ff3f84ec8ae893d8c84031664ea388d78091 authored almost 2 years ago by urugator <[email protected]>
Fix #3582, AbortSignal leaks @types/node (#3583)

2bccc5b3ca1df6444c942c715718519d590281e0 authored almost 2 years ago by urugator <[email protected]>
Restore generic types on IValueDidChange and IBoxDidChange. (#3609)

Co-authored-by: Gorbachev Egor <[email protected]>

7095fa4569afb538b7f153ce2b2a8078f2dbe1fc authored almost 2 years ago by Mike Emery <[email protected]>
Do not expose deprecated observe_ and intercept_ methods. (#3608)

Co-authored-by: Gorbachev Egor <[email protected]>

fed3ff14ca4dcbc788c4678e6d3f4edf747ffdb0 authored almost 2 years ago by Mike Emery <[email protected]>
Fix typo in ESLint Readme (#3610)

a38f665bb570dec9b3a2b3d3b90f008acf380b8e authored almost 2 years ago by Egor Gorbachev <[email protected]>
Replace Circle CI with GitHub CI (#3604)

* Replace Circle CI with GitHub CI

1fcb2e143995d57a296b736308431d95c9581d54 authored almost 2 years ago by Egor Gorbachev <[email protected]>
Remove old documentation mentions (#3603)

19de5da5c4e98e61b67e6176cc3a95c94d013bbd authored almost 2 years ago by Egor Gorbachev <[email protected]>
fix (#3596)

42f8ac057ec70c508232339016cc7249123f0fd0 authored almost 2 years ago by urugator <[email protected]>
docs: Revert "docs: updated analytics to GA4"

This reverts commit ebcd104e0b67f90073afd4877ab5c963f71a3550.
As the update was based on docusau...

552c08434e4864854fcd3c198ff698ecaf182afc authored almost 2 years ago by Michel Weststrate <[email protected]>
docs: updated analytics to GA4

ebcd104e0b67f90073afd4877ab5c963f71a3550 authored almost 2 years ago by Michel Weststrate <[email protected]>
docs: add EaseUS as sponsor. Thanks!

879982e181d7eac81d81eedcbbadd934d0c05036 authored about 2 years ago by Michel Weststrate <[email protected]>
chore: Remove outdated information from mobx-react README (#3577)

* Remove outdated information from mobx-react README

* Update README.md

* Update README.md...

646ee5733d5a53501840a4255f3467f6a1d8b7e8 authored about 2 years ago by Egor Gorbachev <[email protected]>
docs: fix upper logo / link

ea0e6c7924ffbe24566b95474c379835fdb169ac authored about 2 years ago by Michel Weststrate <[email protected]>
chore: Merge branch 'ukraine-banner'

8755b4f5db19712614a7dd32e171643c5219030e authored about 2 years ago by Michel Weststrate <[email protected]>
docs: update sponsor list

3891c7260f4357e4e93dc6c193fca1c5269e1b9b authored about 2 years ago by Michel Weststrate <[email protected]>
Version release (#3558)

cd0fa150e4f8b9b8dea3856a23a64e37a9bc839b authored about 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>