aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* update changelog, revert umd wrapper configUlrich-Matthias Schäfer2023-06-121-140/+229
|
* Spelling correctionsalbert-github2023-04-151-2/+2
|
* release 3.1.23.1.2Ulrich-Matthias Schäfer2022-01-261-0/+4
|
* fixed issues when animating css, updated depsUlrich-Matthias Schäfer2021-10-271-0/+6
| | | | | | ### Fixed - fixed `css()` returning camelCased properties even though they were specified in kebap-case - fixed `ObjectBag` loosing information when calling `valueOf()` (Numbers lost its unit)
* Release 3.1.1Ulrich-Matthias Schäfer2021-06-251-0/+7
|
* fix `clone()` to return the correct instance (#1154)Ulrich-Matthias Schäfer2020-09-271-0/+1
|
* fix path parsing (#1145)Ulrich-Matthias Schäfer2020-09-051-0/+1
|
* added geometry and positioning methods to `A` (#1110)Ulrich-Matthias Schäfer2020-05-201-0/+1
|
* 99% line coverage - BAAAAMUlrich-Matthias Schäfer2020-05-031-0/+3
|
* added specs for animation files except runner, fixed a few thingsUlrich-Matthias Schäfer2020-05-011-1/+7
|
* finished tests for Point, PointArray, PathArray and SVGArrayUlrich-Matthias Schäfer2020-04-291-0/+4
|
* finish tests for Matrix.jsUlrich-Matthias Schäfer2020-04-291-0/+4
|
* added tests for List.jsUlrich-Matthias Schäfer2020-04-291-0/+1
|
* added tests for data.js and memory.js, enhanced data function to work like ↵Ulrich-Matthias Schäfer2020-04-261-0/+1
| | | | css and attr
* fixes and testsUlrich-Matthias Schäfer2020-04-091-0/+4
| | | | | | - fixed flatten and ungroup - added position argument to ungroup, toParent and toRoot - added tests for Container
* added tests for CircleUlrich-Matthias Schäfer2020-04-081-2/+2
|
* fix defs and reference, tests for ElementUlrich-Matthias Schäfer2020-04-081-0/+2
|
* added Fragment, completed Dom Tests, fixed `matches()` for document fragmentsUlrich-Matthias Schäfer2020-04-081-1/+3
|
* renamed removeNamespace()Ulrich-Matthias Schäfer2020-04-041-2/+2
|
* - fixed `put()` which correctly creates an svgjs object from the passed ↵Ulrich-Matthias Schäfer2020-04-031-2/+5
| | | | | | | | element now before returning - fixed `parent()` which correctly returns null if direct parent is the document or a document-fragment - fixed `add()` which correctly removes namespaces of non-root svg elements now when added to another svg element (#1086) - fixed `isRoot()` which correctly returns false, if the element is in a document-fragment
* fixed put and adopter, added tests to cover itUlrich-Matthias Schäfer2020-03-291-0/+2
|
* This is a big one...Ulrich-Matthias Schäfer2020-03-281-0/+20
| | | | | | | | | | | | | | | | | | | | ### Fixed - fixed `zoom()` method of runner which was passed a wrong parameter - fixed positioning methods of `TSpan` to position them by its bounding box - fixed `flip()` method which flips correctly by center by default now and accepts correct arguments - fixed a case in `rbox()` where not always all values of the box were updated - fixed `getOrigin()` function used by `transform()` so that all origin (#1085) popssibilities specified in the docs are working - fixed positioning of text by its baseline when using `amove()` - fixed tons of typings in the svg.d.ts file ### Added - added second Parameter to `SVG(el, isHTML)` which allows to explicitely create elements in the HTML namespace (#1058) - added `unlink()` and `linker()` to hyperlinked elements to remove or access the underling `<a>` element - added `wrap()` method to `Dom` which lets you wrap an element by another one - added `orient()` method to `Marker` - added `options` parameter to `dispatch()` and `fire()` to allow for more special needs - added `newLine()` constructor to `Text` to create a tspan marked as new line (#1088) - added lots of tests in es6 format
* fixed build of polyfills which was broken because of core-js update3.0.16Ulrich-Matthias Schäfer2019-11-121-0/+6
|
* bump version3.0.15Ulrich-Matthias Schäfer2019-11-081-0/+9
| | | | | | | | ### Fixed - allow object input of `when` and `delay` to `animate()` ### Added - added missing dmove function to runner
* bump version3.0.14Ulrich-Matthias Schäfer2019-10-311-0/+10
|
* bump version3.0.13Ulrich-Matthias Schäfer2019-06-121-0/+8
|
* Update CHANGELOG.mdJanMisker2019-04-111-1/+1
| | | Back to the future... (sorry couldn't help to correct a minor typo in the date of 3.0.5)
* bump version number3.0.12Ulrich-Matthias Schäfer2019-02-191-1/+2
|
* added foreignObject to the coreUlrich-Matthias Schäfer2019-02-181-0/+9
|
* fixed move and center commands for textUlrich-Matthias Schäfer2019-01-221-0/+7
| | | | | - fixed move commands (x, y, move) of text so that it moves text always by the upper left edge. - fixed center commands (cx, cy, center) of text so that it moves text always by the center.
* correct wrong year in changelogUlrich-Matthias Schäfer2019-01-141-6/+6
|
* fixed `root()`, `textPath()`, `text.path()` and `path.text()` and removed ↵3.0.10Ulrich-Matthias Schäfer2019-01-141-1/+6
| | | | font-family and size from the defaults list
* fixed `textPath()` and `path().text()`Ulrich-Matthias Schäfer2019-01-141-0/+8
|
* renamed unit() to `convert()` to avoid name collision3.0.9Ulrich-Matthias Schäfer2019-01-141-0/+5
|
* added back `to()` as `unit()` of `SVG.Number` which was removed accidentally3.0.8Ulrich-Matthias Schäfer2019-01-131-1/+8
|
* minor bugfix in bbox and performance changes3.0.7Ulrich-Matthias Schäfer2019-01-131-0/+7
|
* Release 3.0.63.0.6Ulrich-Matthias Schäfer2019-01-121-1/+5
|
* Fix move and size of groups, removed setting of a default font so we dont ↵Ulrich-Matthias Schäfer2019-01-121-0/+9
| | | | act against user intention, fixed bug in `font()`
* Correct wordsidready2018-12-301-2/+2
|
* Release 3.0.53.0.5Ulrich-Matthias Schäfer2018-12-121-0/+8
|
* Release 3.0.43.0.4Ulrich-Matthias Schäfer2018-12-071-0/+10
|
* Release 3.0.33.0.3Ulrich-Matthias Schäfer2018-12-051-0/+9
|
* Release 3.0.23.0.2Ulrich-Matthias Schäfer2018-12-031-1/+12
|
* fixed methods not returning this and missing methods on ListUlrich-Matthias Schäfer2018-12-031-0/+7
|
* Release 3.0.03.0.0Ulrich-Matthias Schäfer2018-12-011-1/+59
|
* applied fixes from 2.x branchUlrich-Matthias Schäfer2018-12-011-5/+0
|
* fix playgrounds, delete unneeded filesUlrich-Matthias Schäfer2018-12-011-1/+2
|
* Get rid of HTMLNode and Bare in favor of DomUlrich-Matthias Schäfer2018-11-241-0/+2
| | | | | - words() and element() added to Dom - svg() now returns the _parent_ of the imported element, when outerHTML is true (which means an element gets replaces)
* rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932)Ulrich-Matthias Schäfer2018-11-191-0/+1
|
* changed image callback according to (#931)Ulrich-Matthias Schäfer2018-11-171-0/+1
|