Releases: bjango/Bjango-DevKit
Releases · bjango/Bjango-DevKit
Version 1.2
Pinwheel XSD Changes:
- Added
appearance
andautoContrast
toColorItemType
,AliasType
andColorSetType
as well asAppearanceValues
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
Pinwheel XSD Changes:
- Added
darkType
,referencedItemIdDark
andsubIndexDark
toAliasType
. In this release an alias can now optionally reference a dark variant for its color. - Added
format
with specifiedBuildTaskFormatValues
toTaskType
. This isn't new, it was just missing from the previous schema. - Added
configuration
toTaskType
with associatedTaskConfigurationType
andAssetCatalogSymbolValues
. This supports the new Asset Catalog option of generating symbol values. - Added
minOccurs="0" maxOccurs="1"
toappearance
to make it clear it's optional, but can only be specified once.
Initial Release
First release, contains version 1.0 of the Pinwheel Schema.