Skip to content

v4.0.0

Latest

Choose a tag to compare

@dominnya dominnya released this 20 Sep 17:59
· 3 commits to master since this release

🌈 Changelog

πŸš€ Enhancements

  • Add automatic color detection for Palette & Filter classes
  • Add prepublish script for bundle building
  • Add automatic color detection to every tool and utility
  • Update color type parameter to optional
  • Move all utilities from a single file to a separate directory
  • Add Palette & Filter classes function shorthands - palette & filter
  • Add optional color model detection unit tests
  • Add detect(color) utility unit tests
  • Rewrite stringify(color) to detect(color) utility usage

πŸ“– Documentation

  • Add pnpm add cvet as an installation option in README.md
  • Add documentation for automatic and manual color type setting for classes in README.md
  • Add missing alpha getter of Palette class in README.md
  • Add more information on type usage in README.md
  • Add examples of automatic color detection for tools in README.md
  • Fix notes' syntax
  • Add padHEX(R/G/B value of HEX) deprecation warning