Skip to content

Releases: skydoves/PowerSpinner

1.2.7

27 Jun 10:10
16beb08
Compare
Choose a tag to compare

What's Changed

  • Updated Gradle, appcompat, and lifecycle versions by @skydoves in #160
  • Fix Cannot access 'androidx.lifecycle.FullLifecycleObserver' #106

Full Changelog: 1.2.6...1.2.7

1.2.6

23 Apr 19:20
ed251ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.5...1.2.6

1.2.5

25 Feb 04:55
78eedc4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.4...1.2.5

1.2.4

27 Aug 13:44
8e024d5
Compare
Choose a tag to compare

What's Changed

  • Fix the spinner arrow doesn't show when the adapter is IconSpinnerAdapter by @skydoves in #129

Full Changelog: 1.2.3...1.2.4

1.2.3

18 Jun 06:48
6dfbbd3
Compare
Choose a tag to compare

What's Changed

  • Initialize the arrow tint with no int value and validate it before tinting by @skydoves in #116
  • Bump AGP version to 7.2.0 and compile & target SDK to 32 by @skydoves in #120

Full Changelog: 1.2.2...1.2.3

1.2.2

27 May 10:42
dfd3e10
Compare
Choose a tag to compare

馃帀 A new version 1.2.2 was released! 馃帀

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1

06 May 11:44
43230f7
Compare
Choose a tag to compare

馃帀 A new version 1.2.1 was released! 馃帀

What's Changed

  • Add a style to allow clients to customize the scrollbar by @skydoves in #103
  • Added new spinner_popup_max_height attribute and property by @wxw-9527 in #102
  • Implement the setSpinnerPopupMaxHeight method in builder and mark as public the property by @skydoves in #104

Full Changelog: 1.2.0...1.2.1

1.2.0

03 May 14:19
ded2b79
Compare
Choose a tag to compare

馃帀 A new version 1.2.0 has been released! 馃帀

What's Changed

  • Integrate: Binary Validator Plugin by @skydoves in #84
  • Reset index when items are changed by @renezuidhof in #95
  • Make spinner_popup_background supports drawable files by @wxw-9527 in #96
  • Configure maven publication workflows and update dependencies by @skydoves in #97
  • Add modifiers by turning on explicit api mode by @skydoves in #98
  • Refactor resources with resourcePrefix and add public resource ids by @skydoves in #99
  • Added new spinner_item_height attribute and property by @skydoves in #100
  • Fix calculateSpinnerHeight with spanCount of the GridLayoutManager by @skydoves in #101

New Contributors

Full Changelog: 1.1.9...1.2.0

1.1.9

16 Aug 11:01
592b818
Compare
Choose a tag to compare

馃帀 Released a new version 1.1.9! 馃帀

What's New?

  • Fixed: App Crash on when using the spinner Android 6 and below at library 1.1.8 (#75)
  • Added: SpinnerSizeSpec for determining sizes of the arrow. (#72, #77)

1.1.8

07 Jul 15:11
5d3e3af
Compare
Choose a tag to compare

馃帀 Released a new version 1.1.8! 馃帀

What's New?

  • Added: spinner_popup_focusable attribute.
  • Added: Check lifecycleOwner internally.
  • Fixed: indexOutOfBoundException when set a new item list (#70).
  • Refactored: internal adapters