-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add support for Stage3/2022.3 decorators * bump Jest stack * Update docs/enabling-decorators.md Co-authored-by: Rick Pastoor <rickpastoor@gmail.com> * bump from TS beta to 5.0.2 * rebase unto React 18 changes * fix some decorator documentation issues * bump test GC timeout * try fix GC test * v6.11.0-pre * Doc improvements * error on on missing `accessor` fields instead of silently ignoring * fix lint error * docs: added Babel decorator setup * added class decorator * add changelog entry for mobx-react * minor readme improvements * Removed dead code --------- Co-authored-by: Ethan Knapp <ethan@matchlighter.net> Co-authored-by: Matchlighter <ethank12345@gmail.com> Co-authored-by: Rick Pastoor <rickpastoor@gmail.com>
- Loading branch information
1 parent
807c68a
commit c926097
Showing
63 changed files
with
3,523 additions
and
2,771 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"mobx": minor | ||
--- | ||
|
||
Added support for modern 2022.3 Decorators. [#3790](https://github.com/mobxjs/mobx/pull/3790) | ||
* [Installation / usage instruction](https://mobx.js.org/enabling-decorators.html). | ||
* [Introduction announcement](https://michel.codes/blogs/mobx-decorators) | ||
* Original PR by [@Matchlighter](https://github.com/Matchlighter) in [#3638](https://github.com/mobxjs/mobx/pull/3638), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"mobx-react": minor | ||
--- | ||
|
||
Added support for modern 2022.3 Decorators. [#3790](https://github.com/mobxjs/mobx/pull/3790) | ||
* [Installation / usage instruction](https://mobx.js.org/enabling-decorators.html). | ||
* [Introduction announcement](https://michel.codes/blogs/mobx-decorators) | ||
* Original PR by [@Matchlighter](https://github.com/Matchlighter) in [#3638](https://github.com/mobxjs/mobx/pull/3638), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ on: | |
branches: [main] | ||
pull_request: | ||
branches: [main] | ||
workflow_dispatch: {} | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.