Skip to content

0.3.0

Choose a tag to compare

@SerafimArts SerafimArts released this 24 Apr 03:29
· 600 commits to master since this release
5a2cd8f
  • Added WindowCreateInfo::$decoration and Window::$decoration properties with WindowDecoration enum:
enum WindowDecoration
{
    case Default;
    case DarkMode;
    case Frameless;
    case Transparent;
}
  • Window::$background property has been removed.
  • Window::$isDecorated property has been removed.
  • WindowCreateInfo::$decorated config field has been removed.
  • Any color features (parsing and value objects) has been removed.
  • Added Window::minmize() method.
  • Added Window::maximize() method (may not work correctly at the moment, merge and release required saucer/bindings#4)

Full Changelog: 0.2.0...0.3.0