Skip to content

Commit 8a189a0

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/docs/cross-spawn-7.0.6
2 parents 4ede8a3 + 9f01b1d commit 8a189a0

21 files changed

+4671
-3352
lines changed

CHANGELOG.md

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 2024-12-16
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`flutter_mobx` - `v2.3.0`](#flutter_mobx---v230)
19+
- [`mobx` - `v2.5.0`](#mobx---v250)
20+
- [`mobx_codegen` - `v2.7.0`](#mobx_codegen---v270)
21+
- [`mobx_examples` - `v1.1.0`](#mobx_examples---v110)
22+
- [`mobx_lint` - `v1.1.0`](#mobx_lint---v110)
23+
24+
---
25+
26+
#### `flutter_mobx` - `v2.3.0`
27+
28+
- **REFACTOR**: export `MultiReactionBuilder` from `flutter_mobx.dart` (#946).
29+
- **FIX**: package upgrades, analysis issue fixes.
30+
- **FIX**: stacktrace in computed (#988).
31+
- **FIX**: If builder of Observer errors, further error LateInitializationError: Local 'built' has not been initialized. will happen in addition to the actual error, reducing developer experience #780.
32+
- **FIX**: Disable button Remove Completed, when the completed task is occult on screen. (#73).
33+
- **FEAT**: add `MultiReactionBuilder` widget (#917).
34+
35+
#### `mobx` - `v2.5.0`
36+
37+
- **FIX**: package upgrades, analysis issue fixes.
38+
- **FIX**: Observable.value setter (covariant) (#993).
39+
- **FIX**: stacktrace in computed (#988).
40+
- **FIX**: observableset and observablemap notify all listeners when one is added with fireimmediately true (#962).
41+
- **FIX**: revert #784 (#842).
42+
- **FIX**: ObservableStream.listen() should also keep observable values updated (#708).
43+
- **FIX**: Widgets failed to call super.dispose() (#334).
44+
- **FIX**: issue 62 (#64).
45+
- **FEAT**: add scheduler option to autorun and reaction (#979).
46+
- **FEAT**: add keepAlive to Computed (#976).
47+
- **FEAT**: Adds `useEquatable` for creating observables (#971).
48+
- **FEAT**: Adds custom `equals` for creating observables. (#907).
49+
- **FEAT**: Adds support for annotations (#904).
50+
- **FEAT**: Allow a custom equals parameter for ObservableStream (#771).
51+
- **FEAT**: Allow use custom context (#770).
52+
53+
#### `mobx_codegen` - `v2.7.0`
54+
55+
- **FIX**: package upgrades, analysis issue fixes.
56+
- **FIX**: error with code generation when file has unnamed extension (#1020).
57+
- **FIX**: make readonly work with computed (#710).
58+
- **FIX**: ObservableStream.listen() should also keep observable values updated (#708).
59+
- **FEAT**: add keepAlive to Computed (#976).
60+
- **FEAT**: support late observables (#973).
61+
- **FEAT**: Adds `useEquatable` for creating observables (#971).
62+
- **FEAT**: require `analyzer: ^5.12.0` (#934).
63+
- **FEAT**: Adds custom `equals` for creating observables. (#907).
64+
- **FEAT**: Adds support for annotations (#904).
65+
- **FEAT**: Allow use custom context (#770).
66+
67+
#### `mobx_examples` - `v1.1.0`
68+
69+
- **FEAT**: Adds support for annotations (#904).
70+
71+
#### `mobx_lint` - `v1.1.0`
72+
73+
- **FIX**: package upgrades, analysis issue fixes.
74+
- **FEAT**: add wrap with observer assist (#949).
75+

docs/package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,36 @@
1111
"serve": "docusaurus serve --port 3001"
1212
},
1313
"dependencies": {
14-
"@algolia/client-search": "^4.22.0",
15-
"@docusaurus/core": "^3.1.1",
16-
"@docusaurus/preset-classic": "^3.1.1",
17-
"@emotion/react": "^11.11.4",
18-
"@emotion/styled": "^11.11.0",
19-
"@mdx-js/react": "^3.0.1",
14+
"@algolia/client-search": "^4.24.0",
15+
"@docusaurus/core": "^3.6.3",
16+
"@docusaurus/preset-classic": "^3.6.3",
17+
"@emotion/react": "^11.14.0",
18+
"@emotion/styled": "^11.14.0",
19+
"@mdx-js/react": "^3.1.0",
2020
"@splinetool/react-spline": "^2.2.6",
21-
"@splinetool/runtime": "^1.0.78",
22-
"axios": "^1.7.4",
23-
"docusaurus-lunr-search": "^3.3.2",
21+
"@splinetool/runtime": "^1.9.48",
22+
"axios": "^1.7.9",
23+
"docusaurus-lunr-search": "^3.5.0",
2424
"lodash.get": "^4.4.2",
25-
"react": "^18.2.0",
26-
"react-dom": "^18.2.0",
25+
"react": "^18.3.1",
26+
"react-dom": "^18.3.1",
2727
"react-loadable": "^5.5.0"
2828
},
2929
"devDependencies": {
30-
"@docusaurus/module-type-aliases": "^3.1.1",
31-
"@docusaurus/types": "^3.1.1",
30+
"@docusaurus/module-type-aliases": "^3.6.3",
31+
"@docusaurus/types": "^3.6.3",
3232
"@types/lodash.get": "^4.4.9",
33-
"@types/node": "^20.11.30",
34-
"@types/react": "^18.2.69",
35-
"autoprefixer": "^10.4.19",
33+
"@types/node": "^20.17.10",
34+
"@types/react": "^18.3.16",
35+
"autoprefixer": "^10.4.20",
3636
"lunr": "^2.3.9",
37-
"postcss": "^8.4.38",
38-
"prettier": "^3.2.5",
39-
"prism-react-renderer": "^2.3.1",
37+
"postcss": "^8.4.49",
38+
"prettier": "^3.4.2",
39+
"prism-react-renderer": "^2.4.1",
4040
"raw-loader": "^4.0.2",
41-
"tailwindcss": "^3.4.1",
42-
"typescript": "^5.4.3",
43-
"webpack": "^5.94.0"
41+
"tailwindcss": "^3.4.16",
42+
"typescript": "^5.7.2",
43+
"webpack": "^5.97.1"
4444
},
4545
"peerDependencies": {
4646
"@algolia/client-search": "^4.22.0",

0 commit comments

Comments
 (0)