Skip to content

Commit 00155b0

Browse files
author
Ralph Huwiler
committed
tag version 2.5.0
1 parent d11db2b commit 00155b0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
## [Unreleased]
99

1010

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+
1127
## [2.4.5] - 2019-09-26
1228

1329
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-nestable",
3-
"version": "2.4.5",
3+
"version": "2.5.0",
44
"description": "vue-nestable",
55
"author": "Ralph Huwiler <[email protected]>",
66
"homepage": "https://rhwilr.github.io/vue-nestable/",

0 commit comments

Comments
 (0)