Skip to content

Releases: Grimmys/pygame_popup_manager

Release 0.10.0

04 Apr 21:43
Compare
Choose a tag to compare
Release 0.10.0 Pre-release
Pre-release
  • Add possibility for any BoxElement (i.e. button or text element) to take the space of multiple columns (column_span argument)
  • Add function to configure the default text colors of buttons
  • Improve margin of InfoBox title
  • Fix rendering of TextElement in row with other elements

Full Changelog: v0.9.1...v0.10.0

Release 0.9.1

14 Aug 18:36
Compare
Choose a tag to compare
Release 0.9.1 Pre-release
Pre-release
  • Fix configuration for default title of close buttons not being applied

Full Changelog: v0.9.0...v0.9.1

Release 0.9.0

14 Aug 15:54
Compare
Choose a tag to compare
Release 0.9.0 Pre-release
Pre-release
  • Add method to check if a given position is inside or outside a InfoBox
  • Add method to configure the default title of close buttons

Full Changelog: v0.8.0...v0.9.0

Release 0.8.0

08 Aug 16:04
9f9f1f1
Compare
Choose a tag to compare
Release 0.8.0 Pre-release
Pre-release

Add possibility to specify title for close button on InfoBox

New Contributors

Full Changelog: v0.7.0...v0.8.0

Release 0.7.0

01 Aug 20:42
Compare
Choose a tag to compare
Release 0.7.0 Pre-release
Pre-release
  • Add possibility to specify position for InfoBox
  • Fix margin not being reflected on actual rect position for BoxElement

Release 0.6.1

31 Jul 10:15
Compare
Choose a tag to compare
Release 0.6.1 Pre-release
Pre-release
  • Improve user feedback when not initializing module correctly
  • More flexibility on pygame version required

Release 0.6.0

06 Feb 10:15
Compare
Choose a tag to compare
Release 0.6.0 Pre-release
Pre-release
  • Add backward compatibility with Python 3.7 and 3.8

Release 0.5.0

26 Nov 21:48
Compare
Choose a tag to compare
Release 0.5.0 Pre-release
Pre-release
  • Add possibility to replace a menu by one other, according to a given identifier
  • Add possibility to close a menu matching a given identifier

Release 0.3.2

10 Sep 21:10
Compare
Choose a tag to compare
Release 0.3.2 Pre-release
Pre-release
  • Removed unnecessary container_width argument for TextElement component
  • Added new component: ImageButton, a button with a specific image displayed in a frame on the left
  • Added flag to InfoBox element permitting to add a separator vertically splitting the menu in two parts
  • Change name of "set_info_box_title" method in configuration to "set_info_box_title_font"
  • Added a default size for dynamic buttons

Release 0.2.0

11 Jul 20:45
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release
  • Added possibility to set the default font for the title or the content of a component.
  • Specific sprite for components are now provided by giving the relative path to the resource rather than
    the actual pygame Surface