aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* update dependenciesUlrich-Matthias Schäfer2024-06-181-22/+22
|
* use proper export mapUlrich-Matthias Schäfer2023-09-081-1/+5
|
* add more events to sugar (fixes #1217)Ulrich-Matthias Schäfer2023-09-031-1/+1
|
* support css vars (fixes #1230)Ulrich-Matthias Schäfer2023-09-031-1/+1
|
* dependency updates, easier formattingUlrich-Matthias Schäfer2023-06-131-36/+35
|
* update changelog, revert umd wrapper configUlrich-Matthias Schäfer2023-06-121-1/+1
|
* release 3.1.23.1.2Ulrich-Matthias Schäfer2022-01-261-22/+22
|
* fixed issues when animating css, updated depsUlrich-Matthias Schäfer2021-10-271-20/+20
| | | | | | ### 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-1/+1
|
* Release 3.1.03.1.0Ulrich-Matthias Schäfer2021-06-141-1/+1
|
* cleaned up config, reduced bundle size by a lot!!!Ulrich-Matthias Schäfer2021-06-141-13/+3
|
* fix group move bug when group contains elements without dimensions, update depsUlrich-Matthias Schäfer2021-06-131-28/+29
|
* Update website to svgjs.devWout2021-06-111-2/+2
|
* fix: change domain name to svgjs.devWout2021-06-091-1/+1
|
* update dependencies, apply new linter fixesUlrich-Matthias Schäfer2021-01-131-30/+30
|
* sorted method namesUlrich-Matthias Schäfer2020-05-191-7/+7
|
* added fundingUlrich-Matthias Schäfer2020-05-101-0/+4
|
* Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own ↵Ulrich-Matthias Schäfer2020-05-041-42/+38
| | | | transforms, updated dependencies, finished tests, removed old es5 tests
* added tests for pointed.js and poly.jsUlrich-Matthias Schäfer2020-04-111-1/+2
|
* This is a big one...Ulrich-Matthias Schäfer2020-03-281-1/+2
| | | | | | | | | | | | | | | | | | | | ### 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-1/+1
|
* bump version3.0.15Ulrich-Matthias Schäfer2019-11-081-1/+1
| | | | | | | | ### Fixed - allow object input of `when` and `delay` to `animate()` ### Added - added missing dmove function to runner
* Updated dependencies to newest version, new linter fixed stuffUlrich-Matthias Schäfer2019-11-011-23/+23
|
* bump version3.0.14Ulrich-Matthias Schäfer2019-10-311-16/+16
|
* bump version3.0.13Ulrich-Matthias Schäfer2019-06-121-1/+1
|
* fix transform getter when something is 0. Make sure only needed files are ↵Ulrich-Matthias Schäfer2019-04-261-0/+5
| | | | uploaded to npm
* bump version number3.0.12Ulrich-Matthias Schäfer2019-02-191-1/+1
|
* revert to iife for bundle. Set "browser" to src/main.js in package.jsonKeith Bentley2019-02-111-1/+1
|
* bump version number3.0.11Ulrich-Matthias Schäfer2019-01-221-1/+1
|
* fixed `textPath()` and `path().text()`Ulrich-Matthias Schäfer2019-01-141-1/+1
|
* renamed unit() to `convert()` to avoid name collision3.0.9Ulrich-Matthias Schäfer2019-01-141-1/+1
|
* added back `to()` as `unit()` of `SVG.Number` which was removed accidentally3.0.8Ulrich-Matthias Schäfer2019-01-131-1/+1
|
* minor bugfix in bbox and performance changes3.0.7Ulrich-Matthias Schäfer2019-01-131-1/+1
|
* Release 3.0.63.0.6Ulrich-Matthias Schäfer2019-01-121-1/+1
|
* Release 3.0.53.0.5Ulrich-Matthias Schäfer2018-12-121-2/+2
|
* Release 3.0.43.0.4Ulrich-Matthias Schäfer2018-12-071-1/+1
|
* Release 3.0.33.0.3Ulrich-Matthias Schäfer2018-12-051-1/+1
|
* Release 3.0.23.0.2Ulrich-Matthias Schäfer2018-12-031-2/+2
|
* Release 3.0.13.0.1Ulrich-Matthias Schäfer2018-12-031-1/+1
|
* fixed methods not returning this and missing methods on ListUlrich-Matthias Schäfer2018-12-031-9/+7
|
* correct scriptUlrich-Matthias Schäfer2018-12-011-3/+3
|
* Merge branch '790-color-spaces' into 3.0.0Ulrich-Matthias Schäfer2018-12-011-3/+9
|\
| * Merge branch '790-color-spaces' into 791-random-colorsUlrich-Matthias Schäfer2018-12-011-23/+36
| |\
| * | Implemented random colors and added back the playgroundsSaivan2018-12-021-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds back the playgrounds and the npm demo. We also implemented a few methods to generate pretty random colors. Changes ======= - Added back the playgrounds and the npm demos - Implemented a few random color generators
* | | add scripts to automatically upload to bower repo when publishingUlrich-Matthias Schäfer2018-12-011-4/+4
| | |
* | | dont generate esm bundle anymore and link to src/main.js directly. Move ↵Ulrich-Matthias Schäfer2018-12-011-3/+6
| |/ |/| | | | | | | | | bower to its own repo rename makeNode back to create
* | fix testing with svgdomUlrich-Matthias Schäfer2018-11-281-1/+1
| |
* | make es5 testsUlrich-Matthias Schäfer2018-11-281-0/+2
| |
* | add config for karma to run es6 testsUlrich-Matthias Schäfer2018-11-281-2/+3
| |
* | started to add es6 tests using svgdom as fallback in case no dom is foundUlrich-Matthias Schäfer2018-11-281-3/+3
| |