File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
## [ Unreleased]
9
9
10
10
11
+ ## [ 2.5.0] - 2019-12-18
12
+
13
+ ### Added
14
+ - RTL support. Check out the example for details.
15
+ [ #83 ] ( https://github.com/rhwilr/vue-nestable/pull/83 ) (by
16
+ [ @RoOhi-E ] ( https://github.com/RoOhi-E ) )
17
+
18
+ ### Fixed
19
+ - Using ` keyprop ` to render NestablItems in v-for.
20
+ [ #85 ] ( https://github.com/rhwilr/vue-nestable/pull/85 ) (by
21
+ [ @passi246 ] ( https://github.com/passi246 ) )
22
+
23
+ ### Changed
24
+ - Upgraded dependencies.
25
+
26
+
11
27
## [ 2.4.5] - 2019-09-26
12
28
13
29
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-nestable" ,
3
- "version" : " 2.4.5 " ,
3
+ "version" : " 2.5.0 " ,
4
4
"description" : " vue-nestable" ,
5
5
"author" :
" Ralph Huwiler <[email protected] >" ,
6
6
"homepage" : " https://rhwilr.github.io/vue-nestable/" ,
You can’t perform that action at this time.
0 commit comments