File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for 9.x
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/framework/compare/v9.33.0...9.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v9.34.0...9.x )
4
+
5
+
6
+ ## [ v9.34.0] ( https://github.com/laravel/framework/compare/v9.33.0...v9.34.0 ) - 2022-10-04
7
+
8
+ ### Added
9
+ - Short attribute syntax for Self Closing Blade Components ([ #44413 ] ( https://github.com/laravel/framework/pull/44413 ) )
10
+ - Adds support for PHP's BackedEnum to be "rendered" on blade views ([ #44445 ] ( https://github.com/laravel/framework/pull/44445 ) )
11
+
12
+ ### Fixed
13
+ - Fixed Precognition headers for Symfony responses ([ #44424 ] ( https://github.com/laravel/framework/pull/44424 ) )
14
+ - Allow to create databases with dots ([ #44436 ] ( https://github.com/laravel/framework/pull/44436 ) )
15
+ - Fixes dd source on windows ([ #44451 ] ( https://github.com/laravel/framework/pull/44451 ) )
16
+
17
+ ### Changed
18
+ - Adds error output to db command when missing host ([ #44394 ] ( https://github.com/laravel/framework/pull/44394 ) )
19
+ - Changed ` Illuminate/Database/Schema/ForeignIdColumnDefinition::constrained() ` ([ #44425 ] ( https://github.com/laravel/framework/pull/44425 ) )
20
+ - Allow maintenance mode events to be listened to in closure based listeners ([ #44417 ] ( https://github.com/laravel/framework/pull/44417 ) )
21
+ - Allow factories to recycle multiple models of a given typ ([ #44328 ] ( https://github.com/laravel/framework/pull/44328 ) )
22
+ - Improves dd clickable link on multiple editors and docker environments ([ #44406 ] ( https://github.com/laravel/framework/pull/44406 ) )
4
23
5
24
6
25
## [ v9.33.0] ( https://github.com/laravel/framework/compare/v9.32.0...v9.33.0 ) - 2022-09-30
You can’t perform that action at this time.
0 commit comments