Skip to content

Releases: kartik-v/yii2-dynagrid

Version 1.5.5

25 Jul 08:41
Compare
Choose a tag to compare

Date: 25-Jul-2023.

  • (enh #242): Enhance Dynagrid layout parts rendering to prevent wrong Bootstrap 5 plugin initializations.
  • (enh #241): Proper defaulting of pageSize by cross checking pageSize setting in dataProvider pagination.

Version 1.5.4

29 Apr 13:03
Compare
Choose a tag to compare

Date: 29-Apr-2022

  • (enh #240): Enhance compatibility for PHP 8.1.

Version 1.5.3

04 Mar 10:21
Compare
Choose a tag to compare

Date: 04-Mar-2022

  • Enhance compatibility for PHP 8.1.

Version 1.5.2

03 Sep 14:05
Compare
Choose a tag to compare

Date: 03-Sep-2021

  • (enh #228): Enhancements to support Bootstrap v5.x.
  • (enh #227): Correct grid pagination assignment.

Version 1.5.1

23 Feb 19:27
Compare
Choose a tag to compare

Date: 24-Feb-2019

  • (bug #211): Correct bootstrap Modal class parsing.
  • (enh #202, #203): Correct attribute label parsing.
  • Update README.
  • (enh #197): Correct current controller action refresh.

Version 1.5.0

11 Sep 10:58
Compare
Choose a tag to compare

Date: 11-Sep-2018

  • (enh #195): Ability to configure all icons.
  • (bug #194): Correct dynagrid sortable initializations.

Version 1.4.9

10 Sep 14:16
Compare
Choose a tag to compare

Date: 10-Sep-2018

  • Move all source code to src directory.
  • Updates to support Bootstrap v4.x.
  • (enh #192): Update Spanish Translations.
  • (enh #191): Correct m140101_100000_dynagrid.php.
  • (enh #189): Update Ukranian Translations.

Version 1.4.8

15 Feb 17:32
Compare
Choose a tag to compare

Date: 15-Feb-2018

  • Update copyright year to current.
  • (enh #188): Reset and cleanup bootstrap modals on pjax reload.
  • (enh #183, #182): Update DynaGridStore.php for yii 2.0.13 support.
  • (enh #180): Enhance dynagrid config form when all settings are hidden.
  • (enh #177, #178): Update French Translations.
  • (enh #176): Update German Translations.

Version 1.4.7

23 Oct 14:03
Compare
Choose a tag to compare

Date: 23-Oct-2017

  • (enh #170): Add ability to configure one's own module identifier.

Version 1.4.6

15 Sep 04:59
Compare
Choose a tag to compare
  • (enh #169): Enhance to generate unique input identifiers for dynagrid config & settings (allows multiple dynagrids to be rendered on same page).
  • (enh #168): Allow pageSize to be null when allowPageSetting is false.
  • (enh #167): Enhance dialog for confirmation & prompts to use Krajee Dialog extension.
  • (bug #166): Fix bug in client script causing dynagrid to break after filtering.
  • (enh #165): Eliminate dependency on Yii session component for module init.
  • (enh #163): Add ability to configure db connection component.
  • Code optimizations for Dynagrid jQuery plugin.
  • (enh #161): Enhance dynagrid form submission to prevent enter key submitting the form wrongly.
  • Chronological ordering of issues for change log.
  • (bug #156): Correct dynagrid detail minified JS file.
  • (enh #154): Hash signature validation for security.
  • (enh #153): Enhance filter/sort settings update for database storage.