You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING: Arrow buttons not shown by default anymore. Use included PrevButton and NextButton
anywhere below NumberPaginator in the tree to show them
BREAKING: NumberPaginatorUIConfig removed. Customizations are now possible in a more flexible
way, by directly using composition of child widgets, wrapping NumberPaginator in a Theme, or using builder functions
PaginatorButton texts are not scaling their font size automatically anymore (auto_size_text dependency
was removed). Padding of buttons was removed, so more text can fit into them
Simpler API of NumberPaginator with less properties