Skip to content

Releases: MahApps/MahApps.Metro.IconPacks

MahApps.Metro.IconPacks v1.6.0

31 Oct 12:28
Compare
Choose a tag to compare
  • Icon pack controls for UWP (except the MarkupExtensions which doesn't work in UWP)

iconpacks uwp

MahApps.Metro.IconPacks v1.5.0

25 Oct 14:57
Compare
Choose a tag to compare
  • FontAwesome v4.7
  • Enable search in multiple packs. #20

2016-10-25_16h56_26

MahApps.Metro.IconPacks v1.4.0

21 Oct 20:50
Compare
Choose a tag to compare
  • Fix the way to get the PART_InnerGrid
  • Fix possible System.Windows.Data Error: 2 : Cannot find governing FrameworkElement or FrameworkContentElement for target element.
  • Add MarkupExtensions for easier usage, e.g. for a Button which should only show an Icon

2016-10-20_22h29_24

MahApps.Metro.IconPacks v1.3.0

12 Oct 19:17
Compare
Choose a tag to compare

MahApps.Metro.IconPacks v1.2.0

06 Oct 21:20
Compare
Choose a tag to compare
  • Fix the output of CopyToClipboard command
  • Add new enumeration value None to PackIcons enumerations as an empty placeholder, so users can work with this in style or template triggers very well.
  • New properties to manipulate the inner icon
Property Description
Flip Gets or sets the flip orientation. Possible values are Normal, Horizontal, Vertical or Both from the enumeration type PackIconFlipOrientation.
Rotation Gets or sets the rotation (angle) of the inner icon. Possible values are 0-360.
Spin Gets or sets a value indicating whether the inner icon is spinning (rotating) (true or false).
SpinDuration Gets or sets the duration of the spinning animation (in seconds). This will also restart the spin animation and works only if Spin property is set to true.
SpinEasingFunction Gets or sets the EasingFunction (IEasingFunction) of the spinning animation. This will also restart the spin animation and works only if Spin property is set to true.
SpinAutoReverse Gets or sets the AutoReverse of the spinning animation. This will also restart the spin animation and works only if Spin property is set to true.
  • Update Material icons to v1.7.22

2016-10-06_23h54_45

MahApps.Metro.IconPacks v1.1.0

22 Sep 21:37
Compare
Choose a tag to compare
  • Brand new IconPacks Browser (available as compiled application)
  • Update Material icons to v1.7.12
  • Minor tweak on inner path (set SnapsToDevicePixels="False")

MahApps.Metro.IconPacks v1.0.0

26 Jul 01:00
Compare
Choose a tag to compare

This is the first release of MahApps.Metro.IconPacks.