Skip to content
This repository was archived by the owner on Sep 11, 2018. It is now read-only.

Commit 6acf172

Browse files
author
Claudio Ludovico Panetta
committed
Add v0.4.2 to Changelog
1 parent 8d1b2b6 commit 6acf172

File tree

3 files changed

+57
-31
lines changed

3 files changed

+57
-31
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
All notable changes to this project will be documented in this file.
33

44

5+
## [0.4.2]
6+
7+
### Added
8+
- previousPhotoOfIndex mutation
9+
- nextPhotoOfIndex mutation
10+
11+
### Changed
12+
- Improve theater nextPhoto and previousPhoto methods
13+
- Add new fancy comments
14+
15+
### Fixed
16+
- Fix changeSelectedPhoto not working correctly with undefined variables
17+
18+
519
## [0.4.1]
620

721
### Fixed

dist/carousel.js

Lines changed: 42 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vuejs-carousel",
33
"description": "Complete photo carousel build with VueJS and web standards in mind",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"author": "Claudio Ludovico Panetta <ludovico1990@hotmail.it>",
66
"private": false,
77
"license": "MIT",

0 commit comments

Comments
 (0)