2.1.0
February 17th, 2026
What's new
- Dark mode map tiles — Map now reactively switches between CARTO light and dark tile layers based on Statamic's color mode
- Native UI components — Details panel uses
<ui-card>and<ui-badge>, toggle button uses<ui-button>for consistent CP styling - Improved dark mode — Leaflet controls (zoom, attribution) properly themed for dark mode
What's changed
- Zoom control moved to bottom-right
- Placeholder text updated to "Search for an address or place..."
- No-results text now uses existing Statamic translations ("No results" / "Start typing to search")
- YAML detail view uses simplified styling with inherited theme colors
- CI: Added Composer install step for asset builds
Contributors
Thanks to @daun for the original PRs (#7, #8, #9) that this release is based on.
Full Changelog: https://github.com/el-schneider/statamic-simple-address/compare/v2.0.0...v2.1.0
2.0.0
February 1st, 2026
What's new
- Statamic v6 support - Full compatibility with Statamic v6 and its Vue 3-based Control Panel
- Vue 3 migration - Complete rewrite using Composition API with
<script setup> - Statamic Combobox - Replaced vue-select with native Statamic Combobox component
- Dark mode support - Proper styling for Statamic's dark mode
- Browser tests - Added Pest browser coverage for CP fieldtype
What's changed
- Aligned fieldtype styling with Statamic v6 CP design system
- Replaced custom CSS with Tailwind utility classes
- Updated build system to use Statamic Vite plugin
- Updated CI to PHP 8.4 and Node 22
Breaking changes
- Requires Statamic v6 - This version is not compatible with Statamic v5 or earlier. Use v0.2.x for Statamic v5.
Full Changelog: https://github.com/el-schneider/statamic-simple-address/compare/v0.2.2...v2.0.0
0.2.2
December 5th, 2025
What's fixed
- Fix special treatment for empty non-laravel AdminLevelCollection (#5)
- Fix error handling in geocoding operations with improved logging
Full Changelog: https://github.com/el-schneider/statamic-simple-address/compare/v0.2.1...v0.2.2
0.2.1
December 3rd, 2025
Whats'fixed
- Add mergeConfigFrom and clean up ServiceProvider