diff options
Diffstat (limited to 'changelogs/1.7.0.md')
-rw-r--r-- | changelogs/1.7.0.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/changelogs/1.7.0.md b/changelogs/1.7.0.md deleted file mode 100644 index 7ce9c7f..0000000 --- a/changelogs/1.7.0.md +++ /dev/null @@ -1,13 +0,0 @@ -## End-user changes - -- Smooth category scrolling -- Individual reset buttons for every option -- Fix bug where option lists that *just* went over into scrolling scrolled extremely slow. - -## Developer API changes - -- Actual Config API to save and load fields in a class automatically [(documentation)](https://github.com/isXander/YetAnotherConfigLib/wiki/config-api) -- Separate `Dimension` into `Dimension` and `MutableDimension` -- Make `dim` private in `AbstractWidget` so mods can't change the dimension without `setDimension` -- New Option API method `isPendingValueDefault` to check if pending value is equal to default value of binding -- Fix `Option#requestSetDefault` and `Option#forgetPendingValue` implementations weren't notifying listeners |