25 Commitit (ca8ac554bfafe6b4d7985fe3130ff3dffa6029ca)

Tekijä SHA1 Viesti Päivämäärä
  Ulrich-Matthias Schäfer ca8ac554bf doscontinue use of svgjs:data in favor of data-svg 9 kuukautta sitten
  Ulrich-Matthias Schäfer d66be92f19 fix import of leading, dont write data to dom if not neccessary 9 kuukautta sitten
  Ulrich-Matthias Schäfer 0332267278 dependency updates, easier formatting 1 vuosi sitten
  Morgan Harris e0be375fc5 Return null if `until` not in parent chain 2 vuotta sitten
  Morgan Harris ed0989b26e Fix broken parents() function 2 vuotta sitten
  Ulrich-Matthias Schäfer 4ea53725a9 sorted method names 4 vuotta sitten
  Ulrich-Matthias Schäfer e4e7e11da5 fix defs and reference, tests for Element 4 vuotta sitten
  Ulrich-Matthias Schäfer 7547a6a458 - fixed `put()` which correctly creates an svgjs object from the passed element now before returning 4 vuotta sitten
  Ulrich-Matthias Schäfer ba2948bfad This is a big one... 4 vuotta sitten
  Ulrich-Matthias Schäfer 4b92c587cc bump version 4 vuotta sitten
  Ulrich-Matthias Schäfer 2827a27531 Updated dependencies to newest version, new linter fixed stuff 4 vuotta sitten
  Ulrich-Matthias Schäfer eaaeffb179 Register classes explicitly instead of relying on `Function.name` because classes could be renamed 5 vuotta sitten
  Ulrich-Matthias Schäfer 4ffb59abe8 fixed move and center commands for text 5 vuotta sitten
  Ulrich-Matthias Schäfer 92b48d2da1 fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed font-family and size from the defaults list 5 vuotta sitten
  Ulrich-Matthias Schäfer 33e82b796e Release 3.0.5 5 vuotta sitten
  Saivan 617aa12304 Reverted some of the lint rules after chatting with fuzzy 5 vuotta sitten
  Saivan 62de7d0a1b Changed the esLint rules to avoid silly ternary operators, and to let code breathe! 5 vuotta sitten
  Ulrich-Matthias Schäfer 2b37d7ba5b rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932) 5 vuotta sitten
  Ulrich-Matthias Schäfer 9943813f37 renamed `Doc` to `Svg` according to (#932) 5 vuotta sitten
  dotnetCarpenter 77d6ba07a9
fixed with eslint 5 vuotta sitten
  Ulrich-Matthias Schäfer bf6e2aeb13 remove native() methods, add methods of types directly to elemenet 5 vuotta sitten
  Ulrich-Matthias Schäfer 334d9c73c2 reworked parents so that it is useful now, changelog 5 vuotta sitten
  Ulrich-Matthias Schäfer bf7703f591 make window and document exchangeable in case they are not globals alreay, make sure that init functions are chaninable 5 vuotta sitten
  Ulrich-Matthias Schäfer f2513baf3c add registering for forgotten classes 5 vuotta sitten
  Ulrich-Matthias Schäfer 8c81fb7c2e added possibility to pass attribues into a constructor like: `new SVG.Rect({width:100})` 5 vuotta sitten
  Ulrich-Matthias Schäfer a0b13ebcac reordered modules, add es6 build 5 vuotta sitten
  Ulrich-Matthias Schäfer 9f2696e8a2 removed unused comments and files 5 vuotta sitten
  Ulrich-Matthias Schäfer 2f8d32a1f4 Linted all files, upgraded all dependencies 5 vuotta sitten
  Ulrich-Matthias Schäfer 4049e2e636 rework of classes, make events on every object possible 5 vuotta sitten
  Ulrich-Matthias Schäfer d654ab010a Revert back to classes, fix remaining tests 5 vuotta sitten
  Ulrich-Matthias Schäfer d22dce113a fix even more tests 5 vuotta sitten
  Ulrich-Matthias Schäfer 426256d2fc implement registerMethods(), introduce real arrays for modern browsers, fix some tests 5 vuotta sitten
  Ulrich-Matthias Schäfer c40d7ffdfb fix a few mistakes. Make sugar work. Roll back to childNodes because children is 10x slower 5 vuotta sitten
  Ulrich-Matthias Schäfer ac84c9be80 introduce register and registerMethod method to get rid of dependency problems 5 vuotta sitten
  Ulrich-Matthias Schäfer a612dc0dd5 resolve last circular dependencies, make rollup work 5 vuotta sitten
  Ulrich-Matthias Schäfer 1c75fcaf02 resolve circular references and make example working again 5 vuotta sitten
  Ulrich-Matthias Schäfer cfdfcc529d convert everything to es6 classes and imports 5 vuotta sitten
  Ulrich-Matthias Schäfer 464af8b747 Rename files so that they reflect their exported classes (see next commit) 5 vuotta sitten
  Saivan 6353b3d2f4 Allowed the origin to stay fixed as we animate transforms 6 vuotta sitten
  Ulrich-Matthias Schäfer c59a502dc7 implemented EventTarget + runner does not loop forever anymore 6 vuotta sitten
  Ulrich-Matthias Schäfer 75c3893a7c fixed all that errors which come along when removing an object. Fixed tests, too and added isRoot test 6 vuotta sitten
  Ulrich-Matthias Schäfer 64a5c17b95 merge SVG.Doc and SVG.Nested. Add isRoot() method, update doc methods to decide between doc and nested 6 vuotta sitten
  Ulrich-Matthias Schäfer 9569005ce4 fix errors found by linter (jeah it works!) 6 vuotta sitten
  Ulrich-Matthias Schäfer c60946188a proposal for #807, includes #550, allow multiple events for `SVG.off()` and add option argument 6 vuotta sitten
  Saivan 97abec91d6 Fixed a few hanging issues with the linter 6 vuotta sitten
  Saivan dc6a25c008 Actually added the linter to gulp and fixed most errors 6 vuotta sitten
  Saivan bec7881979 The first half of the library complies with Standard linting 6 vuotta sitten
  Ulrich-Matthias Schäfer 6faf2c538a The dom is checked for an svgjs:data attribute which is imported when creating an element 7 vuotta sitten
  Ulrich-Matthias Schäfer d6d3891334 Lots of breaking changes. Read below! (#646, #716) 7 vuotta sitten
  Ulrich-Matthias Schäfer bc9bfb6025 use `children` instead of `childNodes` (#710), renamed `previous()` to `prev()` 7 vuotta sitten