Skip to content

Commit

Permalink
Converged Flex component scaffolding (microsoft#17332)
Browse files Browse the repository at this point in the history
* Remove pretty colors since GitHub doesn't support it
Sort "matching" for easier reading

* Add sample code
Add missing order prop

* Move existing stale code to react-flex-stale

* Add Migration guide

* Fix typos

* Add missing Stack padding migration

* Revert -stale

* Add in Flex.Item in the examples

* Remove boolean type for grow and shrink

* Update packages/react-flex/Spec.md

Co-authored-by: Makoto Morimoto <[email protected]>

* Update packages/react-flex/Spec.md

Co-authored-by: Makoto Morimoto <[email protected]>

* Deprecate Flex.Item push prop

* Correct horizontal/verticalAlign CSS prop names

* Link direction values to flex-direction docs

* Package scaffolding
Remove stale implementation
Remove Flex from react-examples
* Update package dependencies

* Update snapshot

* Update lock file

* Change files

* Remove extraneous theme-provider dependency

Co-authored-by: Makoto Morimoto <[email protected]>
  • Loading branch information
2 people authored and miroslavstastny committed May 5, 2021
1 parent e7e0c4a commit 6522e67
Show file tree
Hide file tree
Showing 38 changed files with 261 additions and 1,854 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Remove stale implementation of converged Flex",
"packageName": "@fluentui/react-examples",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Scaffold package",
"packageName": "@fluentui/react-flex",
"email": "[email protected]",
"dependentChangeType": "patch"
}
1 change: 0 additions & 1 deletion packages/react-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"@fluentui/react-docsite-components": "^8.0.9",
"@fluentui/react-experiments": "^8.0.9",
"@fluentui/react-file-type-icons": "^8.0.2",
"@fluentui/react-flex": "^0.2.9",
"@fluentui/react-focus": "^8.0.2",
"@fluentui/react-hooks": "^8.0.2",
"@fluentui/react-icons-mdl2": "^1.0.2",
Expand Down

This file was deleted.

Loading

0 comments on commit 6522e67

Please sign in to comment.