Skip to content

Releases: yudinikita/godot-spin-button

v1.2.0

04 May 19:47
8042104
Compare
Choose a tag to compare

What's Changed

  • feat: allow echo event in keyboard control by @univeous in #4

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

26 Mar 15:39
Compare
Choose a tag to compare

Bug Fixes

  • connect signal for change count bullets in pagination module

v1.1.0

25 Mar 20:47
Compare
Choose a tag to compare

Features

  • add navigation behavior

Bug Fixes

  • update popup items
  • change link for github

v1.0.0

29 Dec 14:51
Compare
Choose a tag to compare

Features

Modular Structure: SpinButton has a modular structure and allows you to use only the necessary modules to make its size even smaller and the code clearer.

Rich API: SpinButton comes with a very rich API. It allows creating your own pagination, navigation buttons, effects and many more.

Full Navigation Control: SpinButton comes with all required built-in navigation elements, such as Pagination, Navigation arrows, Popup and Title with description.

Loop mode: SpinButton has an option to loop through the options.

Popup: SpinButton comes with a popup that opens when clicked, just like OptionButton.

Manipulation: SpinButton has the ability to manipulate data using methods such as Append, Prepend, Add, Remove and Remove All.

Title & Description: SpinButton comes with a title and description that can be displayed by events such as: hover, focus, always or never.

Keyboard control: SpinButton allows you to control a value using the keyboard by triggering the specified event.

Mousewheel control: SpinButton allows you to control the value with the mouse wheel.

Navigation: SpinButton has "Previous" and "Next" buttons that allow you to change values.

Icons: SpinButton comes with icons on the left and right that can display additional information

And many more...

Slider, link, check, checkbox and custom button.