Skip to content

Commit a20eb79

Browse files
Merge branch 'master' into office365-calendar
2 parents 2883cd7 + 20eb020 commit a20eb79

File tree

8 files changed

+520
-438
lines changed

8 files changed

+520
-438
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
1+
<a name="1.0.5"></a>
2+
# [1.0.5](https://github.com/nicolasbeauvais/vue-add-to-calendar/compare/1.0.4...1.0.5) (2020-05-13)
3+
- Fix Microsoft calendar
4+
15
<a name="1.0.4"></a>
2-
# [1.0.4](https://github.com/nicolasbeauvais/vue-social-sharing/compare/1.0.3...1.0.4) (2017-02-12)
6+
# [1.0.4](https://github.com/nicolasbeauvais/vue-add-to-calendar/compare/1.0.3...1.0.4) (2017-02-12)
37
- Encode text parameters, fix microsoft description parameter
48

59
<a name="1.0.3"></a>
6-
# [1.0.3](https://github.com/nicolasbeauvais/vue-social-sharing/compare/1.0.2...1.0.3) (2017-02-11)
10+
# [1.0.3](https://github.com/nicolasbeauvais/vue-add-to-calendar/compare/1.0.2...1.0.3) (2017-02-11)
711
- Update slot rendering
812

913
<a name="1.0.2"></a>
10-
# [1.0.2](https://github.com/nicolasbeauvais/vue-social-sharing/compare/1.0.1...1.0.2) (2017-02-11)
14+
# [1.0.2](https://github.com/nicolasbeauvais/vue-add-to-calendar/compare/1.0.1...1.0.2) (2017-02-11)
1115
- Remove parameters from url when null, refactor parser for more flexibility
1216

1317
<a name="1.0.1"></a>
14-
# [1.0.1](https://github.com/nicolasbeauvais/vue-social-sharing/compare/1.0.0...1.0.1) (2017-02-11)
18+
# [1.0.1](https://github.com/nicolasbeauvais/vue-add-to-calendar/compare/1.0.0...1.0.1) (2017-02-11)
1519
- Fix error when using null start or end parameters
1620

1721
<a name="1.0.0"></a>

dist/vue-add-to-calendar.common.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* vue-add-to-calendar v1.0.4
3-
* (c) 2019 nicolasbeauvais
2+
* vue-add-to-calendar v1.0.5
3+
* (c) 2020 nicolasbeauvais
44
* Released under the MIT License.
55
*/
66
'use strict';
@@ -175,7 +175,7 @@ var AddToCalendar = {
175175
}
176176
};
177177

178-
AddToCalendar.version = '1.0.4';
178+
AddToCalendar.version = '1.0.5';
179179

180180
AddToCalendar.install = function (Vue) {
181181
Vue.component('add-to-calendar', AddToCalendar);

dist/vue-add-to-calendar.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* vue-add-to-calendar v1.0.4
3-
* (c) 2019 nicolasbeauvais
2+
* vue-add-to-calendar v1.0.5
3+
* (c) 2020 nicolasbeauvais
44
* Released under the MIT License.
55
*/
66
(function (global, factory) {
@@ -179,7 +179,7 @@ var AddToCalendar = {
179179
}
180180
};
181181

182-
AddToCalendar.version = '1.0.4';
182+
AddToCalendar.version = '1.0.5';
183183

184184
AddToCalendar.install = function (Vue) {
185185
Vue.component('add-to-calendar', AddToCalendar);

dist/vue-add-to-calendar.min.js

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

examples/example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Vue social sharing example</title>
5+
<title>Vue add to calendar example</title>
66
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
77

88
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.1.10/vue.min.js"></script>

0 commit comments

Comments
 (0)