300 Commits

Author SHA1 Message Date
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 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
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
AlisaMylnikova 7ca08ab3db Fix drag + button 4.1.8 2025-06-02 14:18:25 +07:00
mylnikova.alisa 53b9a5ae0e Merge pull request #242 from AndriyGo/master
fix: checks if scroll view calculated its height only on iOS
4.1.7
2025-04-11 21:43:07 +07:00
Andriy Gordiychuk c4f0c1b362 fix: checks if scroll view calculated its height only on iOS 2025-04-11 16:31:40 +02:00
AlisaMylnikova ee0a4c6fc8 Add dismissaibleIn and non-animated disappear 4.1.6 2025-04-08 16:47:34 +07:00
AlisaMylnikova 618ac0d6d1 Fix keyboard dismiss tracking 4.1.5 2025-04-08 13:07:57 +07:00
mylnikova.alisa fd8360add6 Merge pull request #237 from jaysonjh/master
Update FullscreenPopup.swift
4.1.4
2025-04-08 12:24:02 +07:00
Jayson Jiang 03783853a3 Update FullscreenPopup.swift
Fix the issue that backgroundView has no value assigned
2025-04-02 12:04:24 +08:00
AlisaMylnikova 7288ef37bc Update readme 2025-04-01 17:42:02 +07:00
AlisaMylnikova 4886e78439 Fix xcode 15 stricter concurrency warnings 4.1.3 2025-03-28 18:04:45 +07:00
AlisaMylnikova 2e5bb795dd Fix autohide+drag combo 4.1.2 2025-03-28 17:42:24 +07:00
AlisaMylnikova e127c17f44 Update readme 4.1.1 2025-03-26 17:34:37 +07:00