Skip to content

Releases: the-blue-alliance/spectrum

v0.7.1

23 Dec 02:04
Compare
Choose a tag to compare

New in this release:

  • Fix for an issue that could cause SpectrumPalette to crash if there are no colors set (#35)

v0.7.0

23 Dec 01:59
Compare
Choose a tag to compare

New in this release:

  • Adds ability to theme the dialog

v0.6.0

18 Aug 21:54
Compare
Choose a tag to compare

New in this release:

  • Fixed bug with SpectrumPreference not calling its change listener
  • Updated gradle plugin to 2.1.2

v0.5.0

01 Jun 17:00
Compare
Choose a tag to compare

New in this release:

  • Added getColor() and setColor(...) methods to SpectrumPreference and SpectrumPreferenceCompat
  • 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

27 Apr 02:15
Compare
Choose a tag to compare

New in this release:

  • Updates Android Gradle plugin version to v2.1.0

v0.4.1

27 Apr 01:55
Compare
Choose a tag to compare

New in this release:

  • Fixed issue caused by using ProGuard on release builds (see #15)

v0.4.0

26 Apr 17:21
Compare
Choose a tag to compare

New in this release:

  • Changed all border APIs to use the word outline 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

25 Apr 17:10
Compare
Choose a tag to compare

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

13 Apr 15:31
Compare
Choose a tag to compare

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

04 Apr 15:35
Compare
Choose a tag to compare

First official release of the library. Note that until v1.0.0, APIs/class names/behaviors/etc are subject to change without warning!