UNPKG

@fluent-windows/core

Version:

React components that inspired by Microsoft's Fluent Design System.

285 lines (240 loc) 29.7 kB
# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. # [1.0.0-alpha.4](https://github.com/fluent-org/fluent-windows/compare/@fluent-windows/core@1.0.0-alpha.3...@fluent-windows/core@1.0.0-alpha.4) (2019-10-21) ### Features * **Input:** Brand new style and deprecated prefix ([0caf131](https://github.com/fluent-org/fluent-windows/commit/0caf131)) * **Input:** Sync TextArea to new style too ([80c0685](https://github.com/fluent-org/fluent-windows/commit/80c0685)) ### BREAKING CHANGES * **Input:** Deprecated prefix # [1.0.0-alpha.3](https://github.com/fluent-org/fluent-windows/compare/@fluent-windows/core@1.0.0-alpha.2...@fluent-windows/core@1.0.0-alpha.3) (2019-10-18) ### Features * **Button:** Add prop rounded ([13fb985](https://github.com/fluent-org/fluent-windows/commit/13fb985)) * **theme.space:** Increase default support for space ([9224c24](https://github.com/fluent-org/fluent-windows/commit/9224c24)) * **theme.transitions:** Adjust the transition to a more comfortable number ([3272527](https://github.com/fluent-org/fluent-windows/commit/3272527)) # 1.0.0-alpha.2 (2019-10-10) ### Bug Fixes * **@fluent-windows/core:** Refers to fix errors ([7cbcf50](https://github.com/fluent-org/fluent-windows/commit/7cbcf50)) * **@fluent-windows/hooks:** Add hooks: useHover, usePopper ([9479180](https://github.com/fluent-org/fluent-windows/commit/9479180)) * **@fluent-windows/hooks:** Fix `useClickOutside` type error and update snapshots ([82080e2](https://github.com/fluent-org/fluent-windows/commit/82080e2)) * **@fluent-windows/hooks:** Split hooks into separate packages ([7897849](https://github.com/fluent-org/fluent-windows/commit/7897849)) * **@fluent-windows/icons:** Re-build icons ([c142a74](https://github.com/fluent-org/fluent-windows/commit/c142a74)) * **Box:** Fix the problem that the `Box` does not support color ([878689b](https://github.com/fluent-org/fluent-windows/commit/878689b)) * **bug fix:** Fix circular reference problems ([e1521bc](https://github.com/fluent-org/fluent-windows/commit/e1521bc)) * **bugs:** Some repair error ([959c605](https://github.com/fluent-org/fluent-windows/commit/959c605)) * **Checkbox:** Fix display problems that may arise misplaced ([3e744d2](https://github.com/fluent-org/fluent-windows/commit/3e744d2)) * **Command:** Fix Command overflow issue, fix documentation ([db01a88](https://github.com/fluent-org/fluent-windows/commit/db01a88)) * **Command:** Fix problems not displayed by Secondary ([4ffcbce](https://github.com/fluent-org/fluent-windows/commit/4ffcbce)) * **Command:** The problem is not repaired Secondary display when only one child ([ce3d74c](https://github.com/fluent-org/fluent-windows/commit/ce3d74c)) * **Command, Navigation:** Fix Command, Navigation child rendering position does not meet expectation ([735a629](https://github.com/fluent-org/fluent-windows/commit/735a629)) * **ComponentType:** Fix the basis of each component prop type ([5cab5e9](https://github.com/fluent-org/fluent-windows/commit/5cab5e9)) * **fluent-windows.com:** Fix the problem with the acrylic display in the document ([7c954b3](https://github.com/fluent-org/fluent-windows/commit/7c954b3)) * **fluent-windows.com:** Join the homepage and adjust the style of the details ([c12250d](https://github.com/fluent-org/fluent-windows/commit/c12250d)) * **fluent-windows.com:** Navigation Persistent record of scroll position ([1d67613](https://github.com/fluent-org/fluent-windows/commit/1d67613)) * **Form:** Fix bugs and improve documentation ([a263370](https://github.com/fluent-org/fluent-windows/commit/a263370)) * **IconButton:** Fix IconButton does not have default size ([217cfdd](https://github.com/fluent-org/fluent-windows/commit/217cfdd)) * **IconButton:** fix the background-color of IconButton in Safari ([67198da](https://github.com/fluent-org/fluent-windows/commit/67198da)) * **Input:** Extended input html props and docs ([5239223](https://github.com/fluent-org/fluent-windows/commit/5239223)) * **Input, Navigation, Icon:** fix Input line-height, Navigation icon does not display ([f6ef8a9](https://github.com/fluent-org/fluent-windows/commit/f6ef8a9)) * **ItemGroup:** Fix the arrow shows the problem ([8cc09a3](https://github.com/fluent-org/fluent-windows/commit/8cc09a3)), closes [#3](https://github.com/fluent-org/fluent-windows/issues/3) * **Navigation:** Eliminate automatically added deps ([820b6a3](https://github.com/fluent-org/fluent-windows/commit/820b6a3)) * **Navigation:** Fix all navigation sharing the same onChange bug ([70a2506](https://github.com/fluent-org/fluent-windows/commit/70a2506)) * **Navigation:** Fix arrow bugs ([41a9a2d](https://github.com/fluent-org/fluent-windows/commit/41a9a2d)) * **Navigation:** Fix the problem of item refresh under reveal ([9239dd9](https://github.com/fluent-org/fluent-windows/commit/9239dd9)) * **Navigation:** Navigation for the first time into the repair error loading animation ([4109389](https://github.com/fluent-org/fluent-windows/commit/4109389)) * **Navigation, Command:** Fixed ts errors ([7007bee](https://github.com/fluent-org/fluent-windows/commit/7007bee)) * **Radio:** Fix display problems that may arise misplaced ([c9749a0](https://github.com/fluent-org/fluent-windows/commit/c9749a0)) * **test-utils/createRender:** Refers to fix errors ([d65dfcd](https://github.com/fluent-org/fluent-windows/commit/d65dfcd)) * **theme:** Add shadows and Refactoring IconButton ([9a26b28](https://github.com/fluent-org/fluent-windows/commit/9a26b28)) * **ThemeProvider:** Corrections ThemeProvider the default export ([b79dbc1](https://github.com/fluent-org/fluent-windows/commit/b79dbc1)) * **Tooltip:** Fix problem with tooltip not showing ([81921b2](https://github.com/fluent-org/fluent-windows/commit/81921b2)) * **Tooltip:** Fix the Tooltip title types ([09d5838](https://github.com/fluent-org/fluent-windows/commit/09d5838)) * **Transition:** Make the prop type 'grow' support unmount ([7623484](https://github.com/fluent-org/fluent-windows/commit/7623484)) * **Typography:** Fix Variant type ([4b76252](https://github.com/fluent-org/fluent-windows/commit/4b76252)) ### Features * **@fluent-windows/core:** Add propTypes support for all components ([09c2fa5](https://github.com/fluent-org/fluent-windows/commit/09c2fa5)) * **@fluent-windows/core:** Change directory structure ([67e69b2](https://github.com/fluent-org/fluent-windows/commit/67e69b2)) * **@fluent-windows/hooks:** add useMedia ([cbf7bd6](https://github.com/fluent-org/fluent-windows/commit/cbf7bd6)) * **@fluent-windows/hooks/useMessage:** New hooks `useMessage` ([a8a0411](https://github.com/fluent-org/fluent-windows/commit/a8a0411)) * **@flunet-ui/icons:** Icon library switch to remix ([32cb171](https://github.com/fluent-org/fluent-windows/commit/32cb171)) * **Box:** Add polyfill for box acrylic ([c611f28](https://github.com/fluent-org/fluent-windows/commit/c611f28)) * **Box:** Box breakpoint fix the problem is not in force ([6cae488](https://github.com/fluent-org/fluent-windows/commit/6cae488)) * **Box:** Complete the basics of acrylic ([4367aaa](https://github.com/fluent-org/fluent-windows/commit/4367aaa)) * **Box:** Modify the scrollbar style of the box ([11f5e22](https://github.com/fluent-org/fluent-windows/commit/11f5e22)) * **Button:** Add prop ghost ([5d0e502](https://github.com/fluent-org/fluent-windows/commit/5d0e502)) * **Button:** Add the size props ([5cc9eaf](https://github.com/fluent-org/fluent-windows/commit/5cc9eaf)) * **Button:** Finish button basic style ([4b26b5b](https://github.com/fluent-org/fluent-windows/commit/4b26b5b)) * **Card:** New component Card ([0d85378](https://github.com/fluent-org/fluent-windows/commit/0d85378)) * **Checkbox:** Complete the basic props of the Checkbox ([9d43174](https://github.com/fluent-org/fluent-windows/commit/9d43174)) * **Checkbox:** prop children ([72f6cc6](https://github.com/fluent-org/fluent-windows/commit/72f6cc6)) * **Command:** almost done ([1fa706b](https://github.com/fluent-org/fluent-windows/commit/1fa706b)) * **Command:** Finish the reveal props ([0154827](https://github.com/fluent-org/fluent-windows/commit/0154827)) * **config:** Finally completed the compiled configuration ([ddead67](https://github.com/fluent-org/fluent-windows/commit/ddead67)) * **Dialog:** Add new component Dialog ([6c6784e](https://github.com/fluent-org/fluent-windows/commit/6c6784e)) * **Drawer:** Add component Drawer ([4ca6967](https://github.com/fluent-org/fluent-windows/commit/4ca6967)) * **fluent-windows.com:** Adding search with Algolia ([ece2f46](https://github.com/fluent-org/fluent-windows/commit/ece2f46)), closes [#9](https://github.com/fluent-org/fluent-windows/issues/9) * **fluent-windows.com:** Adjust the style ([2916ad4](https://github.com/fluent-org/fluent-windows/commit/2916ad4)) * **fluent-windows.com:** Card added more examples ([67b97ab](https://github.com/fluent-org/fluent-windows/commit/67b97ab)) * **fluent-windows.com:** Change the background image inside the document, Fine-tuning the card component ([10db49f](https://github.com/fluent-org/fluent-windows/commit/10db49f)) * **fluent-windows.com:** Document button to increase editPage ([e0152b3](https://github.com/fluent-org/fluent-windows/commit/e0152b3)) * **fluent-windows.com:** New background change function ([e71561c](https://github.com/fluent-org/fluent-windows/commit/e71561c)) * **fluent-windows.com:** Remove the header and move the content to the nav ([735aea1](https://github.com/fluent-org/fluent-windows/commit/735aea1)) * **fluent-windows.com:** The new icon interaction ([24c82d3](https://github.com/fluent-org/fluent-windows/commit/24c82d3)) * **Form:** New component Form ([cde4faa](https://github.com/fluent-org/fluent-windows/commit/cde4faa)) * **i18n:** fluent-windows.com complete the framework of multi-language switch ([65aa506](https://github.com/fluent-org/fluent-windows/commit/65aa506)) * **Icon:** almost done ([2dfe68d](https://github.com/fluent-org/fluent-windows/commit/2dfe68d)) * **IconButton:** Complete component IconButton ([5f989e3](https://github.com/fluent-org/fluent-windows/commit/5f989e3)) * **init:** :tada: hello fluent-windows ([1ead5d8](https://github.com/fluent-org/fluent-windows/commit/1ead5d8)) * **init:** Improve the initialization environment ([706e1e7](https://github.com/fluent-org/fluent-windows/commit/706e1e7)) * **Input:** Add a new prop error ([06f03af](https://github.com/fluent-org/fluent-windows/commit/06f03af)) * **Input:** Add child component `TextArea` ([d04f622](https://github.com/fluent-org/fluent-windows/commit/d04f622)), closes [#10](https://github.com/fluent-org/fluent-windows/issues/10) * **Input:** Add prefix/suffix support ([4c7728c](https://github.com/fluent-org/fluent-windows/commit/4c7728c)), closes [#10](https://github.com/fluent-org/fluent-windows/issues/10) * **Input:** Add prop ghost ([54d6154](https://github.com/fluent-org/fluent-windows/commit/54d6154)) * **Input:** Complete the basic input component ([fc68cde](https://github.com/fluent-org/fluent-windows/commit/fc68cde)) * **Item:** The icon of the Item is carried by a single prop. ([#3](https://github.com/fluent-org/fluent-windows/issues/3)) ([d089b57](https://github.com/fluent-org/fluent-windows/commit/d089b57)) * **ItemGroup:** Complete basic content ([#3](https://github.com/fluent-org/fluent-windows/issues/3)) ([6ba7e02](https://github.com/fluent-org/fluent-windows/commit/6ba7e02)) * **List:** New component List ([6465542](https://github.com/fluent-org/fluent-windows/commit/6465542)) * **Navigation:** Complete controlled component related props ([b387416](https://github.com/fluent-org/fluent-windows/commit/b387416)) * **Navigation:** Encapsulate usePortal ([c5f7132](https://github.com/fluent-org/fluent-windows/commit/c5f7132)) * **Navigation:** Encapsulate useReveal ([5ef3453](https://github.com/fluent-org/fluent-windows/commit/5ef3453)) * **Navigation:** prop horizontal ([d3a757c](https://github.com/fluent-org/fluent-windows/commit/d3a757c)) * **Navigation:** Props acrylic ([9a39989](https://github.com/fluent-org/fluent-windows/commit/9a39989)) * **Navigation:** props expanded ([f3cef05](https://github.com/fluent-org/fluent-windows/commit/f3cef05)) * **Navigation:** The new subcomponent ItemGroup is used to support the embedding of Item ([#3](https://github.com/fluent-org/fluent-windows/issues/3)) ([1f074e9](https://github.com/fluent-org/fluent-windows/commit/1f074e9)) * **Navigation.Item:** Add props as, href, etc. to Item ([1319fa1](https://github.com/fluent-org/fluent-windows/commit/1319fa1)) * **Portal:** New component Portal ([96b8d4b](https://github.com/fluent-org/fluent-windows/commit/96b8d4b)), closes [#1](https://github.com/fluent-org/fluent-windows/issues/1) * **Portal, Command:** Add more response to Command, use Portal ([a867d24](https://github.com/fluent-org/fluent-windows/commit/a867d24)) * **Progress:** New component Progress ([a0b1912](https://github.com/fluent-org/fluent-windows/commit/a0b1912)) * **Radio:** Add animation to radio ([213450d](https://github.com/fluent-org/fluent-windows/commit/213450d)) * **Radio:** Complete the basic props of the Radio ([f451dbf](https://github.com/fluent-org/fluent-windows/commit/f451dbf)) * **Radio:** prop children ([9093783](https://github.com/fluent-org/fluent-windows/commit/9093783)) * **Select:** New component Select ([2e82d78](https://github.com/fluent-org/fluent-windows/commit/2e82d78)) * **Spinner:** Complete basic content ([b6094d7](https://github.com/fluent-org/fluent-windows/commit/b6094d7)) * **Table:** New component Table ([5270561](https://github.com/fluent-org/fluent-windows/commit/5270561)) * **Tabs:** New component Tabs ([ba14333](https://github.com/fluent-org/fluent-windows/commit/ba14333)) * **ThemeProvider:** The theme for the optional attribute adjustment ThemeProvider ([b85e7e9](https://github.com/fluent-org/fluent-windows/commit/b85e7e9)) * **Toast:** New component Toast ([fcd8754](https://github.com/fluent-org/fluent-windows/commit/fcd8754)) * **Toggle:** Complete component Toggle ([67c94a8](https://github.com/fluent-org/fluent-windows/commit/67c94a8)) * **Tooltip:** Complete the component Tooltip ([91c2730](https://github.com/fluent-org/fluent-windows/commit/91c2730)) * **Tooltip:** Tooltip does not render by default ([cb5af8a](https://github.com/fluent-org/fluent-windows/commit/cb5af8a)) * **Transition:** Add new type 'grow' ([b701b1f](https://github.com/fluent-org/fluent-windows/commit/b701b1f)) * **Transition:** add prop wrapper, and new type 'collapse' ([63306cc](https://github.com/fluent-org/fluent-windows/commit/63306cc)) * **Transition:** New component Transition ([cf1da17](https://github.com/fluent-org/fluent-windows/commit/cf1da17)) * **Typography:** new component Typography ([c3d768e](https://github.com/fluent-org/fluent-windows/commit/c3d768e)) * **unit_test:** Remove styled-components dependencies, and fix the test file ([ea7ab43](https://github.com/fluent-org/fluent-windows/commit/ea7ab43)) ### Performance Improvements * **fluent-windows.com:** Icon document pages to improve rendering performance ([b454c26](https://github.com/fluent-org/fluent-windows/commit/b454c26)) * **useReveal:** Reduce redundant rendering with useCallback ([05f56c0](https://github.com/fluent-org/fluent-windows/commit/05f56c0)) # 1.0.0-alpha.1 (2019-10-07) ### Bug Fixes * **@fluent-windows/core:** Refers to fix errors ([7cbcf50](https://github.com/fluent-org/fluent-windows/commit/7cbcf50)) * **@fluent-windows/hooks:** Add hooks: useHover, usePopper ([9479180](https://github.com/fluent-org/fluent-windows/commit/9479180)) * **@fluent-windows/hooks:** Fix `useClickOutside` type error and update snapshots ([82080e2](https://github.com/fluent-org/fluent-windows/commit/82080e2)) * **@fluent-windows/hooks:** Split hooks into separate packages ([7897849](https://github.com/fluent-org/fluent-windows/commit/7897849)) * **@fluent-windows/icons:** Re-build icons ([c142a74](https://github.com/fluent-org/fluent-windows/commit/c142a74)) * **Box:** Fix the problem that the `Box` does not support color ([878689b](https://github.com/fluent-org/fluent-windows/commit/878689b)) * **bug fix:** Fix circular reference problems ([e1521bc](https://github.com/fluent-org/fluent-windows/commit/e1521bc)) * **bugs:** Some repair error ([959c605](https://github.com/fluent-org/fluent-windows/commit/959c605)) * **Checkbox:** Fix display problems that may arise misplaced ([3e744d2](https://github.com/fluent-org/fluent-windows/commit/3e744d2)) * **Command:** Fix Command overflow issue, fix documentation ([db01a88](https://github.com/fluent-org/fluent-windows/commit/db01a88)) * **Command:** Fix problems not displayed by Secondary ([4ffcbce](https://github.com/fluent-org/fluent-windows/commit/4ffcbce)) * **Command:** The problem is not repaired Secondary display when only one child ([ce3d74c](https://github.com/fluent-org/fluent-windows/commit/ce3d74c)) * **Command, Navigation:** Fix Command, Navigation child rendering position does not meet expectation ([735a629](https://github.com/fluent-org/fluent-windows/commit/735a629)) * **ComponentType:** Fix the basis of each component prop type ([5cab5e9](https://github.com/fluent-org/fluent-windows/commit/5cab5e9)) * **fluent-windows.com:** Fix the problem with the acrylic display in the document ([7c954b3](https://github.com/fluent-org/fluent-windows/commit/7c954b3)) * **fluent-windows.com:** Join the homepage and adjust the style of the details ([c12250d](https://github.com/fluent-org/fluent-windows/commit/c12250d)) * **fluent-windows.com:** Navigation Persistent record of scroll position ([1d67613](https://github.com/fluent-org/fluent-windows/commit/1d67613)) * **Form:** Fix bugs and improve documentation ([a263370](https://github.com/fluent-org/fluent-windows/commit/a263370)) * **IconButton:** Fix IconButton does not have default size ([217cfdd](https://github.com/fluent-org/fluent-windows/commit/217cfdd)) * **IconButton:** fix the background-color of IconButton in Safari ([67198da](https://github.com/fluent-org/fluent-windows/commit/67198da)) * **Input:** Extended input html props and docs ([5239223](https://github.com/fluent-org/fluent-windows/commit/5239223)) * **Input, Navigation, Icon:** fix Input line-height, Navigation icon does not display ([f6ef8a9](https://github.com/fluent-org/fluent-windows/commit/f6ef8a9)) * **ItemGroup:** Fix the arrow shows the problem ([8cc09a3](https://github.com/fluent-org/fluent-windows/commit/8cc09a3)), closes [#3](https://github.com/fluent-org/fluent-windows/issues/3) * **Navigation:** Eliminate automatically added deps ([820b6a3](https://github.com/fluent-org/fluent-windows/commit/820b6a3)) * **Navigation:** Fix all navigation sharing the same onChange bug ([70a2506](https://github.com/fluent-org/fluent-windows/commit/70a2506)) * **Navigation:** Fix arrow bugs ([41a9a2d](https://github.com/fluent-org/fluent-windows/commit/41a9a2d)) * **Navigation:** Fix the problem of item refresh under reveal ([9239dd9](https://github.com/fluent-org/fluent-windows/commit/9239dd9)) * **Navigation:** Navigation for the first time into the repair error loading animation ([4109389](https://github.com/fluent-org/fluent-windows/commit/4109389)) * **Navigation, Command:** Fixed ts errors ([7007bee](https://github.com/fluent-org/fluent-windows/commit/7007bee)) * **Radio:** Fix display problems that may arise misplaced ([c9749a0](https://github.com/fluent-org/fluent-windows/commit/c9749a0)) * **test-utils/createRender:** Refers to fix errors ([d65dfcd](https://github.com/fluent-org/fluent-windows/commit/d65dfcd)) * **theme:** Add shadows and Refactoring IconButton ([9a26b28](https://github.com/fluent-org/fluent-windows/commit/9a26b28)) * **ThemeProvider:** Corrections ThemeProvider the default export ([b79dbc1](https://github.com/fluent-org/fluent-windows/commit/b79dbc1)) * **Tooltip:** Fix problem with tooltip not showing ([81921b2](https://github.com/fluent-org/fluent-windows/commit/81921b2)) * **Tooltip:** Fix the Tooltip title types ([09d5838](https://github.com/fluent-org/fluent-windows/commit/09d5838)) * **Transition:** Make the prop type 'grow' support unmount ([7623484](https://github.com/fluent-org/fluent-windows/commit/7623484)) * **Typography:** Fix Variant type ([4b76252](https://github.com/fluent-org/fluent-windows/commit/4b76252)) ### Features * **@fluent-windows/core:** Add propTypes support for all components ([09c2fa5](https://github.com/fluent-org/fluent-windows/commit/09c2fa5)) * **@fluent-windows/core:** Change directory structure ([67e69b2](https://github.com/fluent-org/fluent-windows/commit/67e69b2)) * **@fluent-windows/hooks:** add useMedia ([cbf7bd6](https://github.com/fluent-org/fluent-windows/commit/cbf7bd6)) * **@fluent-windows/hooks/useMessage:** New hooks `useMessage` ([a8a0411](https://github.com/fluent-org/fluent-windows/commit/a8a0411)) * **@flunet-ui/icons:** Icon library switch to remix ([32cb171](https://github.com/fluent-org/fluent-windows/commit/32cb171)) * **Box:** Add polyfill for box acrylic ([c611f28](https://github.com/fluent-org/fluent-windows/commit/c611f28)) * **Box:** Box breakpoint fix the problem is not in force ([6cae488](https://github.com/fluent-org/fluent-windows/commit/6cae488)) * **Box:** Complete the basics of acrylic ([4367aaa](https://github.com/fluent-org/fluent-windows/commit/4367aaa)) * **Box:** Modify the scrollbar style of the box ([11f5e22](https://github.com/fluent-org/fluent-windows/commit/11f5e22)) * **Button:** Add prop ghost ([5d0e502](https://github.com/fluent-org/fluent-windows/commit/5d0e502)) * **Button:** Add the size props ([5cc9eaf](https://github.com/fluent-org/fluent-windows/commit/5cc9eaf)) * **Button:** Finish button basic style ([4b26b5b](https://github.com/fluent-org/fluent-windows/commit/4b26b5b)) * **Card:** New component Card ([0d85378](https://github.com/fluent-org/fluent-windows/commit/0d85378)) * **Checkbox:** Complete the basic props of the Checkbox ([9d43174](https://github.com/fluent-org/fluent-windows/commit/9d43174)) * **Checkbox:** prop children ([72f6cc6](https://github.com/fluent-org/fluent-windows/commit/72f6cc6)) * **Command:** almost done ([1fa706b](https://github.com/fluent-org/fluent-windows/commit/1fa706b)) * **Command:** Finish the reveal props ([0154827](https://github.com/fluent-org/fluent-windows/commit/0154827)) * **config:** Finally completed the compiled configuration ([ddead67](https://github.com/fluent-org/fluent-windows/commit/ddead67)) * **Dialog:** Add new component Dialog ([6c6784e](https://github.com/fluent-org/fluent-windows/commit/6c6784e)) * **Drawer:** Add component Drawer ([4ca6967](https://github.com/fluent-org/fluent-windows/commit/4ca6967)) * **fluent-windows.com:** Adding search with Algolia ([ece2f46](https://github.com/fluent-org/fluent-windows/commit/ece2f46)), closes [#9](https://github.com/fluent-org/fluent-windows/issues/9) * **fluent-windows.com:** Adjust the style ([2916ad4](https://github.com/fluent-org/fluent-windows/commit/2916ad4)) * **fluent-windows.com:** Card added more examples ([67b97ab](https://github.com/fluent-org/fluent-windows/commit/67b97ab)) * **fluent-windows.com:** Change the background image inside the document, Fine-tuning the card component ([10db49f](https://github.com/fluent-org/fluent-windows/commit/10db49f)) * **fluent-windows.com:** Document button to increase editPage ([e0152b3](https://github.com/fluent-org/fluent-windows/commit/e0152b3)) * **fluent-windows.com:** New background change function ([e71561c](https://github.com/fluent-org/fluent-windows/commit/e71561c)) * **fluent-windows.com:** Remove the header and move the content to the nav ([735aea1](https://github.com/fluent-org/fluent-windows/commit/735aea1)) * **fluent-windows.com:** The new icon interaction ([24c82d3](https://github.com/fluent-org/fluent-windows/commit/24c82d3)) * **Form:** New component Form ([cde4faa](https://github.com/fluent-org/fluent-windows/commit/cde4faa)) * **i18n:** fluent-windows.com complete the framework of multi-language switch ([65aa506](https://github.com/fluent-org/fluent-windows/commit/65aa506)) * **Icon:** almost done ([2dfe68d](https://github.com/fluent-org/fluent-windows/commit/2dfe68d)) * **IconButton:** Complete component IconButton ([5f989e3](https://github.com/fluent-org/fluent-windows/commit/5f989e3)) * **init:** :tada: hello fluent-windows ([1ead5d8](https://github.com/fluent-org/fluent-windows/commit/1ead5d8)) * **init:** Improve the initialization environment ([706e1e7](https://github.com/fluent-org/fluent-windows/commit/706e1e7)) * **Input:** Add a new prop error ([06f03af](https://github.com/fluent-org/fluent-windows/commit/06f03af)) * **Input:** Add child component `TextArea` ([d04f622](https://github.com/fluent-org/fluent-windows/commit/d04f622)), closes [#10](https://github.com/fluent-org/fluent-windows/issues/10) * **Input:** Add prefix/suffix support ([4c7728c](https://github.com/fluent-org/fluent-windows/commit/4c7728c)), closes [#10](https://github.com/fluent-org/fluent-windows/issues/10) * **Input:** Add prop ghost ([54d6154](https://github.com/fluent-org/fluent-windows/commit/54d6154)) * **Input:** Complete the basic input component ([fc68cde](https://github.com/fluent-org/fluent-windows/commit/fc68cde)) * **Item:** The icon of the Item is carried by a single prop. ([#3](https://github.com/fluent-org/fluent-windows/issues/3)) ([d089b57](https://github.com/fluent-org/fluent-windows/commit/d089b57)) * **ItemGroup:** Complete basic content ([#3](https://github.com/fluent-org/fluent-windows/issues/3)) ([6ba7e02](https://github.com/fluent-org/fluent-windows/commit/6ba7e02)) * **List:** New component List ([6465542](https://github.com/fluent-org/fluent-windows/commit/6465542)) * **Navigation:** Complete controlled component related props ([b387416](https://github.com/fluent-org/fluent-windows/commit/b387416)) * **Navigation:** Encapsulate usePortal ([c5f7132](https://github.com/fluent-org/fluent-windows/commit/c5f7132)) * **Navigation:** Encapsulate useReveal ([5ef3453](https://github.com/fluent-org/fluent-windows/commit/5ef3453)) * **Navigation:** prop horizontal ([d3a757c](https://github.com/fluent-org/fluent-windows/commit/d3a757c)) * **Navigation:** Props acrylic ([9a39989](https://github.com/fluent-org/fluent-windows/commit/9a39989)) * **Navigation:** props expanded ([f3cef05](https://github.com/fluent-org/fluent-windows/commit/f3cef05)) * **Navigation:** The new subcomponent ItemGroup is used to support the embedding of Item ([#3](https://github.com/fluent-org/fluent-windows/issues/3)) ([1f074e9](https://github.com/fluent-org/fluent-windows/commit/1f074e9)) * **Navigation.Item:** Add props as, href, etc. to Item ([1319fa1](https://github.com/fluent-org/fluent-windows/commit/1319fa1)) * **Portal:** New component Portal ([96b8d4b](https://github.com/fluent-org/fluent-windows/commit/96b8d4b)), closes [#1](https://github.com/fluent-org/fluent-windows/issues/1) * **Portal, Command:** Add more response to Command, use Portal ([a867d24](https://github.com/fluent-org/fluent-windows/commit/a867d24)) * **Progress:** New component Progress ([a0b1912](https://github.com/fluent-org/fluent-windows/commit/a0b1912)) * **Radio:** Add animation to radio ([213450d](https://github.com/fluent-org/fluent-windows/commit/213450d)) * **Radio:** Complete the basic props of the Radio ([f451dbf](https://github.com/fluent-org/fluent-windows/commit/f451dbf)) * **Radio:** prop children ([9093783](https://github.com/fluent-org/fluent-windows/commit/9093783)) * **Select:** New component Select ([2e82d78](https://github.com/fluent-org/fluent-windows/commit/2e82d78)) * **Spinner:** Complete basic content ([b6094d7](https://github.com/fluent-org/fluent-windows/commit/b6094d7)) * **Table:** New component Table ([5270561](https://github.com/fluent-org/fluent-windows/commit/5270561)) * **Tabs:** New component Tabs ([ba14333](https://github.com/fluent-org/fluent-windows/commit/ba14333)) * **ThemeProvider:** The theme for the optional attribute adjustment ThemeProvider ([b85e7e9](https://github.com/fluent-org/fluent-windows/commit/b85e7e9)) * **Toast:** New component Toast ([fcd8754](https://github.com/fluent-org/fluent-windows/commit/fcd8754)) * **Toggle:** Complete component Toggle ([67c94a8](https://github.com/fluent-org/fluent-windows/commit/67c94a8)) * **Tooltip:** Complete the component Tooltip ([91c2730](https://github.com/fluent-org/fluent-windows/commit/91c2730)) * **Tooltip:** Tooltip does not render by default ([cb5af8a](https://github.com/fluent-org/fluent-windows/commit/cb5af8a)) * **Transition:** Add new type 'grow' ([b701b1f](https://github.com/fluent-org/fluent-windows/commit/b701b1f)) * **Transition:** add prop wrapper, and new type 'collapse' ([63306cc](https://github.com/fluent-org/fluent-windows/commit/63306cc)) * **Transition:** New component Transition ([cf1da17](https://github.com/fluent-org/fluent-windows/commit/cf1da17)) * **Typography:** new component Typography ([c3d768e](https://github.com/fluent-org/fluent-windows/commit/c3d768e)) * **unit_test:** Remove styled-components dependencies, and fix the test file ([ea7ab43](https://github.com/fluent-org/fluent-windows/commit/ea7ab43)) ### Performance Improvements * **fluent-windows.com:** Icon document pages to improve rendering performance ([b454c26](https://github.com/fluent-org/fluent-windows/commit/b454c26)) * **useReveal:** Reduce redundant rendering with useCallback ([05f56c0](https://github.com/fluent-org/fluent-windows/commit/05f56c0))