Skip to content

Releases: skiptools/skip-ui

Release 1.50.0

08 Mar 00:15
1.50.0
d8f8fe1

Choose a tag to compare

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 .contentMargins by @dfabulich in #345

Full Changelog: 1.49.1...1.50.0

Release 1.49.1

26 Feb 17:52
1.49.1
3d09718

Choose a tag to compare

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

14 Feb 15:04
1.49.0
f5571c9

Choose a tag to compare

What's Changed

Enhancement

Other Changes

Full Changelog: 1.48.0...1.49.0

Release 1.48.0

11 Feb 02:55
1.48.0
32aa3c0

Choose a tag to compare

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

23 Jan 19:05
1.47.0
7f38393

Choose a tag to compare

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

17 Jan 00:11
1.46.2
23672af

Choose a tag to compare

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

16 Jan 23:53
1.46.1
d13fd4a

Choose a tag to compare

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

12 Jan 01:41
1.46.0
4f39750

Choose a tag to compare

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

Full Changelog: 1.45.0...1.46.0

Release 1.45.0

06 Jan 18:10
1.45.0
008055f

Choose a tag to compare

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

04 Jan 16:25
1.44.5
9b9f860

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 1.44.4...1.44.5