widget

Widgets are reusable building blocks used to create complex and configurable user interface elements in an object-oriented fashion

BSD-3-CLAUSE License

Downloads
149.7K
Stars
26
Committers
15

Bot releases are visible (Hide)

widget - Version 2.2.0 Latest Release

Published by vjik 10 months ago

  • Chg #99: Mark WidgetFactoryInitializationException as deprecated (@vjik)
  • Enh #98: Add ability to set default theme for concrete widget (@vjik)
  • Enh #99: Allow to use widgets without widget factory initialization (@vjik)
widget - Version 2.1.0

Published by vjik 11 months ago

  • Enh #84, #87: Add protected method Widget::getThemeConfig() that allows to implement a logic of configuring
    a theme (@vjik)
  • Enh #87: Add widget themes (@vjik)
  • Bug #83: Fix merge constructor arguments with array definition configuration into Widget::widget() (@vjik)
widget - Version 2.0.0

Published by rustamwin over 1 year ago

  • Chg #72, #80: Change Widget::widget() method to using constructor arguments only or whole array definition (@vjik)
  • Chg #74: Remove from abstract Widget class methods beforeRun(), afterRun() and run(), use render() only
    instead it (@vjik)
widget - Version 1.1.0

Published by vjik almost 2 years ago

  • Enh #26: Add support for yiisoft/definitions version ^3.0 (@vjik)
  • Enh #58: Raise minimum PHP version to ^8.0 and minor refactor code (@xepozz, @vjik)
  • Enh #61: Add support for yiisoft/html version ^3.0 (@vjik)
  • Bug #62: Fix typo in WidgetFactoryInitializationException solution (@vjik)
widget - Version 1.0.1

Published by vjik over 2 years ago

  • Enh #55: Add support for yiisoft/definitions version ^2.0 (vjik)
  • Bug #51: Fix solution description to WidgetFactoryInitializationException (devanych)