All Versions
33
Latest Version
Avg Release Cycle
65 days
Latest Release
1308 days ago

Changelog History
Page 4

  • v1.2.0 Changes

    February 20, 2016
    • augmentedworks added two new fields filledBorderColor and filledBorderWidth. Before the color of the border and the filling were the same for the filled star. Now we can make them different.

    • 📇 Renamed color and border properties to make them start with words 'Empty' and 'Filled'. This is done to distinguish the fields visually in the attributes inspector. Attribute inspector shows only the start of a long name and fills the rest with "dot dot dot". For example, field names "Border color empty" and "Border color filled" both looked like "Border color..." and it was impossible to tell which one is which. Now they look like "Filled border..." and "Empty border..." and we can tell them apart in the attributes inspector.

    ### Upgrade guide from versions prior to 1.2.0

    • Rename borderColorEmpty to emptyBorderColor.
    • Rename borderWidthEmpty to emptyBorderWidth.
    • Rename colorEmpty to emptyColor.
    • Rename colorFilled to filledColor.
    • If you used storyboard to set the colors and widths you will need to set them again.
    • You may also need to fix the warnings by removing the values for the old properties like 'Color Filled' and 'Color Empty'. It can be done in the identity inspector for the view.
    • You will most likely need to set the the field filledBorderColor to be the same as your colorFilled to retain the previous look of the star.
    • If you used a non-default border width you may need to set filledBorderWidth as well.
  • v1.1.4 Changes

    November 25, 2015
    • 👍 @staticdreams added tvOS support.
  • v1.1.3 Changes

    November 09, 2015