Skip to content

Releases: TizenAPI/Tizen.NET.MaterialComponents

v0.9.9 Pre Release 2

09 Sep 07:37
b87b870

Choose a tag to compare

v0.9.9 Pre Release 2 Pre-release
Pre-release

Nuget package here.

Notice

Theme Changes

  • Added F-hub theme (#65) (#66)

v0.9.9 Pre Release 1

31 Dec 06:52
92d1c43

Choose a tag to compare

v0.9.9 Pre Release 1 Pre-release
Pre-release

Nuget package here.

Important Notice

  • ThemeLoader class is obsolted. Use MaterialComponents.Init() instead for initialization. For more details, see #57.

New Controls

  • Add MAppBar (#53)
  • Add MList (#52)
  • Add MBanner (#46)

Enhancements

  • Add throwing NotSupportedException for each profiles (#57)
  • Update MaterialGallery App for other profiles (#56)
  • Add BackgroundImage in MNavigationView (#55)
  • Enhance MTextField class for extension (#50)
  • Add MPopupButton for internal use (#49)

Bug Fixes

  • Fix invisible TextField.Label issue (#51)

Theme Changes

  • Added conform theme to wearable
  • Added ctxpopup theme to wearable
  • Modified naviframe overflow theme

v0.9.8

14 Jun 07:11
525251c

Choose a tag to compare

v0.9.8 Pre-release
Pre-release

Nuget package here.

New Controls

  • Adds the MModalSheets (#36)
  • Adds the MAlertDialog, MSimpleDialog, MConfirmationDialog and MFullScreenDialog(#38)
  • Adds the MBottomNavigation (#42)

Enhancements

  • Fix CheckBox color (#41)

Theme Changes

  • Added elm.swallow.sheets part in material_application layout
  • Modified popup_fullscreen_title layout color
  • Added material conformant theme
  • Added banner layout theme
  • Added naviframe theme for material top AppBars

v0.9.7

16 May 10:17
0d5c204

Choose a tag to compare

v0.9.7 Pre-release
Pre-release

Nuget package here.

New Controls

  • Adds the FloatingActionButton (#31)
  • Adds the Menu (#33)
  • Adds the MTooltip (#35)

Enhancements

  • Update MNavigationDrawer (#34)
  • Update MTextField, MButton (#32)

Theme Changes

  • Added menus theme
  • Added material tooltip theme
  • Modified floating button & layout theme
  • Added genlist material_2line, material_3line theme
  • Added genlist material_1line style

v0.9.6

23 Apr 08:39
f149462

Choose a tag to compare

v0.9.6 Pre-release
Pre-release

Nuget package here.

New Controls

  • Adds SelectionControls (#30)
  • Adds SnackBar (#29)

Enhancements

  • Fix typo : MatrialColors.cs -> MaterialColors.cs (#28)

Theme Chanages

  • Update theme for selection controls, material sheets and so on

v0.9.5

09 Apr 07:46
8e8ccda

Choose a tag to compare

v0.9.5 Pre-release
Pre-release

Nuget package here.

Enhancements

  • Changed inheritance component of MCard (#12)

Theme

  • Update theme for slider (fix 4.0 issue again)

v0.9.4

20 Mar 09:12
97fb8c9

Choose a tag to compare

v0.9.4 Pre-release
Pre-release

Nuget package here.

Enhancements

  • Expose ColorExtension as public (#10)
  • Add Group Item, SubTitlem, Divider in NavigationView (#11)

Theme

  • Added genlist item styles

v0.9.3

13 Mar 22:42
4baa7a7

Choose a tag to compare

v0.9.3 Pre-release
Pre-release

Nuget package here.

Enhancements

  • Rename MatrialColors to MColor (fix typo)
  • Restructuring the Parts and Styles (#9)

Theme

  • Revert entry cursor color

v0.9.2

13 Mar 22:40

Choose a tag to compare

v0.9.2 Pre-release
Pre-release

Nuget package here.

Component changes

  • ColorScheme system is applied to whole components. (#7, #8)

Theme

  • Update theme for slider (fix 4.0 issue)
  • Modified entry cursor color

v0.9.1

05 Mar 10:08
5904d41

Choose a tag to compare

v0.9.1 Pre-release
Pre-release

Nuget package here.

Component changes

The following components have been added:

  • MActivityIndicator
    A circular progress indicator that supports determinate and indeterminate circular progress indicators.
  • MButton
    A material buttons, including contained button, text button, outlined button and toggle button.
  • MNavigationDrawer
    A Navigation drawers provide access to destinations and app functionality, such as switching accounts.
  • MTextField
    A material text fields that supports filled text fields and outlined text fields.

Bug Fixes

  • Fix MCard, MTextField color issue (#5)