Skip to content

Releases: p-x9/TouchTracker

v0.5.1

29 Oct 14:52
5e0bcdd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

v0.5.0

16 Oct 05:11
40b3ae5
Compare
Choose a tag to compare

What's Changed

  • Add property to indicate whether mark should be displayed above keyboard by @p-x9 in #32
    Set shouldDisplayAboveKeyboardWindow to true to display the tapped point above the keyboard.
    v. shouldDisplayAboveKeyboardWindow = true

Full Changelog: 0.4.2...0.5.0

v0.4.2

05 Sep 11:25
1ca480c
Compare
Choose a tag to compare

What's Changed

  • fix Unbalanced calls to begin/end appearance transitions by @p-x9 in #31

Full Changelog: 0.4.1...0.4.2

v0.4.1

05 Sep 10:50
bafb63b
Compare
Choose a tag to compare

What's Changed

  • fixed coordinates displayed on label by @p-x9 in #29
  • fix to release point windows when keyboard is displayed by @p-x9 in #30

Full Changelog: 0.4.0...0.4.1

v0.4.0

04 Sep 18:10
f556c56
Compare
Choose a tag to compare

What's Changed

  • Add option to propagate touch events to other windows by @p-x9 in #27

Full Changelog: 0.3.0...0.4.0

v0.3.0

23 Aug 10:32
adff033
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.3.0

v0.2.1

21 May 10:32
5e0ca16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

v0.2.0

10 May 11:22
5024e1e
Compare
Choose a tag to compare

What's Changed

  • make shadow offset customizable by @p-x9 in #16
  • fix shadowOpacity for UIKit view by @p-x9 in #17
  • makes each property of TouchTrackingUIView modifiable by @p-x9 in #18
  • remove didSet action for isEnabled property by @p-x9 in #19
  • fix marker position in landscape mode by @p-x9 in #20

Full Changelog: 0.1.5...0.2.0

v0.1.5

30 Apr 10:41
ac8d8c8
Compare
Choose a tag to compare

What's Changed

  • fix to to show UIView shadows correctly by @p-x9 in #12
  • hide point windows when TouchTrackingUIView is deinitialized by @p-x9 in #13
  • refactor updating touched locations by @p-x9 in #14
  • fix to show image in UIKit when image is not nil by @p-x9 in #15

Full Changelog: 0.1.4...0.1.5

v0.1.4

19 Apr 04:17
e0de44f
Compare
Choose a tag to compare

What's Changed

  • fix to set window scene correctly by @p-x9 in #11

Full Changelog: 0.1.3...0.1.4