You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add support for border-style dashed, dotted, double (#2531) ([72cd528](https://github.com/niklasvh/html2canvas/commit/72cd5284296e4cdb3fe88f2982ec7528604b6618))
217
+
214
218
### fix
215
219
216
220
* opacity with overflow hidden (#2450) ([82b7da5](https://github.com/niklasvh/html2canvas/commit/82b7da558c342e7f53d298bb1d843a5db86c3b21)), closes [#2450](https://github.com/niklasvh/html2canvas/issues/2450)
221
+
* top right border radius (#2522) ([ba17267](https://github.com/niklasvh/html2canvas/commit/ba172678f07f962e9f54b398df087e86217d7a13))
217
222
218
223
### test
219
224
@@ -361,16 +366,16 @@ All notable changes to this project will be documented in this file. See [standa
361
366
* Fix white space appearing on element rendering (Fix #1438)
362
367
* Reset canvas transform on finish (Fix #1494)
363
368
364
-
# v1.0.0-alpha.11 - 1.4.2018
365
-
* Fix IE11 member not found error
369
+
# v1.0.0-alpha.11 - 1.4.2018
370
+
* Fix IE11 member not found error
366
371
* Support blob image resources in non-foreignObjectRendering mode
367
372
368
-
# v1.0.0-alpha.10 - 15.2.2018
373
+
# v1.0.0-alpha.10 - 15.2.2018
369
374
* Re-introduce `onclone` option (Fix #1434)
370
375
* Add `ignoreElements` predicate function option
371
376
* Fix version console logging
372
377
373
-
# v1.0.0-alpha.9 - 7.1.2018
378
+
# v1.0.0-alpha.9 - 7.1.2018
374
379
* Fix dynamic style sheets
375
380
* Fix > 50% border-radius values
376
381
@@ -382,7 +387,7 @@ All notable changes to this project will be documented in this file. See [standa
382
387
* Fix form input rendering (#1338)
383
388
* Improve word line breaking algorithm
384
389
385
-
# v1.0.0-alpha.6 - 28.12.2017
390
+
# v1.0.0-alpha.6 - 28.12.2017
386
391
* Fix list-style: none (#1340)
387
392
* Extend supported values for pseudo element content
388
393
@@ -392,7 +397,7 @@ All notable changes to this project will be documented in this file. See [standa
392
397
* Fix overflow: auto
393
398
* Added support for rendering list-style
394
399
395
-
v1.0.0-alpha.4 - 12.12.2017
400
+
v1.0.0-alpha.4 - 12.12.2017
396
401
* Fix rendering with multiple fonts defined (Fix #796)
397
402
* Add support for radial-gradients
398
403
* Fix logging option (#1302)
@@ -414,8 +419,8 @@ All notable changes to this project will be documented in this file. See [standa
414
419
##### Breaking Changes #####
415
420
* Remove deprecated onrendered callback, calling `html2canvas` returns a `Promise<HTMLCanvasElement>`
416
421
* Removed option `type`, same results can be achieved by assigning `x`, `y`, `scrollX`, `scrollY`, `width` and `height` properties.
417
-
418
-
## New featues / fixes
422
+
423
+
## New featues / fixes
419
424
* Add support for scaling canvas (defaults to device pixel ratio)
420
425
* Add support for multiple text-shadows
421
426
* Add support for multiple text-decorations
@@ -424,7 +429,7 @@ All notable changes to this project will be documented in this file. See [standa
424
429
* Correctly handle px and percentage values in linear-gradients
425
430
* Correctly support all angle types for linear-gradients
426
431
* Add support for multiple values for background-repeat, background-position and background-size
427
-
432
+
428
433
# v0.5.0-beta4 - 23.1.2016
429
434
* Fix logger requiring access to window object
430
435
* Derequire browserify build
@@ -444,11 +449,11 @@ All notable changes to this project will be documented in this file. See [standa
444
449
* Fix transparent colors breaking gradients
445
450
* Preserve scrolling positions on render
446
451
447
-
# v0.5.0-alpha2 - 3.2.2015
452
+
# v0.5.0-alpha2 - 3.2.2015
448
453
* Switch to using browserify for building
449
454
* Fix (#517) Chrome stretches background images with 'auto' or single attributes
450
455
451
-
# v0.5.0-alpha - 19.1.2015
456
+
# v0.5.0-alpha - 19.1.2015
452
457
* Complete rewrite of library
453
458
* Switched interface to return Promise
454
459
* Uses hidden iframe window to perform rendering, allowing async rendering and doesn't force the viewport to be scrolled to the top anymore.
@@ -459,14 +464,14 @@ All notable changes to this project will be documented in this file. See [standa
459
464
* Changed format for proxy requests, permitting binary responses with CORS headers as well
460
465
* Fixed many layering issues (see z-index tests)
461
466
462
-
# v0.4.1 - 7.9.2013
467
+
# v0.4.1 - 7.9.2013
463
468
* Added support for bower
464
469
* Improved z-index ordering
465
470
* Basic implementation for CSS transformations
466
471
* Fixed inline text in top element
467
472
* Basic implementation for text-shadow
468
473
469
-
# v0.4.0 - 30.1.2013
474
+
# v0.4.0 - 30.1.2013
470
475
* Added rendering tests with <ahref="https://github.com/niklasvh/webdriver.js">webdriver</a>
471
476
* Switched to using grunt for building
472
477
* Removed support for IE<9, including any FlashCanvas bits
@@ -476,7 +481,7 @@ All notable changes to this project will be documented in this file. See [standa
476
481
* Support for placeholder rendering
477
482
* Reformatted all tests to small units to test specific features
0 commit comments