AlisaMylnikova
96b1a12959
Move drag to dismiss and scroll to separate modifiers; add more examples
5.0.0
2026-06-02 19:09:11 +07:00
AlisaMylnikova
752a966f39
Fix customizer for scroll popup
2026-05-29 13:51:00 +07:00
AlisaMylnikova
a6147ef2c3
Move scroll type into a separate modifier
2026-05-27 17:48:20 +07:00
AlisaMylnikova
c739ea56d4
Small improvement
2026-05-22 18:49:08 +07:00
AlisaMylnikova
afe7490c40
Fix closeOnTap/allowTapThrough for .window popups
2026-05-22 17:20:08 +07:00
AlisaMylnikova
9861f5ccd1
Use .offset to set popup's coord instead of .position; add more examples
2026-05-22 17:19:37 +07:00
AlisaMylnikova
940b01debd
Add modes example
2026-05-18 18:49:57 +07:00
mylnikova.alisa
74c070e9a3
Merge pull request #290 from Shonchik/fix-scroll-header
...
Fix scroll headerView
4.2.2
2026-05-12 18:04:01 +07:00
Shonchik
4b36a52ba9
Fix closeOnTapOutside
2026-05-12 17:24:26 +07:00
mylnikova.alisa
55b984153b
Merge pull request #291 from pgovindaraj1/fix/scroll-keyboard-offset
...
Fix .scroll popup shifting off-screen when keyboard appears
4.2.1
2026-05-02 13:43:07 +07:00
Prashanth Govindaraj and Claude
cd4977e60c
Fix .scroll popup shifting off-screen when keyboard appears (issue #281 )
...
When useKeyboardSafeArea(true) is used with a .scroll type popup, the
keyboard height was applied to the popup's Y offset, causing the entire
popup to move up by the full keyboard height and go off-screen.
Fix: for .scroll type, skip the frame-level keyboard offset and instead
subtract keyboardHeight from the ScrollView's maxHeight constraint, so
the scroll area shrinks while the popup stays anchored at the bottom.
Also adds a reproduction case to the example app under Inputs >
"Scroll + Keyboard (issue #281 )".
Co-Authored-By: Claude <noreply@anthropic.com >
2026-05-01 20:37:49 -07:00
Shonchik
bdffff49d7
Remove introspect
2026-04-28 16:34:30 +07:00
Shonchik
336c45ae5a
Fix scroll headerView
2026-04-28 15:40:18 +07:00
mylnikova.alisa
fceb67747c
Merge pull request #288 from Shonchik/fix-scroll
...
Fix scroll
2026-04-22 13:33:52 +07:00
Shonchik
4ef433361e
Fix scroll
2026-04-22 12:17:41 +07:00
mylnikova.alisa
6d7063a187
Merge pull request #287 from Shonchik/update-examples
...
Update examples, update allowTapThroughBG to false by default
4.2.0
2026-04-15 15:04:58 +07:00
Shonchik
b5130ad4d0
Update examples, update allowTapThroughBG to false by default
2026-04-15 14:53:55 +07:00
mylnikova.alisa
2fcbea5ed1
Merge pull request #286 from Shonchik/fix-macOS
...
Fix macOS
4.1.22
2026-04-14 14:48:24 +07:00
Shonchik
b2148a3c87
Fix macOS
2026-04-14 14:45:19 +07:00
mylnikova.alisa
e32b98b296
Merge pull request #285 from Shonchik/fix-watchOS
...
Fix watchOS
4.1.21
2026-04-13 17:59:50 +07:00
Shonchik
f2978bcae9
Fix watchOS
2026-04-13 17:52:52 +07:00
mylnikova.alisa
c1b00a895e
Merge pull request #284 from exyte/fix/equatable-item-content-update
...
Fix not updating UIWindow contents when item changes
4.1.20
2026-04-10 16:13:32 +07:00
Denis Obukhov
bc68996a52
Return comments
2026-04-10 16:04:45 +07:00
Denis Obukhov
71285dba08
Fix not updating UIWindow contents when item changes
2026-04-10 16:02:22 +07:00
mylnikova.alisa
1df0179162
Merge pull request #283 from exyte/fix/hit-testing-update
...
Improve UIPassthroughWindow hitTest
2026-04-10 15:59:08 +07:00
Denis Obukhov
0574e3937e
Improve UIPassthroughWindow hitTest
...
Fix missing touches on the popup view
2026-04-10 15:54:54 +07:00
mylnikova.alisa
ad7f6229e2
Merge pull request #276 from xinnjie/fix-scroll-pop
...
fix: fix compile error on macos, disable scroll popup type on non-iOS platforms
4.1.19
2026-01-16 15:08:15 +07:00
xinnjie
cb242fc096
fix: disable scroll popup type on non-iOS platforms
2026-01-14 14:08:53 +08:00
mylnikova.alisa
e1096f7c21
Merge pull request #273 from exyte/exyte/fix/issue-226
...
Fix not focusable popups on TVOS; add Back command via a remote
4.1.18
2025-12-08 18:43:15 +07:00
Denis Obukhov
32f1b9ea3b
Fix not focusable popups on TVOS; add Back command via a remote
2025-12-08 17:11:04 +07:00
mylnikova.alisa
06b872f55e
Merge pull request #271 from exyte/exyte/fix/issue-262
...
Fix drag to dismiss modifier conflicting with inner scroll view
4.1.17
2025-12-04 16:51:20 +07:00
Denis Obukhov
5d820b48ab
Fix drag to dismiss modifier conflicting with inner scroll view
2025-12-03 21:43:05 +07:00
mylnikova.alisa
1e6cd6bff6
Merge pull request #270 from exyte/exyte/fix/issues-267-264
...
Fix popup window not closing when parent view is removed (#264 , #267 )
4.1.16
2025-12-03 14:49:46 +07:00
Denis Obukhov
662d734949
Fix popup window not closing when parent view is removed ( #264 , #267 )
2025-12-02 20:11:29 +07:00
mylnikova.alisa
cca1f499cf
Merge pull request #266 from davdroman/use-advanced-spi
...
Use future-proof introspection
2025-10-25 16:25:20 +07:00
David Roman
3c03d3302b
use future-proof introspection
2025-10-24 22:30:48 +01:00
mylnikova.alisa
3add9a11f6
Merge pull request #265 from davdroman/update-introspect
...
Bump SwiftUI Introspect
4.1.15
2025-10-24 17:10:38 +07:00
David Roman
675facc53f
update introspect
2025-10-24 10:58:50 +01:00
David Roman
e8c8b9d211
add .editorconfig
2025-10-24 10:58:44 +01:00
mylnikova.alisa
c12a8012d2
Merge pull request #261 from Little-tale/fix-issue-254
...
Fix issue 254 - BackGround Touch Not Work Issue Fix
4.1.14
2025-10-07 13:06:01 +07:00
KimJaeHyung
5546b1fbf2
Merge branch 'exyte:master' into fix-issue-254
2025-09-19 21:30:31 +09:00
Kim JaeHyung
bdc8c7c1b1
[Fix] fixed the touch situation when the background should not be touched.
2025-09-19 21:28:54 +09:00
mylnikova.alisa
8e412d5771
Merge pull request #260 from Little-tale/fix-issue-254
...
[Fix] Fix hit-testing passthrough on iOS 26
4.1.13
2025-09-19 19:05:51 +07:00
Kim JaeHyung
d9c9669e8f
[Fix] iOS26 Window Touch Event Issue
2025-09-19 20:51:16 +09:00
mylnikova.alisa
db6ecf69f1
Merge pull request #258 from shervinkoushan/introspect-26
...
Update swiftui-introspect to version 26.0.0-rc.1, add .v26 to scrollview introspect
4.1.12
2025-09-16 13:09:59 +07:00
Shervin Koushan
4a88d8cd8d
add .v26 to introspect scrollview
2025-09-13 00:16:50 +02:00
Shervin Koushan
0f00e2458a
introspect 26.0.0-rc.1
2025-09-12 23:56:47 +02:00
AlisaMylnikova
6d875d432e
Add allowTapThroughBG parameter
4.1.11
2025-06-04 14:17:24 +07:00
AlisaMylnikova
c2feeda0db
Fix keyboard for ios 17
4.1.10
2025-06-03 16:01:47 +07:00
AlisaMylnikova
676d460949
Try to fix a warning
4.1.9
2025-06-02 14:29:19 +07:00