Skip to content

v1.18.0

Choose a tag to compare

@FasterSpeeding FasterSpeeding released this 23 Aug 08:38
· 97 commits to master since this release
581d7bd

1.18.0 - 2023-08-23

Added

  • 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__.