aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-02-06 01:50:26 +0300
committerValentin Popov <valentin@popov.link>2026-02-06 02:03:07 +0300
commit84854cee8e801ba40e07f3e74699e5e797b88da2 (patch)
treec0d1535ee2eca1f4ab24af23a70549e7ef56a839 /CHANGELOG.md
parent319ffbe9a8c448f7a852771f6459d8444179a18a (diff)
downloadstrapi-plugin-checkbox-list-84854cee8e801ba40e07f3e74699e5e797b88da2.tar.xz
strapi-plugin-checkbox-list-84854cee8e801ba40e07f3e74699e5e797b88da2.zip
Add CHANGELOG.md to document project updates and version history
- Introduced a new CHANGELOG.md file to track notable changes in the project. - Documented the initial release (1.0.0) with details on added features, documentation improvements, and licensing information. - Adheres to the Keep a Changelog format and Semantic Versioning.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..e96c8b4
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,27 @@
+# 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.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