diff --git a/CHANGELOG.md b/CHANGELOG.md index 3887fbf2f6c..6d972c90c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [next] +- docs(): update README.md [#9957](https://github.com/fabricjs/fabric.js/pull/9957) + ## [6.0.0] ## [6.0.0-rc4] diff --git a/README.md b/README.md index 85b49beb9f4..00fff49733a 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,10 @@ A **simple and powerful Javascript HTML5 canvas library**. | Context | Supported Version | Notes | | :---------: | :---------------: | ------------------------------- | -| Firefox | ✔️ | modern version (tbd) | -| Safari | ✔️ | version >= 10.1 | +| Firefox | ✔️ | 58 | +| Safari | ✔️ | 11 | | Opera | ✔️ | chromium based | -| Chrome | ✔️ | modern version (tbd) | +| Chrome | ✔️ | 64 | | Edge | ✔️ | chromium based | | Edge Legacy | ❌ | | IE11 | ❌ | @@ -60,17 +60,6 @@ A **simple and powerful Javascript HTML5 canvas library**. Fabric.js Does not use transpilation by default, the browser version we support is determined by the level of canvas api we want to use and some js syntax. While JS can be easily transpiled, canvas API can't. -## Migrating to v6 - -v6 is a **MAJOR** effort including migrating to TS and es6, countless fixes, rewrites and features.\ -Currently in beta, refer to [#8299](../../issues/8299) for guidance. - -```bash -$ npm install fabric@beta --save -// or -$ yarn add fabric@beta -``` - ## Installation ```bash @@ -197,15 +186,16 @@ See our ready to use [templates](./.codesandbox/templates/). ## Other Solutions -| Project | Description | Demo | -| ------------------------------ | -------------------- | :--: | +| Project | Description | +| ------------------------------ | -------------------- | | [Three.js][three.js] | 3D graphics | | [PixiJS][pixijs] | WebGL renderer | -| [Konva][konva] | Similar features | ❌ | +| [Konva][konva] | Similar features | | [html-to-image][html-to-image] | HTML to image/canvas | ## More Resources +- [WIP new fabricjs.com](https://fabricjs.github.io) - [Demos on `fabricjs.com`][demos] - [Fabric.js on `Twitter`][twitter] - [Fabric.js on `CodeTriage`][code_triage] @@ -218,8 +208,8 @@ See our ready to use [templates](./.codesandbox/templates/). - [kangax][kagnax] - [asturur][asturur] on [`Twitter`][asturur_twitter] [![Sponsor asturur](https://img.shields.io/static/v1?label=Sponsor%20asturur&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/asturur) -- [melchiar][melchiar] [![Sponsor melchiar](https://img.shields.io/static/v1?label=Sponsor%20melchiar&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/melchiar) - [ShaMan123][shaman123] [![Sponsor ShaMan123](https://img.shields.io/static/v1?label=Sponsor%20ShaMan123&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/ShaMan123) +- [melchiar][melchiar] [![Sponsor melchiar](https://img.shields.io/static/v1?label=Sponsor%20melchiar&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/melchiar) - Ernest Delgado for the original idea of [manipulating images on canvas](http://www.ernestdelgado.com/archive/canvas/) - [Maxim "hakunin" Chernyak](http://twitter.com/hakunin) for ideas, and help with various parts of the library throughout its life - [Sergey Nisnevich](http://nisnya.com) for help with geometry logic