Skip to content

Version 3.5.0

Compare
Choose a tag to compare
@kartik-v kartik-v released this 26 Feb 18:23
· 32 commits to master since this release

Date: 25-Feb-2022

BC Breaking new major release

  • (enh #1017): PHP 8.1 enhancements for native functions.
  • Enhance & standardize php docs for new website https://docs.krajee.com.
  • (bug #1011): Correct GridView initialization for toggleData set to false.
  • (enh #1010): Enhance sorter link rendering to include customizable sorter icons.
  • (enh #1009): (BC Breaking) Enhancements to float header, footer, and page summary.
    • floating the header, footer, or page summary is possible and will use the CSS sticky property supported in new browsers
    • floatThead plugin is obsoleted
    • properties floatHeaderOptions and floatOverflowContainer are deprecated and not used anymore
  • (enh #1006): Reorganize main widget code into trait and interface.
  • (bug #1005): (BC Breaking) Remove requires dependency on yii2-bootstrap4-dropdown & yii2-bootstrap5-dropdown and move it to suggests.
  • (enh #1004): Enhancements to Boolean Column and its filter styling.
  • (enh #1003): NEW: Edited Highlighted Row Functionality.
  • (enh #996, #997): Fix compatibility with old php version.
  • (bug #995): Correct expand row behavior for nested grid views when used with grid grouping.
  • (bug #991, enh #912): Enhancements and fixes to ExpandRowColumn.