Skip to content

Commit e1a9ec6

Browse files
committed
mention directive priority in changes.md
1 parent 398dcdf commit e1a9ec6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@ computed: {
291291

292292
## Directive API change
293293

294+
- #### Directive Priority
295+
296+
Now each directive can optionally have a `priority` value which determines the order it gets compiled among all directives on the same element. Priorities for some built-in directives will be available in the API reference after 0.11 is released.
297+
294298
- #### Dynamic literals
295299

296300
Literal directives can now also be dynamic via bindings like this:

0 commit comments

Comments
 (0)