-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
48 lines (26 loc) · 1.58 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Release Notes
-------------
2023-09-26 v0.5.0
Added the hyperbolic transition path suggested by van Wijk and Nuij
(2003) to the pre-defined transitions.
2023-03-17 v0.4.4
Add an optional offset to the visibility calculation of coordinates in a
frame. Remove unneeded dependencies.
2023-03-13 v0.4.3
Fix a bug with the border calculation for border positions (#13).
2023-03-10 v0.4.2
Add an optional offset to the calculation of border positions towards
coordinates outside of the visible area (contributor: Markus Stengel).
2023-03-09 v0.4.1
Fixed `Transition.cancel()` stepping one frame after cancellation. Added
a convenience method to calculate the border position of a frame towards
a coordinates outside of the visible area.
2023-01-13 v0.4.0
Fixed visibility checks for coordinates in the `Frame` class. Switched
the names of the functions `project` and `unproject` in the `Frame`
class to better align with their respective behavior.
2022-12-29 v0.3.2
First public release with stable API and documentation. Fixed some last
exceptions in edge cases, such as trying to start a newly-finished
transition. Fixed blurry tile rendering.
; vim: tw=72