equal
deleted
inserted
replaced
|
1 Pjax Change History |
|
2 =================== |
|
3 |
|
4 3.10.3 |
|
5 ------ |
|
6 |
|
7 * No changes. |
|
8 |
|
9 3.10.2 |
|
10 ------ |
|
11 |
|
12 * No changes. |
|
13 |
|
14 3.10.1 |
|
15 ------ |
|
16 |
|
17 * No changes. |
|
18 |
|
19 3.10.0 |
|
20 ------ |
|
21 |
|
22 * No changes. |
|
23 |
|
24 3.9.1 |
|
25 ----- |
|
26 |
|
27 * No changes. |
|
28 |
|
29 3.9.0 |
|
30 ----- |
|
31 |
|
32 * No changes. |
|
33 |
|
34 3.8.1 |
|
35 ----- |
|
36 |
|
37 * No changes. |
|
38 |
|
39 3.8.0 |
|
40 ----- |
|
41 |
|
42 * Fix issue where Pjax would throw an error because of calling methods on `null` |
|
43 nodes when an IO request was aborted (which happens to pending requests when |
|
44 a new request comes in.) |
|
45 |
|
46 |
|
47 3.7.3 |
|
48 ----- |
|
49 |
|
50 * No changes. |
|
51 |
|
52 |
|
53 3.7.2 |
|
54 ----- |
|
55 |
|
56 * No changes. |
|
57 |
|
58 |
|
59 3.7.1 |
|
60 ----- |
|
61 |
|
62 * No changes. |
|
63 |
|
64 |
|
65 3.7.0 |
|
66 ----- |
|
67 |
|
68 * Added `Y.Pjax.defaultRoute`, a static stack of middleware which forms the |
|
69 default Pjax route. This is useful when overriding Pjax's default `"*"` route |
|
70 by adding adding more specific route paths, or performing some operation after |
|
71 the default behavior. |
|
72 |
|
73 * Added the `loadContent()` method which is route middleware which loads content |
|
74 from a server. This can be used with custom Pjax implementations which need to |
|
75 have more control over how content is updated in the DOM. |
|
76 |
|
77 * Extracted `Y.PjaxContent` from `Y.Pjax`. Pulling out the content-handling |
|
78 functionality allows it to be used by other components, like `Y.App`. |
|
79 [Ticket #2532487] |
|
80 |
|
81 |
|
82 3.6.0 |
|
83 ----- |
|
84 |
|
85 * Fixed issue where pjax would try to navigate from clicks on elements which |
|
86 were not anchors or the anchor's `href` was a URL from a different origin than |
|
87 the current page. [Ticket #2531943] |
|
88 |
|
89 |
|
90 3.5.1 |
|
91 ----- |
|
92 |
|
93 * No changes. |
|
94 |
|
95 |
|
96 3.5.0 |
|
97 ----- |
|
98 |
|
99 * Initial release. |