forked from defunkt/jquery-pjax
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from SilverFire/scripts
Fixed loading of scripts in pjax containers
- Loading branch information
Showing
2 changed files
with
65 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
yii-pjax Change Log | ||
=================== | ||
|
||
2.0.6 Under development | ||
----------------- | ||
- Enh #25: Blur the focused element if it's inside Pjax container (GeorgeGardiner) | ||
|
||
2.0.3 Mar 7, 2015 | ||
----------------- | ||
- Chg: Merged changes from upstream (samdark) | ||
|
||
2.0.2 Dec 4, 2014 | ||
----------------- | ||
- Chg #12: Merged changes from upstream (samdark) | ||
|
||
2.0.1 Oct 10, 2014 | ||
------------------ | ||
- Bug #9: Fixed missing history option in default settings (tonydspaniard) | ||
- New #11: add new option "cache" (macklay) | ||
|
||
|
||
2.0.0 Mar 20, 2014 | ||
------------------ | ||
- Bug: Fixed avoid duplicates of _pjax parameter (tof06) | ||
- Bug: Fixed Pjax/GridView and back button (klevron, tof06, tonydspaniard) | ||
yii-pjax Change Log | ||
=================== | ||
|
||
2.0.6 Under development | ||
----------------- | ||
- Bug #23: Fixed loading of scripts in pjax containers (nkovacs, silverfire) | ||
- Enh #25: Blur the focused element if it's inside Pjax container (GeorgeGardiner) | ||
|
||
2.0.3 Mar 7, 2015 | ||
----------------- | ||
- Chg: Merged changes from upstream (samdark) | ||
|
||
2.0.2 Dec 4, 2014 | ||
----------------- | ||
- Chg #12: Merged changes from upstream (samdark) | ||
|
||
2.0.1 Oct 10, 2014 | ||
------------------ | ||
- Bug #9: Fixed missing history option in default settings (tonydspaniard) | ||
- New #11: add new option "cache" (macklay) | ||
|
||
|
||
2.0.0 Mar 20, 2014 | ||
------------------ | ||
- Bug: Fixed avoid duplicates of _pjax parameter (tof06) | ||
- Bug: Fixed Pjax/GridView and back button (klevron, tof06, tonydspaniard) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters