Skip to content

Commit 4b31755

Browse files
committed
docs: update for new changes
1 parent 79c1286 commit 4b31755

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## v1.0.15 (unknown)
2+
* 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)
3+
* 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)
24
* 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)
35

46
## v1.0.14 (6 Jan 2021)

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -153,16 +153,6 @@ or check the "[example]" folder in this repo
153153
## Remarks for compression to work in Web Worker
154154
The browser need to support "OffscreenCanvas" API in order to take advantage of non-blocking compression. If browser do not support "OffscreenCanvas" API, main thread is used instead. See https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas#browser_compatibility for browser compatibility of "OffscreenCanvas" API.
155155

156-
## IE support ##
157-
Promise API is being used in this library. If you need to support browser that do not support Promise like IE. You can include the Promise polyfill in your project.
158-
159-
See: https://github.com/taylorhakes/promise-polyfill
160-
161-
You can include the following script to load the Promise polyfill:
162-
```html
163-
<script src="https://cdn.jsdelivr.net/npm/promise-polyfill@8/dist/polyfill.min.js"></script>
164-
```
165-
166156
## Typescript type definitions ##
167157
Typescript definitions are included in the package & referenced in the `types` section of the `package.json`
168158

@@ -174,12 +164,7 @@ Typescript definitions are included in the package & referenced in the `types` s
174164
5. add/update test in test/ folder
175165
6. `npm run test`
176166
7. push to your forked repo on github
177-
8. make a pull request to this repo
178-
179-
## Donation
180-
If this project help you reduce time to develop, you can give me a cup of coffee :)
181-
182-
<a href="https://www.buymeacoffee.com/donaldcwl" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-red.png" alt="Buy Me A Coffee" height=60 width=217 ></a>
167+
8. make a pull request to dev branch of this repo
183168

184169
[dist]: https://github.com/Donaldcwl/browser-image-compression/tree/master/dist
185170
[example]: https://github.com/Donaldcwl/browser-image-compression/tree/master/example

0 commit comments

Comments
 (0)