Skip to content

Commit 61d0a8d

Browse files
committed
docs: update changelog
1 parent dd802ad commit 61d0a8d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## v1.0.15 (unknown)
1+
## v1.0.15 (12 Aug 2021)
22
* fixed: Fixed black Images and type error by considering Canvas maximum size supported by different browsers [#84](https://github.com/Donaldcwl/browser-image-compression/issues/84), [#36](https://github.com/Donaldcwl/browser-image-compression/issues/36)
33
* fixed: IE compatibility, include polyfill with core-js@3 e.g, globalThis, Promise [#108](https://github.com/Donaldcwl/browser-image-compression/issues/108), [#110](https://github.com/Donaldcwl/browser-image-compression/issues/110)
44
* fixed: Test suites in few projects may have error, added extra checking on whether File and FileReader exist in the Window object [#92](https://github.com/Donaldcwl/browser-image-compression/issues/92)
5+
* fixed: issue with export causing compile error in typescript project [#63](https://github.com/Donaldcwl/browser-image-compression/issues/63)
56

67
## v1.0.14 (6 Jan 2021)
78
* updated: use UZIP to compress PNG image instead of Canvas
@@ -13,7 +14,7 @@
1314
* fixed: options object being altered by the compress func [#71](https://github.com/Donaldcwl/browser-image-compression/pull/71)
1415
* fixed: issue with output size of png compression [#57](https://github.com/Donaldcwl/browser-image-compression/issues/57)
1516

16-
## v1.0.12 (4 June 2020)
17+
## v1.0.12 (4 Jun 2020)
1718
* fixed: issue with SSR [#58](https://github.com/Donaldcwl/browser-image-compression/issues/58)
1819

1920
## v1.0.11 (8 May 2020)
@@ -42,10 +43,10 @@
4243
* fixed: issue in IE browser
4344
* fixed: other issues
4445

45-
## v1.0.6 (5 July 2019)
46+
## v1.0.6 (5 Jul 2019)
4647
* fixed: exif orientation do not work in some situations
4748

48-
## v1.0.5 (1 June 2019)
49+
## v1.0.5 (1 Jun 2019)
4950
* added: support for cordova project that uses cordova-plugin-file
5051
* optimized: follow image exif orientation even though image do not required to compress or resize
5152
* fixed: error may throw on iPhone Safari because of OffscreenCanvas cannot get 2d context

0 commit comments

Comments
 (0)