Skip to content

Releases: microsoft/fluentui-android

Release version 0.1.49

19 Feb 09:59
e4e3f40
Compare
Choose a tag to compare

Release Version 0.1.49:

What's New:
Fluent V2:
Fix/Enhancement:

  1. Minor fixes in Checkbox, tooltip offsets and bottomsheet.
  2. Rare snackbar crash resulting due to race condition is fixed.
  3. Addtiional tokens added to checkbox component.

Note: Fluent version 0.1.x (from 0.1.48) supports compose version 0.1.43 (BOM 2023.06.01). Fluent versions 0.2.x will supoort compose version 1.5.1 (BOM 2023.09.00)

Release version 0.2.0

07 Feb 16:27
dbcc34a
Compare
Choose a tag to compare

Release Version 0.2.0:

What's New:

Fluent V2:
Fix/Enhancement:

  1. SearchBar and FAB no longer has restricted height.
  2. Minor enhancements and accessibitly fixes to Listitem.
  3. Enhanced Label component to support additional text styling and alignment.

Note: Here on Fluent version 0.1.x (from 0.1.48) supports compose version 0.1.43 (BOM 2023.06.01). Fluent versions 0.2.x will supoort compose version 1.5.1 (BOM 2023.09.00)

Release version 0.1.48

07 Feb 17:21
61215c9
Compare
Choose a tag to compare

Release Version 0.1.48:

What's New:

Fluent V2:
Fix/Enhancement:
Backport support for compose BOM 2023.06.01 (1.4.3)

Note: Here on 0.1.x fluent versions support only 1.4.3 Compose version. Please get 0.2.x version for 1.5.1 compose.

Release version 0.1.47

29 Jan 10:22
e397f2b
Compare
Choose a tag to compare

Release Version 0.1.47:

What's New:

Fluent V2:
Fix/Enhancement:
1. Enhanced Bottomsheet and Drawer anchor calculations preventing crashes during some edge cases.
2. Fixed Bottomsheet and Drawer crashing when the content is not present.
3. Updated Drawer's Offset parameter. Now the drawer clips to the screen (0,0) when null but positions relative to parent layout if offset is not null. (Fixes the breaking changes from 0.1.44)

Release version 0.1.46

19 Jan 13:26
ef0fd68
Compare
Choose a tag to compare

Release Version 0.1.46:

What's New:

Fluent V2:
Fix/Enhancement:
1. Enhanced Bottomsheet (ListContentBuilder) accessibility focus order.
2. Fixed Fluent Icon accessibility announcing description twice.
3. Upgraded accessibility of Appbar title to heading.
4. Fixed PersonaList accessibility focus going to avatar.
5. Fluent Button height is not restrictive anymore, but maintains a minimum height based on fluent values.

Release version 0.1.44

28 Dec 19:17
63bdd62
Compare
Choose a tag to compare

Release Version 0.1.44:

What's New:

Fluent V2:
Fix/Enhancement:

  1. Improved the Drawer component to support seamless transitions between Portrait and Landscape orientations, with adaptive layout and consistent heights.
  2. Fixed the Drawer’s Pop Up clipping issue when the window origin is at (0,0).
  3. Text field hint RTL issue fixed
    Fluent V1:
    Fix/Enhancement:
  4. In people picker and persona chip's text getting cut off when font size is changed form Android settings has been fixed.

Release version 0.1.43

18 Dec 10:33
a963402
Compare
Choose a tag to compare

Release Version 0.1.43:

What's New:
Fluent V2:
Fix/Enhancement:

  1. Sticky Behavior for Bottom Sheet: Introducing Sticky Behavior to the bottom sheet, enabling it to adhere to the Shown and Expanded states when dragged within a user-set threshold.
  2. Custom Color for Label Text: Labels now empower users to define a custom color for the label text, enhancing overall customization options.
  3. Visual Indication of Disabled State for TextFields: TextFields now provide a visual cue indicating their disabled state, improving user experience and interface clarity
  4. Custom Ripple Effect Color for Back Navigation Icon: The AppBar now features a property allowing users to set a custom color for the back navigation icon's Ripple effect, providing additional control over the visual aesthetics.

Release version 0.1.42

08 Dec 05:09
55c7041
Compare
Choose a tag to compare

Release Version 0.1.42:

What's New:

Fluent V2:
Fix/Enhancement:

  1. Added padding at the end of the Snackbar for better visual separation and readability.
  2. Enhanced the accessibility of Cardnudge to ensure a more user-friendly experience.
  3. Resolved issues causing crashes in the Person and Group classes related to ImageBitmap handling. This fix enhances stability and performance
  4. Updated ParamsURL to support the latest version of the URLSearchParams API.
  5. Now, customized modifier can be passed for navigation icon in App bar.
  6. Ripple effect on AppBar's back navigation click has been added.

Fluent V1:
Fix/Enhancement:

  1. Resolved an issue with the persistent bottom sheet’s hardware keyboard functionality, where focus was incorrectly shifting to the background elements when the bottom sheet was expanded.

Release version 0.1.41

22 Nov 06:02
c72c261
Compare
Choose a tag to compare

What's New:

Fluent V2:
Fix/Enhancement:
1. Added param description for better understanding of the API.

Fluent V1:
Fix/Enhancement:
1. Resolved an issue with the persistent bottom sheet’s talkback functionality, where focus was incorrectly not shifting to the background elements post-collapsing of the sheet. This enhancement ensures a more seamless user experience.

Release version 0.1.40

06 Nov 14:01
546d866
Compare
Choose a tag to compare

Fluent V2:
Fix/Enhancement:

  1. Introducing Fluent Banners: We are excited to introduce Fluent Banners, a novel component designed for displaying banners on the screen.
  2. The BottomDrawer component now impeccably adheres to window insets, ensuring that it does not obstruct system bars.
  3. PillBar Talkback Enhancements: We have improved the accessibility of the PillBar component by enabling Talkback to announce the position of each pill button within the bar.
  4. Drawer and Bottom Drawer Scrim Behavior Control: Users now have the flexibility to disable the automatic closure of drawers upon tapping the scrim. This allows for a more customized user experience.
  5. Introducing a new parameter for the Drawer component that enables you to define a callback function when the scrim is tapped, enhancing the interactivity of your app.
  6. Provides an enhanced localization support for strings within the library, ensuring a more inclusive and accessible user experience.

Fluent V1:
Fix/Enhancement:

  1. In the EXPANDED state of PersistentBottomSheet, Talkback focus now remains on visible elements, eliminating navigation to hidden background views.
  2. Implementing Talkback support to announce the positions of individual items within the sheet.