|
15 | 15 | for the new format. |
16 | 16 | * `CodeInput` now uses CodeMirror v6 (upgraded from v5). |
17 | 17 | * The `editorProps` prop has been removed. Most former use cases are now supported via |
18 | | - first-class `CodeInput` props such as `readonly`, `language`, `lineNumbers`, and `lineWrapping`. |
| 18 | + first-class `CodeInput` props such as `readonly`, `language`, `lineNumbers`, and |
| 19 | + `lineWrapping`. |
19 | 20 | * Replace the `mode` prop with `language`. See |
20 | 21 | [language-data](https://github.com/codemirror/language-data/blob/main/src/language-data.ts) |
21 | 22 | for valid language strings (aliases and names are both accepted). |
|
46 | 47 |
|
47 | 48 | ### 📚 Libraries |
48 | 49 |
|
49 | | -* ag-Grid `34.x → 35.x`. Apps must bump their `ag-grid-community`, `ag-grid-enterprise`, and |
50 | | - `ag-grid-react` dependencies to `35.x`. See the [AG Grid v35 upgrade guide](https://www.ag-grid.com/javascript-data-grid/upgrading-to-ag-grid-35/); |
51 | | - no Hoist API changes required. |
52 | | -* Removed `golden-layout` and `jquery` (replaced by the forked source above). |
53 | | - * Note, applications with previously required `"jquery": "3.x"` pin in package.json |
54 | | - `resolutions` should now be able to remove that pin. |
| 50 | +* @azure/msal-browser `4.29 → 5.11` |
| 51 | + * Major upgrade with broad architectural changes. Several `system` config properties were |
| 52 | + renamed - notably `iFrameHashTimeout` → `iframeBridgeTimeout`. Apps passing |
| 53 | + `msalClientOptions` to `MsalClient` must review |
| 54 | + the [v4 → v5 migration guide](https://learn.microsoft.com/en-us/entra/msal/javascript/browser/v4-migration). |
| 55 | +* @codemirror `5.x → 6.x` |
| 56 | + * Replaces the v5 monolithic `codemirror` package, with several new direct dependencies now |
| 57 | + managed by hoist-react to maintain all supported functionality. |
| 58 | + * See breaking change note above for `CodeInput` prop changes. |
| 59 | +* ag-grid `34.x → 35.x`. |
| 60 | + * Apps must bump their `ag-grid-community`, `ag-grid-enterprise`, and `ag-grid-react` |
| 61 | + dependencies to `35.x`. See |
| 62 | + the [AG Grid v35 upgrade guide](https://www.ag-grid.com/javascript-data-grid/upgrading-to-ag-grid-35/); |
| 63 | + no Hoist API changes required. |
| 64 | +* golden-layout `removed` |
| 65 | + * Replaced by the forked source as described above |
| 66 | +* jquery `removed` |
| 67 | + * Was included due to golden-layouts consumer, which now no longer needs the library. |
| 68 | + * Apps with previously required `"jquery": "3.x"` pin in package.json `resolutions` should now |
| 69 | + be able to remove that pin. |
| 70 | +* react-dropzone `10.x → 15.x` |
| 71 | + * See breaking change note above for the `FileChooser.accept` prop. |
| 72 | +* react-select `4.3 → 5.10` |
| 73 | +* react-windowed-select `3.1 → 5.2` |
55 | 74 | * semver `7.7 → 7.8` |
56 | | -* react-select `4.3 → 5.10` and react-windowed-select `3.1 → 5.2`. No app-level API changes. |
57 | | -* react-dropzone `10.x → 15.x`. See breaking change note above for the `FileChooser.accept` prop. |
58 | | -* `@azure/msal-browser` `4.29 → 5.11`. Major upgrade with broad architectural changes - adds |
59 | | - robust Cross-Origin-Opener-Policy (COOP) support via a new redirect-bridge mechanism that |
60 | | - replaces v4's `window.opener` messaging for popup, ssoSilent, and silent-refresh flows. |
61 | | - Several `system` config properties were renamed - notably `iFrameHashTimeout` → |
62 | | - `iframeBridgeTimeout`. Apps passing `msalClientOptions` to `MsalClient` must review the |
63 | | - [v4 → v5 migration guide](https://learn.microsoft.com/en-us/entra/msal/javascript/browser/v4-migration). |
64 | | -* CodeMirror upgraded to v6 - replaces the v5 monolithic `codemirror` package. See breaking change |
65 | | - note above for `CodeInput` prop changes. New direct deps: |
66 | | - * `@codemirror/commands` `6.10` |
67 | | - * `@codemirror/language` `6.12` |
68 | | - * `@codemirror/language-data` `6.5` |
69 | | - * `@codemirror/lint` `6.9` |
70 | | - * `@codemirror/state` `6.6` |
71 | | - * `@codemirror/view` `6.43` |
72 | | - * `@uiw/codemirror-theme-github` `4.25` |
73 | 75 |
|
74 | 76 | ## 85.0.0 - 2020-04-30 |
75 | 77 |
|
|
0 commit comments