Skip to content

gBuild v4.0.0

Compare
Choose a tag to compare
@losedavidpb losedavidpb released this 21 Mar 22:40

Added

  • Add new property for components to get location without the parent
  • Include message error when a property was not found
  • Include tint color option for images
  • Include access to all image properties
  • Font property for text components

Changed

  • Rename setProperty method to prop
  • Rename getProperty method to prop
  • Method setProperty would return a boolean to check if property was changed
  • Move all menus implementations to gbuild.menu package
  • Move all dialogs implementations to gbuild.dialog package
  • Move all buttons implementations to gbuild.button package
  • Move the rest of component to gbuild package
  • Text mode and alignment would return a boolean to check if property was not changed
  • Mode for buttons would return a boolean to check if property was not changed
  • Space for menus would return a boolean to check if property was not changed