Skip to content

Latest commit

 

History

History
185 lines (88 loc) · 7.2 KB

CHANGELOG.md

File metadata and controls

185 lines (88 loc) · 7.2 KB

Changelog

1.0.6 (2024-03-19)

Tasks

  • 🤖 bump postcss from 8.4.35 to 8.4.36 (b57e16b)

1.0.5 (2024-03-19)

Tasks

  • 🤖 bump putout from 35.5.1 to 35.7.5 (59a716e)

1.0.4 (2024-03-19)

Tasks

  • 🤖 bump typedoc-plugin-mdn-links from 3.1.17 to 3.1.18 (39eec96)

1.0.3 (2024-03-19)

Tasks

  • 🤖 bump typedoc from 0.25.9 to 0.25.12 (fb7b657)

1.0.2 (2024-03-13)

Tasks

  • 🤖 bump stylus from 0.62.0 to 0.63.0 (f79141a)

1.0.1 (2024-02-28)

Tasks

  • 🤖 Remove references to speccer (e74ccf8)

1.0.0 (2024-02-28)

⚠ BREAKING CHANGES

  • 🧨 Exported functions unitHSL and unitHSLFloat are renamed to UnitHSL and UnitHSLFloat to reflect the current nomenclature standard

Tasks

  • 🤖 Remove config file for postCSS (976c269)
  • 🤖 Update configuration files (041902e)
  • 🤖 Update dependencies and build to a more modern setup (0adbf78)
  • 🤖 Update workflows (5586c46)

Documentation

  • ✏️ Fix typo (03c774a)
  • ✏️ Update README.md and add community files (213ee96)

Refactoring

  • 💡 Add try catch to return empty array (6197a7d)
  • 💡 Rename unitHSL and unitHSLFloat (de874d6)

0.2.4 (2023-12-08)

Bug

  • 🐛 Direction of monochrome is opposite of palettes (f103fb8)

0.2.3 (2023-12-08)

Documentation

Bug

  • 🐛 Remove darkmode from palettes (53f6e56)

0.2.2 (2023-12-08)

Documentation

Bug

  • 🐛 Remove paths check (c5b9c57)
  • 🐛 Use a separate themes property (e37842f)

0.2.1 (2023-12-08)

Documentation

  • ✏️ Add missing docs (8fd35ee)
  • ✏️ Generate documentation (9d9bb1f)

Bug

  • 🐛 Forgot to hook darkmode palette up to MoebiusPalettes (d1059dd)

0.2.0 (2023-12-08)

Feature

  • 🎸 Add new feature: darkmode-palette (7b744c5)

0.1.4 (2023-12-05)

Bug

  • 🐛 Add missing rgbFloat and hslFloat (127a407)
  • 🐛 Guard against NaN (c0cf948)
  • 🐛 Unique (5b90bd4)

0.1.3 (2023-11-27)

Bug

0.1.2 (2023-11-24)

Documentation

0.1.1 (2023-11-24)

Tasks

  • 🤖 bump release-it and @release-it/conventional-changelog (f2588d1)
  • 🤖 Do not use fixed types (49f746e)
  • 🤖 No need to expose MoebiusAccentColors (3065878)
  • 🤖 Remove dep (37f41f6)

Documentation

  • ✏️ Update README.md, add description to package.json (5e79958)

Bug

  • 🐛 Use correct parameter type for color (1b09722)
  • 🐛 Use default export (8ac2444)

0.1.0 (2023-11-23)

Tasks

  • 🤖 Update action deps (ff2680f)
  • 🤖 use @rollup/plugin-terser, remove jest crap (84cba5a)

Feature

  • 🎸 first version of @phun-ky/moebius (dabb3e2)

Bug