summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 3f512404be07524f86b8453e59da0734bf440d86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.1] (2026-02-07)

### Changed

- Updated dependency `yup` to v1

## [1.0.0] (2026-02-06)

### Added

- Custom checkbox list field for Strapi v5 Content Type Builder
- Multi-select interface with intuitive checkbox-based selection
- Flexible configuration for defining custom option lists per field instance
- Native integration with Strapi's Content Type Builder
- Full TypeScript support for type-safe development
- Playground environment for development and testing
- Watch mode for active development with automatic rebuilds
- Plugin linker support for local development workflow

### Documentation

- Comprehensive README with installation and usage instructions
- Development setup guide for contributors
- MIT License

[1.0.0]: https://code.popov.link/valentineus/strapi-plugin-checkbox-list/releases/tag/v1.0.0
[1.0.1]: https://code.popov.link/valentineus/strapi-plugin-checkbox-list/releases/tag/v1.0.1