Skip to content

Releases: SpyrexDE/SmoothScroll

godot4-v1.3.2 - Using original ScrollContainer properties

27 Apr 13:49
e5d17c8
Compare
Choose a tag to compare

What's Changed

  • Use scroll container's properties by @HaroldLever in #57
    • follow_focus, scroll_horizontal, and scroll_vertical can now be set directly instead of having to use scroll_vertically() and scroll_horizontally()
  • Fix scroll to tweens not being killed properly by @HaroldLever in #59
  • Fix scroll started and ended signals not being emitted properly by @HaroldLever in #60
  • Fix scroll bar dragging state by @HaroldLever in #62

Full Changelog: godot4-v1.3.1...godot4-v1.3.2

godot4-v1.3.1 - Bug fixes

18 Apr 16:29
0aac90e
Compare
Choose a tag to compare

What's Changed

  • Minor bug fixes by @HaroldLever in #53
  • Added ScrollDamper as custom type in plugin.gd

Full Changelog: godot4-v1.3.0...godot4-v1.3.1

godot4-v1.3.0 - Introducing ScrollDamper Resource

07 Apr 16:41
1799f64
Compare
Choose a tag to compare

What's Changed

  • Added scroll dampers by @HaroldLever in #49
  • Aligned codebase with Godot's official style guidelines

Full Changelog: godot4-v1.2.9...godot4-v1.3.0

godot3-v1.2.9 - Minor bug fixes

22 Feb 10:22
458897f
Compare
Choose a tag to compare

What's Changed

  • fix _on_focus_changed method errors in godot-3 branch by @lingthing in #45

New Contributors

Full Changelog: godot3-v1.2.8...godot3-v1.2.9

godot4-v1.2.9 - New drag options

22 Feb 10:26
b26c259
Compare
Choose a tag to compare

What's Changed

  • Fix scroll_x_to not using duration by @scgm0 in #41
  • Fix velocity not being zero when releasing dragging by @HaroldLever in #43
  • Add dragging input options by @HaroldLever in #44
    • drag_with_mouse to allow dragging with the mouse
    • drag_with_touch to allow dragging by touch input

New Contributors

  • @scgm0 made their first contribution in #41

Full Changelog: godot4-v1.2.8...godot4-v1.2.9

v1.2.8 - Update to Godot 4.2

31 Dec 11:54
Compare
Choose a tag to compare

What's Changed

  • Use multi-thread for update_text() by @HaroldLever in #39
  • SmoothScrollContainer is now a class_name
  • Updated docstrings
  • show_scrollbars and hide_scrollbars functions now have the parameter time

Full Changelog: v1.2.7...v1.2.9

See also: Backport of all features to Godot 3

v1.2.8 - Full Backport for Godot 3.x

31 Dec 11:44
65b2b93
Compare
Choose a tag to compare

Backport of all features

Thanks to @urokai95, all features of godot4-v1.2.8 are now available for Godot 3!

v1.2.7 - Toggle for overdragging

30 Oct 16:24
ab1ffe9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.6...v1.2.7

v1.2.6 - Framerate independent scrolling

12 Oct 08:36
a69c4d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.5...v1.2.6

v1.2.5 - Fix overdrag issues

09 Oct 12:19
f6a5354
Compare
Choose a tag to compare
Merge pull request #32 from HaroldLever/godot-4

Refactor handle_content_dragging