Releases: bjango/Bjango-DevKit
Releases · bjango/Bjango-DevKit
Version 1.7
Pinwheel XSD Changes:
- added
colorSpaceConversiontoTaskTypealong with the relatedBuildColorSpaceConversionValuesvalues for the enum - added
formattoColorItemType,ColorSetType,ShadowItemTypeandShadowSetTypeto allow these to have an explicit color format saved agaisnt them
Version 1.6
Pinwheel XSD Changes:
- Added
shadowItem,shadowSetandshadowAliastoColorItemsTypeto support the new shadow types in Pinwheel version 1.5. The corresponding definitionsShadowItemType,ShadowSetTypeandSetAliasTypewhere also added - The color alias type
aliasnow usesSetAliasTypewhich is a new common type for aliases to things that are sets (instead of individual items) - Added the new types to
GroupTypeto reflect they can be put into groups. Also added a few we missed in previous releases
Version 1.5
Pinwheel XSD Changes:
- Added
curveandcurveAmounttoColorSetType. This allows control of the curve used to automatically generate colors in color sets that came with Pinwheel v1.4
Version 1.4
Pinwheel XSD Changes:
- Added
stringItemandstringAliastoColorItemsType. 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
Pinwheel XSD Changes:
- Added
numberItem,numberAlias,booleanItemandbooleanAliastoColorItemsType. These support the new number, number alias, boolean and boolean alias types available in Pinwheel version 1.2. Note that whilemin,maxandstepsare fields available on a number item, these aren't currently supported by Pinwheel. - Formatted document to have better indenting, spacing.
Version 1.2
Pinwheel XSD Changes:
- Added
appearanceandautoContrasttoColorItemType,AliasTypeandColorSetTypeas well asAppearanceValuesto 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
Pinwheel XSD Changes:
- Added
darkType,referencedItemIdDarkandsubIndexDarktoAliasType. In this release an alias can now optionally reference a dark variant for its color. - Added
formatwith specifiedBuildTaskFormatValuestoTaskType. This isn't new, it was just missing from the previous schema. - Added
configurationtoTaskTypewith associatedTaskConfigurationTypeandAssetCatalogSymbolValues. This supports the new Asset Catalog option of generating symbol values. - Added
minOccurs="0" maxOccurs="1"toappearanceto make it clear it's optional, but can only be specified once.
Initial Release
First release, contains version 1.0 of the Pinwheel Schema.