Skip to content

Releases: bjango/Bjango-DevKit

Version 1.7

21 Jul 05:26

Choose a tag to compare

Pinwheel XSD Changes:

  • added colorSpaceConversion to TaskType along with the related BuildColorSpaceConversionValues values for the enum
  • added format to ColorItemType, ColorSetType, ShadowItemType and ShadowSetType to allow these to have an explicit color format saved agaisnt them

Version 1.6

21 Mar 00:28

Choose a tag to compare

Pinwheel XSD Changes:

  • Added shadowItem, shadowSet and shadowAlias to ColorItemsType to support the new shadow types in Pinwheel version 1.5. The corresponding definitions ShadowItemType, ShadowSetType and SetAliasType where also added
  • The color alias type alias now uses SetAliasType which is a new common type for aliases to things that are sets (instead of individual items)
  • Added the new types to GroupType to reflect they can be put into groups. Also added a few we missed in previous releases

Version 1.5

23 Feb 23:59

Choose a tag to compare

Pinwheel XSD Changes:

  • Added curve and curveAmount to ColorSetType. This allows control of the curve used to automatically generate colors in color sets that came with Pinwheel v1.4

Version 1.4

29 Jan 05:51

Choose a tag to compare

Pinwheel XSD Changes:

  • Added stringItem and stringAlias to ColorItemsType. These support the new string and string alias types available in Pinwheel version 1.3.

Other Changes:

  • Added a section for custom template examples and documentation

Version 1.3

28 Jan 00:51

Choose a tag to compare

Pinwheel XSD Changes:

  • Added numberItem, numberAlias, booleanItem and booleanAlias to ColorItemsType. These support the new number, number alias, boolean and boolean alias types available in Pinwheel version 1.2. Note that while min, max and steps are fields available on a number item, these aren't currently supported by Pinwheel.
  • Formatted document to have better indenting, spacing.

Version 1.2

06 Dec 04:13

Choose a tag to compare

Pinwheel XSD Changes:

  • Added appearance and autoContrast to ColorItemType, AliasType and ColorSetType as well as AppearanceValues to enumerate all the supported values
  • Cleaned up the document by removing some comments that were just the name of the item below them
  • Added high contrast variants to AliasType. An alias can now be linked to up to 4 different items. Note that while not specified in the XSD, it is invalid to link one alias to both a color set (without an index) and a color. Eg: you can only link to entire color sets, or to individual colors, not both.

Version 1.1

25 Nov 05:06

Choose a tag to compare

Pinwheel XSD Changes:

  • Added darkType, referencedItemIdDark and subIndexDark to AliasType. In this release an alias can now optionally reference a dark variant for its color.
  • Added format with specified BuildTaskFormatValues to TaskType. This isn't new, it was just missing from the previous schema.
  • Added configuration to TaskType with associated TaskConfigurationType and AssetCatalogSymbolValues. This supports the new Asset Catalog option of generating symbol values.
  • Added minOccurs="0" maxOccurs="1" to appearance to make it clear it's optional, but can only be specified once.

Initial Release

25 Nov 04:58

Choose a tag to compare

First release, contains version 1.0 of the Pinwheel Schema.