Releases: the-blue-alliance/spectrum
Releases · the-blue-alliance/spectrum
v0.7.1
v0.7.0
New in this release:
- Adds ability to theme the dialog
v0.6.0
New in this release:
- Fixed bug with SpectrumPreference not calling its change listener
- Updated gradle plugin to 2.1.2
v0.5.0
New in this release:
- Added
getColor()
andsetColor(...)
methods toSpectrumPreference
andSpectrumPreferenceCompat
- If the value associated with a
SpectrumPreference
is changed externally while the preference is displayed, the color preview will automatically update - Use the latest version of the Support Library internally
v0.4.2
New in this release:
- Updates Android Gradle plugin version to v2.1.0
v0.4.1
v0.4.0
New in this release:
- Changed all
border
APIs to use the wordoutline
instead. This is a breaking change. - Preferences now properly supports being disabled; they will show a gray outline in place of the color circle when disabled.
v0.3.0
New in this release:
- You can now set a fixed number of columns for all Spectrum components (dialogs, preferences, and the palette)
v0.2.2
New in this release:
- Automatically show a dark border around light colors to make them more visible
- Under-the-hood improvements
- A demo with lots of shades of gray to demo how Spectrum handles light and dark colors
First official release
First official release of the library. Note that until v1.0.0, APIs/class names/behaviors/etc are subject to change without warning!