mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 02:28:11 +08:00 
			
		
		
		
	Bugfix: Avoid crash with ResizeableSplit. (#1025)
Component --------- - Bugfix: Fix a crash with ResizeableSplit. See #1023. - Clamp screen size to terminal size. - Disallow `ResizeableSplit` with negative size. Dom --- - Bugfix: Disallow specifying a negative size constraint. See #1023. Bug: https://github.com/ArthurSonzogni/FTXUI/issues/1023
This commit is contained in:
		
							
								
								
									
										11
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @@ -1,6 +1,17 @@ | ||||
| Changelog | ||||
| ========= | ||||
|  | ||||
| Development | ||||
| ----------- | ||||
| ### Component | ||||
| - Bugfix: Fix a crash with ResizeableSplit. See #1023. | ||||
|   - Clamp screen size to terminal size. | ||||
|   - Disallow `ResizeableSplit` with negative size. | ||||
|  | ||||
| ### Dom | ||||
| - Bugfix: Disallow specifying a negative size constraint. See #1023. | ||||
|  | ||||
|  | ||||
| 6.0.2 (2025-03-30) | ||||
| ----- | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arthur Sonzogni
					Arthur Sonzogni