PackageTrack
Sign in Get early access

kartik-v/yii2-krajee-base

Base library and foundation components for all Yii2 Krajee extensions.

v3.0.5 12M downloads/mo #1772 most downloaded on Packagist kartik-v/yii2-krajee-base

What this package is like to depend on

Last release 4 years ago

no release in 18 months

Ships unpredictably

gaps range from 8 days to 2.1 years

Rarely documented

notes for 10 of 50 stable releases

Nothing withdrawn

no release was ever pulled

12 years old

50 releases · first in 2014

0 releases in the last 12 months

see the full history below

Release timeline

50 releases · Nov 2014 to Jun 2022
2015 2017 2019 2021 2023 2025
Release Pre-release

Releases

latest 50
  1. v3.0.5 01 Jun 2022
    Release notes

    Date: 01-Jun-2022

    • (enh #119): Allow translations to work better when widget is extended (new widget property sourcePath).
      New property sourcePath added to WidgetTrait and used in Widget and InputWidget.
    /**
     * @var string directory path to the original widget source. If not set, will default to the working directory for
     * the current widget's class. Setting this property can be useful in specific cases, like when you are extending
     * the Krajee widget with your own custom namespaced class. In that case, set this property to the original Krajee
     * Widget Base path. Yii path alias parsing is supported (using `@` symbols). For example:
     * ~~~
     * // your custom extended widget
     * namespace myapp\widgets;
     * class MyDateRangePicker extends kartik\daterange\DateRangePicker {
     *     // directly set the property to the original Krajee base widget directory
     *     // you can use Yii path aliases
     *     public $sourcePath = '@vendor/kartik-v/yii2-date-range/src';
     * }
     *
     * // Alternatively you can also override this property while rendering the widget
     * // view.php: where widget is rendered
     * use myapp\widgets\MyDateRangePicker;
     *
     * echo MyDateRangePicker::widget([
     *     'name' => 'custom',
     *     'sourcePath' => '@vendor/kartik-v/yii2-date-range/src'
     * ]);
     * ~~~
     */
    public $sourcePath;
    Open source →
  2. v3.0.4 04 Mar 2022
    Release notes

    Date: 26-Feb-2022

    • (enh #118): Correct substr function use and add new strncmp method.
    • Enhance PHP Documentation.
    Open source →
  3. v3.0.3 26 Feb 2022
    Release notes

    Date: 26-Feb-2022

    • New class Lib for PHP internal base methods (for addressing NULL params deprecation in PHP versions >= v8.1).
    • Enhance & standardize php docs for new website https://docs.krajee.com.
    Open source →
  4. v3.0.2 10 Jan 2022
    Release notes

    Date: 10-Jan-2022

    • Enhance & standardize php docs for new website https://docs.krajee.com.
    • (enh #116): Enhance dependency exception messaging for getDropdownClass.
    • (enh #115): Fix code for older PHP version support.
    • (enh #114): Enhancements to HTML 5 input CSS.
    Open source →
  5. v3.0.1 03 Sep 2021
    Release notes

    Date: 03-Sep-2021

    • Add BootstrapIconsAsset bundle.
    • Enhancements to support Bootstrap v5.x.
    Open source →
  6. v3.0.0 01 Sep 2021
    Release notes

    Date: 01-Sep-2021

    • (enh #113): Add bootstrap 5.x support.
    • Create new major release for Bootstrap v5.x support
    Open source →
  7. v2.0.6 08 Apr 2021
    Release notes
    • (enh #112): Add new bootstrap CSS Class map BS_PANEL_SECONDARY.
    Open source →
  8. v2.0.5 13 Mar 2019
    Release notes

    Date: 13-Mar-2019

    • (enh #108): Add new bootstrap CSS Class map BS_HIDE.
    Open source →
  9. v2.0.4 04 Dec 2018
    Release notes

    Date: 04-Dec-2018

    • (enh #106): Back and forward browser bug for PJAX.
      • New property pjaxDuplicationFix available in widgets/extensions that use kartik\base\WidgetTrait
      • The above property if not set will default to Yii::$app->params['pjaxDuplicationFix']
      • Yii::$app->params['pjaxDuplicationFix'] if not set will default to true
      • Setting Yii::$app->params['pjaxDuplicationFix'] will globally control the pjax duplication fix for all Krajee widgets
    Open source →
  10. v2.0.3 27 Nov 2018
    Release notes

    Date: 27-Nov-2018

    • (enh #105): Allow global setting of AssetBundle::bsDependencyEnabled via Yii::$app->params.
    Open source →
  11. v2.0.2 26 Nov 2018

    Nothing published for this version

  12. v2.0.1 10 Nov 2018

    Nothing published for this version

  13. v2.0.0 09 Oct 2018

    Nothing published for this version

  14. v1.9.9 27 Sep 2018

    Nothing published for this version

  15. v1.9.8 27 Sep 2018

    Nothing published for this version

  16. v1.9.7 26 Sep 2018

    Nothing published for this version

  17. v1.9.6 22 Sep 2018

    Nothing published for this version

  18. v1.9.5 20 Sep 2018

    Nothing published for this version

  19. v1.9.4 05 Sep 2018

    Nothing published for this version

  20. v1.9.3 29 Aug 2018

    Nothing published for this version

  21. v1.9.2 20 Aug 2018

    Nothing published for this version

  22. v1.9.1 16 Aug 2018

    Nothing published for this version

  23. v1.9.0 12 Aug 2018

    Nothing published for this version

  24. v1.8.9 29 Sep 2017

    Nothing published for this version

  25. v1.8.8 22 Feb 2017

    Nothing published for this version

  26. v1.8.7 04 Sep 2016

    Nothing published for this version

  27. v1.8.6 19 Aug 2016

    Nothing published for this version

  28. 1.8.5 07 May 2016

    Nothing published for this version

  29. v1.8.4 11 Apr 2016

    Nothing published for this version

  30. v1.8.3 09 Apr 2016

    Nothing published for this version

  31. 1.8.2 10 Jan 2016

    Nothing published for this version

  32. v1.8.1 27 Dec 2015

    Nothing published for this version

  33. v1.8.0 11 Dec 2015

    Nothing published for this version

  34. v1.7.9 25 Nov 2015

    Nothing published for this version

  35. v1.7.8 22 Nov 2015

    Nothing published for this version

  36. v1.7.7 16 Jun 2015

    Nothing published for this version

  37. v1.7.6 08 May 2015

    Nothing published for this version

  38. v1.7.5 03 May 2015

    Nothing published for this version

  39. v1.7.4 13 Feb 2015

    Nothing published for this version

  40. v1.7.3 25 Jan 2015

    Nothing published for this version

  41. v1.7.2 21 Jan 2015

    Nothing published for this version

  42. v1.7.1 13 Jan 2015

    Nothing published for this version

  43. v1.7.0 12 Jan 2015

    Nothing published for this version

  44. v1.6.0 17 Dec 2014

    Nothing published for this version

  45. v1.5.0 06 Dec 2014

    Nothing published for this version

  46. v1.4.0 28 Nov 2014

    Nothing published for this version

  47. v1.3.0 25 Nov 2014

    Nothing published for this version

  48. v1.2.0 24 Nov 2014

    Nothing published for this version

  49. v1.1.0 14 Nov 2014

    Nothing published for this version

  50. v1.0.0 09 Nov 2014

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive