Skip to content

Commit f7df71f

Browse files
committed
docs: prepare release
1 parent 212940e commit f7df71f

File tree

5 files changed

+49
-8
lines changed

5 files changed

+49
-8
lines changed

Diff for: .github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
paths:
1010
- "src/**"
1111
- "!*.md"
12-
- "!package-lock.json"
1312
pull_request:
1413
branches:
1514
- master
@@ -18,7 +17,6 @@ on:
1817
paths:
1918
- "src/**"
2019
- "!*.md"
21-
- "!package-lock.json"
2220

2321
jobs:
2422
build:

Diff for: CHANGELOG.md

+43
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
### [v2.1.0](https://github.com/setaman/vue-ellipse-progress/compare/v2.0.0...v2.1.0)
11+
12+
> 15 January 2022
13+
14+
15+
16+
#### Merged
17+
18+
- fix: correctly apply dash property [`#147`](https://github.com/setaman/vue-ellipse-progress/pull/147)
19+
- Extend loader props [`#140`](https://github.com/setaman/vue-ellipse-progress/pull/140)
20+
- Consistently apply transitions [`#132`](https://github.com/setaman/vue-ellipse-progress/pull/132)
21+
22+
23+
#### Commits (18)
24+
25+
26+
##### ✅ New Features
27+
28+
- feat: add animation to legend toggle [`885fbda`](https://github.com/setaman/vue-ellipse-progress/commit/885fbdaca3e8cb39f98e9381173da1126ba37657)
29+
- feat: add loader animation duration option [`561859c`](https://github.com/setaman/vue-ellipse-progress/commit/561859c08a7cb7b2ccabbbf1000914edf4dd028b)
30+
- feat: use offsetHeight instead of clientHeight [`15c4b16`](https://github.com/setaman/vue-ellipse-progress/commit/15c4b16a20a4d0ed13e5f282667a12e4b346260f)
31+
32+
##### 🚧 Fixes
33+
34+
- fix: apply transition properly to loader circle [`9d6e4ee`](https://github.com/setaman/vue-ellipse-progress/commit/9d6e4ee909700eee999fb438849c21a60d529457)
35+
- fix: avoid evaluation error in isHTML computed prop [`74f40f1`](https://github.com/setaman/vue-ellipse-progress/commit/74f40f121c2de9d156d20c87a58d910fdf977b7f)
36+
- refac: fix linting warnings [`1ccac17`](https://github.com/setaman/vue-ellipse-progress/commit/1ccac17d07a89e01c8774016962262bd465ebe10)
37+
38+
##### 📜 Misc
39+
40+
- chore: add CHANGELOG.md [ci skip] [`a35cc1e`](https://github.com/setaman/vue-ellipse-progress/commit/a35cc1e84ef94ee666ac6cccbb7aa8121ff842a6)
41+
- test: improve and extend Counter tests [`8bdbe4d`](https://github.com/setaman/vue-ellipse-progress/commit/8bdbe4dcc35f527b0134f1f58067ad162d0536ad)
42+
- test: add hideLegend tests [`f19d30a`](https://github.com/setaman/vue-ellipse-progress/commit/f19d30a5f7b9954efc8e60dd448728be10473850)
43+
- chore: use node 16 in github actions [`6cf5f44`](https://github.com/setaman/vue-ellipse-progress/commit/6cf5f44485e8d96c1bd1e1dd0ce1cdf8fe5f6e1a)
44+
- chore: reset node version to 14 [`b33dbd4`](https://github.com/setaman/vue-ellipse-progress/commit/b33dbd4b948d1ada1d1c8838b0d22586855d0222)
45+
- docs: update loader description [`9044cf2`](https://github.com/setaman/vue-ellipse-progress/commit/9044cf2445af74ac381261a4cc112be523956fa4)
46+
- chore: reset node version to 14 in build action [`8c3f35c`](https://github.com/setaman/vue-ellipse-progress/commit/8c3f35c4f82f20ab043a0c7a098cb8b4659fb5cd)
47+
- test: slightly adjust Counter animation test [`7f4b213`](https://github.com/setaman/vue-ellipse-progress/commit/7f4b2134556e3eb82cc12253d52cf9f75c73c92a)
48+
- docs: fix badges links [ci skip] [`564b78a`](https://github.com/setaman/vue-ellipse-progress/commit/564b78a8b204fa3b0666a38479e42cb6d9d6bc31)
49+
- chore: fix build action [`ad8918a`](https://github.com/setaman/vue-ellipse-progress/commit/ad8918a3788faa8334804c57f502dd5f14f00439)
50+
51+
---
52+
1053
### [v2.0.0](https://github.com/setaman/vue-ellipse-progress/compare/v2.0.0-beta.1...v2.0.0)
1154

1255
> 21 May 2021

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Sergej Atamantschuk
3+
Copyright (c) 2022 Sergej Atamantschuk
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ Boolean that forces loading state. The component provides an indeterminate loadi
459459
With this option defined as Object you can customize the loading circle that is shown in the states
460460
[loading](#loading) and [determinate](#determinate). Accepted properties are [`color`](#color), [`thickness`](#thickness), [`line`](#line),
461461
[`lineMode`](#linemode), `duration` and `opactity`. `duration` and `opacity` are specific for loading circle.
462-
Any valid CSS opacity value can be set as `opacity`. `duration` specifies the speed of the loader animation
462+
Any valid CSS opacity value can be set as `opacity`. `duration` specifies the speed of the loader animation in milliseconds.
463463
If the `loader` option is not specified, the loading circle replicates the progress circle with a 0.55 default value for `opacity`
464464
and 1000 `duration`.
465465

Diff for: package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)