Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.51 KB

File metadata and controls

56 lines (32 loc) · 1.51 KB

Changelog for package rainbow-line

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

...

[0.4.0] - 2024-12-12

Changed

  • upgrade dependencies
    • @spearwolf/eventize to ^4.x
    • @spearwolf/offscreen-display to ^0.3.0

[0.3.0] - 2024-09-11

Added

  • color-slice-width values are interpreted as a percentage of the total width if the value is between 0 and 1
  • Add new options to use custom color gradients:
    • cycle-colors
    • cycle-colors-repeat
  • Switch to esm.sh as default CDN for example.html
  • Add fiddle demo

Changed

  • The index.html now shows a range of usage examples

Fixed

  • Fix the Comparing changes section so that it is readable within a markdown view

[0.2.1] - 2024-05-12

Added

  • Create CHANGELOG.md ;)

Fixed

  • Fix broken npm package dependency to @spearwolf/offscreen-display

Comparing changes