diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2357ebb..9c44d5a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## [1.0.21] - 2026-06-27
+### Fixed
+- **API**: Preserved declarative preset fields injected through `$.request.*` when the `API` component initializes its internal reactive request state.
+- **Nav**: Restored horizontal dropdown behavior by removing container-level clipping, added `label`/`class` support for menu grouping, and switched vertical mode dropdown groups to inline expansion so long sidebars can scroll without popup clipping.
+
## [1.0.18] - 2026-06-11
### Changed
- **Component-Based Refactor**: Reorganized source code into independent, PascalCase named modules (e.g., `AutoForm.js`, `TagsInput.js`, `List.js`) to improve maintainability.
diff --git a/README.md b/README.md
index e85ad9a..56cfa83 100644
--- a/README.md
+++ b/README.md
@@ -24,9 +24,9 @@
-
+
-
+
```