Releases: skiptools/skip-ui
Releases · skiptools/skip-ui
Release 1.51.3
What's Changed
Other Changes
- Add View.overlay() modifier that accepts non-closure View by @marcprux in #396
- Fix infinite recomposition in flexible containers by @dfabulich in #390
- Test tags by @dfabulich in #372
Full Changelog: 1.51.2...1.51.3
Release 1.51.2
What's Changed
Other Changes
- Add support for
@ScaledMetricby @dfabulich in #394
Full Changelog: 1.51.1...1.51.2
Release 1.51.1
What's Changed
Other Changes
- UIImage Additions by @tylerjonesio in #392
New Contributors
- @tylerjonesio made their first contribution in #392
Full Changelog: 1.51.0...1.51.1
Release 1.51.0
What's Changed
Other Changes
- Navigation 3, predictive back by @dfabulich in #377
- Fix arc shape drawing by @marcprux in #385
Full Changelog: 1.50.4...1.51.0
Release 1.50.4
What's Changed
Other Changes
- Wrap
TabViewicon in aBoxto restore padding by @dfabulich in #368 - Improve SensoryFeedback haptics constants to more closely match iOS by @marcprux in #369
- GroupBox support by @marcprux in #375
- Log a message when navigation is throttled by @dfabulich in #373
Full Changelog: 1.50.3...1.50.4
Release 1.50.3
What's Changed
Other Changes
- Set nestedScrollConnection as an environment value by @dfabulich in #362
- Add View.onGeometryChange modifier by @marcprux in #364
Full Changelog: 1.50.2...1.50.3
Release 1.50.2
What's Changed
Other Changes
- Fix default scaling of images in tab view tabs by @marcprux in #358
- Enable contextMenu for Button and other elements that handle touches by @marcprux in #360
- Added support for Date Picker Ranges in Skip Lite by @fhasse95 in #352
- Working implementation of
allowsHitTest()on Android by @tifroz in #359 - Context Menu Improvements by @fhasse95 in #357
- Bump coil and androidx dependencies by @marcprux in #361
New Contributors
Full Changelog: 1.50.1...1.50.2
Release 1.50.1
What's Changed
Other Changes
- Remove stroke width in symbol rendering to fix excess heaviness by @marcprux in #355
- Add contextMenu modifier by @marcprux in #356
Full Changelog: 1.50.0...1.50.1
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