No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

CHANGELOG.md 1.2KB

1234567891011121314151617181920212223242526272829303132
  1. yii-pjax Change Log
  2. ===================
  3. 2.0.6 Mar 4, 2015
  4. -----------------
  5. - Bug #15: Fixed duplication of `_pjax` GET variable (Alex-Code)
  6. - Bug #21: Fixed non-persistence of `cache` option after backward navigation (nkovacs)
  7. - Bug #23: Fixed loading of scripts in pjax containers (nkovacs, silverfire)
  8. - Bug #37: Added `X-Ie-Redirect-Compatibility` header for IE. Fixes error on 302 redirect without `Location` header (silverfire)
  9. - Enh #25: Blur the focused element if it's inside Pjax container (GeorgeGardiner)
  10. - Enh #27: Added `pushRedirect`, `replaceRedirectOptions` options (beowulfenator)
  11. - Chg: JavaScripts load through PJAX will be processed by `jQuery.ajaxPrefiler` when it's configured (silverfire)
  12. - New: Added `skipOuterContainers` option (silverfire)
  13. 2.0.3 Mar 7, 2015
  14. -----------------
  15. - Chg: Merged changes from upstream (samdark)
  16. 2.0.2 Dec 4, 2014
  17. -----------------
  18. - Chg #12: Merged changes from upstream (samdark)
  19. 2.0.1 Oct 10, 2014
  20. ------------------
  21. - Bug #9: Fixed missing history option in default settings (tonydspaniard)
  22. - New #11: add new option "cache" (macklay)
  23. 2.0.0 Mar 20, 2014
  24. ------------------
  25. - Bug: Fixed avoid duplicates of _pjax parameter (tof06)
  26. - Bug: Fixed Pjax/GridView and back button (klevron, tof06, tonydspaniard)