@isilin/react-slot
Version:
Simple and powerful typed slots for React components
43 lines (29 loc) • 1.44 kB
Markdown
# 📜 Changelog
All major changes to this project are documented in this file.
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project also adheres to [Semantic Versioning (SemVer)](https://semver.org/lang/fr/).
## [Unreleased]
- Nothing yet.
## [1.0.0] - 2025-04-27
### Added
- First stable release of the `react-slot` library.
- Typed slot management system for React components.
- Example components: `Card`, `ButtonGroup`, `List`, `Tabs`, `Accordion`.
- Storybook configuration with automatic deployment to GitHub Pages.
- MIT License added.
- Full documentation: README.md, CHANGELOG.md, SECURITY.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md.
- GitHub workflows: build, Storybook deploy.
- Project funding support via Ko-fi.
## 🔖 Format utilisé
| Tag | Description |
| ------------ | --------------------------------------------------------- |
| `Added` | Pour les nouvelles fonctionnalités. |
| `Changed` | Pour les changements dans des fonctionnalités existantes. |
| `Deprecated` | Pour les fonctionnalités bientôt obsolètes. |
| `Removed` | Pour les fonctionnalités supprimées. |
| `Fixed` | Pour les bugs corrigés. |
| `Security` | Pour les corrections de failles de sécurité. |