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
yuyo.components.builder (a class descriptor), ActionColumnExecutor.add_builder, and ActionColumnExecutor.add_static_builder functions and methods for adding raw component builders to a column without an associated callback.
Changed
yuyo.pagination.Page is now exported top-level at Yuyo.Page.
Fixed
Properly track method names for callbacks registered using as_interactive_button. This allows the custom ID metadata to be overridden by passing id_metadata={"function_name": "METADATA"} to ActionColumnExecutor.__init__.