Skip to content

Releases: yiisoft/widget

Version 2.2.2

18 Mar 10:37
Immutable release. Only release title and notes can be modified.
2.2.2
a3a88b7

Choose a tag to compare

  • Enh #114: Add support for yiisoft/html version ^4.0 (@vjik)

Full changelog

Version 2.2.1

16 Dec 06:53
Immutable release. Only release title and notes can be modified.
2.2.1
afa05b1

Choose a tag to compare

  • Chg #111, #113: Change PHP constraint in composer.json to 8.0 - 8.5 (@vjik)

Full changelog

Version 2.2.0

25 Dec 18:47
2.2.0
d469c67

Choose a tag to compare

  • 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)

Version 2.1.0

16 Nov 14:55
2.1.0
f97d0a8

Choose a tag to compare

  • 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)

Version 2.0.0

22 Jan 15:38
2.0.0
640f6ab

Choose a tag to compare

  • 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)

Version 1.1.0

08 Nov 06:36
1.1.0
676a2f1

Choose a tag to compare

  • 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)

Version 1.0.1

17 Jun 13:20
1.0.1
26ff82e

Choose a tag to compare

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