Skip to content

Releases: kartik-v/yii2-date-range

Version 1.7.3

01 Sep 12:17
Compare
Choose a tag to compare

Date: 01-Sep-2021

  • (enh #163): Enhancements to support Bootstrap v5.x.
  • (enh #162): Update Uzbek Translations.
  • (enh #156): Update Greek Translations.
  • (enh #155): Update Indonesian Translations.
  • (enh #154): Update Kazakh Translations.
  • (enh #150): Add following properties to DateRangePicker (applicable only when presetDropdown is true).
    • includeDaysFilter : bool defaults to true
    • presetFilterDays : array defaults to [7, 30]
    • If above is true - following preset options are additionally available:
      • Last 7 Days
      • Last 30 Days
    • includeMonthsFilter : bool defaults to false
    • presetFilterMonths : array defaults to [3, 6, 12]
    • If above is true - following preset options are additionally available:
      • Last 6 Months
      • Last 12 Months

Version 1.7.2

09 Feb 12:42
Compare
Choose a tag to compare

Date: 09-Feb-2020

  • (enh #148): Correct date range preset dropdown selection for "Today".
  • (enh #147): Allow date range picker value to be cleared for preset dropdown.
  • (enh #146): Enhance preset dropdown user interface.
  • (enh #143): Update initSettings to support indexes .

Version 1.7.1

17 May 12:38
Compare
Choose a tag to compare

Date: 17-May-2019

  • (enh #139): Update Latvian Translations.
  • (enh #134): Merge ranges for preset dropdown.
  • Implement stale bot.

Version 1.7.0

09 Oct 12:35
Compare
Choose a tag to compare

Date: 09-Oct-2018

  • Update composer dependencies.
  • (enh #129): Update Russian Translations.
  • (enh #128): Move init moment() variable.
  • Enhancements to support Bootstrap 4.x.
  • (enh #126): Fix kv-drp-container CSS style.
  • (enh #125): Add Czech Translations.
  • (enh #122): Better responsive styling of preset dropdown.
  • (bug #119): Correct client validation of model range attributes.
  • (enh #118): More correct predefined default date ranges.
  • Update to latest release v3.0.3 of daterangepicker plugin.
  • Reorganize code in src folder.
  • (enh #113): Allow specifying direction in preset dropdown.

Version 1.6.9

15 Mar 08:23
Compare
Choose a tag to compare

Date: 15-Mar-2018

  • (enh #112): New boolean property encodeValue to HTML encode the value (to prevent XSS).
  • (enh #81, #108): Enhance empty date validation.
  • (bug #104, bug #111): Allow specifying direction in preset dropdown.

Version 1.6.8

08 Aug 04:31
Compare
Choose a tag to compare

Date: 08-Aug-2017

  • Chronological arrangement of issues in CHANGE.log.
  • (enh #101): Update Turkish Translations.
  • (enh #98): Update Danish Translations.
  • (enh #97): Update Hebrew Translations.
  • (enh #95): Update Chinese Traditional Translations.
  • (enh #93): Various styling enhancements and preset plugin defaults for preset dropdown.
  • (enh #92): Correct example for Date Range Behavior in README.md.
  • Add github contribution and issue/PR logging templates.
  • Update daterangepicker library to latest release.
  • (enh #91): Update moment library to latest release.
  • (enh #90): Add Date Range Behavior for easier application with model range attributes.
  • (enh #88): Enhance preset dropdown to default today's date when date is empty.
  • (enh #85, #86): Add Greek Translations.

Version 1.6.7

12 Jul 07:02
Compare
Choose a tag to compare

Date: 12-Jul-2016

  • (enh #58): Add support for separate start and end attributes and inputs.
  • (enh #59): Add Hungarian Translations.
  • (enh #61): Add Dutch Translations.
  • (enh #62): Add Romanian Translations.
  • Add branch alias for dev-master latest release.
  • (bug #65): Correct moment weekdaysStart to weekdaysMin.
  • (enh #67): Parse input change correctly when range input value is cleared.
  • (enh #68): Update to latest release of bootstrap-daterangepicker plugin and moment library.
  • (bug #70): More better attribute and input options parsing.
  • (enh #71): Add Thai translations.
  • (bug #73): Correct dependency for DateRangePickerAsset and LanguageAsset.
  • (bug #74): Correct asset bundle dependency.
  • (bug #75): Correct code for PHP 5.5.
  • (bug #76, #77, #78, #79): Correct dependency for DateRangePickerAsset.

Version 1.6.6

11 Jan 06:29
Compare
Choose a tag to compare

Date: 11-Jan-2016

Version 1.6.5

22 Oct 06:17
Compare
Choose a tag to compare

Date: 22-Oct-2015

  • (enh #52): New property autoUpdateOnInit to prevent plugin triggering change due to pluginOptions['autoUpdateInput'] default setting.
  • (enh #53): Added correct German translations.

Version 1.6.4

19 Oct 18:34
Compare
Choose a tag to compare

Date: 19-Oct-2015

  • (enh #41): Add Simplified Chinese translations.
  • (enh #43): Add Slovak translations.
  • (bug #45): Correct MomentAsset dependency.
  • (enh #46): Better defaulting of form-control CSS class.
  • (enh #50): Enhancement for single date picker plugin functionality.
  • (enh #51): Update to latest release of bootstrap-datarangepicker plugin (v2.1.3). There are various changes to the plugin with this release that will affect the widget configuration (especially with regards to how you set pluginOptions and pluginOptions['locale']). Refer to the plugin documentation for details.