Releases: compose-fluent/compose-fluent-ui
Releases · compose-fluent/compose-fluent-ui
v0.1.0
Breakinng Changes
Change the package name from com.konyaco.fluentto io.github.composefluent. (To migrate, you can simply use regex replace)
New Components
FluentTheme.shapesandFluentTheme.cornerRadius(#56 )Expander,ExpanderItem,ExpanderItemSeparatorandCardExpanderItem(#58 )PillButtonandLiteFilter(#59 )SegmentedControl(#60 )AutoSuggestionBox(#61 )TabRowandTabViewItem(#66 )BreadcrumBar,CommandBar,CommandBarFlyout,TopNavandNavigationView(#72 )MenuBarandOverflowMenuBar(#100 )InfoBarandBadge(#97 )SelectorBar(#99 )TooltipBox(#90 )GridViewItem,FlipViewandPipsPager. (#98 )FontIconPrimitives(#86 )
And more improvments
v0.0.1-dev.8
Breaking Changes
Layerdoes not requirecornerRadiusandisCircularany more.Dialogis split toFluentDialogandContentDialog- Refactor
outsideBorderinLayertobackgroundSizing
etc...
New Components
- Add
FluentDialog,ContentDialogandLocalContentDialog ColorPickerCalendarViewandCalendarDatePickerComboBox- Fake acrylic
RatingControlCardToggleButtonDropdownButtonRepeatButtonHyperlinkButtonListItem
etc...
Compose Version
- Update to compose
1.6.10
Other Changes
- New Icon
Gallery
- Refactor Gallery
Full Changelog: v0.0.1-dev7...v0.0.1-dev.8
v0.0.1-dev7
What's Changed
- [Navigation] SideNavItem' indicator animation implementation by @Sanlorng in #23
- Fluent context menu by @Sanlorng in #22
- Refactor Project by @Sanlorng in #27
- Add Flyout and MenuFlyout(WIP). by @Sanlorng in #29
- Remove
Modifier.composedby @Sanlorng in #28
Full Changelog: v0.0.1-dev.6...v0.0.1-dev7
v0.0.1-dev.6
What's Changed
- Mica backdrop on Windows 11
- Update Fluent Icons
New Components
- SideNav
- Scrollbar
New Contributors
Full Changelog: v0.0.1-dev.5...v0.0.1-dev.6
v0.0.1-dev.5
v0.0.1-dev4
What's Changed
Components
Fixes
New Contributors
- @elliotnash made their first contribution in #6
Full Changelog: v0.0.1-dev3...v0.0.1-dev4
v0.0.1-dev3
What's Changed
New Components
ProgressRing- Determined and undeterminedProgressBar- Determined and undeteminedSubtleButtonIcon
Icons
We added over 1500 fluent icons (regular and filled theme) in the fluent-icons-core (required) and fluent-icons-extended modules.
Just use extension properties of Icons.Filled or Icons.Regular.
Optimizations
- Update
RadioButton - Update
Slider - Add
headerforTextField
Full Changelog: v0.0.1-dev2...v0.0.1-dev3
v0.0.1-dev2
- Added light theme
- Optimized architecture