Ui Fabric Android Versions Save

This repo has been moved. See website for new url.

0.3.9

4 years ago
  • Updated calendar behavior to default to the first day of the week based on locale
  • Added a method to set the first day of the week manually in the PreferencesManager

0.3.8

4 years ago
  • Bug fix: The Calendar now has better support for weekday initials in Russian and Ukrainian. Those initials will have two characters instead of one.

0.3.7

4 years ago
  • Searchbar as ActionMenuView: initial focus bug fix and style bug fix

0.3.6

4 years ago
  • New DateTimePicker based on fragment
  • AppBarLayout: Neutral theme
  • PopupMenu / BottomSheet: Dark theme support
  • Used Fluent Mobile icons
  • Bugs fixes and minor improvements

0.3.5

4 years ago
  • Top App Bar / AppBarLayout:
    • New option to use Searchbar as an action menu view on the Toolbar
    • Improved theming for Toolbar
  • Dark theme support for button
  • Interaction improvement for the DateTimePicker to automatically move the AM PM period according to the direction of time movement when close period changes.
  • Typography Subheader fixes

0.3.4

4 years ago
  • DateTimePickerDialog is now based on AppCompatDialog instead of DialogFragment to open more use-cases. As result there are significant changes in API and most importantly the state retention work has to be done at app level. We plan to provide additional controls/functionality that will help with this work in the future.
  • PersonaChip:
    • Support for Dark theme
  • PeoplePickerView:
    • Support for Dark theme

0.3.3

4 years ago
  • Tooltip:
    • support for Dark theme
  • Updated gray colors to meet accessibility requirements
  • Bug fixes and minor improvements

0.3.2

4 years ago
  • AppBarLayout:

    • new PIN value for ScrollBehavior
    • new scrollTargetViewId property
    • added attributes for layout xml usage
    • improved scrolling behavior
  • DateTimePickerDialog:

    • Dark theme support
  • BottomNavigationView:

    • Fluent styles for Light and Dark themes
  • Demo:

    • Dark theme support

0.3.1

4 years ago
  • New AppBarLayout with built in Toolbar and optional accessory view

0.3

4 years ago
  • Switch from static colors to theme attributes
  • Introduction of Dark theme support for some controls (Toolbar, Searchbar)
  • BottomSheet:
    • Support for single and double line titles
    • Support for title and item dividers
  • PopupMenu:
    • Accessibility support
  • New Searchbar