]> source.dussan.org Git - svg.js.git/shortlog
svg.js.git
2018-11-28 Ulrich-Matthias... Merge branch 'es6-tests' into 3.0.0
2018-11-28 Ulrich-Matthias... merge karma configurations
2018-11-28 Ulrich-Matthias... run build
2018-11-28 Ulrich-Matthias... include adopter tests in test bundle
2018-11-28 Ulrich-Matthias... add tests for all exports of adopter
2018-11-28 Ulrich-Matthias... make es5 tests
2018-11-28 Ulrich-Matthias... add config for karma to run es6 tests
2018-11-28 Ulrich-Matthias... plumber differences between node and browser so that...
2018-11-28 Ulrich-Matthias... make tests work in node and browser
2018-11-28 Ulrich-Matthias... started to add es6 tests using svgdom as fallback in...
2018-11-28 Ulrich-Matthias... Fix build chain so that we now have multiple builds...
2018-11-27 Ulrich-Matthias... Merge branch 'feature/tests2' into 3.0.0
2018-11-26 Ulrich-Matthias... fix bugs in runner, fix imports
2018-11-24 Ulrich-Matthias... add polyfill for CustomEvent
2018-11-24 Ulrich-Matthias... Make package json ready for npm org
2018-11-24 Ulrich-Matthias... Moved utils, namespaces, regex... to a subobject of...
2018-11-24 Ulrich-Matthias... Get rid of HTMLNode and Bare in favor of Dom
2018-11-23 Ulrich-Matthias... fixed lots of bugs in the timeline. Its now working...
2018-11-22 Ulrich-Matthias... fix Timeline so that play, pause, stop, reverse......
2018-11-21 Ulrich-Matthias... rewrite few lines of adopter
2018-11-21 Ulrich-Matthias... add default parameter for timeSource
2018-11-20 Ulrich-Matthias... add register for insertBefore and insertAfter
2018-11-19 Ulrich-Matthias... rename `doc()` to `root()` and `toDoc()` to `toRoot...
2018-11-19 Ulrich-Matthias... renamed `Doc` to `Svg` according to (#932)
2018-11-17 Ulrich-Matthias... changed image callback according to (#931)
2018-11-17 Ulrich-Matthias... cleanup a few files
2018-11-15 dotnetCarpenterupdated karma-jasmine to 2.0 - fixing https://github...
2018-11-14 dotnetCarpentercleanup
2018-11-13 Ulrich-Matthias... add rollup config to build polyfills
2018-11-13 dotnetCarpenterMerge branch '3.0.0' into feature/tests2
2018-11-13 dotnetCarpentercommitting so @fuzzyma can continue the work
2018-11-12 dotnetCarpenterdo not send codecoverage + start some more browsers...
2018-11-12 dotnetCarpentersaucelabs testing with chrome 70 works - locally
2018-11-12 dotnetCarpenterfixed with eslint
2018-11-12 dotnetCarpenteradded missing saucelabs npm packages
2018-11-12 dotnetCarpentertell travis to run saucelabs tests
2018-11-12 dotnetCarpentertesting saucelabs
2018-11-12 Ulrich-Matthias... remove native() methods, add methods of types directly...
2018-11-12 Ulrich-Matthias... reworked parents so that it is useful now, changelog
2018-11-12 Ulrich-Matthias... ticking off the last checkbox of (#645). return List...
2018-11-12 Ulrich-Matthias... Merge pull request #925 from svgdotjs/645-svg-set-is...
2018-11-12 Ulrich-Matthias... make List return new lists on method calls, add map... 925/head
2018-11-12 Ulrich-Matthias... change method name, make strings more pleasing to read
2018-11-12 Ulrich-Matthias... adds `List` which does bring back `SVG.Set` in an elega...
2018-11-12 Ulrich-Matthias... evaluate window and document on access and not on import
2018-11-11 dotnetCarpentercleanup and use chromium on linux
2018-11-11 Ulrich-Matthias... make window and document exchangeable in case they...
2018-11-09 Ulrich-Matthias... add registering for forgotten classes
2018-11-09 Ulrich-Matthias... Merge pull request #924 from svgdotjs/796-add-attribute...
2018-11-08 Ulrich-Matthias... added possibility to pass in additional attribues to... 924/head
2018-11-08 Ulrich-Matthias... added possibility to pass attribues into a constructor...
2018-11-08 Ulrich-Matthias... `fill()` and `stroke()` return the fill and stroke...
2018-11-08 Ulrich-Matthias... added `ax(), ay(), amove()` to change texts x and y...
2018-11-08 Ulrich-Matthias... `SVG.Text.rebuild()` now takes every font-size into...
2018-11-08 Ulrich-Matthias... implements `round()` (#916)
2018-11-08 Ulrich-Matthias... add test for array getter of attr
2018-11-08 Ulrich-Matthias... size function of circle now only accepts one argument...
2018-11-08 Ulrich-Matthias... add styletags
2018-11-08 Ulrich-Matthias... get rid of the fixmes and todos
2018-11-08 Ulrich-Matthias... added insertAfter/Before, introduce attrHooks, move...
2018-11-07 Ulrich-Matthias... clone() does not insert the clone into the dom anymore...
2018-11-07 Ulrich-Matthias... update changelow
2018-11-07 Ulrich-Matthias... fix mistake in test
2018-11-07 Ulrich-Matthias... fix travis yml
2018-11-07 Ulrich-Matthias... add chrome to travis
2018-11-07 Ulrich-Matthias... fix the export/import function and enhance it
2018-11-07 Ulrich-Matthias... Merge branch '875-es6' into 3.0.0
2018-11-07 Ulrich-Matthias... remove other builds because of bloat for now until...
2018-11-06 Ulrich-Matthias... reordered modules, add es6 build
2018-11-05 Ulrich-Matthias... removed unused comments and files
2018-11-05 Ulrich-Matthias... make one test pass in travis
2018-11-05 Ulrich-Matthias... Linted all files, upgraded all dependencies
2018-11-05 Ulrich-Matthias... rework of classes, make events on every object possible
2018-11-04 Ulrich-Matthias... forgot about memory tests
2018-11-04 Ulrich-Matthias... Revert back to classes, fix remaining tests
2018-11-04 Ulrich-Matthias... fix even more tests
2018-11-04 Ulrich-Matthias... implement registerMethods(), introduce real arrays...
2018-11-01 Ulrich-Matthias... fix a few mistakes. Make sugar work. Roll back to child...
2018-11-01 Ulrich-Matthias... introduce register and registerMethod method to get...
2018-10-28 Ulrich-Matthias... setup rollup to build minimized file and report stats
2018-10-27 Ulrich-Matthias... resolve last circular dependencies, make rollup work
2018-10-27 Ulrich-Matthias... resolve circular references and make example working...
2018-10-27 Ulrich-Matthias... Merge pull request #921 from nobuti/915-modifiers
2018-10-27 nobutiCode review taken 921/head
2018-10-27 nobutiBuild
2018-10-27 nobutiFix specs
2018-10-27 nobutiLoop through all children executing modifiers
2018-10-26 nobutiBuild
2018-10-26 nobutiAdded some tests
2018-10-26 nobutiModifiers implementation on getter
2018-10-26 Ulrich-Matthias... rename files
2018-10-25 Ulrich-Matthias... convert everything to es6 classes and imports
2018-10-25 Ulrich-Matthias... Rename files so that they reflect their exported classe...
2018-10-18 Ulrich-Matthias... fix tests
2018-10-18 Ulrich-Matthias... fix readme
2018-10-18 Ulrich-Matthias... Merge branch '776-new-fx' into 3.0.0
2018-10-18 Ulrich-Matthias... activate sugar before merge
2018-10-18 Ulrich-Matthias... changelog update
2018-10-18 Ulrich-Matthias... Revert "Merge pull request #828 from svgdotjs/797-throw...
2018-10-17 Ulrich-Matthias... package-lock
next