File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ...
11
+
12
+ ## [ 0.3.0] - 2024-09-11
13
+
10
14
### Added
11
15
12
16
- ` color-slice-width ` values are interpreted as a _ percentage of the total width_ if the value is between ` 0 ` and ` 1 `
17
+ - Add new options to use custom color gradients:
18
+ - ` cycle-colors `
19
+ - ` cycle-colors-repeat `
13
20
- Switch to [ esm.sh] ( https://esm.sh/ ) as default CDN for ` example.html `
14
21
- Add fiddle demo
15
22
23
+
24
+ ### Changed
25
+
26
+ - The ` index.html ` now shows a range of usage examples
27
+
16
28
### Fixed
17
29
18
30
- Fix the _ Comparing changes_ section so that it is readable within a markdown view
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rainbow-line" ,
3
3
"description" : " A custom element that displays a cut line animated with rainbow colors" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.3.0 " ,
5
5
"type" : " module" ,
6
6
"license" : " Apache-2.0" ,
7
7
"author" : {
You can’t perform that action at this time.
0 commit comments