|
2 | 2 |
|
3 | 3 | All notable changes to `filament-json-field` will be documented in this file. |
4 | 4 |
|
5 | | -## [13.0.0] - 2024-12-XX |
| 5 | +## [Unreleased] |
| 6 | + |
| 7 | +## [13.0.0] - 2025-01-15 |
6 | 8 |
|
7 | 9 | ### Added |
8 | | -- Support for Filament 4.x |
| 10 | +- **Filament 4.0 Support**: Updated package to support Filament 4.0 |
| 11 | +- **Readonly Support**: Added readonly functionality to JSON input fields |
| 12 | +- **Enhanced Styling**: Improved styling and visual appearance of components |
| 13 | +- **Better CodeMirror Integration**: Enhanced CodeMirror configuration and behavior |
9 | 14 |
|
10 | 15 | ### Changed |
11 | | -- Updated dependencies to support Filament 4.x |
12 | | -- Updated Blade components to use new Filament 4 syntax |
13 | | -- Updated service provider to use Filament 4 asset registration |
| 16 | +- **Breaking**: Updated minimum Filament requirements to ^4.0 |
| 17 | +- **Breaking**: Removed `filament/tables` dependency (no longer required) |
| 18 | +- **Breaking**: Updated `filament/forms` dependency to ^4.0 |
| 19 | +- **Breaking**: Updated `filament/infolists` dependency to ^4.0 |
| 20 | +- **Breaking**: Updated `filament/support` dependency to ^4.0 |
| 21 | +- Updated package description to be more descriptive |
| 22 | +- Improved component structure and organization |
| 23 | + |
| 24 | +### Fixed |
| 25 | +- Various styling issues and visual improvements |
| 26 | +- CodeMirror configuration and initialization |
| 27 | +- Component rendering and behavior |
| 28 | + |
| 29 | +### Technical |
| 30 | +- Updated PHP version support to 8.2.*, 8.3.*, 8.4.* |
| 31 | +- Enhanced test coverage and component testing |
| 32 | +- Improved build process and asset compilation |
14 | 33 |
|
15 | | -### Removed |
16 | | -- Support for Filament 3.x (use v12.0.0 for Filament 3.x compatibility) |
| 34 | +## [12.2.0] - Previous Release |
| 35 | + |
| 36 | +### Added |
| 37 | +- Initial Filament 3.x support |
| 38 | +- JSON input and display components |
| 39 | +- CodeMirror integration |
| 40 | +- Basic styling and configuration options |
0 commit comments