aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2020-05-03 12:32:34 +1000
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2020-05-03 12:32:34 +1000
commit59f09a1a2317e57d13bbe8f60e1949cc82199ead (patch)
tree6c76c27325af4440146be65731fbc69ec398ddf0 /CHANGELOG.md
parent897bbfa075055097d64d42d7a32952bec9c75665 (diff)
downloadsvg.js-59f09a1a2317e57d13bbe8f60e1949cc82199ead.tar.gz
svg.js-59f09a1a2317e57d13bbe8f60e1949cc82199ead.zip
99% line coverage - BAAAAM
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9789900..90bd0f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,6 +35,9 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- fixed `Timeline.reverse()` which did exactly the opposite of what you would expect when passing `true/false`
- fixed cancelAnimationFrame-mock for tests
- fixed animate when=after to be really "now" when no runner is on the timeline
+ - fixed animate attr which is also retargetable now
+ - fixed internals of ObjectBag which can hold other Morphable values now
+ - fixed animate transform which didnt change its origin on retarget for declaritive animations
### Added
- added second Parameter to `SVG(el, isHTML)` which allows to explicitely create elements in the HTML namespace (#1058)