Releases: Konyaco/compose-fluent-ui
Releases · Konyaco/compose-fluent-ui
v0.0.1-dev.8
Breaking Changes
Layer
does not requirecornerRadius
andisCircular
any more.Dialog
is split toFluentDialog
andContentDialog
- Refactor
outsideBorder
inLayer
tobackgroundSizing
etc...
New Components
- Add
FluentDialog
,ContentDialog
andLocalContentDialog
ColorPicker
CalendarView
andCalendarDatePicker
ComboBox
- Fake acrylic
RatingControl
Card
ToggleButton
DropdownButton
RepeatButton
HyperlinkButton
ListItem
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.composed
by @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 undeteminedSubtleButton
Icon
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
header
forTextField
Full Changelog: v0.0.1-dev2...v0.0.1-dev3
v0.0.1-dev2
- Added light theme
- Optimized architecture