diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-12-01 18:39:37 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-12-01 18:39:37 +0100 |
commit | 1edcc976b8db981ba2398036b3a39c4de4791a86 (patch) | |
tree | a8f01fda0b67624aea0e63d788a5410f88f4c7cc /CHANGELOG.md | |
parent | 622ec7b326a6cd24d7c7cba99aa9ca873713ca4e (diff) | |
download | svg.js-1edcc976b8db981ba2398036b3a39c4de4791a86.tar.gz svg.js-1edcc976b8db981ba2398036b3a39c4de4791a86.zip |
applied fixes from 2.x branch
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e564245..11f15c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - added `SVG.HTMLNode` which is the object wrapped around html nodes to put something in them - added `dispatch()` method on `SVG.Element` which returns the dispatched event for event cancelation (#550) - added `isRoot()` on `SVG.Doc` (#809) -- added `random` option and `randomize()` method to `SVG.Color` -> __TODO!__ - added a linter during the npm build process -- added `npm build:dev` to let you develop without getting too annoyed - added `beziere()` and `steps()` to generate easing functions - added `insertAfter()` and `insertBefore` - added `SVG.Style` which can be created with `style()` or `fontface()` (#517) @@ -89,9 +87,6 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - `Image` callback passes normal `load` event instead of custom object (#931) - renamed `Doc` to `Svg` and `doc()` to `root` (and `toDoc()/toRoot()`) (#932) -### Fixed -- fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__ -- fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__ ## [2.6.2] - 2017-06-05 |