diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c1789fa..d82e56548 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,25 @@ ### Added -- Introduce `ListStateObserver.onDidEndDeceleration(_:)` callback, which allows an observer to become notified when the scrollview finishes deceleration. +### Removed + +### Changed +### Misc + +### Internal + +# Past Releases + +# [15.0.0] - 2025-01-16 + +### Fixed + +- Programmatic scrolling animations could be janky. + +### Added + +- Introduce `ListStateObserver.onDidEndDeceleration(_:)` callback, which allows an observer to become notified when the scrollview finishes deceleration. ### Removed @@ -15,14 +32,10 @@ - `AutoScrollAction.scrollTo(_:onInsertOf:position:animation:shouldPerform:didPerform:)` has been changed to no longer take an animation block, and renamed to `AutoScrollAction.scrollTo(_:onInsertOf:position:animated:shouldPerform:didPerform:)`, taking a `Bool` `animated` parameter instead. -### Misc - ### Internal - While no longer published, CocoaPods is still used for demo project generation. -# Past Releases - # [14.5.0] - 2024-12-18 ### Added @@ -1086,7 +1099,8 @@ listActions.scrolling.scrollToSection( Earlier releases were ad-hoc and not tracked. To see all changes, please reference [closed PRs on Github](https://github.com/kyleve/Listable/pulls?q=is%3Apr+is%3Aclosed). -[Main]: https://github.com/square/Listable/compare/14.5.0...main +[Main]: https://github.com/square/Listable/compare/15.0.0...main +[15.0.0]: https://github.com/square/Listable/compare/14.5.0...15.0.0 [14.5.0]: https://github.com/square/Listable/compare/14.4.1...14.5.0 [14.4.1]: https://github.com/square/Listable/compare/14.4.0...14.4.1 [14.4.0]: https://github.com/square/Listable/compare/14.3.1...14.4.0 diff --git a/docs/BlueprintLists/Enums.html b/docs/BlueprintLists/Enums.html index 22c21f088..fa38ec80b 100644 --- a/docs/BlueprintLists/Enums.html +++ b/docs/BlueprintLists/Enums.html @@ -42,7 +42,7 @@
@@ -186,7 +186,7 @@