Skip to content

Releases: compose-fluent/compose-fluent-ui

v0.1.0

10 Aug 14:56
286004d

Choose a tag to compare

Breakinng Changes

Change the package name from com.konyaco.fluentto io.github.composefluent. (To migrate, you can simply use regex replace)

New Components

  1. FluentTheme.shapes and FluentTheme.cornerRadius (#56 )
  2. Expander, ExpanderItem, ExpanderItemSeparator and CardExpanderItem (#58 )
  3. PillButton and LiteFilter (#59 )
  4. SegmentedControl (#60 )
  5. AutoSuggestionBox (#61 )
  6. TabRow and TabViewItem (#66 )
  7. BreadcrumBar, CommandBar, CommandBarFlyout, TopNav and NavigationView (#72 )
  8. MenuBar and OverflowMenuBar (#100 )
  9. InfoBar and Badge (#97 )
  10. SelectorBar (#99 )
  11. TooltipBox (#90 )
  12. GridViewItem, FlipView and PipsPager. (#98 )
  13. FontIconPrimitives (#86 )

And more improvments

v0.0.1-dev.8

31 May 02:42
293d7ab

Choose a tag to compare

Breaking Changes

  • Layer does not require cornerRadius and isCircular any more.
  • Dialog is split to FluentDialog and ContentDialog
  • Refactor outsideBorder in Layer to backgroundSizing

etc...

New Components

  • Add FluentDialog, ContentDialog and LocalContentDialog
  • ColorPicker
  • CalendarView and CalendarDatePicker
  • 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

22 Feb 14:35
09910b8

Choose a tag to compare

What's Changed

Full Changelog: v0.0.1-dev.6...v0.0.1-dev7

v0.0.1-dev.6

28 Apr 15:57
9e86d93

Choose a tag to compare

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

19 Apr 15:36
5656fe4

Choose a tag to compare

New Components

  • SideNav

Bug fixes

  • Android platforn

Full Changelog: v0.0.1-dev4...v0.0.1-dev.5

v0.0.1-dev4

09 Apr 05:00
66df10a

Choose a tag to compare

v0.0.1-dev3

31 Dec 14:17
df633ed

Choose a tag to compare

What's Changed

New Components

  • ProgressRing - Determined and undetermined
  • ProgressBar - Determined and undetemined
  • SubtleButton
  • 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 for TextField

Full Changelog: v0.0.1-dev2...v0.0.1-dev3

v0.0.1-dev2

13 Dec 15:36

Choose a tag to compare

v0.0.1-dev2 Pre-release
Pre-release
  • Added light theme
  • Optimized architecture