File tree Expand file tree Collapse file tree 4 files changed +27
-1
lines changed Expand file tree Collapse file tree 4 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 6
6
than your limit, when the user scrolls to the bottom of the options, it will
7
7
make a second Ajax call to load more.
8
8
9
+ - Added ` max_results ` option to limit the number of results returned by the
10
+ Ajax endpoint - #478 .
11
+
12
+ - Support added for setting the required minimum search query length (defaults to 3) (#492 )
13
+
14
+ - Fix support for more complex ids, like UUIDs - #494 .
15
+
16
+ - Fixed bug where sometimes an error could occur in the Ajax call related to
17
+ the label - #520 .
18
+
9
19
## 2.4.0
10
20
11
- - Support added for setting the required minimum search query length (defaults to 3) ( # 492 ) - @ daFish
21
+ - Component added!
Original file line number Diff line number Diff line change 35
35
- [BEHAVIOR CHANGE] If a model is updated, but the new value is equal to the old
36
36
one, a re-render will now be avoided.
37
37
38
+ - [BEHAVIOR CHANGE] Priority of `DoctrineObjectNormalizer` changed from 100 to -100
39
+ so that any custom normalizers are used before trying `DoctrineObjectNormalizer`.
40
+
38
41
- [BC BREAK] The `live:update-model` and `live:render` events are not longer
39
42
dispatched. You can now use the "hook" system directly on the `Component` object/
40
43
50
53
- Added the ability to add `data-loading` behavior, which is only activated
51
54
when a specific **model** has been updated - e.g. `<span data-loading="model(firstName)|show">Loading</span>`.
52
55
56
+ - Unexpected Ajax errors are now displayed in a modal to ease debugging! #467.
57
+
58
+ - Fixed bug where sometimes a live component was broken after hitting "Back:
59
+ in your browser - #436.
60
+
53
61
## 2.4.0
54
62
55
63
- [BC BREAK] Previously, the `id` attribute was used with `morphdom` as the
Original file line number Diff line number Diff line change 13
13
- Added ` PostMountEvent ` and ` PreMountEvent ` which are dispatched just before
14
14
or after the component's data is mounted.
15
15
16
+ - Added Twig template namespaces - #460 .
17
+
16
18
## 2.2
17
19
18
20
- Allow to pass stringable object as non mapped component attribute.
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.5
4
+
5
+ - Added support for lazily-loaded Vue components - #482 .
6
+
7
+ - Added ` vue:before-mount ` JavaScript event - #444 .
8
+
3
9
## 2.4
4
10
5
11
- Component added
You can’t perform that action at this time.
0 commit comments