@fluentui/react-migration-v8-v9 0.0.0-nightly-20230126-0420.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +44 -0
- package/CHANGELOG.md +17 -0
- package/LICENSE +15 -0
- package/README.md +9 -0
- package/package.json +59 -0
package/CHANGELOG.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@fluentui/react-migration-v8-v9",
|
|
3
|
+
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Thu, 26 Jan 2023 04:27:50 GMT",
|
|
6
|
+
"tag": "@fluentui/react-migration-v8-v9_v0.0.0-nightly-20230126-0420.1",
|
|
7
|
+
"version": "0.0.0-nightly-20230126-0420.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "fluentui-internal@service.microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
13
|
+
"commit": "not available",
|
|
14
|
+
"comment": "Release nightly v9"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
19
|
+
"comment": "Bump @fluentui/react-components to v0.0.0-nightly-20230126-0420.1",
|
|
20
|
+
"commit": "3428a8c744066a319dc9afcce72c948f1a96f0b2"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
25
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20230126-0420.1",
|
|
26
|
+
"commit": "3428a8c744066a319dc9afcce72c948f1a96f0b2"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
31
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20230126-0420.1",
|
|
32
|
+
"commit": "3428a8c744066a319dc9afcce72c948f1a96f0b2"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
37
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20230126-0420.1",
|
|
38
|
+
"commit": "3428a8c744066a319dc9afcce72c948f1a96f0b2"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Change Log - @fluentui/react-migration-v8-v9
|
|
2
|
+
|
|
3
|
+
This log was last generated on Thu, 26 Jan 2023 04:27:50 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
<!-- Start content -->
|
|
6
|
+
|
|
7
|
+
## [0.0.0-nightly-20230126-0420.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v0.0.0-nightly-20230126-0420.1)
|
|
8
|
+
|
|
9
|
+
Thu, 26 Jan 2023 04:27:50 GMT
|
|
10
|
+
|
|
11
|
+
### Changes
|
|
12
|
+
|
|
13
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
|
|
14
|
+
- Bump @fluentui/react-components to v0.0.0-nightly-20230126-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/3428a8c744066a319dc9afcce72c948f1a96f0b2) by beachball)
|
|
15
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20230126-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/3428a8c744066a319dc9afcce72c948f1a96f0b2) by beachball)
|
|
16
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20230126-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/3428a8c744066a319dc9afcce72c948f1a96f0b2) by beachball)
|
|
17
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20230126-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/3428a8c744066a319dc9afcce72c948f1a96f0b2) by beachball)
|
package/LICENSE
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@fluentui/react-migration-v8-v9
|
|
2
|
+
|
|
3
|
+
Copyright (c) Microsoft Corporation
|
|
4
|
+
|
|
5
|
+
All rights reserved.
|
|
6
|
+
|
|
7
|
+
MIT License
|
|
8
|
+
|
|
9
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
10
|
+
|
|
11
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
12
|
+
|
|
13
|
+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
14
|
+
|
|
15
|
+
Note: Usage of the fonts and icons referenced in Fluent UI React is subject to the terms listed at https://aka.ms/fluentui-assets-license
|
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# @fluentui/react-migration-v8-v9
|
|
2
|
+
|
|
3
|
+
**React Migration v8 to v9 [Fluent UI React](https://react.fluentui.dev/)**
|
|
4
|
+
|
|
5
|
+
This package contains component shims that provide the props interface of a v8 component and render a v9 component.
|
|
6
|
+
|
|
7
|
+
Our recommendation is to avoid using shims and instead migrate from using v8 components to using v9 components in your codebase. Shims provide a convienient way to start migrating to v9 while defering the cost of updating a multitude of call points.
|
|
8
|
+
|
|
9
|
+
Shims depend on both v8 and v9, so carefully consider the impact using a shim may have on bundle size and render performance vs. migrating to v9 directly.
|
package/package.json
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@fluentui/react-migration-v8-v9",
|
|
3
|
+
"version": "0.0.0-nightly-20230126-0420.1",
|
|
4
|
+
"description": "Migration shim components and methods for hybrid v8/v9 applications building on Fluent UI React.",
|
|
5
|
+
"main": "lib-commonjs/index.js",
|
|
6
|
+
"module": "lib/index.js",
|
|
7
|
+
"typings": "./dist/index.d.ts",
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/microsoft/fluentui"
|
|
12
|
+
},
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"scripts": {
|
|
15
|
+
"build": "just-scripts build",
|
|
16
|
+
"clean": "just-scripts clean",
|
|
17
|
+
"code-style": "just-scripts code-style",
|
|
18
|
+
"just": "just-scripts",
|
|
19
|
+
"lint": "just-scripts lint",
|
|
20
|
+
"test": "jest --passWithNoTests",
|
|
21
|
+
"type-check": "tsc -b tsconfig.json",
|
|
22
|
+
"generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor",
|
|
23
|
+
"storybook": "start-storybook",
|
|
24
|
+
"start": "yarn storybook"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@fluentui/eslint-plugin": "*",
|
|
28
|
+
"@fluentui/react-conformance": "*",
|
|
29
|
+
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20230126-0420.1",
|
|
30
|
+
"@fluentui/scripts-api-extractor": "*",
|
|
31
|
+
"@fluentui/scripts-tasks": "*"
|
|
32
|
+
},
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@ctrl/tinycolor": "3.3.4",
|
|
35
|
+
"@fluentui/fluent2-theme": "^8.104.11",
|
|
36
|
+
"@fluentui/react": "^8.104.6",
|
|
37
|
+
"@fluentui/react-components": "0.0.0-nightly-20230126-0420.1",
|
|
38
|
+
"@fluentui/react-icons": "^2.0.175",
|
|
39
|
+
"@fluentui/react-theme": "0.0.0-nightly-20230126-0420.1",
|
|
40
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20230126-0420.1",
|
|
41
|
+
"@griffel/react": "^1.5.2",
|
|
42
|
+
"tslib": "^2.1.0"
|
|
43
|
+
},
|
|
44
|
+
"peerDependencies": {
|
|
45
|
+
"@types/react": ">=16.8.0 <19.0.0",
|
|
46
|
+
"@types/react-dom": ">=16.8.0 <19.0.0",
|
|
47
|
+
"react": ">=16.8.0 <19.0.0",
|
|
48
|
+
"react-dom": ">=16.8.0 <19.0.0"
|
|
49
|
+
},
|
|
50
|
+
"beachball": {},
|
|
51
|
+
"exports": {
|
|
52
|
+
".": {
|
|
53
|
+
"types": "./dist/index.d.ts",
|
|
54
|
+
"import": "./lib/index.js",
|
|
55
|
+
"require": "./lib-commonjs/index.js"
|
|
56
|
+
},
|
|
57
|
+
"./package.json": "./package.json"
|
|
58
|
+
}
|
|
59
|
+
}
|