react-cie-1931
Version:
CIE 1931 color space component
37 lines (27 loc) • 1.35 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.2.0] - 2024-05-31
### Changed
- Updated build configuration to follow industry standards for React component libraries
- Added proper TypeScript type bundling with rollupTypes option
- Improved source map generation for better debugging
- Added GitHub Actions workflow for automatic Storybook deployment to GitHub Pages
- Added CI workflow for testing package builds across Node.js versions
- Enhanced package.json with proper sideEffects configuration for better tree-shaking
- Updated build target to ES2020 for better modern feature support
### Added
- Automatic Storybook deployment to GitHub Pages via GitHub Actions
- CI pipeline for testing builds and linting
- Source maps for better debugging experience
- Proper asset file naming for CSS extraction
- GitHub Actions workflows for continuous integration and deployment
- Enhanced Storybook configuration with auto-docs and GitHub Pages support
## [0.1.3] - Previous Release
### Added
- CIE 1931 chromaticity diagram React component
- Storybook integration
- TypeScript support
- Basic build configuration