aboutsummaryrefslogtreecommitdiffstats
path: root/src/HtmlNode.js
Commit message (Collapse)AuthorAgeFilesLines
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-10/+0
|
* Linted all files, upgraded all dependenciesUlrich-Matthias Schäfer2018-11-051-1/+1
|
* rework of classes, make events on every object possibleUlrich-Matthias Schäfer2018-11-051-30/+4
|
* Revert back to classes, fix remaining testsUlrich-Matthias Schäfer2018-11-041-2/+7
|
* introduce register and registerMethod method to get rid of dependency problemsUlrich-Matthias Schäfer2018-11-011-10/+13
|
* resolve last circular dependencies, make rollup workUlrich-Matthias Schäfer2018-10-271-10/+10
|
* resolve circular references and make example working againUlrich-Matthias Schäfer2018-10-271-3/+4
|
* convert everything to es6 classes and importsUlrich-Matthias Schäfer2018-10-251-21/+19
|
* implemented EventTarget + runner does not loop forever anymoreUlrich-Matthias Schäfer2018-05-291-0/+5
|
* fixed all that errors which come along when removing an object. Fixed tests, ↵Ulrich-Matthias Schäfer2018-03-011-8/+2
| | | | too and added isRoot test
* Fixed a few hanging issues with the linterSaivan2018-02-271-1/+3
| | | | | This commit fixes a few typesetting issues that probably resulted from the automated linting process
* Actually added the linter to gulp and fixed most errorsSaivan2018-02-271-0/+2
| | | | | | This commit fixes most of the errors raised by standard. There is still a strange call error, but that will be the focus of the next commit
* The first half of the library complies with Standard lintingSaivan2018-02-271-10/+9
| | | | | | This commit reformats the code so that it complies with the standard linting style. Its currently a work in progress, but it is meant to pave the way for linting in the build process
* Lots of breaking changes. Read below! (#646, #716)Ulrich-Matthias Schäfer2017-07-251-0/+27
- added `SVG.HTMLNode` which is the object wrapped around html nodes to put something in them - moved `defs()` method from `SVG.Parent` to `SVG.Element` - `SVG()` can be called with css selector, node or svg string, now. Without an argument it creates a new `SVG.Doc()` (#646) - `add()`, `put()`, `addTo()`, `putIn()` now excepts all arguments accepted by `SVG()` - `SVG.Nested` is not `overflow:visible` by default - all `SVG.*` objects now can have a node as parameter when constructing - `SVG()` does not set a default size anymore