diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2021-10-27 13:25:00 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2021-10-27 13:25:00 +0200 |
commit | fc17a7594c638f3b3e6a65976826589ec2f89a07 (patch) | |
tree | 2755343157c8c25e873f033a5e39c32247a03742 /CHANGELOG.md | |
parent | 361d241c802ae144493a3f222b03c826d0e74b63 (diff) | |
download | svg.js-fc17a7594c638f3b3e6a65976826589ec2f89a07.tar.gz svg.js-fc17a7594c638f3b3e6a65976826589ec2f89a07.zip |
fixed issues when animating css, updated deps
### Fixed
- fixed `css()` returning camelCased properties even though they were specified in kebap-case
- fixed `ObjectBag` loosing information when calling `valueOf()` (Numbers lost its unit)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e46aab1..2ff853a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ==== +## [3.1.2] + +### Fixed + - fixed `css()` returning camelCased properties even though they were specified in kebap-case + - fixed `ObjectBag` loosing information when calling `valueOf()` (Numbers lost its unit) + ## [3.1.1] ### Fixed |