Releases: skiptools/skip-ui
Releases · skiptools/skip-ui
Release 1.50.0
What's Changed
Other Changes
- Declare PaddingValues and Dp types to squelch warnings by @marcprux in #341
- Add support for
Color(.systemBackground)by @dfabulich in #347 - Use Material Design colors for destructive buttons (fixes dark mode) by @dfabulich in #350
- Added basic notification trigger support by @fhasse95 in #337
scrollPosition(id: Binding<(any Hashable)?>)for lazy containers by @dfabulich in #346- Document that .frame(maxWidth:) ignores parent bounds by @dfabulich in #342
- Fix judder on scroll with disappearing scrollBehavior by @dfabulich in #297
- Implement
.contentMarginsby @dfabulich in #345
Full Changelog: 1.49.1...1.50.0
Release 1.49.1
What's Changed
Other Changes
- Add error handling to UIImage with contentsOfFile constructor by @GavynHolt in #338
Full Changelog: 1.49.0...1.49.1
Release 1.49.0
What's Changed
Enhancement
- add .trim shape modifier by @vincentborko in #325
- Reimplement Alert matching native compose by @dfabulich in #336
Other Changes
- Log layout fixes by @dfabulich in #333
- Lazy containers: Clear contentPadding from environment as we apply it by @dfabulich in #335
Full Changelog: 1.48.0...1.49.0
Release 1.48.0
What's Changed
Other Changes
- Use newer API for Compose ProgressIndicators by @aabewhite in #318
- Add support for LazyItemScope scoped modifiers by @aabewhite in #319
- LazyHStack should fill height by @aabewhite in #323
- Document how to workaround the only-child limitation on lazy grids by @dfabulich in #326
- Bugfix: Prevent double horizontal padding for search bar in LazyVGrid by @fhasse95 in #324
- Apply aspectRatio to AsyncImage placeholder by @dfabulich in #321
- Support multiple Views in Section headers and footers by @aabewhite in #328
- Apply LazyVGrid search field padding fix to LazyVStack too by @aabewhite in #329
- Fix .id to reset state when it changes by @aabewhite in #330
Full Changelog: 1.47.0...1.48.0
Release 1.47.0
What's Changed
Other Changes
- anchor support for scaleEffect and rotationEffect by @vincentborko in #302
- Add badge, symbolVariant, blendMode, drawingGroup, luminanceToAlpha, and allowsHitTesting modifiers by @vincentborko in #303
- Implement Stepper, DatePicker range, and Slider callbacks by @vincentborko in #304
- add scrollview modifiers scrollDisabled, scrollIndicators(.hidden) by @vincentborko in #305
- Added support for alert without title by @fhasse95 in #306
- When no bars specified, toolbarVisibility should be .automatic by @dfabulich in #309
- Fix double search bar on searchable NavigationStack by @dfabulich in #314
Full Changelog: 1.46.2...1.47.0
Release 1.46.2
What's Changed
Other Changes
- new view modifiers: brightness, contrast, saturation, huesaturation, colorMultiply by @vincentborko in #301
Full Changelog: 1.46.1...1.46.2
Release 1.46.1
What's Changed
Other Changes
- Update README for recently-added SwiftUI support by @aabewhite in #296
- Add descriptions for Edge.Set and EdgeInsets (for logging) by @dfabulich in #299
- Add Android modifier for logging layout by @dfabulich in #298
Full Changelog: 1.46.0...1.46.1
Release 1.46.0
What's Changed
Other Changes
- Add mask, tracking, lineSpacing, and minimumScaleFactor modifiers by @vincentborko in #294
- Bugfix: Status bar does not update when a sheet is presented on Android by @fhasse95 in #281
New Contributors
- @vincentborko made their first contribution in #294
Full Changelog: 1.45.0...1.46.0
Release 1.45.0
What's Changed
Other Changes
- Fix unknown actor warning by removing explicit async call by @aabewhite in #289
- Added text field selection support by @fhasse95 in #282
- Added support for truncation mode by @fhasse95 in #288
- Changed KeyboardType.numberPad mapping to KeyboardType.NumberPassword by @fhasse95 in #283
- Fix scrollBehavior in Material3TopAppBarOptions by @dfabulich in #291
Full Changelog: 1.44.5...1.45.0
Release 1.44.5
What's Changed
Other Changes
- Add safe area support to GeometryProxy by @dfabulich in #287
Full Changelog: 1.44.4...1.44.5