Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.

Releases: jamesfishwick/dracula-css

v1.1.0

14 Feb 21:24

Choose a tag to compare

Highlights

  • 29 passing tests - Comprehensive build validation and WCAG AA accessibility compliance
  • GitHub Actions CI/CD - Automated testing on PRs and automated npm publishing
  • Improved documentation - Added spec compliance notes and external resources
  • Bug fixes - Fixed stylelint/Prettier conflicts and documentation inaccuracies

What's Changed

Added

  • Comprehensive test suite with 29 passing tests
    • Build validation tests (Sass compilation, CSS structure)
    • WCAG AA accessibility compliance tests (color contrast)
    • Light mode media query validation
    • Manual theme toggle classes validation
    • ANSI color export validation
  • GitHub Actions CI/CD workflows
    • Automated testing on pull requests
    • Automated npm publishing on version tags
    • Coverage reporting to Codecov
  • Documentation improvements
    • Color accuracy and spec compliance section
    • External tools and resources section
    • Clarified three-layer color architecture

Fixed

  • Stylelint/Prettier conflict in _variables.scss
  • Misleading comments in test files and Jest configuration
  • Invalid nested HTML example in README
  • Inaccurate Stormhold tool description

Changed

  • Jest test framework configured with 80% coverage thresholds
  • Improved test comments for clarity and accuracy

Full Changelog

See CHANGELOG.md for complete details.

Full Changelog: v1.0.0...v1.1.0