summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-04-23 12:52:51 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-04-23 12:52:51 +0200
commit54362a872c75efa2f54be755a1a48ab87ab3e836 (patch)
tree3c96ade60a6726f75ee8dfe267550c728214e7bb /CHANGELOG.md
parentab1c07e80bd21f2cdf773be238d4dd754db4e80a (diff)
downloadsvg.js-54362a872c75efa2f54be755a1a48ab87ab3e836.tar.gz
svg.js-54362a872c75efa2f54be755a1a48ab87ab3e836.zip
ids are not generated upon creation anymore
Instead they are generated when requested (#559)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc595a0..ade31af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,6 +37,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- `svg()` will now return the element without svg-wrapper
- new constructor signature for `SVG.Image` and `load()`: `container.image(src, callback) / image.load(src, callback)`
- changed `style()` to `css()`. Now accepts array as input and returns object when no argument given (#517)
+- ids are not generated upon creation anymore. Instead they are generated when requested (#559)
### Fixed
- fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__