Skip to content

Commit c0d51a3

Browse files
committed
rainbow-line: set to v0.3.0
1 parent cc80fb6 commit c0d51a3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/rainbow-line/CHANGELOG.md

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

88
## [Unreleased]
99

10+
...
11+
12+
## [0.3.0] - 2024-09-11
13+
1014
### Added
1115

1216
- `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`
1320
- Switch to [esm.sh](https://esm.sh/) as default CDN for `example.html`
1421
- Add fiddle demo
1522

23+
24+
### Changed
25+
26+
- The `index.html` now shows a range of usage examples
27+
1628
### Fixed
1729

1830
- Fix the _Comparing changes_ section so that it is readable within a markdown view

packages/rainbow-line/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rainbow-line",
33
"description": "A custom element that displays a cut line animated with rainbow colors",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"type": "module",
66
"license": "Apache-2.0",
77
"author": {

0 commit comments

Comments
 (0)